/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/**
* Custom CSS for GM Gantry Build
* @version 1.0
*/
/* settings */
/* ==============================================
   Variables
   ============================================== */
/* ==============================================
   Nucleus Design Tokens
   ============================================== */
:root {
  /* ==============================================
     Nucleus Design Tokens From:
     https://www.figma.com/design/YbJQKlpmceH4XPHxjg5hZt/%F0%9F%A7%A9--%F0%9F%8E%A8-Nucleus---Design-Tokens
   ============================================== */
  /* --- Colors - core tokens --- */
  --color-green-50: #e5fbf0;
  --color-green-100: #ccf8e2;
  --color-green-150: #b2f4d3;
  --color-green-200: #99f0c4;
  --color-green-300: #66e9a7;
  --color-green-400: #33e189;
  --color-green-500: #00da6c;
  --color-green-600: #00ae56;
  --color-green-700: #008341;
  --color-green-800: #015f2d;
  --color-green-850: #004120;
  --color-green-900: #00290f;
  --color-green-950: #00160b;
  --color-sunflower-50: #fef8eb;
  --color-sunflower-100: #fdf1d7;
  --color-sunflower-150: #fdeac3;
  --color-sunflower-200: #fce3af;
  --color-sunflower-300: #fad586;
  --color-sunflower-400: #f9c75e;
  --color-sunflower-500: #f7b936;
  --color-sunflower-600: #c7952b;
  --color-sunflower-700: #967020;
  --color-sunflower-800: #664c16;
  --color-sunflower-850: #4e3a10;
  --color-sunflower-900: #35270b;
  --color-sunflower-950: #1d1505;
  --color-ocean-50: #f1f9fd;
  --color-ocean-100: #e3f3fb;
  --color-ocean-150: #d5eef9;
  --color-ocean-200: #c5ebfd;
  --color-ocean-300: #b1def3;
  --color-ocean-400: #90d1ee;
  --color-ocean-500: #74c5ea;
  --color-ocean-600: #5ea5c5;
  --color-ocean-700: #48849f;
  --color-ocean-800: #33647a;
  --color-ocean-850: #285467;
  --color-ocean-900: #1d4354;
  --color-ocean-950: #0a2a38;
  --color-lavender-50: #f8f6fd;
  --color-lavender-100: #f1eefc;
  --color-lavender-150: #eae5fa;
  --color-lavender-200: #e3dcf9;
  --color-lavender-300: #d4cbf5;
  --color-lavender-400: #c6b9f2;
  --color-lavender-500: #b8a8ef;
  --color-lavender-600: #9a8ad2;
  --color-lavender-700: #7c6cb5;
  --color-lavender-800: #5f4d98;
  --color-lavender-850: #503e89;
  --color-lavender-900: #412f7b;
  --color-lavender-950: #23115e;
  --color-seaweed-50: #d6fff3;
  --color-seaweed-100: #c1f7e7;
  --color-seaweed-150: #96e6cf;
  --color-seaweed-200: #80dec3;
  --color-seaweed-300: #56ceaa;
  --color-seaweed-400: #2bbd92;
  --color-seaweed-500: #00ad7a;
  --color-seaweed-600: #008a62;
  --color-seaweed-700: #006849;
  --color-seaweed-800: #004531;
  --color-seaweed-850: #003123;
  --color-seaweed-900: #002318;
  --color-seaweed-950: #00110c;
  --color-error-50: #fdedeb;
  --color-error-100: #fbdbd7;
  --color-error-150: #facac3;
  --color-error-200: #f8b8af;
  --color-error-300: #f49487;
  --color-error-400: #f1715f;
  --color-error-500: #ed4d37;
  --color-error-600: #be3e2c;
  --color-error-700: #ab1300;
  --color-error-800: #5f1f16;
  --color-error-850: #471711;
  --color-error-900: #2f0f0b;
  --color-error-950: #180806;
  --color-info-50: #eaf8fe;
  --color-info-100: #d6f1fd;
  --color-info-150: #c1eafc;
  --color-info-200: #ade3fb;
  --color-info-300: #84d4f9;
  --color-info-400: #5bc6f7;
  --color-info-500: #32b8f5;
  --color-info-600: #2893c4;
  --color-info-700: #1e6e93;
  --color-info-800: #144a62;
  --color-info-850: #0f374a;
  --color-info-900: #0a2531;
  --color-info-950: #051219;
  --color-neutral-50: #f8f7f6;
  --color-neutral-100: #f1efe7;
  --color-neutral-150: #e7e5de;
  --color-neutral-200: #d5d3cc;
  --color-neutral-300: #b6b5af;
  --color-neutral-400: #95938f;
  --color-neutral-500: #7f7e7a;
  --color-neutral-600: #666562;
  --color-neutral-700: #4c4c49;
  --color-neutral-800: #333231;
  --color-neutral-850: #262625;
  --color-neutral-900: #191918;
  --color-base-white: #ffffff;
  --color-base-black: #121212;
  /* --- Colors - system tokens --- */
  --background-primary: var(--color-base-white);
  --background-01: var(--color-neutral-50);
  --background-02: var(--color-neutral-100);
  --background-03: var(--color-neutral-200);
  --background-04: var(--color-neutral-300);
  --background-brand: var(--color-green-500);
  --background-brand-01: var(--color-green-600);
  --background-brand-02: var(--color-green-700);
  --background-success: var(--color-green-100);
  --background-error: var(--color-error-50);
  --background-error-contrast: var(--color-error-700);
  --background-error-hover: var(--color-error-100);
  --background-error-pressed: var(--color-error-150);
  --background-warning: var(--color-sunflower-100);
  --background-disabled: var(--color-neutral-100);
  --background-valid: var(--color-green-800);
  --background-valid-hover: var(--color-green-850);
  --background-valid-pressed: var(--color-green-900);
  --background-contrast-inverse: var(--color-base-white);
  --content-primary: var(--color-base-black);
  --content-secondary: var(--color-neutral-600);
  --content-valid: var(--color-green-900);
  --content-success: var(--color-green-800);
  --content-error: var(--color-error-700);
  --content-warning: var(--color-sunflower-900);
  --content-disabled: var(--color-neutral-300);
  --content-primary-inverse: var(--color-base-white);
  --border-primary: var(--color-base-black);
  --border-secondary: var(--color-neutral-600);
  --border-tertiary: var(--color-neutral-300);
  --border-valid: var(--color-green-800);
  --border-valid-hover: var(--color-green-850);
  --border-valid-pressed: var(--color-green-900);
  --border-error: var(--color-error-500);
  --border-disabled: var(--color-neutral-400);
  --border-brand: var(--color-green-500);
  --border-soft: var(--color-neutral-100);
  --border-focused: var(--color-info-300);
  --accent-lavender-primary: var(--color-lavender-500);
  --accent-lavender-secondary: var(--color-lavender-300);
  --accent-lavender-tertiary: var(--color-lavender-200);
  --accent-lavender-soft: var(--color-lavender-100);
  --accent-lavender-contrast: var(--color-lavender-950);
  --accent-sunflower-primary: var(--color-sunflower-500);
  --accent-sunflower-secondary: var(--color-sunflower-300);
  --accent-sunflower-tertiary: var(--color-sunflower-200);
  --accent-sunflower-soft: var(--color-sunflower-100);
  --accent-sunflower-contrast: var(--color-sunflower-900);
  --accent-seaweed-primary: var(--color-seaweed-500);
  --accent-seaweed-secondary: var(--color-seaweed-300);
  --accent-seaweed-tertiary: var(--color-seaweed-200);
  --accent-seaweed-soft: var(--color-seaweed-100);
  --accent-seaweed-contrast: var(--color-seaweed-950);
  /* --- Colors - component tokens --- */
  --button-background-brand-default: var(--background-brand);
  --button-background-brand-hover: var(--background-brand-01);
  --button-background-brand-pressed: var(--background-brand-02);
  --button-content-brand-default: var(--content-valid);
  --button-background-hover: var(--background-02);
  --button-background-pressed: var(--background-03);
  --button-content-default: var(--content-primary);
  --field-background-default: var(--background-01);
  --field-background-hover: var(--background-02);
  --field-background-pressed: var(--background-03);
  --field-background-valid: var(--background-02);
  --field-background-valid-hover: var(--background-03);
  --field-background-valid-pressed: var(--background-04);
  --tag-background-neutral: var(--background-primary);
  --tag-background-success: var(--background-success);
  /* ==============================================
     Nucleus Design Tokens From:
     Nucleus Brand Foundations
     https://www.figma.com/design/VJsVQptaCwH43jTODCRJxh/%F0%9F%A7%A9--%F0%9F%8E%A8-Nucleus-BRAND-FOUNDATIONS-(WIP)
   ============================================== */
  /* --- Colors - Nucleus Brand --- */
  --Colors-Signature-Black: #121212;
  --Colors-Paper-White: #ffffff;
  --Colors-highlighter-green-100: #00da6c;
  --Colors-highlighter-green-60: #66e9a7;
  --Colors-highlighter-green-40: #b5fbd8;
  --Colors-highlighter-green-20: #d0f7e3;
  --Colors-highlighter-green-160: #015f2d;
  --Colors-lavender-100: #b8a8ef;
  --Colors-lavender-60: #d3cbf2;
  --Colors-lavender-40: #e3dcfe;
  --Colors-lavender-20: #f0eefb;
  --Colors-lavender-160: #3c306e;
  --Colors-sunflower-100: #f7b936;
  --Colors-sunflower-60: #f5d797;
  --Colors-sunflower-40: #fee4ae;
  --Colors-sunflower-20: #fcf2dc;
  --Colors-sunflower-160: #ad8004;
  --Colors-ocean-100: #74c5ea;
  --Colors-ocean-60: #b1def3;
  --Colors-ocean-40: #c5ebfd;
  --Colors-ocean-20: #e7f3fa;
  --Colors-ocean-160: #00567d;
  --Colors-seaweed-100: #00ad7a;
  --Colors-seaweed-60: #60c5a9;
  --Colors-seaweed-40: #9bf0d8;
  --Colors-seaweed-20: #e3f7f1;
  --Colors-seaweed-160: #004e3e;
  --Colors-warm-grey-160: #666562;
  --Colors-warm-grey-140: #95938f;
  --Colors-warm-grey-100: #f1efe7;
  --Colors-warm-grey-80: #f8f7f6;
  /* --- Colors - Nucleus UI --- */
  --UI-Colors-primary-green-60: #66e9a7;
  --UI-Colors-primary-green-100: #00da6c;
  --UI-Colors-primary-green-120: #00c260;
  --UI-Colors-primary-green-140: #009849;
  --UI-Colors-primary-green-160: #015f2d;
  --UI-Colors-primary-green-180: #004d22;
  --UI-Colors-primary-green-200: #00290f;
  --UI-Colors-secondary-green-20: #e3f7f1;
  --UI-Colors-secondary-green-40: #9bf0d8;
  --UI-Colors-secondary-green-60: #60c5a9;
  --UI-Colors-secondary-green-100: #00ad7a;
  --UI-Colors-secondary-green-160: #004e3e;
  --UI-Colors-greyscale-white: #ffffff;
  --UI-Colors-greyscale-80: #f8f7f6;
  --UI-Colors-greyscale-100: #f1efe7;
  --UI-Colors-greyscale-120: #d5d3cc;
  --UI-Colors-greyscale-140: #95938f;
  --UI-Colors-greyscale-160: #666562;
  --UI-Colors-greyscale-black: #121212;
  --UI-Colors-system-red-20: #ffefed;
  --UI-Colors-system-red-40: #fcb1a8;
  --UI-Colors-system-red-60: #ff7f6f;
  --UI-Colors-system-red-100: #ed4d37;
  --UI-Colors-system-red-160: #ab1300;
  --UI-Colors-system-blue-100: #32b8f5;
  /* --- Spacing --- */
  --Spacing-spacing-4: 4px;
  --Spacing-spacing-8: 8px;
  --Spacing-spacing-12: 12px;
  --Spacing-spacing-16: 16px;
  --Spacing-spacing-20: 20px;
  --Spacing-spacing-24: 24px;
  --Spacing-spacing-32: 32px;
  --Spacing-spacing-40: 40px;
  --Spacing-spacing-48: 48px;
  --Spacing-spacing-64: 64px;
  --Spacing-spacing-72: 72px;
  --Spacing-spacing-80: 80px;
  --Spacing-spacing-96: 96px;
  --Spacing-spacing-128: 128px;
  /* --- Radius --- */
  --Radius-xlarge: 999px;
  --Radius-large: 16px;
  --Radius-medium: 12px;
  --Radius-small: 8px;
  --Radius-xsmall: 4px;
  /* ==============================================
    Variables related to Gantry Helium style adjustment
    ============================================== */
  --g-header-height: 84px;
  --g-offcanvas-background: var(--UI-Colors-greyscale-100);
  --g-offcanvas-width: 287px;
  --g-offcanvas-text-color: var(--content-primary);
  --g-m-menu-content-padding: var(--Spacing-spacing-12);
  --g-m-sublevel-padding: var(--Spacing-spacing-12);
  --g-header-z-index: 1000;
  --g-offcanvas-toggle-z-index: 1001;
  --g-offcanvas-z-index: 100;
  --g-offcanvas-overlay-z-index: 99;
}
/* tools and mixins */
/* elements */
/* ==============================================
   Font Family
   ============================================== */
@font-face {
  font-family: "Beausite Classic";
  src: url('../fonts/beausite/BeausiteClassicWeb-Medium.woff2') format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Beausite Classic";
  src: url('../fonts/beausite/BeausiteClassicWeb-Clear.woff2') format("woff2");
  font-weight: 350;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Beausite Classic";
  src: url('../fonts/beausite/BeausiteClassicWeb-MediumItalic.woff') format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Beausite Classic";
  src: url('../fonts/beausite/BeausiteClassicWeb-ClearItalic.woff') format("woff");
  font-weight: 350;
  font-display: swap;
  font-style: italic;
}
/* components */
/* ==============================================
   Button
   With Nucleus Style

   Also overwrite some .button style from helium
   ============================================== */
