@media (max-width: 921px) { .ast-mobile-header-wrap,
#ast-mobile-header {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
width: 100% !important;
z-index: 9999999 !important;
transition: background 0.2s ease, box-shadow 0.2s ease !important;
} .ast-mobile-header-wrap.scrolled,
#ast-mobile-header.scrolled {
background: rgba(20, 20, 20, 0.5) !important; 
backdrop-filter: blur(15px) !important;
-webkit-backdrop-filter: blur(15px) !important;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
} body.gateway-menu-active .ast-mobile-header-wrap,
body.gateway-menu-active #ast-mobile-header {
background: rgba(20, 20, 20, 0.5) !important; 
backdrop-filter: blur(15px) !important;
-webkit-backdrop-filter: blur(15px) !important;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}  .menu-toggle,
.ast-mobile-menu-toggle,
.ast-button-wrap button {
position: relative !important;
z-index: 99999999 !important;
} .menu-toggle .ast-menu-svg,
.ast-mobile-menu-toggle .ast-menu-svg {
display: inline-flex !important;
opacity: 1 !important;
transition: opacity 0.2s ease !important;
}
.menu-toggle .ast-close-svg,
.ast-mobile-menu-toggle .ast-close-svg {
display: none !important;
opacity: 0 !important;
transition: opacity 0.2s ease !important;
} .menu-toggle.gateway-menu-open .ast-menu-svg,
.ast-mobile-menu-toggle.gateway-menu-open .ast-menu-svg,
button.gateway-menu-open .ast-menu-svg {
display: none !important;
opacity: 0 !important;
}
.menu-toggle.gateway-menu-open .ast-close-svg,
.ast-mobile-menu-toggle.gateway-menu-open .ast-close-svg,
button.gateway-menu-open .ast-close-svg {
display: inline-flex !important;
opacity: 1 !important;
} .menu-toggle svg,
.ast-mobile-menu-toggle svg,
.ast-theme-transparent-header .menu-toggle svg,
.ast-theme-transparent-header .ast-mobile-menu-toggle svg,
.ast-mobile-header-wrap.scrolled .menu-toggle svg,
.ast-mobile-header-wrap.scrolled .ast-mobile-menu-toggle svg,
body.gateway-menu-active .menu-toggle svg,
body.gateway-menu-active .ast-mobile-menu-toggle svg {
fill: #ffffff!important;
} #ast-mobile-site-navigation,
.main-header-bar-navigation .ast-mobile-site-navigation {
display: none !important;
} .gateway-menu-overlay {
position: fixed;
top: 90px;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
z-index: 999 !important;
pointer-events: none;
}
.gateway-menu-overlay.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
} .gateway-menu-panel {
position: fixed;
top: 90px;
left: -85%;
width: 85%;
max-width: 400px;
height: calc(100vh - 90px);
height: calc(100dvh - 90px);
background: #ffffff;
z-index: 1000 !important;
transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
overflow-y: auto;
-webkit-overflow-scrolling: touch;
box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
overscroll-behavior: contain;
}
.gateway-menu-panel.active {
left: 0;
}
.gateway-menu-content {
padding: 20px 0;
} .gateway-primary-nav {
list-style: none;
margin: 0;
padding: 0;
}
.gateway-primary-nav li {
border-bottom: 1px solid #f0f0f0;
margin: 0;
}
.gateway-primary-nav li a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 20px;
color: #333;
text-decoration: none;
font-size: 16px;
transition: background 0.2s ease;
}
.gateway-primary-nav li a:hover,
.gateway-primary-nav li a:active {
background: rgba(0, 102, 204, 0.05);
}
.gateway-primary-nav li.current-menu-item > a,
.gateway-primary-nav li.current_page_item > a {
color: #0066cc;
font-weight: 600;
}
.gateway-primary-nav li a::after {
content: '';
width: 8px;
height: 8px;
border-top: 2px solid currentColor;
border-right: 2px solid currentColor;
transform: rotate(45deg);
opacity: 0.5;
}
.gateway-primary-nav .sub-menu {
list-style: none;
padding-left: 20px;
margin: 0;
}
.gateway-primary-nav .sub-menu li a {
padding: 12px 20px;
font-size: 15px;
} .gateway-custom-links {
margin-top: 20px;
padding: 20px 0;
border-top: 2px solid #e0e0e0;
}
.gateway-custom-links-title {
padding: 0 20px 10px;
font-size: 13px;
color: #999;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 600;
}
.gateway-custom-link {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 20px;
margin: 5px 0;
background: #f8f9fa;
color: #333;
text-decoration: none;
font-size: 15px;
transition: all 0.2s ease;
}
.gateway-custom-link:hover,
.gateway-custom-link:active {
background: #e9ecef;
transform: translateX(5px);
}
.gateway-custom-link svg {
width: 16px;
height: 16px;
stroke: currentColor;
fill: none;
} body.gateway-menu-active {
position: fixed !important;
overflow: hidden !important;
touch-action: none !important;
width: 100% !important;
} @supports (-webkit-touch-callout: none) {
body.gateway-menu-active {
min-height: -webkit-fill-available !important;
}
}
} @media (min-width: 922px) {
.gateway-menu-overlay,
.gateway-menu-panel {
display: none !important;
}
} .menu-toggle .screen-reader-text,
.ast-mobile-menu-toggle .screen-reader-text {
display: none !important;
}.gateway-full-width .content-area,
.gateway-full-width .site-main {
margin-top: 0 !important;
padding-top: 0 !important;
} .gateway-full-width .site-header {
margin-bottom: 0 !important;
}
.gateway-full-width .ast-main-header-wrap {
margin-bottom: 0 !important;
} .gateway-full-width .entry-header {
display: none !important;
} .gateway-full-width {
overflow-x: hidden;
} .gateway-full-width .site-content #primary {
width: 100% !important;
max-width: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
} .gateway-full-width.ast-right-sidebar .site-content #primary,
.gateway-full-width.ast-left-sidebar .site-content #primary,
.gateway-full-width.ast-no-sidebar .site-content #primary {
padding-right: 0 !important;
padding-left: 0 !important;
} .gateway-full-width .site-main {
width: 100% !important;
max-width: none !important;
padding: 0 !important;
margin: 0 !important;
} .gateway-full-width .site-content .ast-container {
max-width: none !important;
padding-left: 0 !important;
padding-right: 0 !important;
} .gateway-full-width.archive .site-main,
.gateway-full-width.post-type-archive .site-main {
padding: 0 !important;
}
.gateway-full-width .ast-post-format-standard {
padding: 0 !important;
}  .gateway-full-width .site-content,
.gateway-full-width.ast-theme-transparent-header .site-content,
.gateway-full-width.transparent-header .site-content {
padding-top: 0 !important;
margin-top: 0 !important;
} .gateway-full-width .site-content #primary,
.gateway-full-width.ast-theme-transparent-header .site-content #primary,
.gateway-full-width.transparent-header .site-content #primary,
.gateway-full-width.ast-separate-container .site-content #primary, 
.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary, 
.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary {
margin-top: 0 !important;
padding-top: 0 !important;
} .gateway-full-width .site-main,
.gateway-full-width .site-main > *:first-child,
.gateway-full-width .site-main > section:first-child {
margin-top: 0 !important;
padding-top: 0 !important;
} .gateway-full-width .ast-separate-container .ast-article-single,
.gateway-full-width .ast-separate-container .ast-article-post {
margin-top: 0 !important;
padding-top: 0 !important;
} .gateway-full-width .entry-content {
margin-top: 0 !important;
} .gateway-full-width .ast-above-header {
margin-bottom: 0 !important;
}
.gateway-full-width .ast-header-break-point .ast-above-header {
margin-bottom: 0 !important;
} .gateway-full-width .main-header-bar-wrap {
margin-bottom: 0 !important;
} .gateway-full-width.ast-separate-container .site-content #primary,
.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
padding: 0 !important;
} @media (min-width: 993px) {
.gateway-full-width.ast-separate-container .site-content #primary,
.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important;
}
body.gateway-full-width.ast-separate-container .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
padding: 0 !important;
}
} .gateway-full-width #secondary {
display: none !important;
}
.gateway-full-width.ast-right-sidebar .site-content #primary,
.gateway-full-width.ast-left-sidebar .site-content #primary {
width: 100% !important;
} .gateway-full-width .site-content > .ast-container {
max-width: none !important;
padding: 0 !important;
}
.gateway-full-width .site-content {
max-width: none !important;
margin-bottom: 0 !important;
} @media (max-width: 768px) {
.gateway-full-width .site-content #primary {
padding: 0 !important;
}
.gateway-full-width .site-main {
padding: 0 !important;
}
} @media (min-width: 993px) {
body.gateway-full-width.ast-separate-container .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary,
body.single-course.ast-separate-container .site-content #primary,
body.single-course.ast-separate-container.ast-left-sidebar .site-content #primary,
body.single-course.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important;
}
}
body.gateway-full-width.ast-separate-container .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-left-sidebar .site-content #primary,
body.gateway-full-width.ast-separate-container.ast-right-sidebar .site-content #primary,
body.single-course.ast-separate-container .site-content #primary,
body.single-course.ast-separate-container.ast-left-sidebar .site-content #primary,
body.single-course.ast-separate-container.ast-right-sidebar .site-content #primary {
margin: 0 !important;
padding: 0 !important;
} .cpt-scope {
display: block;
width: 100%;
isolation: isolate;
}.cpt-scope[data-page="academic-partnership"] * {
box-sizing: border-box;
}
.cpt-scope[data-page="academic-partnership"] {
background: #ffffff;
line-height: 1.6;
overflow-x: hidden;
} .cpt-scope .ap-hero {
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
overflow: hidden;
background: linear-gradient(135deg, #262474 0%, #1b60aa 40%, #24906b 80%, #6db460 100%);
min-height: 500px;
display: flex;
align-items: flex-end;
margin-top: -4em !important;
}
.cpt-scope .ap-hero::before {
content: '';
position: absolute;
width: 800px;
height: 800px;
background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
top: -400px;
right: -200px;
border-radius: 50%;
z-index: 1;
}
.cpt-scope .ap-hero-content {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 60px 0px;
position: relative;
z-index: 2;
}
.cpt-scope .ap-hero-title {
color: #ffffff;
margin: 0 0 32px 0;
opacity: 0;
animation: apFadeUp 0.6s ease forwards 0.4s;
}
.cpt-scope .ap-hero-sub {
max-width: 600px;
color: rgba(255, 255, 255, 0.9);
margin: 0;
animation: apFadeUp 0.6s ease forwards 0.6s;
}
@keyframes apFadeUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .cpt-scope .ap-intro-section {
margin-bottom: 0;
padding: 120px 0;
background: #ffffff;
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
}
.cpt-scope .ap-intro-section > * {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
}
.cpt-scope .ap-intro-grid {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 80px;
align-items: center;
}
.cpt-scope .ap-intro-img img {
width: 100%;
height: 500px;
object-fit: cover;
border-radius: 60px 60px 0 60px;
}
.cpt-scope .ap-intro-label {
font-size: 14px;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
color: #24906b;
margin: 0 0 20px 0;
}
.cpt-scope .ap-intro-text p {
margin: 0 0 24px 0;
}
.cpt-scope .ap-intro-lead {
font-size: 22px !important;
color: #0a0a0a !important;
font-weight: 400;
} .cpt-scope .ap-vet-section {
margin-bottom: 0;
padding: 120px 0;
background: #f9fafb;
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
}
.cpt-scope .ap-vet-inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 60px;
}
.cpt-scope .ap-vet-header {
margin-bottom: 48px;
}
.cpt-scope .ap-vet-title {
font-size: clamp(36px, 5vw, 56px);
font-weight: 500;
color: #262474;
line-height: 1.15;
margin: 0 0 24px 0;
}
.cpt-scope .ap-vet-desc {
font-size: 17px;
line-height: 1.8;
color: #4a5568;
max-width: 680px;
margin: 0;
} .cpt-scope .ap-degree-list {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px 60px;
list-style: none;
margin: 0;
padding: 0;
}
.cpt-scope .ap-degree-list li {
font-size: 16px;
color: #0a0a0a;
padding: 16px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
display: flex;
align-items: center;
gap: 12px;
}
.cpt-scope .ap-degree-list li::before {
content: '';
width: 8px;
height: 8px;
background: #24906b;
border-radius: 50%;
flex-shrink: 0;
} .cpt-scope .ap-uni-section {
margin-bottom: 0;
padding: 160px 0;
background: #262474;
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
overflow: hidden;
}
.cpt-scope .ap-uni-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 60px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.cpt-scope .ap-uni-img {
border-radius: 60px 60px 0 60px;
overflow: hidden;
height: 400px;
}
.cpt-scope .ap-uni-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.cpt-scope .ap-uni-title {
font-size: 32px;
color: #ffffff;
font-weight: 500;
margin: 0 0 16px 0;
}
.cpt-scope .ap-uni-text {
color: rgba(255, 255, 255, 0.7);
font-size: 15px;
margin: 0 0 40px 0;
line-height: 1.8;
} .cpt-scope .ap-uni-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.cpt-scope .ap-uni-card {
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 60px 60px 0 60px;
padding: 32px 12px;
text-align: center;
transition: all 0.4s ease;
}
.cpt-scope .ap-uni-card:hover {
background: rgba(255, 255, 255, 0.14);
transform: translateY(-4px);
}
.cpt-scope .ap-uni-initial {
font-size: 32px;
font-weight: 600;
color: #ffffff;
margin-bottom: 8px;
line-height: 1;
}
.cpt-scope .ap-uni-name {
font-size: 11px;
color: rgba(255, 255, 255, 0.6);
text-transform: uppercase;
letter-spacing: 0.5px;
line-height: 1.4;
} .cpt-scope .ap-grad-section {
margin-bottom: 0;
padding: 0;
background: #ffffff;
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
}
.cpt-scope .ap-grad-wrapper {
display: grid;
grid-template-columns: 50% 50%;
min-height: 600px;
}
.cpt-scope .ap-grad-img {
background: url(https://images.unsplash.com/photo-1434030216411-0b793f4b4173?w=1200&q=80) center/cover;
border-radius: 0;
margin: 0;
}
.cpt-scope .ap-grad-content {
padding: 160px 60px;
display: flex;
flex-direction: column;
justify-content: center;
}
.cpt-scope .ap-grad-title {
font-size: clamp(32px, 4vw, 48px);
font-weight: 500;
color: #262474;
margin: 0 0 8px 0;
line-height: 1.2;
}
.cpt-scope .ap-grad-title span {
display: block;
font-size: 18px;
font-weight: 400;
color: #24906b;
margin-top: 12px;
}
.cpt-scope .ap-grad-text {
font-size: 16px;
color: #4a5568;
margin: 24px 0 40px 0;
line-height: 1.8;
}
.cpt-scope .ap-grad-list {
columns: 2;
column-gap: 32px;
list-style: none;
margin: 0;
padding: 0;
}
.cpt-scope .ap-grad-list li {
font-size: 14px;
color: #0a0a0a;
padding: 14px 0;
border-bottom: 1px solid #eee;
break-inside: avoid;
} .cpt-scope .ap-masters-section {
margin-bottom: 0;
padding: 160px 0;
background: #0a0a14;
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
}
.cpt-scope .ap-masters-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 60px;
}
.cpt-scope .ap-masters-grid {
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 80px;
align-items: center;
}
.cpt-scope .ap-masters-title {
font-size: clamp(36px, 5vw, 56px);
font-weight: 500;
line-height: 1.1;
margin: 0 0 24px 0;
color: #ffffff;
}
.cpt-scope .ap-masters-intro {
font-size: 17px;
color: rgba(255, 255, 255, 0.6);
line-height: 1.8;
margin: 0 0 48px 0;
max-width: 520px;
}
.cpt-scope .ap-masters-item {
display: flex;
align-items: center;
gap: 16px;
padding: 18px 0;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cpt-scope .ap-masters-icon {
width: 20px;
height: 20px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
color: #6db460;
}
.cpt-scope .ap-masters-icon svg {
width: 100%;
height: 100%;
}
.cpt-scope .ap-masters-item span:last-child {
font-size: 15px;
color: rgba(255, 255, 255, 0.85);
}
.cpt-scope .ap-masters-img img {
width: 100%;
height: 480px;
object-fit: cover;
border-radius: 60px 0 60px 60px;
} .cpt-scope .ap-research-section {
margin-bottom: 0;
padding: 160px 0;
background: #ffffff;
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
}
.cpt-scope .ap-research-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 0 60px;
}
.cpt-scope .ap-research-header {
text-align: center;
margin-bottom: 100px;
}
.cpt-scope .ap-research-label {
font-size: 13px;
font-weight: 600;
letter-spacing: 2.5px;
text-transform: uppercase;
color: #24906b;
margin: 0 0 20px 0;
}
.cpt-scope .ap-research-title {
font-size: clamp(40px, 5vw, 64px);
font-weight: 500;
line-height: 1.1;
margin: 0 0 32px 0;
color: #262474;
}
.cpt-scope .ap-research-intro {
font-size: 17px;
color: #4a5568;
line-height: 1.7;
max-width: 820px;
margin: 0 auto;
}
.cpt-scope .ap-research-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
margin-bottom: 100px;
align-items: flex-start;
}
.cpt-scope .ap-research-img {
width: 100%;
height: 500px;
border-radius: 60px 60px 0 60px;
overflow: hidden;
position: relative;
}
.cpt-scope .ap-research-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.cpt-scope .ap-research-content-blocks {
display: flex;
flex-direction: column;
gap: 48px;
}
.cpt-scope .ap-research-block {
padding: 0;
}
.cpt-scope .ap-research-block h3 {
font-size: 18px;
font-weight: 600;
color: #262474;
margin: 0 0 16px 0;
letter-spacing: -0.2px;
}
.cpt-scope .ap-research-block p {
font-size: 16px;
color: #4a5568;
line-height: 1.8;
margin: 0 0 16px 0;
}
.cpt-scope .ap-research-block p:last-child {
margin-bottom: 0;
} .cpt-scope .ap-research-benefits-section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
margin-bottom: 80px;
align-items: center;
}
.cpt-scope .ap-research-benefits {
padding: 0;
}
.cpt-scope .ap-research-benefits h3 {
font-size: 20px;
font-weight: 600;
color: #262474;
margin: 0 0 28px 0;
}
.cpt-scope .ap-research-benefits ul {
list-style: none;
margin: 0;
padding: 0;
}
.cpt-scope .ap-research-benefits li {
display: flex;
align-items: flex-start;
gap: 16px;
padding: 14px 0;
font-size: 15px;
color: #0a0a0a;
line-height: 1.7;
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.cpt-scope .ap-research-benefits li:last-child {
border-bottom: none;
}
.cpt-scope .ap-research-benefits li::before {
content: '';
width: 8px;
height: 8px;
background: #6db460;
border-radius: 50%;
margin-top: 8px;
flex-shrink: 0;
}
.cpt-scope .ap-research-benefits-img {
width: 100%;
height: 500px;
border-radius: 0 60px 60px 60px;
overflow: hidden;
}
.cpt-scope .ap-research-benefits-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.cpt-scope .ap-research-footer {
text-align: center;
padding: 48px 0 0;
border-top: 1px solid #e5e7eb;
}
.cpt-scope .ap-research-footer p {
font-size: 17px;
color: #4a5568;
line-height: 1.8;
max-width: 900px;
margin: 0 auto;
} .cpt-scope .ap-pro-section {
margin-bottom: 0;
padding: 160px 0;
background: #f9fafb;
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
}
.cpt-scope .ap-pro-section > * {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
}
.cpt-scope .ap-pro-header {
text-align: center;
max-width: 700px;
margin: 0 auto 80px;
padding: 0;
}
.cpt-scope .ap-pro-title {
font-size: clamp(32px, 4vw, 48px);
font-weight: 500;
color: #262474;
margin: 0 0 20px 0;
}
.cpt-scope .ap-pro-desc {
font-size: 17px;
color: #4a5568;
line-height: 1.8;
margin: 0;
}
.cpt-scope .ap-pro-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 20px;
margin-bottom: 80px;
}
.cpt-scope .ap-pro-card {
background: #ffffff;
padding: 24px 24px;
text-align: center;
transition: all 0.4s ease;
border-radius: 60px 60px 60px 0;
box-shadow: 0 8px 48px rgba(0, 0, 0, 0.04);
}
.cpt-scope .ap-pro-card:hover {
transform: translateY(-10px);
box-shadow: 0 24px 48px rgba(38, 36, 116, 0.1);
}
.cpt-scope .ap-pro-card strong {
display: block;
font-size: 28px;
font-weight: 700;
color: #262474;
margin-bottom: 10px;
}
.cpt-scope .ap-pro-card span {
font-size: 12px;
color: #4a5568;
line-height: 1.5;
} .cpt-scope .ap-disclaimer {
max-width: 1100px;
margin: 0 auto;
padding: 0;
}
.cpt-scope .ap-disclaimer-title {
font-size: 11px;
font-weight: 600;
color: #9ca3af;
margin: 0 0 16px 0;
text-transform: uppercase;
letter-spacing: 1px;
}
.cpt-scope .ap-disclaimer-content {
font-size: 11px;
color: #9ca3af;
line-height: 1.8;
}
.cpt-scope .ap-disclaimer-content p {
margin: 0 0 12px 0;
}
.cpt-scope .ap-disclaimer-content ul {
list-style: none;
margin: 12px 0;
padding: 0;
}
.cpt-scope .ap-disclaimer-content li {
margin: 8px 0;
padding-left: 14px;
position: relative;
}
.cpt-scope .ap-disclaimer-content li::before {
content: '';
position: absolute;
left: 0;
color: #d1d5db;
font-size: 14px;
} .cpt-scope .ap-support-section {
margin-bottom: 0;
padding: 0;
background: #ffffff;
width: 100vw;
margin-left: calc(-50vw + 50%);
position: relative;
}
.cpt-scope .ap-support-wrapper {
display: grid;
grid-template-columns: 50% 50%;
}
.cpt-scope .ap-support-img {
background: url(https://images.unsplash.com/photo-1541888894402-f3b1af908be4?w=1200&q=80) center/cover;
min-height: 500px;
border-radius: 0;
margin: 0;
}
.cpt-scope .ap-support-content {
padding: 160px 60px;
display: flex;
flex-direction: column;
justify-content: center;
}
.cpt-scope .ap-support-title {
font-size: clamp(28px, 3.5vw, 42px);
font-weight: 500;
color: #262474;
margin: 0 0 24px 0;
line-height: 1.2;
}
.cpt-scope .ap-support-intro {
font-size: 16px;
color: #4a5568;
margin: 0 0 40px 0;
line-height: 1.8;
}
.cpt-scope .ap-support-list {
list-style: none;
margin: 0;
padding: 0;
}
.cpt-scope .ap-support-list li {
display: flex;
align-items: flex-start;
gap: 16px;
padding: 18px 0;
font-size: 15px;
color: #0a0a0a;
border-bottom: 1px solid #f0f0f0;
}
.cpt-scope .ap-support-list li::before {
content: '';
width: 10px;
height: 10px;
background: #6db460;
border-radius: 50%;
margin-top: 5px;
flex-shrink: 0;
} .cpt-scope .ap-cta-section {
padding: 160px 60px;
background: linear-gradient(135deg, #262474 0%, #1b60aa 50%, #24906b 100%);
text-align: center;
position: relative;
overflow: hidden;
}
.cpt-scope .ap-cta-section::before {
content: '';
position: absolute;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
top: -300px;
right: -200px;
border-radius: 50%;
}
.cpt-scope .ap-cta-inner {
position: relative;
z-index: 2;
max-width: 800px;
margin: 0 auto;
}
.cpt-scope .ap-cta-title {
font-size: clamp(32px, 5vw, 52px);
font-weight: 500;
color: #ffffff;
margin: 0 0 32px 0;
line-height: 1.2;
}
.cpt-scope .ap-cta-text {
font-size: 18px;
color: rgba(255, 255, 255, 0.8);
line-height: 1.8;
margin: 0;
} .cpt-scope .ap-footer-bar {
height: 4px;
background: linear-gradient(90deg, #262474, #1b60aa, #24906b, #6db460);
width: 100vw;
margin-left: calc(-50vw + 50%);
} @media (max-width: 1024px) {
.cpt-scope .ap-intro-grid {
grid-template-columns: 1fr;
gap: 48px;
}
.cpt-scope .ap-uni-wrapper {
grid-template-columns: 1fr;
}
.cpt-scope .ap-uni-img {
height: 280px;
}
.cpt-scope .ap-grad-wrapper {
grid-template-columns: 1fr;
}
.cpt-scope .ap-grad-img {
height: 300px;
}
.cpt-scope .ap-masters-grid {
grid-template-columns: 1fr;
gap: 60px;
}
.cpt-scope .ap-research-grid,
.cpt-scope .ap-research-benefits-section {
grid-template-columns: 1fr;
gap: 48px;
}
.cpt-scope .ap-research-img {
height: 400px;
}
.cpt-scope .ap-research-benefits-img {
height: 400px;
}
.cpt-scope .ap-pro-grid {
grid-template-columns: repeat(3, 1fr);
}
.cpt-scope .ap-support-wrapper {
grid-template-columns: 1fr;
}
.cpt-scope .ap-support-img {
order: -1;
min-height: 300px;
}
}
@media (max-width: 768px) {
.cpt-scope .ap-hero {
min-height: 400px;
}
.cpt-scope .ap-hero-content {
padding: 40px 24px;
}
.cpt-scope .ap-intro-section,
.cpt-scope .ap-masters-section,
.cpt-scope .ap-research-section,
.cpt-scope .ap-pro-section {
padding: 80px 0;
}
.cpt-scope .ap-intro-section > *,
.cpt-scope .ap-pro-section > * {
padding-left: 24px;
padding-right: 24px;
}
.cpt-scope .ap-vet-section {
padding: 80px 0;
}
.cpt-scope .ap-vet-inner {
padding: 0 24px;
}
.cpt-scope .ap-uni-wrapper,
.cpt-scope .ap-masters-wrapper,
.cpt-scope .ap-research-wrapper {
padding: 0 24px;
}
.cpt-scope .ap-degree-list {
grid-template-columns: 1fr;
gap: 16px;
}
.cpt-scope .ap-uni-section {
padding: 80px 0;
}
.cpt-scope .ap-uni-grid {
grid-template-columns: repeat(2, 1fr);
}
.cpt-scope .ap-research-grid {
gap: 40px;
}
.cpt-scope .ap-research-content-blocks {
gap: 36px;
}
.cpt-scope .ap-research-benefits-section {
gap: 40px;
}
.cpt-scope .ap-grad-content {
padding: 60px 24px;
}
.cpt-scope .ap-grad-list {
columns: 1;
}
.cpt-scope .ap-pro-grid {
grid-template-columns: repeat(2, 1fr);
}
.cpt-scope .ap-support-content {
padding: 60px 24px;
}
.cpt-scope .ap-cta-section {
margin: 100px 0 0;
border-radius: 0;
padding: 80px 24px;
}
}