Atlas Early Starter Bundle
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap'); .atl-wrap *{box-siz ing:border-box;margin:0;padding:0;} .atl-wrap{ font-family:'DM Sans','Segoe UI',-apple-system,sans-serif; color:#1a1a2e; line-height:1.65; max-width:880px; margin:0 auto; padding:4px 0 8px; } /* ── HERO ── */ .atl-hero{ background:linear-gradient(140deg,#071525 0%,#0d2445 45%,#112c55 100%); border-radius:18px; padding:52px 44px 44px; text-align:center; position:relative; overflow:hidden; margin-bottom:6px; } .atl-hero::before{ content:'';position:absolute;top:-80px;right:-80px; width:380px;height:380px; background:radial-gradient(circle,rgba(74,143,160,.18) 0%,transparent 65%); pointer-events:none; } .atl-hero::after{ content:'';position:absolute;bottom:-60px;left:-60px; width:300px;height:300px; background:radial-gradient(circle,rgba(74,143,160,.12) 0%,transparent 65%); pointer-events:none; } .atl-hero-dots{ position:absolute;top:20px;left:24px; display:flex;gap:7px;align-items:center; } .atl-dot{width:10px;height:10px;border-radius:50%;opacity:.35;} .atl-dot1{background:#ff6058;} .atl-dot2{background:#ffbc2e;} .atl-dot3{background:#28c840;} .atl-badge{ display:inline-block; background:rgba(74,143,160,.15); border:1px solid rgba(74,143,160,.4); color:#7bbfcf; font-size:11px;font-weight:600; letter-spacing:2px;text-transform:uppercase; padding:6px 18px;border-radius:20px; margin-bottom:22px; } .atl-hero-title{ font-family:'Playfair Display',Georgia,serif; font-size:40px;font-weight:700;color:#fff; line-height:1.15;margin-bottom:14px; } .atl-hero-title span{color:#4A8FA0;} .atl-hero-sub{ font-size:15.5px;color:rgba(255,255,255,.68); max-width:560px;margin:0 auto 36px;font-weight:300; } .atl-hero-stats{ display:flex;justify-content:center; gap:10px;flex-wrap:wrap; } .atl-hs{ background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); border-radius:14px;padding:16px 22px; text-align:center;min-width:118px; } .atl-hs-num{ display:block;font-size:28px;font-weight:700; color:#4A8FA0;line-height:1;margin-bottom:5px; } .atl-hs-lbl{ display:block;font-size:11px; color:rgba(255,255,255,.55); text-transform:uppercase;letter-spacing:.5px; } /* ── PRICE BLOCK ── */ .atl-price-block{ display:flex;align-items:center;justify-content:center; flex-wrap:wrap;gap:14px; margin:0 auto 32px; } .atl-price-original{ font-size:20px;font-weight:500; color:rgba(255,255,255,.4); text-decoration:line-through; text-decoration-color:rgba(255,255,255,.4); letter-spacing:.3px; } .atl-price-current{ font-size:38px;font-weight:700; color:#fff;letter-spacing:-.5px;line-height:1; } .atl-price-current sup{ font-size:18px;font-weight:600; vertical-align:super;line-height:0; margin-right:2px; } .atl-price-divider{ width:1px;height:36px; background:rgba(255,255,255,.2); } .atl-price-right{text-align:left;} .atl-price-badge{ display:inline-block; background:#4A8FA0; color:#fff; font-size:11px;font-weight:700; letter-spacing:1px;text-transform:uppercase; padding:4px 10px;border-radius:6px; margin-bottom:4px; } .atl-price-note{ font-size:11px;color:rgba(255,255,255,.5); text-transform:uppercase;letter-spacing:.5px; } /* ── HOOK ── */ .atl-hook{ background:linear-gradient(135deg,#eef6f8,#e4f1f5); border-left:4px solid #4A8FA0; border-radius:0 14px 14px 0; padding:24px 28px;margin:22px 0; } .atl-hook-title{ font-size:17px;font-weight:600; color:#0B1D3A;margin-bottom:8px; } .atl-hook p{font-size:14.5px;color:#4b5563;font-style:italic;} /* ── PILLARS ── */ .atl-pillars{ display:flex;gap:0; border-radius:14px;overflow:hidden;margin:24px 0; } .atl-pillar{flex:1;padding:22px 14px;text-align:center;} .atl-pillar:nth-child(1){background:#0B1D3A;} .atl-pillar:nth-child(2){background:#122348;} .atl-pillar:nth-child(3){background:#1A2F5F;} .atl-pillar-title{ font-size:11px;font-weight:700;color:#4A8FA0; text-transform:uppercase;letter-spacing:1px;margin-bottom:5px; } .atl-pillar-text{font-size:12px;color:rgba(255,255,255,.6);line-height:1.5;} /* ── SECTION HEADERS ── */ .atl-sec-head{margin-bottom:20px;} .atl-gold-line{ width:44px;height:3px; background:linear-gradient(90deg,#4A8FA0,#7bbfcf); border-radius:2px;margin-bottom:8px; } .atl-sec-title{ font-family:'Playfair Display',Georgia,serif; font-size:25px;font-weight:700;color:#0B1D3A; margin-bottom:5px; } .atl-sec-sub{font-size:13.5px;color:#6b7280;} /* ── CARDS GRID ── */ .atl-section{margin:32px 0;} .atl-cards-grid{ display:grid;grid-template-columns:1fr 1fr;gap:14px; } .atl-card{ background:#fff;border:1px solid #e5e7eb; border-radius:15px;padding:22px 20px; position:relative;overflow:hidden; } .atl-card::before{ content:'';position:absolute; top:0;right:0;width:60px;height:60px; background:radial-gradient(circle at top right,rgba(74,143,160,.08),transparent 70%); } .atl-card-num{ display:block;font-size:28px;font-weight:700; color:#4A8FA0;line-height:1;margin-bottom:6px; } .atl-card-title{font-size:14.5px;font-weight:600;color:#0B1D3A;margin-bottom:6px;} .atl-card-text{font-size:12.5px;color:#6b7280;line-height:1.65;} .atl-card-accent{ display:inline-block; background:#eef6f8;border:1px solid #9dcbd6; color:#1e6070;font-size:10px;font-weight:600; letter-spacing:.5px;text-transform:uppercase; padding:3px 9px;border-radius:6px;margin-bottom:8px; } /* access highlight card */ .atl-card-access{ background:#f0fdf4;border:1px solid #86efac; } .atl-card-access::before{ background:radial-gradient(circle at top right,rgba(52,211,153,.1),transparent 70%); } .atl-card-access .atl-card-num{color:#16a34a;} .atl-card-access .atl-card-title{color:#14532d;} .atl-card-access .atl-card-text{color:#166534;} .atl-card-access .atl-card-accent{ background:#dcfce7;border-color:#86efac;color:#15803d; } /* qa bonus card */ .atl-qa-card{ background:#f0f7ff;border:1px solid #bfdbfe; border-radius:13px;padding:18px 22px; margin-top:14px; } .atl-qa-title{font-size:15px;font-weight:600;color:#0B1D3A;margin-bottom:4px;} .atl-qa-text{font-size:12.5px;color:#4b5563;} /* ── STATS STRIP ── */ .atl-stats-strip{ background:linear-gradient(140deg,#0B1D3A 0%,#122348 50%,#0f2040 100%); border-radius:18px;padding:38px 32px;margin:32px 0; position:relative;overflow:hidden; } .atl-stats-strip::before{ content:'';position:absolute;right:-40px;top:-40px; width:260px;height:260px; background:radial-gradient(circle,rgba(74,143,160,.12) 0%,transparent 70%); } .atl-stats-header{ text-align:center;margin-bottom:28px; } .atl-stats-eyebrow{ font-size:11px;font-weight:600;letter-spacing:2px; text-transform:uppercase;color:#4A8FA0;margin-bottom:8px; display:block; } .atl-stats-title{ font-family:'Playfair Display',Georgia,serif; font-size:22px;color:#fff; } .atl-stats-grid{ display:grid;grid-template-columns:repeat(3,1fr);gap:14px; } .atl-stat{ text-align:center;padding:22px 10px; background:rgba(255,255,255,.06); border-radius:13px;border:1px solid rgba(74,143,160,.25); } .atl-stat-green{border-color:rgba(52,211,153,.35);} .atl-stat-num{ display:block;font-size:36px;font-weight:700; color:#4A8FA0;line-height:1;margin-bottom:7px; } .atl-stat-green .atl-stat-num{color:#34d399;} .atl-stat-lbl{ display:block;font-size:11px; color:rgba(255,255,255,.58); text-transform:uppercase;letter-spacing:.5px;line-height:1.4; } /* ── PLATFORM ── */ .atl-plat-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:16px 0;} .atl-plat-card{border-radius:15px;padding:26px 22px;} .atl-plat-card.tc{ background:linear-gradient(135deg,#f0f4ff,#e8eeff); border:1px solid #c7d4ff; } .atl-plat-card.zm{ background:linear-gradient(135deg,#f0f9ff,#e1f5ff); border:1px solid #bae6fd; } .atl-plat-title{font-size:15px;font-weight:600;color:#0B1D3A;margin-bottom:10px;} .atl-plat-tag{ display:inline-block; font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase; padding:2px 8px;border-radius:5px;margin-bottom:12px; } .atl-plat-tag.tc{background:#d0d9ff;color:#3a4dcc;} .atl-plat-tag.zm{background:#bae6fd;color:#0369a1;} .atl-plat-list{list-style:none;padding:0;margin:0;} .atl-plat-list li{ font-size:13px;color:#374151; padding:5px 0 5px 20px;position:relative; border-bottom:1px solid rgba(0,0,0,.05); } .atl-plat-list li:last-child{border-bottom:none;} .atl-plat-list li::before{ content:'✓';position:absolute;left:0; color:#059669;font-weight:700;font-size:12px; } /* ── SCHEDULE ── */ .atl-timeline{ background:linear-gradient(135deg,#eef6f8,#e4f1f5); border:1px solid #9dcbd6;border-radius:13px; padding:16px 24px;margin:16px 0; } .atl-tl-head{ display:flex;justify-content:space-between; align-items:center; } .atl-tl-label{font-size:13px;font-weight:600;color:#0B1D3A;} .atl-tl-range{font-size:13px;font-weight:700;color:#4A8FA0;} .atl-sched-table{ width:100%;border-collapse:collapse; border-radius:13px;overflow:hidden; font-size:13.5px;margin-top:14px; border:1px solid #e5e7eb; } .atl-sched-table thead tr{background:#0B1D3A;} .atl-sched-table th{ padding:13px 16px;text-align:left; color:#fff;font-weight:500; font-size:11px;text-transform:uppercase;letter-spacing:.5px; } .atl-sched-table tbody tr:nth-child(even){background:#f9fafb;} .atl-sched-table tbody tr:nth-child(odd){background:#fff;} .atl-sched-table td{ padding:13px 16px;color:#374151; border-bottom:1px solid #f0f0f0;vertical-align:middle; } .atl-sched-table td:first-child{font-weight:500;color:#0B1D3A;} .atl-time-badge{ background:#eef6f8;border:1px solid #9dcbd6; color:#1e6070;border-radius:6px; padding:3px 10px;font-size:11.5px;font-weight:500; white-space:nowrap;display:inline-block; } /* ── POLICIES ── */ .atl-pol-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:16px 0;} .atl-pol-card{ background:#f9fafb;border:1px solid #e5e7eb; border-radius:13px;padding:20px 18px; } .atl-pol-title{ font-size:14px;font-weight:600;color:#0B1D3A; margin-bottom:12px;display:flex;align-items:center;gap:8px; } .atl-pol-list{list-style:none;padding:0;margin:0;} .atl-pol-list li{ font-size:12.5px;color:#4b5563; padding:5px 0 5px 16px;position:relative; border-bottom:1px solid #f0f0f0;line-height:1.55; } .atl-pol-list li:last-child{border-bottom:none;} .atl-pol-list li::before{ content:'•';position:absolute;left:0; color:#4A8FA0;font-weight:700; } /* ── CTA ── */ .atl-cta{ background:linear-gradient(140deg,#0B1D3A,#122348); border-radius:18px;padding:40px 36px; text-align:center;margin:32px 0; position:relative;overflow:hidden; } .atl-cta::before{ content:'';position:absolute;bottom:-60px;right:-60px; width:240px;height:240px; background:radial-gradient(circle,rgba(74,143,160,.15) 0%,transparent 70%); } .atl-cta-title{ font-family:'Playfair Display',Georgia,serif; font-size:26px;color:#fff;margin-bottom:10px; } .atl-cta-sub{ font-size:14px;color:rgba(255,255,255,.65); margin-bottom:22px;max-width:480px;margin-left:auto;margin-right:auto; } .atl-cta-btn{ display:inline-block; background:transparent; border:1.5px solid #4A8FA0;color:#4A8FA0; text-decoration:none; padding:11px 28px;border-radius:9px; font-size:14px;font-weight:500; letter-spacing:.3px; } .atl-cta-note{font-size:12px;color:rgba(255,255,255,.45);margin-top:12px;} /* ── DISCLAIMER ── */ .atl-disc{ background:#f9fafb;border:1px solid #e5e7eb; border-radius:10px;padding:16px 20px;margin:20px 0; } .atl-disc p{font-size:13px;color:#4b5563;line-height:1.65;} .atl-disc strong{color:#374151;} /* ── RESPONSIVE ── */ @media(max-width:640px){ .atl-hero{padding:36px 20px 32px;} .atl-hero-title{font-size:28px;} .atl-hero-sub{font-size:14px;} .atl-cards-grid{grid-template-columns:1fr;} .atl-stats-grid{grid-template-columns:repeat(2,1fr);} .atl-plat-grid{grid-template-columns:1fr;} .atl-pol-grid{grid-template-columns:1fr;} .atl-pillars{flex-direction:column;} .atl-sched-table th:nth-child(4), .atl-sched-table td:nth-child(4){display:none;} .atl-stats-strip{padding:28px 18px;} .atl-sec-title{font-size:22px;} } Canadian Medical & Dental MMI Preparation Atlas Early Starter Bundle If you are not applying this cycle but want to start your interview prep early, this bundle is designed for you. With up to four years of full program access, you will build skills early and stay ahead of the curve by the time you reach your application cycle. $499 CAD $424 CAD 15% Off Early Bird — Until August 1st 4 Yrs Full Access 1,000+ MMI Questions 5 Full Mock MMIs ~100 Hours of Practice The best time to start is before everyone else does. Most students start preparing for the MMI weeks before their interview. Early Starter students begin years ahead. By the time you sit down in that interview room, the skills will already feel natural, the frameworks will be second nature, and the pressure will feel manageable. Right Mentorship Dedicated 1-on-1 sessions with your instructor, plus access to expert-led lectures to build your skills from the ground up. Right Practice Four hours of structured weekly practice sessions, plus a full mock MMI every Saturday to simulate real interview conditions. Right Timeline Up to four years of full program access so you can develop at your own pace and be fully ready when your cycle arrives. Everything Included The full Step Up program, built to grow with you across multiple years of preparation. Foundation 25 Expert-Led Lectures Build a strong, structured foundation with proven strategies and frameworks to confidently approach every type of MMI station, from ethical dilemmas to role-plays and policy scenarios. Insight 100+ Recorded MMI Answers Learn from real responses by Canadian medical and dental students. Understand what strong, average, and weak answers look like and train your eye to tell the difference. Practice 1,000+ MMI Question Bank Access 1,000 carefully developed questions with targeted follow-up prompts, tailored specifically for both medicine and dentistry applicants. Personal 2 1-on-1 Diagnostic Sessions Receive in-depth, personalized feedback from a dedicated instructor in a private 1-hour Zoom session. These two sessions are available to use at any point during your enrollment and do not renew year to year. Volume ~100 hrs Weekly Practice Sessions Two structured 2-hour sessions every week, October through April. Build the consistency, stamina, and real interview reflexes that only come from genuine repetition. Practice sessions renew each year. Simulation 5 Full-Length Mock MMIs Experience real interview day conditions with 5 complete mock MMI circuits per year. Develop timing, endurance, and the composure to perform at your best when it truly counts. Mock MMIs renew each year. AI-Powered 24/7 AI Practice & Feedback Practice on your own time with our AI-powered MMI simulator. Get instant feedback on your responses to sharpen your skills between live sessions. Available every year of your enrollment. Monthly Info-Blasts Monthly Info-Blasts Every month, receive curated resources and readings designed to expand your knowledge base on current MMI topics, keeping you informed and ready for any station. Renewed each year. Included 4 Years Multi-Year Full Access Your enrollment gives you up to four years of full program access, or until you receive an offer of admission to a Canadian medical or dental school, whichever comes first. Every year, all content renews automatically at no additional cost. The only exception is the 1-on-1 diagnostic sessions, which are provided once and do not renew. Weekly Q&A Sessions: Every Tuesday Dedicated 30-minute weekly sessions to address your questions, clarify approaches, and sharpen your thinking alongside your cohort. No question is too small. Included every year of your enrollment. By The Numbers The Early Starter Advantage 25 Expert-Led Lectures 100+ Recorded Sample Answers 1,000 Practice Questions ~100 Hours of Guided Practice Per Year 5 Full Mock MMIs Per Year 2 Personal 1-on-1 Diagnostics 4 Years of Full Access Auto Annual Content Renewal 24/7 AI Practice Access Platform & Format Fully online, with flexible on-demand content combined with structured live sessions, renewed every year. Teachable: On Demand Self-Paced Content Library All 25 expert lectures 100+ recorded MMI answer videos Complete 1,000+ question bank AI practice and feedback simulator Available 24/7 at your own pace Access granted within 24 hrs of purchase Zoom: Live Sessions Interactive Live Training 2x weekly structured practice sessions Weekly 30-min Q&A sessions 2 personal 1-on-1 diagnostic sessions (once, not renewed) 5 full-length mock MMI circuits per year Real-time feedback and peer interaction Session Schedule The same structured schedule runs every year, so you build real rhythm and consistency across your entire preparation. Annual Program Cycle October 1 to April 1 (Renewed Each Year) Session Type Day(s) Time (Saskatchewan) Duration Practice Session Tues & Thurs 7:00 PM – 9:00 PM 2 hours Q&A Session Tuesdays 8:30 PM – 9:00 PM 30 minutes Weekly Mock MMI Saturdays 9:00 AM – 12:00 PM 3 hours 1-on-1 Diagnostic Flexible By Mutual Availability 1 hour Policies & Access Details Refund Policy Full refund available within 7 days of purchasing the course Early bird registrants (purchases made before October 1st) are eligible for a full refund up to October 7th, 2026 at 11:59 PM (SK time) Fully digital, no physical product or shipping involved Access & Renewal Details Access granted within 24 hours of purchase Up to 4 years of full program access, or until admission is received All content renews automatically each year at no additional cost, including lectures, recorded answers, the question bank, practice sessions, mock MMIs, and monthly info-blasts 1-on-1 diagnostic sessions are provided once and do not renew Individual use only, account cannot be shared Questions Before You Enroll? Our team is here to help you make the right decision. Reach out any time and we will get back to you shortly. [email protected] We respond in less than 12 hours Disclaimer: Atlas does not provide access to official MMI questions or grading criteria from any medical or dental school in Canada or internationally. All course materials are independently developed using publicly available information. Any similarity to real interview content is purely coincidental.
More you might like
Related
Assistive Technology Early Learning Starter Bundle
Related
The Early Years Starter Bundle (3 Guides)
Related
Starlink: Battle For Atlas Starter Pack Bundle - Switch
Related