.nucleus-button {
  letter-spacing: normal;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 99px;
  width: max-content;
  transition: all 0.2s;
  /*
    Size variations
    Medium variation is default variation.
   */
  /* Width variations */
  /*
    Color variations
    Primary variantion is the default variation.
   */
}
.nucleus-button.button {
  letter-spacing: normal;
  margin: 0;
}
.nucleus-button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
.nucleus-button, .nucleus-button--medium {
  /* Button text/Default */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  padding: var(--Spacing-spacing-12, 12px) var(--Spacing-spacing-24, 24px);
  gap: var(--Spacing-spacing-8, 8px);
}
.nucleus-button--small {
  /* Button text/Small */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* 114.286% */
  padding: var(--Spacing-spacing-8, 8px) var(--Spacing-spacing-12, 12px);
  gap: var(--Spacing-spacing-8, 8px);
}
.nucleus-button--large {
  /* Button text/Default */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  padding: var(--Spacing-spacing-16, 16px) var(--Spacing-spacing-24, 24px);
}
.nucleus-button--full-width {
  width: 100%;
}
.nucleus-button, .nucleus-button--primary {
  color: var(--button-content-brand-default, #00290F);
  background: var(--button-background-brand-default, #00DA6C);
}
.nucleus-button:hover, .nucleus-button--primary:hover {
  background: var(--button-background-brand-hover, #00AE56);
  color: var(--button-content-brand-default, #00290F);
}
.nucleus-button:active, .nucleus-button--primary:active {
  background: var(--button-background-brand-pressed, #008341);
  color: var(--button-content-brand-default, #00290F);
}
.nucleus-button:focus, .nucleus-button--primary:focus {
  background: var(--button-background-brand-hover, #00AE56);
  color: var(--button-content-brand-default, #00290F);
  box-shadow: 0px 0px 0px 4px #84D4F9;
}
.nucleus-button:disabled, .nucleus-button[disabled], .nucleus-button--disabled, .nucleus-button--primary:disabled, .nucleus-button--primary[disabled], .nucleus-button--primary--disabled {
  color: var(--content-disabled, #95938F);
  background: var(--background-disabled, #F1EFE7);
}
.nucleus-button--secondary {
  color: var(--button-content-default, #121212);
  background: none;
  border: var(--border-default, 1.5px) solid var(--border-primary, #121212);
}
.nucleus-button--secondary:hover {
  background-color: var(--button-background-hover, #f1efe7);
  color: var(--button-content-default, #121212);
}
.nucleus-button--secondary:active {
  background: var(--button-background-pressed, #d5d3cc);
  color: var(--button-content-default, #121212);
}
.nucleus-button--secondary:focus {
  background: var(--button-background-hover, #f1efe7);
  color: var(--button-content-default, #121212);
  box-shadow: 0px 0px 0px 4px #84d4f9;
}
.nucleus-button--secondary:disabled, .nucleus-button--secondary[disabled], .nucleus-button--secondary--disabled {
  color: var(--content-disabled, #95938F);
  border: var(--border-default, 1.5px) solid var(--border-disabled, #95938F);
}
/* ==============================================
   Offcanvas

   Ovewrite helium offcanvas style
   ============================================== */
.g-offcanvas-open .refresh-2025 .g-nav-overlay {
  z-index: var(--g-offcanvas-overlay-z-index, 99);
  opacity: 0.8 !important;
  background: var(--overlay-background-default, #121212);
}
.g-offcanvas-open .refresh-2025 #g-navigation {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--g-offcanvas-z-index, 100);
}
.g-offcanvas-open .refresh-2025 #g-offcanvas {
  transform: translate(0);
}
.refresh-2025 #g-page-surround {
  transform: unset !important;
}
.refresh-2025 #g-offcanvas {
  display: block;
  z-index: var(--g-offcanvas-z-index);
  width: var(--g-offcanvas-width);
  padding-top: var(--g-header-height);
  margin-top: 0 !important;
  background: var(--g-offcanvas-background);
  color: var(--g-offcanvas-text-color);
  left: unset;
  right: 0;
  transform: translate(100%);
  transition-property: transform;
  transition-duration: 300ms;
  transition-behavior: allow-discrete;
  transition-timing-function: ease;
}
.refresh-2025 #g-offcanvas .g-content {
  margin: 0;
  padding: 0;
}
.refresh-2025 #g-offcanvas a {
  color: var(--g-offcanvas-text-color);
}
.refresh-2025 #g-offcanvas a:hover {
  color: var(--g-offcanvas-text-color);
}
.refresh-2025 #g-offcanvas h1, .refresh-2025 #g-offcanvas h2, .refresh-2025 #g-offcanvas h3, .refresh-2025 #g-offcanvas h4, .refresh-2025 #g-offcanvas h5, .refresh-2025 #g-offcanvas h6, .refresh-2025 #g-offcanvas strong {
  color: var(--g-offcanvas-text-color);
}
.refresh-2025 #g-offcanvas .button {
  color: var(--g-offcanvas-text-color);
}
.refresh-2025 .g-offcanvas-toggle {
  z-index: var(--g-offcanvas-toggle-z-index, 1001);
  width: 32px;
  height: 32px;
  left: unset;
  top: var(--Spacing-spacing-32);
  right: var(--Spacing-spacing-32);
  color: var(--UI-Colors-greyscale-black);
  background-image: url('../images/off-canvas-toggle-open.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition-property: background-image;
  transition-duration: 300ms;
}
.refresh-2025 .g-offcanvas-toggle i::before {
  content: "";
}
.refresh-2025 .g-offcanvas-toggle[aria-expanded="true"] {
  background-image: url('../images/off-canvas-toggle-close.svg');
}
.refresh-2025 .g-offcanvas-open .g-nav-overlay {
  z-index: 10;
}
.refresh-2025 .g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 0;
  right: 0;
}
.refresh-2025 .g-offcanvas-open .g-offcanvas-right #g-page-surround {
  left: 0;
  right: 0;
}
.refresh-2025 .g-offcanvas-open .dir-rtl.g-offcanvas-left #g-offcanvas {
  left: 0;
  right: 0;
}
.refresh-2025 .g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas {
  left: 0;
  right: 0;
}
@media (min-width: 0) and (max-width: 600px) {
  .refresh-2025 .g-offcanvas-toggle {
    top: var(--Spacing-spacing-24);
    right: var(--Spacing-spacing-20);
    margin-top: 2px;
  }
}
/* ==============================================
   Home - Featured Scholarship Section
   ============================================== */
#g-expanded:before {
  background-image: none;
  background-color: #fff;
}
#g-expanded {
  background: none !important;
  padding: 0;
  margin: 0;
}
#g-expanded .g-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#g-expanded .g-grid {
  width: 100%;
}
#featured-scholarships .g-content {
  display: flex;
  flex-direction: column;
  padding: 48px 20px !important;
  justify-content: center;
  align-items: start;
  gap: 40px;
}
#featured-scholarships .g-content {
  width: 100%;
}
#featured-scholarships .g-content h3 {
  /* Heading/H4 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  /* 112.5% */
  letter-spacing: -0.64px;
  color: var(--Colors-Signature-Black, #121212);
  leading-trim: both;
  text-edge: cap;
}
#featured-scholarships .feat-scho-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
}
#featured-scholarships .feat-scho-list li {
  list-style-type: none;
}
#featured-scholarships .feat-scho-list li a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  padding: 24px;
  border-radius: 12px;
  background-color: #f1efe7;
  color: #121212 !important;
  /* Paragraph/Default */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  text-transform: none;
  margin-bottom: 0 !important;
}
#featured-scholarships .feat-scho-list li a:hover {
  background-color: #d5d3cc;
  color: #121212 !important;
}
@media (min-width: 744px) {
  #featured-scholarships .g-content {
    padding: 48px 32px !important;
    gap: 40px;
  }
  #featured-scholarships .g-content .header h3 {
    /* Heading/H3 */
    font-family: "Beausite Classic", Open Sans, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    /* 110% */
    letter-spacing: -0.8px;
    width: 496px;
  }
}
@media (min-width: 993px) {
  #featured-scholarships .g-content .header h3 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  #featured-scholarships .g-content {
    flex-direction: row;
    gap: 48px;
    padding: 64px 128px !important;
    justify-content: center;
    align-items: flex-start;
  }
  #featured-scholarships .g-content .header {
    width: 308px;
  }
  #featured-scholarships .g-content .header h3 {
    width: 100%;
  }
  #featured-scholarships .feat-scho-list {
    max-width: 666px;
  }
}
/* ==============================================
   Home - Going Mery Features Section
   ============================================== */
#g-header.home-refresh-header {
  background-color: white !important;
  padding: 0;
}
#g-header.home-refresh-header > .g-container {
  max-width: 1440px;
  width: 100%;
  min-height: 500px;
}
#g-header.home-refresh-header .g-content {
  margin: 0;
  padding: 0;
}
#g-header.home-refresh-header .hero-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 3px 0 15px 128px;
  gap: 48px;
}
#g-header.home-refresh-header .hero-container .section-left {
  max-width: 488px;
}
#g-header.home-refresh-header .hero-container .section-left h1 {
  /* Display/H1 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 58px;
  line-height: 64px;
  /* 110.345% */
  letter-spacing: -1.74px;
  margin: 0;
  color: var(--Colors-Signature-Black, #121212);
  width: 488px;
}
#g-header.home-refresh-header .hero-container .section-left p {
  /* Paragraph/Large */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  color: var(--charcoal-dark, #272727);
  margin-top: 24px;
  margin-bottom: 48px;
  max-width: 448px;
}
#g-header.home-refresh-header .hero-container .section-left a.main-cta.nucleus-primary-btn {
  text-decoration: none;
  color: var(--button-content-brand-default, #00290F) !important;
  width: fit-content;
}
#g-header.home-refresh-header .medias {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: unset;
  opacity: 0.6;
  height: 48px;
}
#g-header.home-refresh-header .medias .media-container {
  width: 2560px;
}
#g-header.home-refresh-header .medias .media-container img {
  margin-left: 24px;
  margin-right: 24px;
  height: 48px;
  width: 131px;
}
#g-intro.home-refresh-feature-cards {
  padding: 0 64px 64px;
}
#g-intro.home-refresh-feature-cards > .g-container {
  width: 100%;
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card {
  border-radius: var(--Radius-large, 16px);
  background: var(--Colors-warm-grey-80, #F8F7F6);
  padding: var(--Spacing-spacing-64, 64px) 100px;
  margin-bottom: 64px;
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card > .g-content {
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card .download-links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card .download-links.mobile {
  display: none;
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card .download-links p {
  /* Label/Large */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  margin: 0;
  color: var(--charcoal-dark, #272727);
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card .download-links a > img {
  width: 188px;
  height: 56px;
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card .section-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 308px;
  width: 100%;
  gap: 134px;
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card .section-left h3 {
  /* Heading/H3 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  /* 110% */
  letter-spacing: -0.8px;
  color: var(--Colors-Signature-Black, #121212);
  margin: 0;
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card .section-left p.description {
  /* Paragraph/Default */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  color: var(--Colors-Signature-Black, #121212);
  margin: 24px 0;
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card .section-left a.cta.nucleus-primary-btn {
  width: fit-content;
  color: var(--button-content-brand-default, #00290F) !important;
  padding: var(--Spacing-spacing-12, 12px) var(--Spacing-spacing-24, 24px);
  min-width: 160px;
  text-decoration: none;
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card.quick-match .section-right {
  position: relative;
  margin-right: 59px;
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card.quick-match .section-right .images-container {
  display: flex;
  gap: 48px;
  height: 100%;
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card.quick-match .section-right .images-container img.card-img {
  border-radius: 16px;
  width: 246px;
  height: 100%;
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card.quick-match .section-right .sparkle {
  position: absolute;
  transform: rotate(-18deg);
  right: -59px;
  top: 10px;
  width: 111.374px;
  height: 157px;
  flex-shrink: 0;
}
#g-intro.home-refresh-feature-cards .home-refresh-feature-card.cmt {
  margin-bottom: 0;
}
@media (min-width: 1281px) {
  #g-header.home-refresh-header > .g-container, #g-intro.home-refresh-feature-cards > .g-container {
    max-width: 1153px;
  }
  #g-header.home-refresh-header > .g-container {
    max-width: 1153px;
  }
  #g-header.home-refresh-header .hero-container {
    padding-left: 0;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #g-header.home-refresh-header .hero-container {
    padding: 20px 64px 32px 54px;
  }
  #g-header.home-refresh-header .hero-container .section-left h1 {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -1.32px;
    max-width: 488px;
  }
  #g-intro.home-refresh-feature-cards {
    padding: 0 32px 32px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card {
    padding: 32px 28px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card > .g-content {
    gap: 29px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .download-links {
    gap: 16px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .download-links.mobile {
    display: none;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .download-links p {
    font-size: 16px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .download-links a > img {
    width: 141px;
    height: 42px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .section-left {
    max-width: 236px;
    gap: 34px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card.quick-match .section-right {
    margin-right: 37px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card.quick-match .section-right .images-container {
    gap: 29.8px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card.quick-match .section-right .images-container img.card-img {
    width: 152px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card.quick-match .section-right .sparkle {
    right: -37px;
    width: 68.618px;
    height: 96.728px;
  }
}
@media (max-width: 1240px) {
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .section-left {
    gap: 36px;
  }
}
@media (min-width: 1025px) and (max-width: 1180px) {
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card.quick-match .section-right {
    margin-right: 0 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1080px) {
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card {
    padding: 64px;
  }
}
@media (max-width: 1024px) {
  #g-header.home-refresh-header .hero-container {
    flex-direction: column;
    align-items: flex-start;
  }
  #g-header.home-refresh-header .hero-container .section-left {
    max-width: unset;
  }
  #g-header.home-refresh-header .hero-container .section-left h1 {
    width: auto;
  }
  #g-header.home-refresh-header .hero-container .section-left p {
    max-width: unset;
  }
  #g-header.home-refresh-header .hero-container .section-right img {
    width: 100%;
    height: auto;
    min-width: unset;
  }
  #g-intro.home-refresh-feature-cards > .g-container {
    max-width: 800px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card {
    margin-bottom: 32px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .section-left h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.24px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .section-left p.description {
    font-size: 14px;
    line-height: 20px;
    margin: 16px 0;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .section-left a.cta.nucleus-primary-btn {
    font-size: 14px;
    line-height: 16px;
    padding: var(--Spacing-spacing-8, 8px) var(--Spacing-spacing-12, 12px);
  }
}
@media (max-width: 600px) {
  #g-header.home-refresh-header .hero-container {
    padding: 20px 20px 0 20px;
    gap: 40px;
  }
  #g-header.home-refresh-header .hero-container .section-left h1 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.6px;
  }
  #g-header.home-refresh-header .hero-container .section-left h1.multiline {
    max-width: 254px;
  }
  #g-header.home-refresh-header .hero-container .section-left p {
    font-size: 16px;
    margin-bottom: 32px;
  }
  #g-header.home-refresh-header .hero-container .section-left .main-cta.nucleus-primary-btn {
    padding: var(--Spacing-spacing-12, 12px) var(--Spacing-spacing-24, 24px);
  }
  #g-header.home-refresh-header .medias {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  #g-intro.home-refresh-feature-cards {
    padding: 0 20px 32px;
  }
  #g-intro.home-refresh-feature-cards > .g-container {
    width: 100% !important;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card {
    padding: 24px 20px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card > .g-content {
    gap: 29px;
    width: auto;
    flex-direction: column;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .download-links {
    gap: 16px;
    align-items: center;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .download-links:not(.mobile) {
    display: none;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .download-links.mobile {
    display: flex;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .download-links p {
    font-size: 16px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .download-links a > img {
    width: 140px;
    height: 42px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .section-left {
    max-width: unset;
    gap: unset;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card .section-left a.cta.nucleus-primary-btn {
    min-width: 189px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card.quick-match .section-right {
    margin-right: 0;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card.quick-match .section-right .images-container {
    gap: 29.8px;
    position: relative;
    justify-content: space-between;
    width: calc(100% - 29px);
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card.quick-match .section-right .images-container img.card-img {
    width: 115px;
  }
  #g-intro.home-refresh-feature-cards .home-refresh-feature-card.quick-match .section-right .sparkle {
    right: -29px;
    width: 52.323px;
    height: 73.796px;
  }
}
/* ==============================================
   Footer
   ============================================== */
/* Resetting curent style */
.refresh-2025 #g-footer {
  background: var(--Colors-Paper-White, #FFF);
  color: var(--Colors-Signature-Black, #121212);
  padding: 0;
}
/* End of resetting curent style */
.refresh-2025 #g-footer {
  /* Hide default marker in Firefox */
}
.refresh-2025 #g-footer .g-container {
  padding: var(--Spacing-spacing-80, 80px) var(--Spacing-spacing-128, 128px);
  margin: 0;
  width: 100% !important;
}
.refresh-2025 #g-footer .gm-footer {
  display: grid;
  column-gap: 78px;
  row-gap: var(--Spacing-spacing-32, 32px);
  grid-template-columns: 1fr 1fr 0.7fr 188px;
  grid-template-rows: auto;
  grid-template-areas: "logo logo logo logo" "scholarships resources company download-app" "tos tos tos tos";
}
.refresh-2025 #g-footer details summary {
  list-style: none;
  /* removes bullet/arrow in most browsers */
}
.refresh-2025 #g-footer details summary::-webkit-details-marker {
  display: none;
  /* hides marker in Chrome/Safari */
}
.refresh-2025 #g-footer details summary {
  list-style-type: none;
  /* Firefox-specific */
}
.refresh-2025 #g-footer ul {
  display: block;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.refresh-2025 #g-footer .footer-nav-group-logo {
  grid-area: logo;
  margin-bottom: 0;
}
.refresh-2025 #g-footer .footer-nav-group-scholarships {
  margin-top: 24px;
  grid-area: scholarships;
}
.refresh-2025 #g-footer .footer-nav-group-resources {
  margin-top: 24px;
  grid-area: resources;
}
.refresh-2025 #g-footer .footer-nav-group-company {
  margin-top: 24px;
  grid-area: company;
}
.refresh-2025 #g-footer .footer-nav-group-download-app {
  margin-top: 24px;
  grid-area: download-app;
  justify-self: end;
}
.refresh-2025 #g-footer .footer-nav-group-tos {
  grid-area: tos;
}
.refresh-2025 #g-footer .footer-nav-group summary {
  /* Label/Large */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  color: var(--Colors-Signature-Black, #121212);
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.refresh-2025 #g-footer .footer-nav-group li {
  /* Paragraph/Small */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
  list-style: none;
}
.refresh-2025 #g-footer .footer-nav-group li:not(:last-child) {
  padding-bottom: var(--Spacing-spacing-16, 16px);
}
.refresh-2025 #g-footer .footer-nav-group li a {
  color: var(--Colors-Signature-Black, #121212) !important;
}
.refresh-2025 #g-footer .footer-nav-group-download-appdetails[open] > ul {
  padding-top: var(--Spacing-spacing-24, 24px);
}
.refresh-2025 #g-footer .footer-nav-group-download-app summary {
  margin: 0;
}
.refresh-2025 #g-footer .footer-nav-group-download-app li:not(:last-child) {
  padding-bottom: var(--Spacing-spacing-24, 24px);
}
.refresh-2025 #g-footer .footer-nav-group-download-app .ios-app-badge {
  width: 188px;
}
.refresh-2025 #g-footer .footer-nav-group-download-app .google-play-app-badge {
  width: 188px;
}
.refresh-2025 #g-footer .footer-nav-group-tos {
  /* Paragraph/Legal */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 14px;
  /* 116.667% */
  color: var(--Colors-warm-grey-160, #666562);
  text-align: center;
}
.refresh-2025 #g-footer .footer-nav-group-tos p {
  margin: 0;
}
.refresh-2025 #g-footer .footer-nav-group-tos p:not(:last-child) {
  margin-bottom: var(--Spacing-spacing-16, 16px);
}
.refresh-2025 #g-footer .footer-nav-group-tos hr {
  margin: 0 0 var(--Spacing-spacing-32, 32px) 0;
  color: var(--border-tertiary, #B6B5AF);
}
@media (min-width: 601px) {
  .refresh-2025 #g-footer details > ul {
    content-visibility: visible;
    padding-top: var(--Spacing-spacing-16, 16px);
  }
}
@media (min-width: 0) and (max-width: 1199px) {
  .refresh-2025 #g-footer .gm-footer {
    column-gap: var(--Spacing-spacing-40, 40px);
  }
}
@media (min-width: 0) and (max-width: 992px) {
  .refresh-2025 #g-footer .g-container {
    padding: var(--Spacing-spacing-80, 80px) var(--Spacing-spacing-32, 32px);
  }
  .refresh-2025 #g-footer .gm-footer {
    column-gap: var(--Spacing-spacing-40, 40px);
    row-gap: var(--Spacing-spacing-32, 32px);
    grid-template-columns: 1fr 1fr 0.6fr;
    grid-template-areas: "logo download-app download-app" "scholarships resources company" "tos tos tos";
  }
  .refresh-2025 #g-footer .footer-nav-group-download-app {
    margin-top: 0;
  }
  .refresh-2025 #g-footer .footer-nav-group-download-app summary {
    display: none;
  }
  .refresh-2025 #g-footer .footer-nav-group-download-app ul {
    display: flex;
    gap: var(--Spacing-spacing-12, 12px);
  }
  .refresh-2025 #g-footer .footer-nav-group-download-app li:not(:last-child) {
    padding-bottom: 0;
  }
  .refresh-2025 #g-footer .footer-nav-group-download-app > ul {
    padding-top: 0;
  }
  .refresh-2025 #g-footer .footer-nav-group-download-app .ios-app-badge, .refresh-2025 #g-footer .footer-nav-group-download-app .google-play-app-badge {
    width: auto;
    height: 42px;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  .refresh-2025 #g-footer .g-container {
    padding: var(--Spacing-spacing-20, 20px) var(--Spacing-spacing-20, 20px) 102px;
  }
  .refresh-2025 #g-footer details > ul {
    display: block;
    height: 0;
    overflow: hidden;
    transition-property: height, content-visibility;
    transition-duration: 300ms;
    transition-behavior: allow-discrete;
  }
  .refresh-2025 #g-footer summary::after {
    height: 16px;
    width: 16px;
    content: url('../images/icon-chevron-down-bold.svg');
    padding: 0;
    margin: 0;
    transition: transform 200ms ease-out;
    transform: rotate(0deg);
  }
  .refresh-2025 #g-footer details[open] > ul {
    padding-top: var(--Spacing-spacing-16, 16px);
    height: var(--details-content-height, auto);
  }
  .refresh-2025 #g-footer details[open] summary::after {
    transform: rotate(180deg);
  }
  .refresh-2025 #g-footer .gm-footer {
    row-gap: var(--Spacing-spacing-20, 20px);
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "logo" "download-app" "scholarships" "resources" "company" "tos";
  }
  .refresh-2025 #g-footer .footer-nav-group-logo, .refresh-2025 #g-footer .footer-nav-group-scholarships, .refresh-2025 #g-footer .footer-nav-group-resources, .refresh-2025 #g-footer .footer-nav-group-company, .refresh-2025 #g-footer .footer-nav-group-download-app, .refresh-2025 #g-footer .footer-nav-group-tos {
    margin-top: 0px;
  }
  .refresh-2025 #g-footer .footer-nav-group-scholarships {
    padding-top: 12px;
  }
  .refresh-2025 #g-footer .footer-nav-group-logo, .refresh-2025 #g-footer .footer-nav-group-download-app {
    justify-self: center;
  }
  .refresh-2025 #g-footer .footer-nav-group-logo[open] > ul, .refresh-2025 #g-footer .footer-nav-group-download-app[open] > ul {
    padding-top: 3px;
  }
  .refresh-2025 #g-footer .footer-nav-group-tos {
    text-align: left;
  }
  .refresh-2025 #g-footer .footer-nav-group-tos hr {
    display: none;
  }
}
/* ==============================================
   Home - Going Mery More Features Section
   ============================================== */
body.refresh-2025-home section#g-features .more-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.refresh-2025-home section#g-features .more-container h3 {
  color: var(--Colors-Signature-Black, #121212);
  text-align: center;
  font-family: "Beausite Classic";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.64px;
}
body.refresh-2025-home section#g-features .more-container .more-cards {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: var(--Spacing-spacing-48, 48px);
}
body.refresh-2025-home section#g-features .more-container .more-card {
  display: flex;
  padding: var(--Spacing-spacing-32, 32px) var(--Spacing-spacing-40, 40px);
  flex-direction: column;
  align-items: center;
  width: 309px;
  gap: var(--Spacing-spacing-32, 32px);
}
body.refresh-2025-home section#g-features .more-container .more-card div.more-number {
  position: relative;
  width: 96px;
  height: 96px;
  flex-shrink: 0;
}
body.refresh-2025-home section#g-features .more-container .more-card img {
  position: absolute;
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  fill: var(--Colors-Paper-White, #fff);
  stroke-width: 7.68px;
  stroke: var(--Colors-highlighter-green-40, #b5fbd8);
}
body.refresh-2025-home section#g-features .more-container .more-card span {
  position: relative;
  display: flex;
  width: 96px;
  height: 96px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--Colors-highlighter-green-160, #015f2d);
  text-align: center;
  font-family: "Beausite Classic";
  font-size: 55.68px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.36px;
  letter-spacing: -1.67px;
}
body.refresh-2025-home section#g-features .more-container .more-card .more-description {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-spacing-16, 16px);
}
body.refresh-2025-home section#g-features .more-container .more-card .more-description h6, body.refresh-2025-home section#g-features .more-container .more-card .more-description p {
  text-align: center;
}
body.refresh-2025-home section#g-features .more-container .more-card .more-description h6 {
  color: var(--Colors-Signature-Black, #121212);
  text-align: center;
  font-family: "Beausite Classic";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.21px;
}
body.refresh-2025-home section#g-features .more-container .more-card .more-description p {
  color: #000;
  text-align: center;
  font-family: "Beausite Classic";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  margin: 0;
}
body.refresh-2025-home section#g-features .more-container .more-card a {
  align-self: center;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 601px) and (max-width: 1024px) {
  body.refresh-2025-home section#g-features .more-container .more-cards {
    gap: var(--Spacing-spacing-32, 32px);
    flex-direction: column;
  }
  body.refresh-2025-home section#g-features .more-container .more-cards .more-card {
    padding: 0;
    flex-direction: row;
    width: auto;
  }
  body.refresh-2025-home section#g-features .more-container .more-cards .more-card div.more-number, body.refresh-2025-home section#g-features .more-container .more-cards .more-card img, body.refresh-2025-home section#g-features .more-container .more-cards .more-card span {
    width: 64px;
    height: 64px;
  }
  body.refresh-2025-home section#g-features .more-container .more-cards .more-card span {
    font-size: 37.12px;
    line-height: 10.24px;
    letter-spacing: -1.114px;
  }
  body.refresh-2025-home section#g-features .more-container .more-cards .more-card h6, body.refresh-2025-home section#g-features .more-container .more-cards .more-card p {
    text-align: left;
  }
  body.refresh-2025-home section#g-features .more-container .more-cards .more-card a {
    margin: 0 0 0 auto;
    flex: none;
  }
}
@media (max-width: 600px) {
  body.refresh-2025-home section#g-features .more-container h3 {
    font-size: 32px;
  }
  body.refresh-2025-home section#g-features .more-container .more-cards {
    flex-direction: column;
    gap: var(--Spacing-spacing-32, 32px);
  }
  body.refresh-2025-home section#g-features .more-container .more-card {
    padding: 0;
    gap: var(--Spacing-spacing-16, 16px);
    width: auto;
  }
  body.refresh-2025-home section#g-features .more-container .more-card div.more-number, body.refresh-2025-home section#g-features .more-container .more-card img, body.refresh-2025-home section#g-features .more-container .more-card span {
    width: 64px;
    height: 64px;
  }
  body.refresh-2025-home section#g-features .more-container .more-card span {
    font-size: 37.12px;
    line-height: 10.24px;
    letter-spacing: -1.114px;
  }
  body.refresh-2025-home section#g-features .more-container .more-card .more-description {
    width: 65vw;
    padding-top: 4px;
  }
  body.refresh-2025-home section#g-features .more-container .more-card a {
    line-height: 16px;
  }
}
/* ==============================================
   Navigation - Header
   ============================================== */
.refresh-2025 #g-navigation {
  box-shadow: none;
  border-bottom: 0;
  z-index: var(--g-header-z-index, 1000);
  padding: var(--Spacing-spacing-24, 24px) var(--Spacing-spacing-48, 48px);
  margin-bottom: var(--Spacing-spacing-24, 24px);
  /* reset gantry */
  /* Overwrite from current custom css */
  /* customization */
}
.refresh-2025 #g-navigation .g-content, .refresh-2025 #g-navigation .g-particle {
  margin: 0;
  padding: 0;
}
.refresh-2025 #g-navigation .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container {
  border-bottom: 0;
}
.refresh-2025 #g-navigation a:not(.button), .refresh-2025 #g-navigation a:not(.button):hover {
  text-decoration: none;
}
.refresh-2025 #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  padding: 0;
  box-shadow: none;
}
.refresh-2025 #g-navigation .g-main-nav ul {
  text-align: left;
}
.refresh-2025 #g-navigation .g-main-nav .g-sublevel > li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.refresh-2025 #g-navigation .gm-logo {
  display: block;
}
.refresh-2025 #g-navigation .gm-logo--desktop {
  height: 45px;
}
.refresh-2025 #g-navigation .gm-logo--mobile {
  display: none;
}
.refresh-2025 #g-navigation .gm-account-nav {
  display: flex;
  gap: var(--Spacing-spacing-12, 12px);
}
.refresh-2025 #g-navigation .gm-account-nav .toggle-space {
  display: none;
}
.refresh-2025 #g-navigation .g-container > .g-grid:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--Spacing-spacing-80, 80px);
  margin: 0;
}
.refresh-2025 #g-navigation .g-container > .g-grid:last-child > .g-block {
  flex: unset;
  width: unset;
  max-width: unset;
}
.refresh-2025 #g-navigation .g-container > .g-grid:last-child .gm-logo-section {
  position: relative;
}
.refresh-2025 #g-navigation .g-menu-item-container {
  display: flex;
  padding: 12px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.refresh-2025 #g-navigation .g-menu-item-container:hover {
  border-radius: 8px;
  background: var(--UI-Colors-greyscale-120, #D5D3CC);
}
.refresh-2025 #g-navigation .g-menu-item-title {
  color: #000;
  text-transform: none;
  /* Label/Small */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}
.refresh-2025 #g-navigation ul.g-dropdown {
  border-radius: 8px;
  background: var(--Colors-warm-grey-100, #F1EFE7);
  border: 0;
}
.refresh-2025 #g-navigation ul.g-dropdown.g-fade {
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.refresh-2025 #g-navigation ul.g-dropdown .g-sublevel {
  display: flex;
  width: 274px;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.refresh-2025 #g-navigation ul.g-dropdown .g-sublevel li > .g-menu-item-container {
  transition: unset;
}
.refresh-2025 #g-navigation .g-main-nav .g-toplevel > li.g-parent .g-menu-item-container {
  display: flex;
  align-items: center;
  padding: var(--Spacing-spacing-8, 8px) var(--Spacing-spacing-12, 12px) !important;
}
.refresh-2025 #g-navigation .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  height: 16px;
  width: 16px;
}
.refresh-2025 #g-navigation .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator::after {
  height: 16px;
  width: 16px;
  content: url('../images/icon-chevron-down.svg');
  padding: 0;
  margin: 0;
  transition: transform 200ms ease-out;
  transform: rotate(0deg);
}
.refresh-2025 #g-navigation .g-main-nav .g-toplevel > li.g-parent.g-selected .g-menu-parent-indicator::after {
  transform: rotate(180deg);
}
.refresh-2025 #g-navigation .g-main-nav .g-toplevel > li.g-menu-item.gm-sign-in-nav {
  margin-left: 80px;
}
.refresh-2025 #g-navigation .g-main-nav .g-toplevel > li.g-menu-item.gm-sign-in-nav a.g-menu-item-container {
  display: flex;
  padding: var(--Spacing-spacing-8, 8px) var(--Spacing-spacing-12, 12px) !important;
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-spacing-8, 8px);
  align-self: stretch;
  border-radius: 99px;
  border: var(--border-default, 1.5px) solid var(--border-primary, #121212);
  overflow: hidden;
  color: var(--button-content-default, #121212);
  text-align: center;
  text-overflow: ellipsis;
  /* Button text/Small */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 16px;
  /* 114.286% */
}
.refresh-2025 #g-navigation .g-main-nav .g-toplevel > li.g-menu-item.gm-sign-up-nav a.g-menu-item-container {
  display: flex;
  padding: var(--Spacing-spacing-8, 8px) var(--Spacing-spacing-12, 12px) !important;
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-spacing-8, 8px);
  align-self: stretch;
  border-radius: 99px;
  background: var(--button-background-brand-default, #00DA6C);
  overflow: hidden;
  color: var(--button-content-default, #121212);
  text-align: center;
  text-overflow: ellipsis;
  /* Button text/Small */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 16px;
  /* 114.286% */
}
@media (min-width: 0) and (max-width: 1199px) {
  .refresh-2025 #g-navigation {
    padding: var(--Spacing-spacing-24, 24px) var(--Spacing-spacing-32, 32px);
  }
  .refresh-2025 #g-navigation .gm-nav {
    display: none;
  }
  .refresh-2025 #g-navigation .gm-account-nav .toggle-space {
    display: block;
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 0) and (max-width: 1260px) {
  .refresh-2025 #g-navigation .g-container > .g-grid:last-child {
    justify-content: space-between;
    gap: var(--Spacing-spacing-12, 12px);
  }
  .refresh-2025 #g-navigation .g-container > .g-grid:last-child > .g-block {
    flex: unset;
    width: unset;
    max-width: unset;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  .refresh-2025 #g-navigation {
    padding: var(--Spacing-spacing-24, 24px) var(--Spacing-spacing-20, 20px);
  }
  .refresh-2025 #g-navigation .g-container {
    width: 100%;
  }
  .refresh-2025 #g-navigation .gm-logo--desktop {
    display: none;
  }
  .refresh-2025 #g-navigation .gm-logo--mobile {
    display: block;
    height: 36px !important;
    width: 36px !important;
  }
}
/* ==============================================
   Mobile Menu

   Ovewrite helium mobile menu style
   ============================================== */
.refresh-2025 .g-go-back {
  display: none;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container {
  margin: 0;
  padding: var(--Spacing-spacing-24) var(--Spacing-spacing-24) var(--Spacing-spacing-40);
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container a:not(.button) {
  color: #000 !important;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-menu-item-title {
  /* Label/Small */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
  color: #000;
  text-transform: none;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container ul {
  background: var(--g-offcanvas-background);
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  color: var(--g-offcanvas-text-color);
  padding: var(--g-m-menu-content-padding) !important;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container:active, .refresh-2025 #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container:hover {
  border-radius: 8px;
  background: var(--UI-Colors-greyscale-120, #D5D3CC);
  text-decoration: none;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active, .refresh-2025 #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):active, .refresh-2025 #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  border-radius: unset !important;
  background: unset !important;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, .refresh-2025 #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):active > .g-menu-item-container, .refresh-2025 #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  color: var(--g-offcanvas-text-color);
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container ul.g-sublevel {
  height: inherit !important;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: var(--g-m-sublevel-padding);
  padding-top: var(--Spacing-spacing-4, 4px);
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container ul.g-sublevel > li > .g-menu-item-container {
  padding: var(--Spacing-spacing-8, 8px) !important;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container ul.g-sublevel > li > .g-menu-item-container:active, .refresh-2025 #g-offcanvas #g-mobilemenu-container ul.g-sublevel > li > .g-menu-item-container:hover {
  border-radius: 8px;
  background: var(--UI-Colors-greyscale-120, #D5D3CC);
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container ul.g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active, .refresh-2025 #g-offcanvas #g-mobilemenu-container ul.g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):active, .refresh-2025 #g-offcanvas #g-mobilemenu-container ul.g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  border-radius: 8px;
  background: var(--UI-Colors-greyscale-120, #D5D3CC);
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container ul.g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, .refresh-2025 #g-offcanvas #g-mobilemenu-container ul.g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):active > .g-menu-item-container, .refresh-2025 #g-offcanvas #g-mobilemenu-container ul.g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  color: var(--g-offcanvas-text-color);
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 100%;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container ul i.fa {
  width: 32px;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-dropdown {
  display: block;
  overflow: hidden;
  transition-property: height;
  transition-duration: 300ms;
  transition-behavior: allow-discrete;
  transition-timing-function: ease;
  background: var(--Colors-warm-grey-100, #F1EFE7);
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  z-index: unset;
  transform: unset;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-dropdown.gm-mobile-menu-active {
  transform: unset !important;
  z-index: 0 !important;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-dropdown .g-go-back {
  display: none;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-dropdown .g-block {
  width: 100%;
  overflow: visible;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-dropdown .g-block .g-go-back {
  display: none;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-dropdown .g-block:first-child .g-go-back {
  display: none;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-dropdown.gm-mobile-menu-active {
  height: auto !important;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-dropdown:not(.gm-mobile-menu-active) {
  height: 0 !important;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-toplevel.g-slide-out > .g-menu-item > .g-menu-item-container, .refresh-2025 #g-offcanvas #g-mobilemenu-container .g-toplevel.g-slide-out > .g-go-back > .g-menu-item-container, .refresh-2025 #g-offcanvas #g-mobilemenu-container .g-sublevel.g-slide-out > .g-menu-item > .g-menu-item-container, .refresh-2025 #g-offcanvas #g-mobilemenu-container .g-sublevel.g-slide-out > .g-go-back > .g-menu-item-container {
  transform: unset;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-toplevel {
  position: relative;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-toplevel li.g-parent {
  margin-bottom: 12px;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-toplevel li.g-parent:last-child {
  margin-bottom: 0;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator {
  position: relative;
  right: unset;
  text-align: left;
  margin: 0;
  padding: 0;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator::after {
  height: 16px;
  width: 16px;
  content: url('../images/icon-chevron-down.svg');
  padding: 0;
  margin: 0;
  transition: transform 200ms ease-out;
  transform: rotate(0deg);
  opacity: 1;
  display: block;
}
.refresh-2025 #g-offcanvas #g-mobilemenu-container .g-toplevel li.g-parent.gm-mobile-menu-selected .g-menu-parent-indicator::after {
  transform: rotate(180deg) !important;
}
/* ==============================================
   Home - Resource and Tips Section
   ============================================== */
/* ==============================================
    Home - Going Merry Review Section
    ============================================== */
#g-utility.home-refresh-reviews {
  border: none;
  padding: 0 64px 64px;
  background-color: #ffffff;
}
#g-utility.home-refresh-reviews .g-content.g-particle {
  margin: 0 !important;
  padding: 0 !important;
}
#g-utility.home-refresh-reviews .review-container {
  display: flex;
  padding: var(--Spacing-spacing-64, 64px);
  flex-direction: column;
  align-items: center;
  justify-self: center;
  width: 100%;
  max-width: 1153px;
  gap: var(--Spacing-spacing-64, 64px);
  border-radius: var(--Radius-large, 16px);
  background: var(--Colors-sunflower-20, #FCF2DC);
  overflow: hidden;
}
#g-utility.home-refresh-reviews .review-container .review-header h6, #g-utility.home-refresh-reviews .review-container .review-info h6, #g-utility.home-refresh-reviews .review-container .review-details h6 {
  color: var(--Colors-Signature-Black, #121212);
  font-family: "Beausite Classic";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.21px;
}
#g-utility.home-refresh-reviews .review-container .review-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--Spacing-spacing-24, 24px);
}
#g-utility.home-refresh-reviews .review-container .review-header h3 {
  color: var(--Colors-Signature-Black, #121212);
  font-family: "Beausite Classic";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.8px;
  text-align: center;
}
#g-utility.home-refresh-reviews .review-container .review-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: var(--Spacing-spacing-48, 48px);
}
#g-utility.home-refresh-reviews .review-container .review-wrapper .review-card {
  display: flex;
  width: 246px !important;
  max-width: 246px;
  height: 361px;
  padding: var(--Spacing-spacing-40, 40px) var(--Spacing-spacing-32, 32px);
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--Radius-medium, 12px);
  background: var(--Colors-Paper-White, #FFF);
}
#g-utility.home-refresh-reviews .review-container .review-wrapper .review-card .review-info {
  display: flex;
  width: 246px;
  flex-direction: column;
  gap: 20px;
}
#g-utility.home-refresh-reviews .review-container .review-wrapper .review-card .review-info p {
  color: var(--Colors-Signature-Black, #121212);
  font-family: "Beausite Classic";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 24px;
  margin: 0;
}
#g-utility.home-refresh-reviews .review-container .review-wrapper .review-card .review-details {
  display: flex;
  width: 246px;
  padding-top: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  border-top: solid 1px var(--Colors-sunflower-60, #F5D797);
}
@media (min-width: 744px) {
  #g-utility.home-refresh-reviews .g-content.g-particle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #g-utility.home-refresh-reviews .review-container .review-wrapper {
    transform: none !important;
  }
}
@media (min-width: 744px) and (max-width: 1279px) {
  #g-utility.home-refresh-reviews {
    padding: 0 32px 32px;
  }
  #g-utility.home-refresh-reviews .g-container {
    max-width: 800px;
  }
  #g-utility.home-refresh-reviews .review-container {
    padding: 64px 40px;
    max-width: 100%;
  }
  #g-utility.home-refresh-reviews .review-container .review-wrapper {
    gap: var(--Spacing-spacing-32, 32px);
  }
  #g-utility.home-refresh-reviews .review-container .review-wrapper .review-card {
    padding: var(--Spacing-spacing-40, 40px) var(--Spacing-spacing-20, 20px);
  }
  #g-utility.home-refresh-reviews .review-container .review-wrapper .review-card:last-child {
    display: none;
  }
}
@media (max-width: 743px) {
  #g-utility.home-refresh-reviews {
    padding: 0;
  }
  #g-utility.home-refresh-reviews .g-container {
    width: 100%;
  }
  #g-utility.home-refresh-reviews .review-container {
    width: 100%;
    max-width: 100%;
    padding: 0 0 var(--Spacing-spacing-48, 48px);
    gap: var(--Spacing-spacing-40, 40px);
    border-radius: 0;
  }
  #g-utility.home-refresh-reviews .review-container .review-header {
    padding: var(--Spacing-spacing-48, 48px) var(--Spacing-spacing-48, 48px) 0 var(--Spacing-spacing-48, 48px);
  }
  #g-utility.home-refresh-reviews .review-container .review-header h3 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.6px;
  }
  #g-utility.home-refresh-reviews .review-container .review-cards {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #g-utility.home-refresh-reviews .review-container .review-wrapper {
    justify-content: unset;
    gap: var(--Spacing-spacing-20, 20px);
  }
  #g-utility.home-refresh-reviews .review-container .review-wrapper .review-card {
    padding: var(--Spacing-spacing-40, 40px) var(--Spacing-spacing-20, 20px);
    max-width: unset;
  }
  #g-utility.home-refresh-reviews .review-container .review-wrapper .review-card .review-info, #g-utility.home-refresh-reviews .review-container .review-wrapper .review-card .review-details {
    width: auto;
  }
}
@media (max-width: 479px) {
  #g-utility.home-refresh-reviews .review-container .review-wrapper .review-card {
    width: 65vw !important;
    padding: var(--Spacing-spacing-40, 40px) var(--Spacing-spacing-15, 15px);
  }
}
@media (min-width: 425px) and (max-width: 499px) {
  #g-utility.home-refresh-reviews .review-container .review-wrapper .review-card {
    padding: var(--Spacing-spacing-40, 40px) var(--Spacing-spacing-20, 20px);
  }
}
/* ==============================================
   Home - Going Mery Student Resources Section
   ============================================== */
#student-resources-header {
  width: 100%;
}
#student-resources-header .g-content.g-particle {
  padding: 0 20px !important;
  margin-top: 20px !important;
}
#student-resources-header .header {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#student-resources-header .header h4 {
  /* Label/Large */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  color: var(--Colors-Signature-Black, #121212);
}
#student-resources-header .header h3 {
  /* Heading/H4 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  /* 112.5% */
  letter-spacing: -0.64px;
  color: var(--Colors-Signature-Black, #121212);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
}
#student-resources {
  display: flex;
  padding-top: 0 !important;
  flex-direction: column;
  align-items: center;
  gap: var(--Spacing-spacing-48, 40px);
}
#student-resources .g-content.g-particle {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 20px !important;
}
#student-resources .g-wordpress-posts {
  display: flex;
  width: 856px;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
#student-resources .g-wordpress-posts .g-grid {
  display: flex;
  width: 270px;
  height: 270px;
  margin-bottom: 0 !important;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: var(--Radius-medium, 12px);
  background: #fff;
  /* Elevation/Light/Low */
  box-shadow: 0px 6px 6px -6px rgba(18, 18, 18, 0.16);
}
#student-resources .g-wordpress-posts .g-grid:last-child, #student-resources .g-wordpress-posts .g-grid:nth-child(2) {
  display: none;
}
#student-resources .g-wordpress-posts .g-grid .g-content {
  padding: 0;
}
#student-resources .g-wordpress-posts .g-grid .g-array-item-title {
  margin: 0 auto;
  width: 232px;
}
#student-resources .g-wordpress-posts .g-grid .g-array-item-image img {
  width: 272px;
  height: 174px;
  border-radius: 12px 12px 0px 0px;
}
#student-resources .g-wordpress-posts .g-grid .g-item-title {
  /* Label/Default */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
}
#student-resources .g-wordpress-posts .g-grid .g-item-title a {
  display: -webkit-box;
  width: 232px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--Colors-Signature-Black, #121212) !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
#resources-view-more-btn-container .g-content {
  display: flex;
  justify-content: center;
  margin-bottom: 40px !important;
}
@media (min-width: 744px) {
  #student-resources-header .g-content.g-particle {
    padding: 0 32px !important;
    margin-top: 64px !important;
  }
  #student-resources-header .header h3 {
    /* Heading/H3 */
    font-family: "Beausite Classic", Open Sans, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    /* 110% */
    letter-spacing: -0.8px;
  }
  #student-resources .g-content.g-particle {
    padding: 48px 32px !important;
  }
  #student-resources .g-wordpress-posts .g-grid:nth-child(2) {
    display: flex;
  }
  #resources-view-more-btn-container .g-content {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1280px) {
  #student-resources-header .g-content.g-particle {
    padding: 0 128px !important;
    margin-top: 64px !important;
  }
  #student-resources .g-wordpress-posts .g-grid:last-child {
    display: flex;
  }
}
/* utility */
/* ==============================================
   This file is for:
   - unused rules that can be deleted later
   - rules that unsure whether it is used or not
   ============================================== */
a:not(.button) {
  color: #30ad64 !important;
}
a:not(.button):hover {
  text-decoration: underline;
}
body, html {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
h1, h2, h3, h4, h5 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
h1 {
  font-size: 3.56rem;
}
h2 {
  font-size: 2.28rem;
}
h3 {
  font-size: 1.96rem;
}
h4 {
  font-size: 1.64rem;
}
h5 {
  font-size: 1.45rem;
}
h6 {
  font-size: 1.25rem;
}
ul li, ol li {
  font-size: 1.4rem;
  line-height: 2;
}
#anim:hover {
  animation: shake 500ms ease-in-out forwards;
}
#g-footer {
  background: #37474f;
  color: #fff;
  padding: 2rem 0 2rem 0;
}
#g-footer .g-horizontalmenu {
  padding: 0.5rem 0;
  text-align: left;
}
#g-footer .g-content.g-particle {
  margin: 0;
  padding: 0;
}
.footer-new {
  background: #e8f5e9 !important;
  color: #272727 !important;
  padding-top: 1rem !important;
}
#g-header {
  background-color: #312f38;
  color: #eceeef;
  padding: 3rem 0;
  position: relative;
  z-index: 10;
  background-image: url('https://www.goingmerry.com/wp-content/uploads/2019/10/graduation.jpg');
  background-position: top center !important;
}
#g-header #g-features {
  padding: 0;
}
#g-intro {
  background: #ffffff;
  color: #363636;
  padding: 2rem 4rem;
}
#g-navigation {
  background: #ffffff;
  border-bottom: 1px solid #ececec;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
#g-navigation .g-main-nav .g-toplevel > li {
  margin: 0;
}
#g-page-surround {
  overflow: inherit;
}
#g-testimonials {
  background-image: none;
}
#g-utility {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 1rem 0;
}
p#allowed_tags {
  display: none;
}
.gm-button {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  min-height: 62px;
}
.gm-button:hover {
  text-decoration: none !important;
}
.gm-button.dark {
  background: #272727;
  color: #f2f2f2 !important;
}
.gm-button.dark:hover {
  background: #5a5a5a;
}
.gm-button.dark.outlined {
  background: transparent;
  color: #272727 !important;
  border: 2px solid #272727;
}
.gm-button.dark.outlined:hover {
  background: rgba(255, 255, 255, 0.5);
}
.af-avatar {
  display: inline-block !important;
  padding: 1rem;
}
.af-avatar img {
  min-width: 130px;
  height: 130px;
}
.af-award-footer {
  display: inline-block !important;
  padding: 1rem;
}
.af-award-winner {
  font-weight: 300;
  font-size: 1.5rem;
  color: #363636;
  display: block;
  line-height: 1.8;
}
.af-award-details {
  font-size: 18px;
  color: #30ad64;
  font-weight: 500;
  display: block;
}
.amb-pink {
  font-size: 1.2rem;
  color: #cf3976;
}
.amb-pink a {
  color: #cf3976 !important;
  text-decoration: underline;
}
.bio-box {
  background: #ffffff;
  border: 1px solid #ececec;
  padding: 2rem;
}
.bio-description {
  font-weight: 400;
  font-size: 1.2rem;
}
.bio-fact {
  display: none;
}
.bio-name {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #30ad64;
  margin: 1.5rem auto;
  text-align: center;
}
.bio-photo img {
  border-radius: 50%;
}
.border-top-one-px {
  border-top: 1px solid #cecece;
}
.border-my-top {
  border-top: 1px solid #dedede;
  margin-top: 2rem !important;
  padding-top: 2rem;
}
.cat-listing-group {
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
}
.cat-listing-group .scholarship-category-hero-image {
  height: 300px;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #aeaeae;
  border-radius: 16px 16px 0px 0px;
}
.cat-listing-group .scholarship-category-hero-image img {
  width: 100%;
}
.cat-listing-group .single-category-guts {
  line-height: 2.4rem;
  margin: 1rem;
  padding: 0.4rem;
}
.cat-listing-group .single-category-title a {
  font-size: 1.6rem;
  text-decoration: underline;
  font-weight: 400;
  display: block;
}
.cat-listing-group .single-category-award-amount {
  font-weight: 400;
  color: #363636;
  display: block;
  font-size: 1.2rem;
  display: block;
  margin-top: 0.8rem;
}
.cat-listing-group .single-category-award-amount:before {
  content: "";
  background-image: url('../../../../uploads/2019/03/diamonddiamond-pre.png');
  background-repeat: no-repeat;
  padding-right: 16px;
  width: 22px;
  line-height: 2rem;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.6rem;
  font-weight: 500;
}
.cat-listing-group .single-category-summary {
  font-weight: 300;
  font-size: 1.3rem;
  display: block;
  color: #636363;
  margin-top: 0.8rem;
  line-height: 1.5;
}
.cat-listing-group .view-category-button {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  display: block;
}
.cat-listing-group .view-category-button a {
  border-width: 1px;
  border-style: solid;
  font-size: 1.1rem;
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
  font-weight: 500;
}
.blue-box {
  border-color: #607d8b;
}
.blue-box a, .blue-box .inherit-the-color {
  color: #607d8b;
}
.pink-box {
  border-color: #cf3976;
}
.pink-box a, .pink-box .inherit-the-color {
  color: #cf3976;
}
.orange-box {
  border-color: #f19f43;
}
.orange-box a, .orange-box .inherit-the-color {
  color: #f19f43;
}
.green-box {
  border-color: #30ad64;
}
.green-box a, .green-box .inherit-the-color {
  color: #30ad64;
}
.gray-box {
  border-color: #aeaeae;
}
.gray-box a, .gray-box .inherit-the-color {
  color: #363636;
}
.cat-listing-callout-box {
  border-radius: 16px;
  border: 1px solid #7e1d44;
  background-color: #cf3976;
  color: #fff;
}
.cat-listing-callout-box .callout-box-guts {
  margin: 1.4rem auto;
  line-height: 2.4rem;
  padding: 1rem;
  text-align: center;
}
.cat-listing-callout-box .callout-title {
  display: block;
  font-size: 1.8rem;
  margin: 0 auto;
  font-weight: 400;
}
.cat-listing-callout-box .callout-content {
  text-align: center;
  margin: 1rem auto 2rem;
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
}
.cat-listing-callout-box .callout-button {
  margin: 2rem auto;
}
.cat-listing-callout-box .callout-button a {
  color: #fff;
  border: 1px solid #fff;
  font-weight: 500;
  padding: 0.8rem 1.6rem;
  font-size: 1.2rem;
  border-radius: 16px;
}
.cat-listing-individual {
  border-radius: 16px;
  border: 1px solid #aeaeae;
}
.cat-listing-individual .scholarship-hero-image {
  height: 200px;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #aeaeae;
  border-radius: 16px 16px 0px 0px;
}
.cat-listing-individual .scholarship-hero-image img {
  width: 100%;
}
.cat-listing-individual .single-scholarship-guts {
  line-height: 2.4rem;
  margin: 1rem;
}
.cat-listing-individual .single-scholarship-title a {
  font-size: 1.4rem;
  text-decoration: underline;
  font-weight: 400;
  color: #636363;
  display: block;
}
.cat-listing-individual .single-award-amount {
  font-weight: 300;
  color: #363636;
  display: block;
}
.cat-listing-individual .single-award-amount:before {
  content: "";
  background-image: url('../../../../uploads/2019/03/diamonddiamond-pre.png');
  background-repeat: no-repeat;
  padding-right: 16px;
  width: 18px;
  line-height: 2rem;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.6rem;
}
.cat-listing-individual .single-deadline-date {
  font-weight: 300;
  color: #363636;
  display: block;
}
.cat-listing-individual .single-deadline-date:before {
  content: "";
  background-image: url('../../../../uploads/2019/03/calendarcalendar-pre.png');
  background-repeat: no-repeat;
  padding-right: 16px;
  width: 18px;
  line-height: 2rem;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.6rem;
}
.cat-listing-individual .single-scholarship-summary {
  font-weight: 300;
  font-size: 1.2rem;
  display: block;
  color: #636363;
  margin-top: 0.5rem;
  line-height: 1.4;
}
.comments-area {
  display: none;
}
.counselors-header {
  background-image: url('../../../../uploads/2019/03/counselors-bgcbgphoto.jpg') !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem !important;
}
.counselor-testimonial {
  min-height: 185px;
}
.counselor-testimonial .counselor-quote {
  color: #707070;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 36px;
}
.counselor-details {
  display: flex;
}
.counselor-info {
  text-align: left;
  margin: auto 0 auto 1rem;
  vertical-align: middle;
}
.counselor-info .counselor-byline {
  color: #363636;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  display: block;
}
.counselor-info .counselor-title-line, .counselor-info .counselor-school-line {
  color: #30ad64;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.counselors-header {
  background-image: url('../../../../uploads/2019/03/counselors-bgcbgphoto.jpg') !important;
  background-position: center !important;
  padding: 3rem !important;
}
.edu-header {
  background-position: top !important;
  padding: 3rem !important;
  background-size: cover;
}
.featured-scholarships h3 {
  color: #636363;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 26px;
}
.features-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.features-content li {
  list-style: none;
  position: relative;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
}
.features-content li:before {
  background: url('https://www.goingmerry.com/wp-content/uploads/2018/10/success-bulletgreencheck.png');
  content: "";
  width: 22px;
  height: 100%;
  position: absolute;
  left: -30px;
  background-size: 22px;
  top: 0.2rem;
  display: block;
  background-repeat: no-repeat;
}
.features-content p {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
}
.features-content ul {
  margin-left: 2.2rem;
  width: 42%;
  display: inline-block;
  vertical-align: top;
}
.features-cta {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.features-cta p {
  font-size: 1.4rem;
}
.features-cta h4 {
  font-size: 2rem;
}
.features-intro-header > div {
  margin: 0 auto;
}
.features-narrow {
  max-width: 900px;
  margin: 0 auto;
}
.features-narrow h3 {
  font-size: 2rem;
  color: #30ad64;
}
.features-narrow h4 {
  font-size: 1.8rem;
  color: #cf3976;
}
.features-narrow .how-it-works-column {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  padding: 2px;
}
.features-narrow .how-it-works-column div {
  border: 1px solid #dedede;
  background: #ffffff;
}
.features-narrow .how-it-works-column p {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.features-narrow .how-it-works-column span img {
  width: auto;
  display: block;
  margin: 1rem auto;
  max-width: 48px;
}
.footer-logo {
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  margin-top: 0.5rem;
}
.footer-logo img {
  width: 140px;
  margin-bottom: 1rem;
}
.footer-logo span {
  display: block;
}
.footer-nav-item {
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.footer-nav-item li {
  margin-bottom: 0.25rem;
  line-height: 1.2;
}
.footer-nav-item a {
  font-weight: normal;
  color: #fff !important;
  font-size: 1.1rem;
}
.footer-nav-item a:hover {
  color: #fff;
}
.footer-nav-item img {
  width: 120px;
  height: 40px;
}
.footer-new .footer-nav-item a {
  color: #272727 !important;
}
.footer-new .footer-nav-item a:hover {
  color: #272727 !important;
}
.footer-new .fafsa-disclaimer {
  max-width: 689px;
  text-align: center;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 8px;
}
.footer-new .fafsa-disclaimer a {
  color: #272727 !important;
}
.footer-new .footer-copyright .gm-tos a {
  color: #272727 !important;
}
.footer-new hr {
  border-bottom: 0.5px solid #272727 !important;
}
.inner-container {
  max-width: 1140px;
  margin: auto;
}
.header-new {
  background: linear-gradient(171.01deg, rgba(137, 221, 153, 0.6) -2.38%, rgba(232, 245, 233, 0.6) 78.5%, rgba(241, 245, 241, 0.6) 109.4%) !important;
  margin-top: -6.5rem !important;
  color: #272727 !important;
  text-align: left !important;
}
.header-new .header-container {
  margin-top: 7rem !important;
}
.header-new .g-container {
  width: 100% !important;
}
.header-new .gm-button {
  font-size: 16px;
  height: 76px;
  width: 300px;
}
.header-section-container {
  display: flex;
}
.header-section-container h1 {
  font-size: 64px;
}
.header-section-container .hero-img {
  max-width: 580px;
  margin-top: 60px;
  margin-left: -260px;
}
.header-section-container .emoji {
  width: 60px;
}
.header-section-container .header-details-container {
  margin-top: 4rem;
  max-width: 400px;
}
.header-section-container .header-details-container .details-1 {
  margin-bottom: 2rem;
}
.header-section-container .header-details-container .details-2 {
  margin-bottom: 4rem;
}
.medias {
  margin-top: 3rem;
  overflow: hidden;
  max-width: 1240px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.medias .media-container {
  /*Important: this is the width of all the logos (duplicates/doubles included) */
  width: 2802px;
  overflow: hidden;
  display: inline-block;
  animation: slide 20s linear infinite;
  white-space: nowrap;
}
.medias .media-container img {
  height: 50px;
  margin-left: 1rem;
  margin-right: 1rem;
}
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.footer-copyright .g-particle {
  padding-top: 0;
}
.footer-copyright .gm-logo {
  width: 307px;
  display: block;
  margin: 0 auto;
}
.footer-copyright .gm-tos {
  margin-top: 1rem;
}
.footer-copyright .gm-tos a {
  font-size: 16px;
  color: #fff !important;
  margin-left: 5px;
  margin-right: 5px;
}
.fp-intro, .ip-intro {
  margin-top: 2.5rem;
}
.fp-intro p, .ip-intro p {
  margin: 1rem 0 1rem;
  color: #636363;
  font-size: 1.5rem;
  font-weight: 300;
}
.fp-intro h2 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #363636;
  font-size: 34px;
}
.fp-testimonials .testimonial-content {
  color: #363636;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  text-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
}
#g-header.sssw-header {
  padding: 53px 0 53px 80px !important;
  background: #e8f5e9 !important;
  font-family: "Open Sans" !important;
}
#g-header.sssw-header > .g-container {
  max-width: 1440px;
  margin: 0 auto !important;
}
#g-header.sssw-header .sssw-heading-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
#g-header.sssw-header .sssw-heading-container .heading {
  flex: 0 0 50%;
  color: #0d0d0d;
}
#g-header.sssw-header .sssw-heading-container .heading h2.heading-text {
  font-size: 48px;
  font-weight: 700 !important;
  line-height: 64px !important;
  letter-spacing: -1.44px;
  margin: 0;
  max-width: 586px;
}
#g-header.sssw-header .sssw-heading-container .heading span {
  margin-top: 40px;
  margin-bottom: 80px;
}
#g-header.sssw-header .sssw-heading-container .heading .highlight {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.28px;
  display: inline-block;
  background: linear-gradient(0deg, #f9c840 50%, transparent 30%);
}
#g-header.sssw-header .sssw-heading-container .heading .button-container {
  display: flex;
  gap: 28px;
}
#g-header.sssw-header .sssw-heading-container .img-container {
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.16), 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}
#g-header.sssw-header .sssw-heading-container .img-container img {
  min-width: 724px;
  height: 464px;
}
#g-header.sssw-header .sssw-heading-container a, #g-header.sssw-header .sssw-heading-container button {
  display: inline-flex;
  height: 56px;
  padding: 13px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: all 0.2s;
}
#g-header.sssw-header .sssw-heading-container a:hover, #g-header.sssw-header .sssw-heading-container button:hover {
  text-decoration: none;
}
#g-header.sssw-header .sssw-heading-container .button-primary {
  border-radius: 6px;
  border: 3px solid #008942;
  background: #008942;
  color: #f2f2f2;
  min-width: 279px;
}
#g-header.sssw-header .sssw-heading-container .button-primary:hover {
  background: #5a5a5a;
  border-color: #5a5a5a;
}
#g-header.sssw-header .sssw-heading-container .button-secondary {
  border-radius: 6px;
  border: 3px solid #008942;
  color: #008942 !important;
  background-color: transparent;
  min-width: 235px;
}
#g-header.sssw-header .sssw-heading-container .button-secondary:hover {
  background: #eceff1 !important;
}
#g-intro.sssw-intro-container {
  font-family: "Open Sans" !important;
  background: #e8f5e9;
  color: #0d0d0d;
  padding: 80px;
  position: relative;
}
#g-intro.sssw-intro-container > .g-container {
  margin: 0 auto;
  max-width: 1440px;
}
#g-intro.sssw-intro-container .g-content {
  margin: 0;
  padding: 0;
}
#g-intro.sssw-intro-container h3.title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.08px;
  margin: 0 0 40px;
}
#g-intro.sssw-intro-container ul {
  margin-left: 2rem;
  margin-bottom: 0;
}
#g-intro.sssw-intro-container p, #g-intro.sssw-intro-container ul > li {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
#g-intro.sssw-intro-container .intro-video {
  margin-right: 64px;
}
#g-intro.sssw-intro-container .intro-video iframe {
  height: 454px;
  width: 100%;
  position: relative;
  z-index: 1;
}
#g-intro.sssw-intro-container .mary-img {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translateX(-60%);
  bottom: 0;
}
#g-features.sssw-features-container {
  font-family: "Open Sans";
  padding: 80px 80px 60px;
  text-align: center;
  color: #121212;
}
#g-features.sssw-features-container > .g-container {
  margin: 0 auto;
  max-width: 1440px;
}
#g-features.sssw-features-container > .g-container .g-grid {
  justify-content: space-between;
}
#g-features.sssw-features-container .g-content {
  padding: 0;
  margin: 0;
}
#g-features.sssw-features-container h3.title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.8px;
  margin-top: 0;
  margin-bottom: 16px;
}
#g-features.sssw-features-container .card {
  max-width: 308px;
  padding: 56px 24px 24px;
}
#g-features.sssw-features-container .card .g-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
#g-features.sssw-features-container .card .card-emoji {
  font-size: 100px;
}
#g-features.sssw-features-container .card .card-detail h6.title {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.21px;
}
#g-features.sssw-features-container .card .card-detail .description {
  color: #121212;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#g-utility.sssw-testimonials-container {
  background: #fef8e6;
  color: #121212;
  font-family: "Open Sans" !important;
  padding: 80px 0;
}
#g-utility.sssw-testimonials-container > .g-container {
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
}
#g-utility.sssw-testimonials-container .g-content {
  padding: 0;
  margin: 0;
}
#g-utility.sssw-testimonials-container h3.title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.8px;
  margin: 0 auto;
  max-width: 884px;
}
#g-utility.sssw-testimonials-container .testimonials-section {
  margin: 64px 0;
}
#g-utility.sssw-testimonials-container .card {
  display: flex;
  height: 160px;
  max-width: 246px;
  padding: 40px 32px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  place-content: center;
  text-align: left;
}
#g-utility.sssw-testimonials-container .card .card-detail .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
#g-utility.sssw-testimonials-container .card .card-detail .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
#g-utility.sssw-testimonials-container .card .card-detail hr {
  border-color: #f5d797;
}
#g-utility.sssw-testimonials-container .card .card-detail .star-rating {
  margin-top: 8px;
}
#g-utility.sssw-testimonials-container button {
  height: 56px;
  padding: 13px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  transition: all 0.2s;
}
#g-utility.sssw-testimonials-container .button-primary {
  border-radius: 6px;
  background: #008942;
  color: #f2f2f2;
  padding: 13px 32px;
}
#g-utility.sssw-testimonials-container .button-primary:hover {
  background: #5a5a5a !important;
}
#g-above.sssw-faqs-container {
  height: auto;
  width: 100%;
  background: #ffffff;
  color: #121212;
  font-family: "Open Sans" !important;
  padding: 60px 0;
}
#g-above.sssw-faqs-container a {
  color: #008942 !important;
  text-decoration: underline;
}
#g-above.sssw-faqs-container > .g-container {
  margin: 0 auto;
  max-width: 1100px;
}
#g-above.sssw-faqs-container::before {
  background: none !important;
}
#g-above.sssw-faqs-container .g-block:first-child {
  position: relative;
}
#g-above.sssw-faqs-container .g-block img.mary-img {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
#g-above.sssw-faqs-container heading h3.title {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.8px;
  margin: 0 0 40px;
  color: #0d0d0d;
}
#g-above.sssw-faqs-container heading h6.description {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
#g-above.sssw-faqs-container heading h6.description a {
  font-weight: 700;
}
#g-above.sssw-faqs-container .faqs {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
#g-above.sssw-faqs-container .faqs .wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
#g-above.sssw-faqs-container .faqs .wrapper:last-child {
  margin-bottom: 0;
}
#g-above.sssw-faqs-container .faqs input {
  display: none;
}
#g-above.sssw-faqs-container .faqs label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background: #e8f5e9;
  cursor: pointer;
  margin: 0;
  z-index: 99;
}
#g-above.sssw-faqs-container .faqs label h6 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-right: 0.8em;
}
#g-above.sssw-faqs-container .faqs label::after {
  content: url('https://bucket-ogy0he.s3.amazonaws.com/wp-content/uploads/2024/10/04151418/chevron.svg');
  position: relative;
  font-size: 1.75rem;
  display: block;
  transition: all 0.3s;
  transition-delay: 0.1s;
  line-height: 22px;
}
#g-above.sssw-faqs-container .faqs .faq-content {
  background: #fff;
  transition: max-height 0.5s ease-out;
  transform-origin: top center;
  max-height: 0;
  color: #000;
  border-radius: 0px 0px 12px 12px;
  border: 2px solid #e8f5e9;
  border-top: none;
}
#g-above.sssw-faqs-container .faqs .faq-content ul {
  margin-top: 0;
  margin-bottom: 0;
}
#g-above.sssw-faqs-container .faqs .faq-content p, #g-above.sssw-faqs-container .faqs .faq-content ul {
  padding: 16px 20px 0;
}
#g-above.sssw-faqs-container .faqs .faq-content p, #g-above.sssw-faqs-container .faqs .faq-content ul > li {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
#g-above.sssw-faqs-container .faqs .faq-content > *:last-child {
  padding-bottom: 20px;
}
#g-above.sssw-faqs-container .faqs input:checked ~ .faq-content {
  transition-timing-function: ease-in;
  max-height: 800px;
}
#g-above.sssw-faqs-container .faqs input:checked ~ label::after {
  transform: rotate(180deg);
}
#g-testimonials.sssw-more-container {
  font-family: "Open Sans" !important;
  background: #f8f7f6;
  padding: 60px 0 80px;
  color: #121212;
}
#g-testimonials.sssw-more-container > .g-container {
  margin: 0 auto;
  max-width: 1440px;
}
#g-testimonials.sssw-more-container > .g-container .g-content {
  margin: 0;
  padding: 0;
}
#g-testimonials.sssw-more-container > .g-container .g-grid {
  grid-gap: 48px;
}
#g-testimonials.sssw-more-container > .g-container .g-grid:last-child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: auto;
  max-width: 1100px;
}
#g-testimonials.sssw-more-container::before {
  background: none !important;
}
#g-testimonials.sssw-more-container h3.title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1.2px;
  margin: 0;
  margin-bottom: 44px;
}
#g-testimonials.sssw-more-container .card {
  background-color: #ffffff;
  border-radius: 12px;
  display: flex;
  padding: 16px 20px 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 336px;
}
#g-testimonials.sssw-more-container .card > .g-content {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#g-testimonials.sssw-more-container .card .card-detail .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
#g-testimonials.sssw-more-container .card .card-detail h6.title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 8px;
}
#g-testimonials.sssw-more-container .card a.button-outlined {
  text-decoration: unset;
  border-radius: 6px;
  border: 1px solid #c2ced6;
  background: #fff;
  color: #3d505c !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding: 12px 30px;
  display: inline-block;
  width: 156px;
  text-align: center;
}
#g-testimonials.sssw-more-container .card a.button-outlined:hover {
  background-color: #f0f3f5 !important;
}
#g-expanded.sssw-form-container {
  font-family: "Open Sans" !important;
  background: #e8f5e9;
  padding: 60px 0;
}
#g-expanded.sssw-form-container h3.title {
  margin: 0 auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.8px;
  color: #0d0d0d;
}
#g-expanded.sssw-form-container h6.description {
  margin: 40px auto 48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 712px;
  color: #333;
}
#g-expanded.sssw-form-container iframe.airtable-embed {
  max-width: 671px;
}
.team-title {
  font-size: 48px !important;
  font-family: "Open Sans" !important;
  color: #272727 !important;
}
#g-intro:has(.gm-team-intro-container) {
  background-color: rgba(232, 245, 233, 0.6) !important;
  padding: 100px !important;
}
#g-intro:has(.gm-team-intro-container) .gm-team-intro-container {
  position: relative;
}
#g-intro:has(.gm-team-intro-container) .gm-team-intro-container .gm-team-intro-subtitle {
  margin-bottom: 40px !important;
}
#g-intro:has(.gm-team-intro-container) .gm-team-intro-container .title-confetti {
  position: absolute;
  top: -30px;
  left: -40px;
  width: 53px;
}
#g-utility:has(.gm-team-career-container) {
  background-color: rgba(232, 245, 233, 0.6);
}
#g-utility:has(.gm-team-career-container) .gm-team-career-container {
  position: relative;
  margin: 4rem auto auto auto;
}
#g-utility:has(.gm-team-career-container) .gm-team-career-container .title-confetti {
  position: absolute;
  top: -30px;
  left: -40px;
  width: 53px;
}
#g-features:has(#custom-8006-particle) {
  background: linear-gradient(180deg, rgba(232, 245, 233, 0.8) 5%, rgba(137, 221, 153, 0.6) 40%, rgba(255, 236, 124, 0.6) 70%, rgba(232, 245, 233, 0.8) 99%) !important;
}
.g-container {
  width: 80%;
}
.g-container:has(.gm-team-career-container) .g-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-container:has(.gm-team-career-container) .g-content .gm-team-career-container {
  width: 85%;
}
.testimonials {
  padding: 2rem 0 !important;
}
.testimonials .ip-intro {
  position: relative;
  margin-left: 8rem;
}
.testimonials .ip-intro .title-confetti {
  position: absolute;
  width: 53px;
  left: -36px;
  top: -20px;
}
#g-features .swiper {
  width: 100%;
  height: 2440px;
  max-width: 1360px;
  padding-left: 88px;
}
#g-features .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 373px !important;
  height: 595px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 64px !important;
  margin-right: 40px !important;
}
#g-features .swiper-slide.fourth-column {
  margin-left: 64px;
}
#g-features .swiper-slide.seventh-column {
  margin-left: 64px;
}
#g-features .card-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
#g-features .card-content {
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 24px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#g-features .card-content .top {
  background-color: #008943;
  width: 100%;
  height: 232px;
  border-radius: 24px 24px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
#g-features .card-content .bottom {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 363px;
  border-radius: 0 0 24px 24px;
  display: flex;
  flex-direction: column;
}
#g-features .card-content .bottom p {
  padding: 3px 16px;
  font-size: 18px;
  font-family: "Open Sans";
  color: #272727;
  font-weight: 400;
  line-height: 24.51px;
}
#g-features .profile-image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: -20px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}
#g-features .card-content h2 {
  font-family: "Open Sans";
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 !important;
}
#g-features .card-content h3 {
  font-family: "Open Sans";
  font-size: 20px;
  color: #f2f2fe;
  font-weight: 700;
  margin: 16px 0 !important;
}
#g-features .chip {
  background-color: #4caf50;
  color: #fff;
  display: inline-block;
  padding: 6px 0px;
  margin-bottom: 28px;
  border-radius: 6px;
  font-size: 12px;
  font-family: "Open Sans";
  font-weight: 700;
  width: 142px;
}
#g-features .chip.product-data {
  background-color: #eceff1;
  color: #5a5a5a;
}
#g-features .chip.engineering {
  background-color: #fdf3e2;
  color: #c04a0a;
}
#g-features .chip.operations {
  background-color: #fce4ec;
  color: #c2185b;
}
#g-features .chip.growth-sales {
  background-color: #e8f5e9;
  color: #097b3d;
}
#g-features .degree {
  padding-left: 16px;
  font-size: 1em;
  display: flex;
  justify-content: flex-start;
  color: #567081;
  font-family: "Open Sans";
  text-align: start;
  margin-bottom: 1rem;
}
#g-features .swiper-button-next {
  right: 0px;
}
#g-features .swiper-button-prev {
  left: 10px;
}
#g-features .swiper-button-prev {
  color: #097b3d;
}
#g-features .swiper-button-next {
  color: #097b3d;
}
#g-features .swiper-button-prev.swiper-button-disabled {
  color: #888888;
}
#g-features .swiper-pagination-bullet {
  background: #888888 !important;
}
#g-features .swiper-pagination-bullet-active {
  background: #272727 !important;
}
.g-home-particles.g-helium-style .fp-testimonials blockquote {
  margin: 2rem 0 0 0;
}
.g-home-particles.g-helium-style .fp-testimonials img {
  border: 0;
}
.g-main-nav ul {
  text-align: right;
}
.g-menu-item .g-menu-item-container {
  font-size: 16px;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 8px 16px !important;
}
.g-menu-item .g-menu-item-container:hover {
  color: #30ad64;
  background-color: #edf3ee;
  border-radius: 4px;
}
.g-offcanvas-toggle {
  position: fixed;
}
.ghost {
  margin: 3rem auto;
}
.ghost a {
  border-radius: 4px;
  background-color: #fff !important;
  box-shadow: none;
  border: 1px solid #cf3976;
  color: #cf3976 !important;
  padding: 0.9rem 2rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.ghost a:hover {
  background-color: #cf3976 !important;
  box-shadow: none;
  border: 1px solid #cf3976;
  color: #fff !important;
  text-decoration: none;
}
.gm-blue {
  background-color: #2f7898;
}
.gm-screenshot img {
  margin-top: 1.5rem;
  border: 1px solid #ececec;
}
.home-hero {
  padding: 18rem 14rem 10rem 14rem;
}
.home-hero h1 {
  font-size: 4rem;
  color: #fff;
  max-width: 1000px;
  margin: 2rem auto auto;
}
.home-hero p {
  font-size: 1.85rem;
  color: #fbfbfb;
  font-weight: 300;
}
.home-individual-scholarship {
  max-width: 320px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.home-individual-scholarship .g-content {
  padding: 0;
}
.his-content {
  top: 180px;
  background: #ffffff;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 0;
}
.his-content-header {
  color: #30ad64;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  display: block;
  margin-bottom: 12px;
}
.his-content-award, .his-content-deadline {
  display: block;
  color: #363636;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.his-content-award i, .his-content-deadline i {
  text-align: center;
  width: 18px;
}
.his-content-details {
  display: block;
  color: #636363;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 12px;
}
.his-content-header a {
  color: #30ad64;
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #30ad64;
  color: white;
}
.ip-buffer .gm-screenshot img {
  margin-top: 0 !important;
}
.ip-callout-icon img {
  line-height: 2rem;
}
.ip-guts h4 {
  margin-bottom: 0.5rem;
  font-weight: normal;
  color: #363636;
  font-size: 22px;
}
.ip-guts p {
  font-weight: 300;
  color: #363636;
  font-size: 17px;
  line-height: 28px;
}
.ip-intro h2 {
  margin-bottom: 0.5rem;
  color: #363636;
  font-size: 34px;
}
.ip-testimonials h4 {
  font-weight: 500;
  color: #30ad64;
  font-size: 28px;
  margin: 0;
}
.lil-bullets {
  font-weight: 300;
  font-size: 1.2rem;
}
.lil-bullets li {
  list-style-type: circle;
}
.light-blue-bg {
  background: rgba(47, 120, 152, 0.09);
}
.light-green-bg {
  background: rgba(48, 173, 100, 0.09);
}
.light-orange-bg {
  background: rgba(241, 159, 67, 0.09);
}
.light-pink-bg {
  background: rgba(207, 57, 118, 0.09);
}
.main-nav-bar {
  position: sticky !important;
  top: 0;
  width: 100%;
}
.main-nav-bar-new {
  position: sticky !important;
  top: 0px !important;
  background: #e8f5e9 !important;
  box-shadow: none !important;
  border: none;
}
.main-nav-bar-new:has(~ #g-testimonials) {
  background: #e8f5e9 !important;
}
.main-nav-bar-new .g-container {
  max-width: 1200px;
  margin: auto;
  width: unset !important;
}
.main-nav-bar-new .g-grid {
  align-items: center;
}
.main-nav-bar-new .g-content {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}
.main-nav-bar-new .g-menu-item-container {
  color: #272727 !important;
  text-transform: none;
  font-size: 16px !important;
}
.main-nav-bar-new .g-menu-item-container:hover {
  color: #272727 !important;
  background: none;
}
.main-nav-bar-new .g-menu-item-container:hover .g-menu-item-content {
  text-decoration: underline !important;
}
.main-nav-bar-new .nav-sign-in {
  margin-left: 10% !important;
}
.main-nav-bar-new .nav-sign-up-students {
  border-radius: 4px;
  border: 2px solid #272727;
}
.main-nav-bar-new .nav-sign-up-students .g-menu-item-container .g-menu-item-content {
  padding: 0 !important;
}
.main-nav-bar-new .nav-sign-up-students .g-menu-item-container:hover .g-menu-item-content {
  text-decoration: none !important;
}
.main-nav-bar-new .nav-sign-up-students:hover {
  background: rgba(255, 255, 255, 0.5);
}
.main-nav-bar-new ul {
  text-align: left !important;
  display: flex;
  flex-flow: wrap;
}
.main-nav-bar .g-content {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}
.nav-sign-up .g-menu-item-container:hover {
  background: none;
}
.nav-sign-up .g-menu-item-container .g-menu-item-title {
  color: #fff;
  padding: 10px 28px !important;
  background-color: #30ad64;
  border-radius: 4px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.nav-sign-up .g-menu-item-container .g-menu-item-title:hover {
  background-color: #3d774b;
}
.nav-sign-up span.g-menu-item-title {
  color: #fff;
  padding: 6px 24px !important;
  background-color: #30ad64;
  border-radius: 4px;
}
.page-hero {
  padding: 6rem 6rem 6rem 6rem;
}
.page-hero h1 {
  color: #363636;
}
.page-hero p {
  font-size: 24px;
  color: #363636;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.providers-header .page-hero p, .providers-header .page-hero h1, .counselors-header .page-hero h1, .counselors-header .page-hero p, .blog-header .page-hero h1, .edu-header .page-hero h1, .edu-header .page-hero p {
  color: #fff;
}
.providers-header {
  background-image: url('https://www.goingmerry.com/wp-content/uploads/2018/10/hats-cool_bg2.jpg') !important;
  background-position: center center !important;
  padding: 3rem !important;
}
.page-hero .signup-button, .page-hero .signup-button-blue {
  display: inline-block;
  margin: 1rem;
  font-size: 16px;
  line-height: 22px;
  padding: 0.8rem 1rem;
}
.partners-header h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.partners-header p {
  font-size: 1.2rem;
}
.partners-home {
  text-align: center;
  background: #607d8b !important;
}
.partners-home img {
  height: 44px;
}
.partners-link {
  margin: 1rem auto 2rem;
}
.partners-link a {
  color: #30ad64;
  font-size: 1.2rem;
}
.partners-link a:hover {
  color: #3d774b;
  text-decoration: underline;
}
.petition-button {
  margin-top: 0 !important;
}
.petition-button a {
  background-color: #cf3976;
  border-radius: 24px;
  text-transform: uppercase;
  font-size: 16px;
}
.petition-button a:hover {
  background-color: #7e1d44 !important;
  box-shadow: none;
  color: #fff !important;
}
.petition-pane {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.petition-pane h4 {
  margin: 0;
  font-size: 2.5rem;
  color: #fff;
  font-weight: normal;
}
.petition-pane p {
  font-size: 1.2rem;
}
.press-bar {
  height: auto;
  width: 100%;
  background-color: #607d8b;
  box-shadow: 0 1px 6px 1px rgba(63, 63, 63, 0.13);
  padding: 0.5rem;
}
.press-bar .logos img {
  height: 30px;
}
.press-bar .logos img.wsj {
  height: 48px;
}
.press-bar .logos img.taller {
  height: 48px;
}
.press-bar .logos .watch-pointer img {
  height: auto !important;
}
.press-bar .pbar-text {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 27px;
  text-align: center;
}
.partners-bar .logos {
  margin: 20px auto;
}
.press-bar .logos {
  margin: 0.75rem auto;
}
.press-bar .logo-box, .partners-bar .logo-box {
  display: inline-block;
  margin: 0 1rem;
  position: relative;
}
.featured-scholarships-home {
  height: auto;
  width: 100%;
  background: #f4f5f7 !important;
}
.featured-scholarships-home::before {
  background: none !important;
}
.featured-scholarships-home .find-scholarships {
  padding: 3rem 1rem !important;
}
.featured-scholarships-home .header {
  padding-top: 3rem;
  padding-bottom: 1rem;
  color: #424753;
}
.featured-scholarships-home .featured-scholarship {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 1rem;
}
.featured-scholarships-home .featured-scholarship .wrapper {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.featured-scholarships-home .featured-scholarship input {
  display: none;
}
.featured-scholarships-home .featured-scholarship label {
  display: block;
  padding: 1.5rem 1.75rem;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  margin: 0;
  z-index: 99;
  color: #424753;
}
.featured-scholarships-home .featured-scholarship label h6 {
  margin: 0;
  font-weight: 500;
  font-size: 1.3rem;
}
.featured-scholarships-home .featured-scholarship label h6 .no-bold {
  font-weight: 300;
}
.featured-scholarships-home .featured-scholarship label::after {
  content: "+";
  position: absolute;
  font-size: 1.75rem;
  right: 1.75rem;
  top: 1.25rem;
  display: block;
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.featured-scholarships-home .featured-scholarship .featured-scholarship-content {
  background: #fff;
  transition: max-height 0.5s ease-out;
  transform-origin: top center;
  max-height: 0;
  color: #757575;
}
.featured-scholarships-home .featured-scholarship .featured-scholarship-content p {
  margin: 0;
  padding: 0.75rem 1.75rem;
  font-size: 1.15rem;
}
.featured-scholarships-home .featured-scholarship .featured-scholarship-content p:last-child {
  padding-bottom: 1.75rem;
}
.featured-scholarships-home .featured-scholarship input:checked ~ .featured-scholarship-content {
  transition-timing-function: ease-in;
  max-height: 600px;
}
.featured-scholarships-home .featured-scholarship input:checked ~ label::after {
  transform: rotate(45deg);
  transition-delay: 0;
}
.featured-scholarships-home .action {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.school-list {
  max-width: 900px;
  text-align: center;
  margin: auto;
}
.school-list-header h3 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.school-list-header p {
  font-size: 1.2rem;
}
.school-list-texts {
  font-size: 1.2rem;
}
.signup-button, .signup-button-blue {
  margin: 2rem auto 2em;
  text-align: center;
}
.signup-button a, .signup-button-blue a {
  border-radius: 4px;
  background-color: #cf3976;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  padding: 0.9rem 2rem;
  margin: 0 0.5rem;
  color: #ffffff !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  margin: 0 auto;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.signup-button a:hover, .signup-button-blue a:hover {
  background-color: #7e1d44;
  text-decoration: none;
}
.signup-button a.secondary, .signup-button-blue a.secondary {
  background-color: #ffffff;
  color: #cf3976 !important;
  box-shadow: none;
}
.signup-button a.secondary:hover, .signup-button-blue a.secondary:hover {
  background-color: #fce4ec;
}
.signup-button-blue a {
  background-color: #607d8b;
}
.signup-button-blue a:hover {
  background-color: #475760;
}
.signup-button-green a, .signup-button-pink a {
  border-radius: 4px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  padding: 0.9rem 2rem;
  margin: 0 0.5rem;
  color: #ffffff !important;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  margin: 0 auto;
  font-weight: bold;
  text-transform: uppercase;
}
.signup-button-green {
  margin: 2rem auto 2em;
  text-align: center;
}
.signup-button-green.student-signup {
  margin-bottom: 0;
}
.signup-button-green.student-signup a {
  padding: 1.87rem 8rem;
  border: solid 1px #fff;
}
.signup-button-green a {
  background-color: #30ad64;
}
.signup-button-green a:hover {
  background-color: #3d774b;
  text-decoration: none;
}
.signup-button-pink.student-signup {
  margin: 0;
}
.signup-button-pink.student-signup a {
  padding: 1rem 4rem;
  border: solid 1px #fff;
  text-transform: none;
}
.signup-button-pink.student-signup a span {
  font-size: 12px;
  opacity: 0.9;
}
.signup-button-pink a {
  background-color: #cf3976;
}
.signup-button-pink a:hover {
  background-color: #7e1d44;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .signup-button-green.student-signup a {
    padding: 2rem 1rem;
    width: 100%;
  }
  .signup-button-pink.student-signup a {
    padding: 1rem;
    width: 100%;
  }
}
.single-column-features ul {
  width: 100% !important;
  display: block;
}
.blog-header {
  background-image: url('//www.goingmerry.com/wp-content/uploads/2018/10/BlueBgraglandbg.png') !important;
  background-position: top center !important;
  padding: 3rem !important;
}
.testimonial-footer {
  text-align: left;
  margin: 0 auto;
  max-width: 60%;
}
.schema-faq-question {
  font-size: 1.4rem;
}
.single-helping-hand {
  width: 80%;
  max-width: 800px;
  min-width: 300px;
  margin: 0 auto;
}
.single-helping-hand p img {
  text-align: center;
  width: 100%;
}
.single-helping-hand p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}
.single-helping-hand .entry-meta {
  text-align: center;
}
.single-helping-hand h1.entry-title {
  text-align: center;
  font-size: 3rem;
}
.home-helping-hand {
  width: 80%;
  max-width: 1200px;
  min-width: 300px;
  margin: 0 auto;
}
.home-helping-hand .g-grid {
  align-items: stretch;
}
.home-helping-hand article {
  border: 1px solid #cecece;
  padding: 1rem !important;
  text-align: center;
  margin-bottom: 2rem !important;
  border-radius: 8px;
  height: calc(100% - 2rem);
}
.home-helping-hand article img {
  text-align: center;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.home-helping-hand article p {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
}
.home-helping-hand .entry-meta {
  text-align: center;
}
.home-helping-hand h2.entry-title {
  font-size: 1.6rem;
  text-align: center;
}
.home-helping-hand article .button.button-xsmall {
  font-size: 0.9rem;
  padding: 1.2rem 2.8rem;
  margin: 1rem auto;
}
.post-topper a {
  text-decoration: underline;
}
.tooltip {
  position: relative;
  background: #30ad64;
  padding: 5px 12px;
  margin: 5px;
  font-size: 15px;
  border-radius: 100%;
  color: #fff;
}
.tooltip:after, .tooltip:before {
  position: absolute;
  content: "";
  opacity: 0;
  transition: all 0.4s ease;
}
.tooltip:after {
  content: attr(data-tooltip);
  background: #30ad64;
  width: 160px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  top: -75px;
  left: -10px;
  padding: 10px;
  border-radius: 5px;
  letter-spacing: 1px;
  transform: translateY(20px);
}
.tooltip:before {
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #30ad64 transparent transparent transparent;
  top: -15px;
  transform: translateY(20px);
}
.tooltip:hover:before, .tooltip:hover:after {
  opacity: 1;
  transform: translateY(-2px);
}
.vmargin-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.watch-pointer {
  position: absolute;
  width: 380px;
  left: 30px;
}
.white-header {
  background-color: #fff !important;
  background-image: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@keyframes shake {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  70% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media only all and (min-width: 48rem) {
  .g-home-particles.g-helium-style #g-navigation {
    background: #ffffff;
  }
}
@media only all and (max-width: 48rem) {
  #g-navigation .gm-nav {
    display: none;
  }
}
/*
  ##Device = Large Desktops
  ##Screen = 1520px to higher resolution desktops
*/
@media (min-width: 1520px) {
  #g-header.sssw-header {
    padding: 53px 80px !important;
  }
  #g-header.sssw-header .sssw-heading-container .img-container {
    border-radius: 20px;
  }
  #g-header.sssw-header .sssw-heading-container .img-container img {
    min-width: unset;
    width: 100%;
  }
}
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  #g-features .swiper {
    text-rendering: auto;
  }
  #g-features .swiper.for-tablet {
    display: none;
  }
}
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  #g-features .swiper {
    text-rendering: auto;
  }
  #g-features .swiper.for-tablet {
    display: none;
  }
}
/*
  ##Device = Mobile, Tablets, Ipads (portrait)
  ##Screen = 1024px down
*/
@media (max-width: 1024px) {
  #g-header.sssw-header {
    padding: 0 !important;
  }
  #g-header.sssw-header .sssw-heading-container {
    flex-direction: column-reverse;
    padding: 0;
  }
  #g-header.sssw-header .sssw-heading-container .heading {
    text-align: center;
    margin: 0 20px;
  }
  #g-header.sssw-header .sssw-heading-container .heading .highlight {
    font-size: 18px;
  }
  #g-header.sssw-header .sssw-heading-container .heading .button-container {
    flex-direction: column;
    width: fit-content;
    margin: auto;
    gap: 16px;
  }
  #g-header.sssw-header .sssw-heading-container .img-container {
    border-radius: 0;
  }
  #g-header.sssw-header .sssw-heading-container .img-container img {
    min-width: unset;
    width: 100%;
    height: auto;
  }
  #g-header.sssw-header .sssw-heading-container a, #g-header.sssw-header .sssw-heading-container button {
    font-size: 16px;
    height: 48px;
    min-width: 214px !important;
  }
  #g-intro.sssw-intro-container {
    padding: 0;
  }
  #g-intro.sssw-intro-container > .g-container {
    width: 100%;
  }
  #g-intro.sssw-intro-container > .g-container .g-grid {
    flex-direction: column;
  }
  #g-intro.sssw-intro-container > .g-container .g-grid .g-block {
    width: 100% !important;
  }
  #g-intro.sssw-intro-container .g-content {
    margin: 0 !important;
    padding: 0;
  }
  #g-intro.sssw-intro-container h3.title {
    text-align: center;
  }
  #g-intro.sssw-intro-container .intro-video {
    margin-right: 0;
  }
  #g-features.sssw-features-container > .g-container .g-grid {
    flex-direction: column;
    align-items: center;
  }
  #g-features.sssw-features-container h3.title {
    margin-bottom: 0;
  }
  #g-features.sssw-features-container .card {
    padding-top: 36px;
    padding-bottom: 0;
    width: 100%;
  }
  #g-features.sssw-features-container .card .g-content {
    gap: 8px;
  }
  #g-features.sssw-features-container .card .card-emoji {
    font-size: 70px;
  }
  #g-features.sssw-features-container .card .card-detail h6.title {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 8px;
  }
  #g-features.sssw-features-container .card .card-detail .description {
    font-size: 14px;
    line-height: 20px;
  }
  #g-utility.sssw-testimonials-container h3.title {
    max-width: 536px;
  }
  #g-utility.sssw-testimonials-container .testimonials-section {
    margin: 28px 0;
  }
  #g-above.sssw-faqs-container {
    padding: 36px 0;
  }
  #g-above.sssw-faqs-container > .g-container .g-grid .g-block {
    width: 100% !important;
  }
  #g-above.sssw-faqs-container > .g-container .g-content {
    padding: 0 !important;
    margin: 0 !important;
  }
  #g-above.sssw-faqs-container img.mary-img {
    display: none;
  }
  #g-above.sssw-faqs-container h3.title {
    margin: 0 !important;
  }
  #g-testimonials.sssw-more-container > .g-container .g-grid {
    display: flex !important;
    flex-direction: column;
    grid-gap: 28px;
  }
  #g-testimonials.sssw-more-container h3.title {
    text-align: left;
    margin-bottom: 28px;
  }
  #g-testimonials.sssw-more-container .card {
    max-width: unset;
  }
  #g-expanded.sssw-form-container > .g-container {
    text-align: left;
  }
  #g-expanded.sssw-form-container > .g-container .g-content {
    padding: 0 !important;
    margin: 0 !important;
  }
  #g-expanded.sssw-form-container h3.title, #g-expanded.sssw-form-container h6.description, #g-expanded.sssw-form-container iframe.airtable-embed {
    max-width: unset;
  }
}
#blog-home-page #g-header, #blog-post-page #g-header {
  margin-top: 0 !important;
}
.blog-header #search-bar {
  max-width: 75%;
  margin: auto;
}
.blog-header .page-hero {
  padding: 0;
}
.widget.widget_search {
  position: relative;
}
.widget.widget_search .search-widget-block .wp-block-search__inside-wrapper {
  max-width: 600px;
  position: relative;
  border: none;
}
.widget.widget_search .search-widget-block .wp-block-search__inside-wrapper .search-clear-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 25px;
  color: #888;
  display: none;
  z-index: 10;
  padding: 0 15px;
  color: #00290f;
}
.widget.widget_search .search-widget-block .wp-block-search__input {
  /* Paragraph/Default */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  border-radius: 8px;
  background-color: #f8f7f6;
  color: #666562;
  border-radius: 8px;
  padding: 12px 30px 12px 45px;
}
.widget.widget_search .search-widget-block .wp-block-search__button {
  /* Button text/Small */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* 114.286% */
  padding: 12px;
  border-radius: 99px;
  transition: all 0.2s;
  pointer-events: none;
  margin: 0;
  position: absolute;
  left: 5px;
  border: none;
  background: transparent !important;
}
.archive.author .page-header h1 {
  font-size: 26px;
}
.search.search-no-results .archive .page-header h1, .search.search-results .archive .page-header h1 {
  font-size: 26px;
}
/*
  ##Device = Tablets, Ipads (portrait), based on viewports in UI repo
  ##Screen = B/w 601px to 1024px
*/
@media (min-width: 601px) and (max-width: 1024px) {
  .sssw-intro-container h3.title, .sssw-features-container h3.title, .sssw-testimonials-container h3.title, .sssw-faqs-container h3.title, .sssw-more-container h3.title, .sssw-form-container h3.title {
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: -0.24px !important;
  }
  #g-header.sssw-header .sssw-heading-container {
    flex-direction: column-reverse;
    gap: 32px;
    padding-bottom: 56px;
  }
  #g-header.sssw-header .sssw-heading-container .heading h2.heading-text {
    font-size: 32px;
    line-height: 36px !important;
    letter-spacing: -0.64px;
  }
  #g-header.sssw-header .sssw-heading-container .heading span {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  #g-intro.sssw-intro-container {
    padding-bottom: 56px;
  }
  #g-intro.sssw-intro-container > .g-container {
    width: 100%;
  }
  #g-intro.sssw-intro-container > .g-container .g-grid {
    flex-direction: column;
  }
  #g-intro.sssw-intro-container .intro-text {
    margin: 0 70px;
  }
  #g-intro.sssw-intro-container .intro-text h3.title {
    margin: 32px 0;
  }
  #g-intro.sssw-intro-container .intro-text p, #g-intro.sssw-intro-container .intro-text ul > li {
    font-size: 18px;
    line-height: 28px;
  }
  #g-intro.sssw-intro-container iframe {
    height: 541px;
  }
  #g-features.sssw-features-container {
    padding: 56px 0;
  }
  #g-utility.sssw-testimonials-container {
    padding: 56px 0;
  }
  #g-above.sssw-faqs-container {
    padding: 56px 0;
  }
  #g-above.sssw-faqs-container > .g-container {
    width: calc(100% - 202px);
  }
  #g-above.sssw-faqs-container > .g-container .g-content {
    padding: 0;
    margin: 0;
  }
  #g-above.sssw-faqs-container > .g-container .g-grid {
    flex-direction: column;
  }
  #g-above.sssw-faqs-container h6.description {
    margin: 32px 0 !important;
  }
  #g-testimonials.sssw-more-container {
    padding: 56px 0;
  }
  #g-testimonials.sssw-more-container > .g-container {
    width: calc(100% - 202px);
  }
  #g-expanded.sssw-form-container {
    padding: 56px 0;
  }
  #g-expanded.sssw-form-container > .g-container {
    width: calc(100% - 202px);
  }
  #g-expanded.sssw-form-container > .g-container .g-content {
    padding: 0;
    margin: 0;
  }
  #g-expanded.sssw-form-container h6.description {
    margin: 32px 0;
  }
}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonials .ip-intro {
    margin-left: 6rem;
  }
  #page-team {
    flex-direction: column;
    padding: 8rem 4rem 12rem 4rem !important;
    min-height: 965px !important;
    justify-content: space-between;
  }
  #page-team .text-container {
    max-width: 100% !important;
    margin-bottom: 50px;
  }
  #page-team .text-container h1 {
    text-align: center !important;
    margin-top: 0px !important;
    margin-bottom: 56px !important;
  }
  #page-team .text-container p {
    text-align: center !important;
    margin-bottom: 88px !important;
  }
  #page-team .image-container {
    min-height: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
  }
  #page-team .image-container .image-wrapper {
    width: 350px;
    position: absolute;
    bottom: -16px;
    left: -150px;
    z-index: 1;
  }
  #page-team .image-container .left-image {
    width: 100%;
    border-radius: 40px;
  }
  #page-team .image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    /* White with 15% opacity */
    border-radius: 40px;
    /* Match the border radius of the image */
    z-index: 2;
    /* Ensure the overlay is above the image */
    pointer-events: none;
    /* Ensure the overlay doesn't block interactions */
  }
  #page-team .image-container .right-image-wrapper {
    position: absolute;
    top: 95px;
    right: -130px;
    width: 300px;
    z-index: 2;
    overflow: hidden;
  }
  #page-team .image-container .right-image {
    width: 100%;
    border-radius: 40px;
  }
  #page-team .image-container .left-confetti {
    width: 95px;
    height: 95px;
    position: absolute;
    bottom: -76px;
    left: -210px;
  }
  #page-team .image-container .right-confetti {
    width: 95px;
    height: 95px;
    position: absolute;
    top: 35px;
    right: -185px;
  }
}
@media (min-width: 990px) and (max-width: 1281px) {
  #g-features .swiper {
    text-rendering: auto;
    width: 920px;
    height: 2300px;
    padding-left: 52px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  #g-features .swiper.not-tablet {
    display: none;
  }
  #g-features .swiper.for-tablet {
    display: block;
  }
  #g-features .swiper-slide {
    font-size: 18px;
    width: 373px !important;
    height: 595px !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 40px 20px 20px 20px !important;
  }
  #g-features .swiper-slide.tablet-third-column {
    margin-left: 88px !important;
  }
  #g-features .swiper-slide.tablet-fifth-column {
    margin-left: 96px !important;
  }
  #g-features .swiper-slide.tablet-seventh-column {
    margin-left: 96px !important;
  }
  #g-features .swiper-slide.tablet-ninth-column {
    margin-left: 96px !important;
  }
  #g-features .card-content {
    height: auto !important;
  }
}
/*
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .home-hero {
    padding: 10rem 3rem 4rem 3rem;
  }
}
@media (min-width: 479px) and (max-width: 989px) {
  .testimonials .ip-intro {
    margin-left: 4rem;
  }
  #g-features .swiper {
    padding-left: calc((100vw - 372px) / 2) !important;
    max-height: 1600px;
  }
  #g-features .swiper.for-tablet {
    display: none;
  }
  #g-features .swiper-slide {
    width: 326px !important;
    margin-right: 8px;
    margin-left: 0 !important;
    margin-top: 56px !important;
    height: auto;
  }
  #g-features .profile-image {
    width: 100px;
    height: 100px;
    top: -4px;
  }
  #g-features .card-container {
    height: auto;
  }
  #g-features .card-content {
    height: auto;
    padding: 0px;
    box-shadow: none;
  }
  #g-features .card-content .top {
    height: 166px;
  }
  #g-features .card-content .top h2 {
    font-size: 18px;
  }
  #g-features .card-content .top h3 {
    font-size: 14px;
    margin: 8px 0 !important;
  }
  #g-features .card-content .top .chip {
    font-size: 10px;
    margin-bottom: 20px !important;
    width: 125px !important;
  }
  #g-features .card-content .bottom {
    height: auto;
  }
  #g-features .card-content .bottom p {
    font-size: 14px;
    line-height: 19.07px;
    font-weight: 400;
  }
  #g-features .card-content .degree {
    font-size: 14px;
    margin-bottom: 24px;
    text-align: start;
  }
}
@media (min-width: 479px) and (max-width: 768px) {
  #g-intro:has(.gm-team-intro-container) {
    padding: 4rem 4rem !important;
  }
  #page-team {
    flex-direction: column;
    padding: 8rem 4rem 12rem 4rem !important;
    min-height: 965px !important;
    justify-content: space-between;
  }
  #page-team .text-container {
    max-width: 100% !important;
    margin-bottom: 50px;
  }
  #page-team .text-container h1 {
    text-align: center !important;
  }
  #page-team .text-container p {
    text-align: center !important;
  }
  #page-team .image-container {
    min-height: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
  }
  #page-team .image-container .image-wrapper {
    width: 350px;
    position: absolute;
    bottom: -16px;
    left: -130px;
    z-index: 1;
  }
  #page-team .image-container .left-image {
    width: 100%;
    border-radius: 40px;
  }
  #page-team .image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    /* White with 15% opacity */
    border-radius: 40px;
    /* Match the border radius of the image */
    z-index: 2;
    /* Ensure the overlay is above the image */
    pointer-events: none;
    /* Ensure the overlay doesn't block interactions */
  }
  #page-team .image-container .right-image-wrapper {
    position: absolute;
    top: 90px;
    right: -100px;
    width: 300px;
    z-index: 2;
    overflow: hidden;
  }
  #page-team .image-container .right-image {
    width: 100%;
    border-radius: 40px;
  }
  #page-team .image-container .left-confetti {
    width: 95px;
    height: 95px;
    position: absolute;
    bottom: -80px;
    left: -190px;
  }
  #page-team .image-container .right-confetti {
    width: 95px;
    height: 95px;
    position: absolute;
    top: 30px;
    right: -160px;
  }
}
/*
  ##Device = Mobiles
  ##Screen = 600px down
*/
@media (max-width: 600px) {
  .privacy-policy .g-container {
    width: 100% !important;
  }
  .privacy-policy .g-block.size-75 {
    width: 100%;
  }
  .sssw-intro-container h3.title, .sssw-features-container h3.title, .sssw-testimonials-container h3.title, .sssw-faqs-container h3.title, .sssw-more-container h3.title, .sssw-form-container h3.title {
    font-size: 21px !important;
    line-height: 28px !important;
    letter-spacing: -0.21px !important;
  }
  #g-header.sssw-header .sssw-heading-container {
    gap: 28px;
    padding-bottom: 40px;
  }
  #g-header.sssw-header .sssw-heading-container .heading h2.heading-text {
    font-size: 24px;
    line-height: 32px !important;
    letter-spacing: -0.24px;
  }
  #g-header.sssw-header .sssw-heading-container .heading span {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  #g-intro.sssw-intro-container {
    padding: 0;
    padding-bottom: 40px;
  }
  #g-intro.sssw-intro-container > .g-container {
    width: 100%;
  }
  #g-intro.sssw-intro-container .intro-text {
    margin: 0 20px;
  }
  #g-intro.sssw-intro-container .intro-text h3.title {
    margin: 28px 0;
  }
  #g-intro.sssw-intro-container .intro-text p, #g-intro.sssw-intro-container .intro-text ul > li {
    font-size: 16px;
    line-height: 24px;
  }
  #g-intro.sssw-intro-container iframe {
    height: 288px !important;
  }
  #g-features.sssw-features-container {
    padding: 40px 0;
  }
  #g-utility.sssw-testimonials-container {
    padding: 40px 0;
  }
  #g-above.sssw-faqs-container {
    padding: 40px 0;
  }
  #g-above.sssw-faqs-container > .g-container {
    width: calc(100% - 40px);
  }
  #g-above.sssw-faqs-container h6.description {
    font-size: 16px;
    margin: 28px 0 !important;
  }
  #g-testimonials.sssw-more-container {
    padding: 40px 0;
  }
  #g-testimonials.sssw-more-container > .g-container {
    width: calc(100% - 40px);
  }
  #g-expanded.sssw-form-container {
    padding: 40px 0;
  }
  #g-expanded.sssw-form-container > .g-container {
    width: calc(100% - 40px);
  }
  #g-expanded.sssw-form-container h6.description {
    margin: 28px 0;
    font-size: 16px;
  }
  #g-intro.ip-buffer {
    padding: 3rem 0 !important;
  }
}
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (max-width: 768px) {
  .af-avatar {
    display: block !important;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .af-award-footer {
    text-align: center;
  }
  .ghost {
    margin: 3rem 0 1rem;
  }
  .ghost a {
    margin: 1rem 0;
    font-size: 14px;
    padding: 1rem 0.5rem;
    display: block;
  }
  .gm-logo-svg {
    height: 40px !important;
    width: 124px;
  }
  .home-hero, .page-hero {
    padding: 2.5rem 0.5rem 6rem 0.5rem;
  }
  .home-hero h1, .page-hero h1 {
    font-size: 3rem !important;
  }
  .page-hero .signup-button, .page-hero .signup-button-blue {
    padding: 1rem 0.5rem;
  }
  .his-hero {
    height: 180px;
    overflow: hidden;
  }
  .home-hero h1 {
    font-size: 3.5rem;
  }
  .home-hero p {
    font-size: 1.2rem;
  }
  .ip-callout-icon {
    text-align: center;
  }
  .ip-callout-icon img {
    max-width: 100px;
  }
  .main-nav-bar .g-content {
    text-align: center;
  }
  .main-nav-bar-new .g-content {
    text-align: center;
  }
  .press-bar .logo-box, .partners-bar .logo-box {
    display: inline-block;
    margin: 1rem;
    position: relative;
  }
  .press-bar .logos img {
    height: 20px;
  }
  .school-list-texts .g-content {
    margin: 0;
    padding: 0;
  }
  .c-top-column .g-content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c-bottom-column .g-content {
    margin-top: 0;
    padding-top: 0;
  }
  .c-top-column .g-content ul {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c-bottom-column .g-content ul {
    margin-top: 0;
    padding-top: 0;
  }
  .signup-button {
    margin: 1rem 0;
    font-size: 15px;
    line-height: 1.4;
  }
  .testimonial-footer {
    max-width: 100%;
  }
  .footer-new .fafsa-disclaimer {
    text-align: left;
  }
  .features-content ul {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .g-horizontalmenu li {
    display: block;
    padding: 0;
  }
  .page-team {
    padding: 2.5rem 0.5rem 6rem 0.5rem;
    text-align: center;
  }
  .page-team .text-content {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .page-team .text-content h1 {
    margin-top: 1rem;
  }
  .page-team .text-content p {
    font-size: 20px;
  }
  .page-team .images {
    max-width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    height: auto;
  }
  .page-team .images .image1, .page-team .images .custom-image2 {
    max-width: 200px;
  }
  .page-team .images .image1 {
    position: static;
  }
  .page-team .images .image2 {
    position: static;
    transform: none;
  }
}
@media (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
  .af-avatar {
    margin: 1rem auto;
  }
  .counselor-details {
    flex-direction: column;
  }
  .g-container {
    width: 100%;
  }
  #g-footer .g-container {
    width: 90% !important;
  }
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
  .footer-copyright .gm-logo {
    width: 208px;
  }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (max-width: 479px) {
  .testimonials .ip-intro {
    margin-left: 1rem;
    margin-top: 60px;
  }
  .g-content.g-particle {
    margin-right: 0 !important;
    padding: 0 !important;
  }
  .team-title {
    font-size: 24px !important;
  }
  .home-hero {
    padding: 2rem 3rem 6rem 3rem;
  }
  .g-container:has(.gm-team-career-container) {
    width: 100% !important;
  }
  .title-confetti {
    width: 44px !important;
  }
  .testimonials {
    padding: 0 !important;
  }
  .testimonials .g-container {
    width: 90% !important;
  }
  .testimonials .g-container .g-title {
    letter-spacing: -1.5px;
  }
  #g-features .swiper {
    padding-left: calc((100vw - 380px) / 2) !important;
    max-height: 1600px;
  }
  #g-features .swiper.for-tablet {
    display: none;
  }
  #g-features .swiper-slide {
    width: 326px !important;
    margin-right: 0px !important;
    margin-left: 0 !important;
    margin-top: 56px !important;
    height: auto;
  }
  #g-features .profile-image {
    width: 100px;
    height: 100px;
    top: -4px;
  }
  #g-features .card-container {
    height: auto;
  }
  #g-features .card-content {
    height: auto;
    padding: 0px;
    box-shadow: none;
  }
  #g-features .card-content .top {
    height: 166px;
  }
  #g-features .card-content .top h2 {
    font-size: 18px;
  }
  #g-features .card-content .top h3 {
    font-size: 14px;
    margin: 8px 0 !important;
  }
  #g-features .card-content .top .chip {
    font-size: 10px;
    margin-bottom: 20px !important;
    width: 125px !important;
  }
  #g-features .card-content .bottom {
    height: auto;
  }
  #g-features .card-content .bottom p {
    font-size: 14px;
    line-height: 19.07px;
    font-weight: 400;
  }
  #g-features .card-content .degree {
    font-size: 14px;
    margin-bottom: 24px;
    text-align: start;
  }
  #g-intro:has(.gm-team-intro-container) {
    padding: 13px 0 !important;
  }
  #g-intro:has(.gm-team-intro-container) .title-confetti {
    width: 32px !important;
    height: 32px !important;
    top: -10px !important;
    left: -24px !important;
  }
  #g-utility:has(.gm-team-career-container) .gm-team-career-container {
    margin: 0 1rem !important;
  }
  #g-utility:has(.gm-team-career-container) .gm-team-career-container .title-confetti {
    width: 32px !important;
    height: 32px !important;
    top: -10px;
    left: -24px;
  }
  #page-team {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem !important;
    min-height: 551px !important;
  }
  #page-team .text-container {
    max-width: 100% !important;
  }
  #page-team .text-container h1 {
    margin-top: 2rem;
    color: #272727;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 28px !important;
    text-align: center !important;
  }
  #page-team .text-container b {
    font-size: 20px !important;
    font-weight: 700;
  }
  #page-team .text-container p {
    font-size: 20px !important;
    color: #272727;
    font-family: "Open Sans" !important;
    font-weight: 400;
    text-align: center !important;
  }
  #page-team .image-container {
    min-width: 300px !important;
    max-width: 300px !important;
    min-height: 300px !important;
  }
  #page-team .image-wrapper {
    width: 200px !important;
    bottom: 90px !important;
    left: -10px !important;
    z-index: 1;
  }
  #page-team .left-image {
    width: 100%;
    border-radius: 30px !important;
  }
  #page-team .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    /* White with 15% opacity */
    border-radius: 40px;
    /* Match the border radius of the image */
    z-index: 2;
    /* Ensure the overlay is above the image */
    pointer-events: none;
    /* Ensure the overlay doesn't block interactions */
  }
  #page-team .right-image-wrapper {
    position: absolute;
    width: 170px !important;
    top: 100px !important;
    right: -10px !important;
    z-index: 2;
    overflow: hidden;
  }
  #page-team .right-image {
    width: 100%;
    border-radius: 30px !important;
  }
  #page-team .left-confetti {
    width: 51px !important;
    height: 51px !important;
    position: absolute;
    bottom: 60px !important;
    left: -36px !important;
  }
  #page-team .right-confetti {
    width: 51px !important;
    height: 51px !important;
    position: absolute;
    top: 70px !important;
    right: -36px !important;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .testimonials .ip-intro {
    margin-left: 2rem !important;
    margin-top: 60px !important;
  }
  .testimonials .g-container {
    width: 100% !important;
  }
  #g-features .swiper {
    padding-left: 0 !important;
  }
}
@media (max-width: 1150px) {
  .header-new .header-section-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .header-new .header-section-container h1 {
    font-size: 28px;
  }
  .header-new .header-section-container h1 div {
    justify-content: center;
  }
  .header-new .header-section-container .gm-button {
    margin-left: auto;
    margin-right: auto;
  }
  .header-new .header-section-container .hero-img {
    width: 310px;
    margin-top: 30px;
    margin-left: 0;
  }
  .header-new .header-section-container .header-details-container {
    margin-top: 2rem;
  }
  .header-new .header-section-container .header-details-container .large-text {
    font-size: 18px !important;
  }
  .header-new .header-section-container .header-details-container .very-large-text {
    font-size: 18px !important;
  }
  .header-new .header-section-container .header-details-container .details-1 {
    margin-bottom: 1rem;
  }
  .header-new .header-section-container .header-details-container .details-2 {
    margin-bottom: 2rem;
  }
  .header-new .gm-button {
    height: 54px;
    font-size: 13px;
  }
  .medias {
    margin-top: 2rem;
  }
  .main-nav-bar-new {
    top: 0px !important;
  }
  .main-nav-bar-new .g-content {
    margin-left: 0;
    margin-right: 0;
  }
  .main-nav-bar-new .nav-students {
    margin-left: unset !important;
  }
  .main-nav-bar-new .nav-sign-in {
    margin-left: unset !important;
  }
}
@media (min-width: 1440px) {
  #page-team {
    padding: 4rem 6rem 4rem 0rem !important;
  }
}
#page-team {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 4rem 6rem 4rem 2rem;
  background-color: #e8f5e9;
  min-height: 666px;
  overflow: hidden;
}
#page-team .text-container {
  max-width: 50%;
}
#page-team .text-container h1 {
  margin-top: 2rem;
  color: #272727;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 64px;
  text-align: left;
}
#page-team .text-container b {
  font-size: 32px;
  font-weight: 700;
}
#page-team .text-container p {
  font-size: 32px;
  color: #272727;
  font-family: "Open Sans" !important;
  font-weight: 400;
  text-align: left;
  max-width: 570px;
}
#page-team .image-container {
  position: relative;
  min-width: 600px;
  max-width: 700px;
  min-height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-team .image-wrapper {
  position: absolute;
  bottom: -130px;
  left: 60px;
  width: 350px;
  /* Match the width of the image */
  z-index: 1;
}
#page-team .left-image {
  width: 100%;
  border-radius: 40px;
}
#page-team .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  /* White with 15% opacity */
  border-radius: 40px;
  /* Match the border radius of the image */
  z-index: 2;
  /* Ensure the overlay is above the image */
  pointer-events: none;
  /* Ensure the overlay doesn't block interactions */
}
#page-team .right-image-wrapper {
  position: absolute;
  top: -90px;
  right: -44px;
  width: 300px;
  z-index: 2;
}
#page-team .right-image {
  width: 100%;
  top: -90px;
  right: 10px;
  border-radius: 40px;
}
#page-team .left-confetti {
  width: 95px;
  height: 95px;
  position: absolute;
  bottom: -190px;
  left: 0px;
}
#page-team .right-confetti {
  width: 95px;
  height: 95px;
  position: absolute;
  top: -150px;
  right: -100px;
}
/*display*/
.dflex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
/*font*/
.large-text {
  font-size: 18px !important;
}
.very-large-text {
  font-size: 24px !important;
}
.strong {
  font-weight: 700 !important;
}
.no-bold {
  font-weight: 400 !important;
}
/*Alignment*/
.center-align {
  text-align: center;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.auto-margin {
  margin: auto;
}
/*Margins*/
.margins.left-0 {
  margin-left: 0 !important;
}
.margins.left-1 {
  margin-left: 0.1rem;
}
.margins.left-2 {
  margin-left: 0.2rem;
}
.margins.left-3 {
  margin-left: 0.3rem;
}
.margins.left-4 {
  margin-left: 0.4rem;
}
.margins.left-5 {
  margin-left: 0.5rem;
}
.margins.left-6 {
  margin-left: 0.6rem;
}
.margins.left-7 {
  margin-left: 0.7rem;
}
.margins.left-8 {
  margin-left: 0.8rem;
}
.margins.left-9 {
  margin-left: 0.9rem;
}
.margins.left-10 {
  margin-left: 1rem;
}
.margins.left-15 {
  margin-left: 1.5rem;
}
.margins.left-20 {
  margin-left: 2rem;
}
.margins.left-30 {
  margin-left: 3rem;
}
.margins.left-40 {
  margin-left: 4rem;
}
.margins.right-0 {
  margin-right: 0 !important;
}
.margins.right-1 {
  margin-right: 0.1rem;
}
.margins.right-2 {
  margin-right: 0.2rem;
}
.margins.right-3 {
  margin-right: 0.3rem;
}
.margins.right-4 {
  margin-right: 0.4rem;
}
.margins.right-5 {
  margin-right: 0.5rem;
}
.margins.right-6 {
  margin-right: 0.6rem;
}
.margins.right-7 {
  margin-right: 0.7rem;
}
.margins.right-8 {
  margin-right: 0.8rem;
}
.margins.right-9 {
  margin-right: 0.9rem;
}
.margins.right-10 {
  margin-right: 1rem;
}
.margins.right-15 {
  margin-right: 1.5rem;
}
.margins.right-20 {
  margin-right: 2rem;
}
.margins.right-30 {
  margin-right: 3rem;
}
.margins.right-40 {
  margin-right: 4rem;
}
.margins.top-0 {
  margin-top: 0 !important;
}
.margins.top-1 {
  margin-top: 0.1rem !important;
}
.margins.top-2 {
  margin-top: 0.2rem !important;
}
.margins.top-3 {
  margin-top: 0.3rem !important;
}
.margins.top-4 {
  margin-top: 0.4rem !important;
}
.margins.top-5 {
  margin-top: 0.5rem !important;
}
.margins.top-6 {
  margin-top: 0.6rem !important;
}
.margins.top-7 {
  margin-top: 0.7rem !important;
}
.margins.top-8 {
  margin-top: 0.8rem !important;
}
.margins.top-9 {
  margin-top: 0.9rem !important;
}
.margins.top-10 {
  margin-top: 1rem !important;
}
.margins.top-15 {
  margin-top: 1.5rem !important;
}
.margins.top-20 {
  margin-top: 2rem !important;
}
.margins.top-30 {
  margin-top: 3rem !important;
}
.margins.top-40 {
  margin-top: 4rem !important;
}
.margins.top-50 {
  margin-top: 5rem !important;
}
.margins.top-60 {
  margin-top: 6rem !important;
}
.margins.top-70 {
  margin-top: 7rem !important;
}
.margins.top-80 {
  margin-top: 8rem !important;
}
.margins.top-90 {
  margin-top: 9rem !important;
}
.margins.bottom-0 {
  margin-bottom: 0 !important;
}
.margins.bottom-1 {
  margin-bottom: 0.1rem !important;
}
.margins.bottom-2 {
  margin-bottom: 0.2rem !important;
}
.margins.bottom-3 {
  margin-bottom: 0.3rem !important;
}
.margins.bottom-4 {
  margin-bottom: 0.4rem !important;
}
.margins.bottom-5 {
  margin-bottom: 0.5rem !important;
}
.margins.bottom-6 {
  margin-bottom: 0.6rem !important;
}
.margins.bottom-7 {
  margin-bottom: 0.7rem !important;
}
.margins.bottom-8 {
  margin-bottom: 0.8rem !important;
}
.margins.bottom-9 {
  margin-bottom: 0.9rem !important;
}
.margins.bottom-10 {
  margin-bottom: 1rem !important;
}
.margins.bottom-11 {
  margin-bottom: 1.1rem !important;
}
.margins.bottom-12 {
  margin-bottom: 1.2rem !important;
}
.margins.bottom-13 {
  margin-bottom: 1.3rem !important;
}
.margins.bottom-14 {
  margin-bottom: 1.4rem !important;
}
.margins.bottom-15 {
  margin-bottom: 1.5rem !important;
}
.margins.bottom-20 {
  margin-bottom: 2rem !important;
}
.margins.bottom-25 {
  margin-bottom: 2.5rem !important;
}
.margins.bottom-30 {
  margin-bottom: 3rem !important;
}
.margins.bottom-40 {
  margin-bottom: 4rem !important;
}
.margins.bottom-60 {
  margin-bottom: 6rem !important;
}
.hoverable {
  color: #30ad64 !important;
}
.hoverable:hover {
  text-decoration: underline;
  transition: none;
  box-shadow: none;
}
/* ==============================================
   Nucleus Classes
   ============================================== */
/* Nucleus Typography ----- */
.display-h1-text {
  /* Display/H1 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 58px;
  line-height: 64px;
  /* 110.345% */
  letter-spacing: -1.74px;
}
.display-h2-text {
  /* Display/H2 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  /* 108.333% */
  letter-spacing: -1.44px;
}
.heading-h3-text {
  /* Heading/H3 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  /* 110% */
  letter-spacing: -0.8px;
}
.heading-h4-text {
  /* Heading/H4 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  /* 112.5% */
  letter-spacing: -0.64px;
}
.heading-h5-text {
  /* Heading/H5 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.24px;
}
.heading-h6-text {
  /* have same style as Heading/H5 */
  /* Heading/H5 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.24px;
}
.paragraph-large-text {
  /* Paragraph/Large */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
}
.paragraph-default-text {
  /* Paragraph/Default */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
}
.paragraph-small-text {
  /* Paragraph/Small */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
}
.paragraph-xsmall-text {
  /* Paragraph/XSmall */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 16px;
  /* 133.333% */
}
.paragraph-legal-text {
  /* Paragraph/Legal */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 350;
  font-size: 12px;
  line-height: 14px;
  /* 116.667% */
}
.label-large-text {
  /* Label/Large */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
}
.label-default-text {
  /* Label/Default */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
}
.label-small-text {
  /* Label/Small */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
}
.label-xsmall-text {
  /* Label/XSmall */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  /* 133.333% */
}
.button-text-default-text {
  /* Button text/Default */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
}
.button-text-small-text {
  /* Button text/Small */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* 114.286% */
}
/* ----- Nucleus Typography */
.nucleus-btn {
  display: flex;
  padding: var(--Spacing-spacing-8, 8px) var(--Spacing-spacing-12, 12px);
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-spacing-8, 8px);
  align-self: stretch;
  border-radius: 99px;
  text-decoration: none;
  border: var(--border-default, 1.5px) solid var(--border-primary, #121212);
  background: none;
  overflow: hidden;
  color: var(--button-content-default, #121212) !important;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: none;
  /* Button text/Default */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
}
.nucleus-btn.btn-small {
  /* Button text/Small */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* 114.286% */
}
.nucleus-btn:hover {
  background-color: var(--button-background-hover, #f1efe7);
}
.nucleus-btn:focus {
  background: var(--button-background-pressed, #d5d3cc);
}
.nucleus-btn:focus-visible {
  /* Border/focus */
  box-shadow: 0px 0px 0px 4px #84d4f9;
}
.nucleus-btn.disabled {
  border-color: var(--border-disabled, #95938f);
}
.nucleus-primary-btn {
  /* Button text/Default */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  overflow: hidden;
  color: var(--button-content-brand-default, #00290f) !important;
  text-align: center;
  text-overflow: ellipsis;
  display: flex;
  padding: var(--Spacing-spacing-16, 16px) var(--Spacing-spacing-40, 40px);
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-spacing-8, 8px);
  align-self: stretch;
  border-radius: 99px;
  background: var(--button-background-brand-default, #00da6c);
  transition: all 0.2s;
}
.nucleus-primary-btn:hover {
  background: var(--button-background-brand-hover, #00ae56);
}
.nucleus-primary-btn:active {
  background: var(--button-background-brand-pressed, #008341);
}
.nucleus-primary-btn:focus {
  background: var(--button-background-brand-hover, #00ae56);
  box-shadow: 0px 0px 0px 4px #84d4f9;
}
/* ==============================================
   Home Redesign 2025
   ============================================== */
/*
 * Only apply below style on home page,
 * since the other pages typography is not defined yet.
 */
body.refresh-2025-home h1, body.refresh-2025-home h2, body.refresh-2025-home h3, body.refresh-2025-home h4, body.refresh-2025-home h5, body.refresh-2025-home h6 {
  margin: 0;
  padding: 0;
}
body.refresh-2025-home h1 {
  /* Display/H1 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 58px;
  line-height: 64px;
  /* 110.345% */
  letter-spacing: -1.74px;
}
body.refresh-2025-home h2 {
  /* Display/H2 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 52px;
  /* 108.333% */
  letter-spacing: -1.44px;
}
body.refresh-2025-home h3 {
  /* Heading/H3 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  /* 110% */
  letter-spacing: -0.8px;
}
body.refresh-2025-home h4 {
  /* Heading/H4 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  /* 112.5% */
  letter-spacing: -0.64px;
}
body.refresh-2025-home h5 {
  /* Heading/H5 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.24px;
}
body.refresh-2025-home h6 {
  /* have same style as Heading/H5 */
  /* Heading/H5 */
  font-family: "Beausite Classic", Open Sans, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.24px;
}
body.refresh-2025-home .button {
  letter-spacing: normal;
  margin: 0;
}
/*# sourceMappingURL=custom_search_results.css.map */