.hide{display:none !important}.gl-slider-frame{width:100%;position:relative;font-size:0;line-height:0;padding:8px 0}@media only screen and (min-width: 768px){.gl-slider-frame .free-flow-list{overflow:visible}}.gl-slider-list{width:100%}.gl-slider-btns{width:160px;display:flex;justify-content:space-between}.gl-slider-nav{width:72px;height:72px;background-color:#fff;box-shadow:0 0 16px 4px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}.gl-slider-nav path{fill:#000}.gl-slider-nav:hover{background-color:#000}.gl-slider-nav:hover path{fill:#fff}.gl-slider-nav.disabled{pointer-events:none;opacity:.3;cursor:not-allowed}@media only screen and (max-width: 767px){.gl-slider-nav{display:none}}.certificate-section{text-align:center;padding-left:16px;padding-right:16px}.certificate-section .certificate-image{height:auto;width:100%;margin:0 auto;display:block}.certificate-section .certificate-section__body{display:grid;grid-template-rows:auto auto;grid-row-gap:24px}.certificate-section .ranking-section{display:grid;grid-template-columns:48% 48%;grid-column-gap:4%}.certificate-section .ranking-card{padding:16px;border-radius:8px;box-shadow:0 3.8px 11px 0 rgba(0,0,0,0.12),0 0.5px 5px 0 rgba(0,0,0,0.04);background-color:#fff;text-align:center;height:218px}.certificate-section .ranking-card .rank-number{margin:16px auto;font-weight:500;line-height:32px;letter-spacing:normal;font-size:48px}.certificate-section .ranking-card .rank-title{font-size:12px;font-weight:500;margin:16px 0 24px 0;line-height:1.5;letter-spacing:normal;color:rgba(0,0,0,0.92)}.certificate-section .ranking-card .rank-subtitle{font-size:10px;line-height:1.5;letter-spacing:0.15px;color:rgba(0,0,0,0.56)}.certificate-section .ranking-card .rank-img{width:130px;height:auto}@media only screen and (max-width: 360px){.certificate-section .ranking-card .rank-img{width:100%}}@media only screen and (min-width: 768px){.certificate-section .certificate-image{margin-left:0}}@media only screen and (min-width: 992px){.certificate-section{text-align:left;padding-left:16px;padding-right:16px}.certificate-section .certificate-section__body{display:grid;grid-template-columns:60% 35%;grid-template-rows:100%;grid-column-gap:12px}.certificate-section .ranking-section{display:grid;grid-template-rows:1fr 1fr;grid-row-gap:20px;grid-template-columns:100%}.certificate-section .ranking-card{height:218px;width:100%}.certificate-section .certificate-image{margin-left:0}}@media only screen and (min-width: 1250px){.certificate-section .certificate-section__body{display:grid;grid-template-columns:70% 30%;grid-template-rows:100%;grid-column-gap:24px}.certificate-section .ranking-section{display:grid;grid-template-rows:1fr 1fr;grid-row-gap:24px;grid-template-columns:100%}.certificate-section .ranking-card{height:218px;width:100%}}.faculty-mentor-section{overflow-x:hidden}.faculty-mentor-section .gl-slider-btns{position:absolute;right:0;top:-10px}.faculty-mentor-section .section-head{position:relative}.faculty-mentor__card{padding:15px;border-radius:8px;box-shadow:0 2px 8px 0 rgba(0,0,0,0.1);border:1px solid transparent;height:100%;width:288px;background-color:#fff;transition:0.3s all ease-out;display:flex;flex-direction:column}.faculty-card__desc{text-align:left;margin-bottom:8px;color:rgba(0,0,0,0.6);font-size:14px;flex-grow:1}.faculty-comp__img{max-width:100%;height:30px}.faculty-pic{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:50%;display:inline-block;flex-shrink:0}.faculty-card__title{text-align:left;margin-left:15px;margin-bottom:0;font-size:16px}.faculty-card__content{display:flex;justify-content:flex-start;align-items:center;margin-bottom:16px}@media (min-width: 768px){.faculty-mentor-section .section-heading{width:70%}}.hide{display:none !important}@-webkit-keyframes gl-fadeIn{from{opacity:0}to{opacity:1}}@keyframes gl-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gl-fadeOut{from{opacity:1}to{opacity:0}}@keyframes gl-fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gl-slideIn{0%{-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%)}100%{-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}}@keyframes gl-slideIn{0%{-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%)}100%{-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}}@-webkit-keyframes gl-slideOut{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}@keyframes gl-slideOut{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-10%);transform:translateY(-10%)}}.gl-modal{position:fixed;top:0;left:0;bottom:0;right:0;display:none;background-color:rgba(0,0,0,0.7);z-index:999;pointer-events:none}.gl-modal .modal-window{top:50%;left:50%;position:fixed;background-color:#FFFFFF;width:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.gl-modal .modal-window .small{width:30%}.gl-modal .modal-window .large{width:75%}.gl-modal .close{color:rgba(0,0,0,0.3);height:30px;width:30px;font-size:30px;line-height:30px;text-align:center;z-index:1;padding:0}.gl-modal .close:hover,.gl-modal .close:focus{color:#000000;cursor:pointer}.gl-modal.open{display:block;opacity:1;pointer-events:all}.gl-modal.open .modal-window{max-height:100vh;overflow:auto;position:absolute;border-radius:5px}@media (min-width: 576px){.gl-modal .modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.gl-modal .modal-dialog{max-width:500px;margin:1.75rem auto}}.gl-modal .modal-window{width:37%}@media (max-width: 577px){.gl-modal .modal-window{width:95%}}@media (min-width: 768px){#LoginModalWrapper .modal-window{width:748px}}.gl-modal-dialog-centered{min-height:calc(100% - (.5rem * 2))}.gl-modal-dialog-centered::before{display:block;content:""}.modal-body{position:relative;padding:1rem}.modal-footer{padding:1rem;border-top-width:1px;border-top-style:solid;border-top-color:#e9ecef}@media (min-width: 576px){.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width: 768px){.gl-modal.open .modal-window{max-height:90vh}}@media (min-width: 992px){.modal-lg{max-width:800px}}.modal-title{text-align:center;width:100%;font-size:24px}#LoginModalWrapper .gl-window .gl-content .gl-body .gl-modal>.close{position:relative !important;top:15px !important;right:10px !important;color:rgba(0,0,0,0.3);height:30px;width:30px;font-size:1.5rem;line-height:1;text-align:center;z-index:1;padding:0}#reportFormModalWrapper .close{position:relative;right:8px}#batchprofileModal .close{right:15px}#form_modal .close{position:absolute;right:27px}@media (max-width: 768px){.gl-modal .close{right:0}}.brochure-form{padding:24px}.modal-body{padding:0}.multi-form-title{font-size:24px;font-weight:700;color:#000;text-align:center;margin-bottom:8px}.multi-form-subtitle{font-size:16px;font-weight:400;color:#344563;line-height:24px;text-align:center;margin-bottom:16px}.brochure-success{padding:16px}@media screen and (min-width: 768px){.brochure-form-highlights{display:flex;margin-right:16px;padding-left:42px;position:relative;align-items:center;overflow:hidden}.side-banner{width:100%;-o-object-fit:contain;object-fit:contain}.brochure-form{padding:32px 56px 24px 32px}.without-banner-image .brochure-form{padding:24px}}.career-guidance .brochure-form,.career-guidance-section .brochure-form{padding:0;width:100%}.career-guidance .form-button,.career-guidance-section .form-button{margin-bottom:16px}@media screen and (min-width: 768px){.career-guidance .form-inputs-container,.career-guidance-section .form-inputs-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.career-guidance .form-item,.career-guidance-section .form-item{outline:none !important;width:48%}}.lc-btn-section button{font-size:14px}@media (min-width: 993px){.sticky_contact_us{height:0;width:90px;position:fixed;right:0;top:50%;z-index:100;transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);bottom:-100px;transition:all 0.3s}.sticky_contact_us a,.sticky_contact_us a:hover,.sticky_contact_us a:active,.sticky_contact_us a:focus{display:block;background:#2f09b3;height:47px;padding-top:10px;width:180px;text-align:center;color:#fff;font-family:Arial, sans-serif;font-size:18px;font-weight:normal;text-decoration:none;border-radius:5px 5px 0 0;border:none;outline:0;z-index:100}}.hide-footer-demo .sticky_apply_now_mob{display:none}.hide-footer-demo .btn-drift .popup .popuptext{left:unset;margin-left:unset;right:-68%}.hide-footer-demo .btn-drift .popup .popuptext::after{left:unset;right:80%}@media (max-width: 992px){.lc-footer{position:fixed;left:0;bottom:-100px;width:100%;box-shadow:0 -3px 6px 0 rgba(0,0,0,0.16);background-color:#f7f7f7;color:white;text-align:center;display:flex;justify-content:space-evenly;z-index:9;transition:all 0.3s}.lc-footer.active{bottom:0}.lc-footer .sticky_contact_us_mob,.lc-footer .sticky_apply_now_mob{padding:10px 0;text-align:center;cursor:pointer}.lc-footer .get-counselling-btn img{vertical-align:-5px;width:18px}.lc-footer .sticky_apply_now_mob a{background:#196ae5;color:#ffffff;cursor:pointer}.lc-footer .btn{padding:6px 12px}.lc-footer .btn.btn:hover,.lc-footer .btn.btn:active{box-shadow:none}.lc-footer button{max-width:100%;padding:10px;cursor:pointer}.lc-footer button img{padding-left:8px}.lc-footer span.btn-separator{margin-left:6px;border-right:1px solid #d1d1d1}}#lc_brochure_form_section .brochure-form-section{display:grid;grid-column-gap:2%;text-align:center;width:100%}@media (min-width: 769px){#lc_brochure_form_section .brochure-form-section{text-align:left}}#lead-capture-modal .brochure-success{padding:30px}#lead-capture-modal .brochure-form-section{display:grid;border-radius:5px;padding:0}#lead-capture-modal .close{float:none;top:15px;right:15px;color:rgba(0,0,0,0.74);position:absolute;font-size:40px}@media (min-width: 769px){#lead-capture-modal .close{margin-right:0;margin-top:0}}#lead-capture-modal .brochure-form-highlights{display:none}#lead-capture-modal .modal-window{width:95%}@media (min-width: 769px){#lead-capture-modal .modal-window{width:37%}}@media (min-width: 769px){#lead-capture-modal.without-banner-image .modal-window{width:50%}}@media (min-width: 1024px){#lead-capture-modal.without-banner-image .modal-window{width:37%}}#lead-capture-modal.with-banner-image .modal-window{width:95%}@media (min-width: 992px){#lead-capture-modal.with-banner-image .modal-window{width:65%}}#lead-capture-modal.with-banner-image #modal_form_section{text-align:center;display:grid;align-items:center;grid-template-columns:50% 50%;justify-content:space-between}@media (max-width: 768px){#lead-capture-modal.with-banner-image #modal_form_section{grid-template-columns:100%}}#lead-capture-modal.with-banner-image #modal_form_section .side-banner{max-width:100%}@media (max-width: 768px){#lead-capture-modal.with-banner-image #modal_form_section .side-banner{display:none}}#lead-capture-modal.with-banner-image #modal_form_section #app-deadline{text-align:center;margin:15px 0 20px 0 !important}#lead-capture-modal.with-banner-image #modal_form_section #app-deadline strong{color:#f9690e}@media (max-width: 768px){#lead-capture-modal.with-banner-image #modal_form_section #app-deadline{display:none}}#lead-capture-modal.with-banner-image #modal_form_section .brochure-form{padding:30px}#lead-capture-modal.with-banner-image #modal_form_section .brochure-form-highlights{padding-bottom:30px;display:block;align-self:normal}@media (max-width: 769px){#lead-capture-modal.with-banner-image #modal_form_section .brochure-form-highlights{display:none}}.brochure-form-highlights{display:none}#drift-widget-container,.drift-conductor-item{display:none !important;z-index:150}#drift-widget-container.active,.drift-conductor-item.active{display:block !important}@media (min-width: 768px){#drift-widget-container,.drift-conductor-item{display:block !important}}@media (min-width: 993px){.lc-footer{display:none}.brochure-form{border-bottom-left-radius:unset;border-top-left-radius:unset}}@media (min-width: 768px){.side-banner{border-bottom-left-radius:4px;border-top-left-radius:4px}}.lc-download-brochure-card{display:block;text-align:center;padding:25px;color:#ffffff}.lc-download-brochure-card h3{margin-top:0;color:#ffffff;font-size:20px;line-height:1.3}@media (min-width: 769px){.lc-download-brochure-card h3{font-size:25px}}.lc-download-brochure-card .lc-brochure-btn{border-radius:4px;box-shadow:0 6px 6px 0 rgba(0,0,0,0.16);background-color:#ffffff;color:#262626 !important;margin-bottom:20px}.lc-btn-section .button-primary,.lc-btn-section a.button-primary{color:#ffffff}.btn-drift .popup{position:relative;display:inline-block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn-drift .popup .popuptext{visibility:hidden;width:auto;background-color:#ffffff;color:#000000;text-align:center;border-radius:6px;padding:22px 10px 12px 15px;position:absolute;z-index:1;bottom:150%;left:20%;margin-left:-130px}.btn-drift .popup .popuptext::after{content:"";position:absolute;top:100%;left:80%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#ffffff transparent transparent transparent;display:block}.btn-drift .popup .popuptext{text-align:left}.btn-drift .popup .popuptext .close-popup .close{position:absolute;top:-11px;left:-11px;background-color:#196ae5;border-radius:59px;color:#ffffff;opacity:1;padding:2px 7px 5px}.btn-drift .popup .popuptext .popup-content{display:block;text-align:left}.btn-drift .popup .popuptext .popup-body{position:relative}.btn-drift .popup .popuptext .popup-header h3{font-size:14px;margin-top:0;margin-bottom:15px}.btn-drift .popup .popuptext .popup-body-content{min-height:65px;padding-bottom:28px}.btn-drift .popup .popuptext .popup-body-content p{color:#767676;font-size:12px;line-height:1.6em;margin-bottom:0}.btn-drift .popup .popuptext .popup-body-footer{position:absolute;bottom:0}.btn-drift .popup .popuptext .popup-body-footer p{font-size:12px;color:#196ae5;margin-bottom:0}.btn-drift .popup .popuptext .popup-body-footer img{margin-left:10px}.btn-drift .popup .show{visibility:visible;-webkit-animation:fadeIn 1s;animation:fadeIn 1s;display:block;white-space:normal;width:auto;box-shadow:-4px -4px 12px 0 rgba(0,0,0,0.25),4px 4px 12px 0 rgba(0,0,0,0.25)}.lc-btn-section a span{padding-left:10px}.intl-tel-input{display:block;width:100%}#forgot_password_div p{margin-bottom:21px}@media (max-width: 768px){#LoginModalWrapper .modal-window{width:95%}#LoginModalWrapper .gl-modal .close{top:10px;right:0}}.no-lead-form #contact .brochure-form-section{display:none}.no-lead-form #contact .program-contact-info{max-width:100%;flex:auto}.dot{display:inline-block;margin-bottom:5px;margin-left:0 !important;position:absolute;top:-3px;right:-5px;padding:0 6px 0;border-radius:50px;background:red;color:white;font-size:12px}.consent-selection-section .select-button{color:#444444;font-size:12px}.consent-selection-section a,.consent-selection-section a:hover,.consent-selection-section a:active{color:#196ae5 !important}.consent-selection-section .small-card .consent-option{background-color:#196ae5}#blogContent .read-more-link{color:#196ae5;font-size:15px}#blogContent .seo-read-more-text{cursor:pointer}#blogContent #seo-content-wrapper{margin-bottom:60px}#blogContent #seo-content-wrapper input{display:none}#blogContent #seo-content-wrapper input:checked+.seo-content{height:auto}#blogContent #seo-content-wrapper input:checked+.seo-content+.read-more-link{display:none}#blogContent #seo-content-wrapper input:checked~a{display:none}#blogContent #seoContent{overflow:hidden;height:14rem;padding-bottom:16px}#blogContent #seoContent h2,#blogContent #seoContent h3,#blogContent #seoContent h4,#blogContent #seoContent h5{font-size:24px;font-weight:bold;color:#1b1c1d;margin-bottom:20px;text-align:center;line-height:1.6em}@media (min-width: 769px){#blogContent #seoContent h2,#blogContent #seoContent h3,#blogContent #seoContent h4,#blogContent #seoContent h5{font-size:34px;text-align:left}}#blogContent #seoContent h4{font-size:18px}#blogContent #seoContent h5,#blogContent #seoContent p{font-size:13px}#blogContent #seoContent p{margin-bottom:8px}#blogContent #seoContent h3{font-size:20px}@media (min-width: 769px){#blogContent #seoContent h3{font-size:28px}}#blogContent #seoContent ol,#blogContent #seoContent ul{padding:16px 0 16px 16px;list-style-position:outside}#blogContent #seoContent table{margin:20px 0 10px 0}#blogContent #seoContent table td{padding:10px}.user_interest_section_second_step{display:none;margin:auto;padding:30px}.user_interest_section_second_step .skip_button{font-size:13px;text-decoration:underline;color:#196ae5;background-color:unset}.user_interest_section_second_step .skip_button:hover{cursor:pointer}.user_interest_section_second_step .popup-title-second-step{font-size:20px;margin-bottom:12px;color:#196ae5;font-weight:600}.user_interest_section_second_step .radio-btn .prof-info__heading{font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin-bottom:18px;color:#000}.user_interest_section_second_step .radio-btn.select-container::after{opacity:-1}.user_interest_section_second_step .radio-btn .radio-label .radio-label__value{text-align:left}.user_interest_section_second_step .radio-btn .radio-label:hover .form-radio-button{cursor:pointer}.user_interest_section_second_step .radio-btn .radio-label.active .form-radio-button{background-color:#196ae5}.user_interest_section_second_step .radio-btn .radio-label.active .radio-label__value{color:#fff}.user_interest_section_second_step .radio-btn .form-radio-button{display:flex;padding:12px 16px;border-radius:4px;border:1px solid  #8CB5F2;margin:6px 0}.user_interest_section_second_step .radio-btn .radio-label__box{padding-left:16px}.faq-content .accordion-item ul,.new-curriculum-section .accordion-item ul{list-style-type:disc;padding-left:1.2em}.faq-content .accordion-item ol,.new-curriculum-section .accordion-item ol{list-style-type:decimal;padding-left:1.2em}.brochure-form .formGroup .select-container:after{top:20px}.chatbot-trigger{bottom:135px !important;right:16px !important}.hopkins-theme .new-fees-section .apply-now-section .price-info-cta{background-color:#002d72;color:#fff}.hopkins-theme .bottom-floating-banner .button-section .btn-style{letter-spacing:.15px}.hopkins-theme .modal-content .button-primary{background-color:#002d72}.hopkins-theme .upskill__higlight{border-color:#002d72}.hopkins-theme .upskill__item-heading{color:#002d72}.modal-content .primary-button{padding:15px 38px;background-color:#196ae5;color:#fff;font-size:17px;margin:10px 0;transition:all .3s}.ut-theme .modal-content .primary-button{background-color:#bf5700}.hopkins-theme .ut-theme .modal-content .primary-button{background-color:#e8f0fc}.modal-content .btn-style{text-align:center;text-decoration:none;border-radius:4px;display:inline-block;cursor:pointer;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-loader{display:flex;justify-content:center;align-items:center;height:100%;position:absolute;width:100%;z-index:10;background:#fff}.modal-loader-spinner{width:75px;height:75px;border-radius:50%;background-color:transparent;border:4px solid #222222;border-top-color:#196ae5;border-left-color:#196ae5;border-bottom-color:#efefef;border-right-color:#196ae5;position:relative;-webkit-animation:1.5s spin linear infinite;animation:1.5s spin linear infinite}.modal-loader p{color:#fff;font-size:24px;text-align:center}.ut-theme .modal-loader-spinner{border-top-color:#bf5700;border-left-color:#bf5700;border-right-color:#bf5700}.hopkins-theme .modal-loader-spinner{border-top-color:#e8f0fc;border-left-color:#e8f0fc;border-right-color:#e8f0fc}@keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.drift-frame-controller{bottom:115px !important}.drift-frame-chat{bottom:173px !important}@media (max-width: 1023px){.drift-conductor-item.drift-frame-controller.drift-frame-controller-align-right{display:block !important}.drift-conductor-item.drift-frame-controller.drift-frame-controller-align-right.drift-chat-open{display:none !important}}@media screen and (min-width: 768px){.section-wrapper .section-body,.second-fold .section-body{position:relative}.section-wrapper .section-body .gl-slider-nav,.second-fold .section-body .gl-slider-nav{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:42px;height:42px}.section-wrapper .section-body .gl-slider-nav.js-nav-prev,.second-fold .section-body .gl-slider-nav.js-nav-prev{left:0}.section-wrapper .section-body .gl-slider-nav.js-nav-next,.second-fold .section-body .gl-slider-nav.js-nav-next{right:0px;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%)}}@media only screen and (min-width: 1250px){.program-container .section-body .gl-slider-nav.js-nav-prev{left:-8px}}.optimal-section{background-color:rgba(0,0,0,0.04)}.optimal__list{display:flex;flex-direction:column;gap:24px;margin-top:24px}.optimal__item-title{color:#101828;font-size:14px;font-weight:600;line-height:20px}.optimal__item-subtitle{color:#475467;font-size:12px;line-height:16px}.optimal__cta{margin-top:16px}@media screen and (min-width: 1024px){.optimal-section__content{display:flex;gap:64px}.optimal-section__content .section-head{margin-top:unset;max-width:360px}.optimal__content{width:70%;display:flex;align-items:center}.optimal__list{flex-direction:row;flex-wrap:wrap;gap:32px 64px;margin-top:0}.optimal__item{width:calc(50% - 32px)}.optimal__item-title{font-size:20px;line-height:32px;letter-spacing:0.15px}.optimal__item-subtitle{font-size:16px;line-height:24px;margin-top:8px}.optimal__cta{margin-top:20px}}.program-advantage-container{background-color:#fcf7e5;padding:24px 0;border-radius:8px}.program-advantage-section .section{padding-left:0;padding-right:0}.program-advantage-section .section-title{padding-left:16px;padding-right:16px}.program-ranking__card{padding:8px;display:flex;gap:8px;width:242px;border-radius:4px;border:1px solid rgba(0,0,0,0.2);background:#fff;align-items:center}.program-ranking__pointer{color:rgba(0,0,0,0.92);font-size:14px;font-weight:600;line-height:20px}.program-ranking__disclaimer{color:rgba(0,0,0,0.72);font-size:12px;line-height:16px;margin-top:8px}.program-ranking__img{height:48px;width:48px;-o-object-fit:contain;object-fit:contain}.program-advantage-section .removed-lory .free-flow__item:first-child{padding-left:0}.mit_theme .view_more_adv__btn{color:#750014}.advantage-mob__img{display:block;width:100%;min-height:164px}.advantage-desk__img{display:none}.section-program-advantage{display:flex;flex-direction:column-reverse;gap:16px;padding:8px 16px}.program-advantage__shade{height:158px;width:100%;bottom:0;margin-top:-120px;box-shadow:0px -86px 57px -17px inset #fcf7e5;position:-webkit-sticky;position:sticky}.program-advantage__item{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.program-advantage__icon{margin:6px 4px}.program-advantage__point{font-size:14px;font-weight:400;line-height:20px}.view_more_adv__btn{font-size:16px;line-height:16px;text-align:left;width:100%;text-transform:uppercase;color:#004fcb;font-weight:600;cursor:pointer;margin:auto;display:block;padding:12px 24px;display:flex;align-items:center;gap:8px}.disclaimer_text{font-size:12px;font-weight:400;line-height:20px;padding-top:16px;padding-left:16px}.disclaimer_text2{font-size:12px;font-weight:400;line-height:20px;padding:0 16px;width:100%}.program-advantage__content{overflow:hidden;height:360px}.program-advantage__content::-webkit-scrollbar{width:4px;background:#fcf7e5;display:block}.program-advantage__content::-webkit-scrollbar-thumb{background:#aaa}@media screen and (min-width: 550px){.program-advantage__content{height:auto}.view_more_adv__btn{display:none}.program-advantage__shade{box-shadow:none}}@media screen and (min-width: 1024px){.program-advantage__shade{box-shadow:0px -86px 57px -17px inset #fcf7e5}.program-advantage-section .gl-slider-btns{top:50%}.program-advantage__item{margin-bottom:16px}.program-advantage__point{font-size:16px;line-height:24px}.section-program-advantage{flex-direction:row;gap:24px}.advantage-mob__img{display:none}.advantage-desk__img{display:block;min-height:448px}.program-advantage-container{padding:24px}.program-ranking__img{height:62px;width:62px}.program-ranking__card{width:302px}.program-advantage-container{width:65%}.program-advantage-section .section-head,.program-advantage-section .section-body{width:100%}.program-advantage-container{width:62%}.disclaimer_text{padding-left:0}.program-advantage__content{height:442px}.view_more_adv__btn{display:flex}.disclaimer_text2{width:65%;padding:0}}@media screen and (min-width: 1366px){.program-advantage-section .section-head,.program-advantage-section .section-body{width:100%}.program-advantage-container{width:65%}}.learning_path_section{background-color:#0d3573}.learning_path_section .section-title{color:#fff;font-size:24px;font-weight:600;line-height:32px;margin-bottom:24px}.learning_path_section .learning-journey__title{color:#fff;font-size:14px;font-weight:600;line-height:20px}.learning_path_section .learning-journey-banner{display:none}.learning_path_section .learning-journey__subtitle{color:#b5b5b5;display:none;font-size:12px;font-weight:400;line-height:16px;margin-top:4px}.learning_path_section .learning-journey__subtitle.show{display:block}.learning_path_section .learning-journey-card{flex-direction:column;align-items:flex-start}.learning_path_section .learning-journey-content{padding-left:20px;min-height:52px;display:flex;flex-direction:column;justify-content:center;position:relative;cursor:pointer}.learning_path_section .learning-journey-content:before{content:"";position:absolute;left:0px;top:-12px;width:4px;height:0;background:#8CB4F2;-webkit-animation:none;animation:none;z-index:1}.learning_path_section .learning-journey-content:after{border-left:4px solid #303955;content:"";position:absolute;left:0;height:calc(100% + 24px);top:-12px}.learning_path_section .learning-journey-banner{padding-left:16px;width:100%;height:222px}.learning_path_section .learning-journey-banner img{width:auto;-o-object-fit:contain;object-fit:contain;height:100%;-o-object-position:left;object-position:left;border-radius:8px;margin-top:16px;padding-bottom:16px}.learning_path_section .active .learning-journey-content:before{-webkit-animation:borderSlideDown 4s ease forwards;animation:borderSlideDown 4s ease forwards}.learning_path_section .active .learning-journey__subtitle,.learning_path_section .active .learning-journey-banner{display:block}.learning_path_section .cta-wrapper{margin-top:40px;display:block}.learning_path_section .cta-wrapper .btn{background-color:#fff;color:#0d3573;width:100%}@media (min-width: 768px){.learning_path_section .learning-journey-list{flex-direction:column;flex-wrap:nowrap}.learning_path_section .learning-journey-card{flex-direction:row;gap:24px}.learning_path_section .learning-journey-content{width:40%}.learning_path_section .learning-journey-banner{flex:1;position:absolute;width:55%;right:0;top:-50px;height:calc(100% + 50px);text-align:center}.learning_path_section .learning-journey-banner img{height:90%;margin-top:60px}.learning_path_section .learning-journey__item{width:100%;gap:24px}.learning_path_section .cta-wrapper .btn{width:auto}}@media (min-width: 991px){.learning_path_section .learning-journey-banner img{margin-top:16px}}.mit_theme.learning_path_section{background-color:#750014}.mit_theme .cta-wrapper .btn{color:#750014}.mit_theme .learning-journey-content:before{background:#fff}@-webkit-keyframes borderSlideDown{from{height:0%}to{height:calc(100% + 24px)}}@keyframes borderSlideDown{from{height:0%}to{height:calc(100% + 24px)}}.mit_theme .directors-card__overline,.mit_theme .directors-card__readmore{color:#750014}.program_directors-section .section-head,.program_directors-section .section-body{width:100%}.program_directors-section .section{padding-left:0;padding-right:0}.program_directors-section .free-flow-list{overflow-x:unset;gap:16px}.directors-list{gap:16px}.directors-list__item{min-width:304px;background-color:rgba(0,0,0,0.02);padding:16px}.directors-card{display:flex;flex-direction:column;gap:24px}.directors-card__image,.directors-image{width:100%;height:auto}.directors-card__overline{font-size:12px;font-weight:600;line-height:16px;color:#1760cf;letter-spacing:2.4px;text-transform:uppercase}.directors-card__name{font-size:14px;color:#000;font-weight:600;line-height:20px}.directors-card__designation{font-family:Poppins;font-size:12px;color:rgba(0,0,0,0.72);font-weight:400;line-height:16px}.directors-card__desc{font-size:12px;color:rgba(0,0,0,0.72);font-weight:400;line-height:16px}.directors-card__details{display:flex;flex-direction:column;gap:16px}.directors-card__readmore{color:#196ae5;font-size:14px;font-weight:600;line-height:16px;text-transform:capitalize;cursor:pointer;padding:12px 0;display:flex;align-items:center}.know-more__icon{width:24px;margin-left:8px}@media (min-width: 768px){.program_directors-section .section{padding-left:16px;padding-right:16px}.program_directors-section .carousel-dots-list{display:none}.directors-card__image,.directors-image{width:unset;height:unset}.directors-card{flex-direction:row}.directors-list__item{min-width:100%;max-width:1280px;padding:40px}.directors-card__name{font-size:16px;line-height:24px}.directors-card__designation{font-size:14px;line-height:20px}.directors-card__desc{font-size:14px;line-height:20px}.directors-card__readmore{font-size:16px;line-height:20px}.directors-image{width:300px;height:auto}}.faculty-section{background:rgba(0,0,0,0.04)}.faculty-section .section-head{padding-left:16px;padding-right:16px}.faculty-section .section{padding-left:0;padding-right:0}.faculty-section.removed-lory .free-flow-list{justify-content:center}.faculty-section .removed-lory .free-flow-list{justify-content:center}.faculty-card{display:flex;width:302px;padding:14px 16px;flex-direction:column;align-items:flex-start;gap:8px;border-radius:8px;border:1px solid rgba(0,0,0,0.08);background:#fff}.faculty-card__head{display:flex;align-items:center;gap:16px}.faculty-image{height:48px;width:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;-o-object-position:top;object-position:top}.faculty-details p{color:#0d3573;font-size:12px;line-height:16px}.faculty-name{color:rgba(0,0,0,0.92);font-size:14px;font-weight:600;line-height:20px}.faculty-card__desc{color:rgba(0,0,0,0.92);font-size:14px;line-height:20px;margin-top:16px;padding-left:16px;position:relative}.faculty-card__desc::before{content:'';position:absolute;left:0;top:6px;-webkit-transform:rotate(45deg);transform:rotate(45deg);height:6px;width:6px;background-color:#ffbc4c}.faculty-card__body{display:flex;flex-direction:column}.faculty-card__readmore{padding:8px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:16px;color:#196ae5;font-size:14px;font-weight:600;line-height:16px;text-transform:capitalize;cursor:pointer}.ut-theme .faculty-card__readmore{color:#bf5700}.faculty-card__company{margin-top:24px;height:48px;max-width:100%;width:auto;-o-object-fit:cover;object-fit:cover;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.faculty-content .tabs{padding-top:16px;padding-left:16px;justify-content:center}.faculty-content .tabs .tab{border-radius:2px;background-color:rgba(0,0,0,0.04);font-weight:400}.faculty-content .tabs .tab.active{background-color:white}.faculty-content .tab-content{margin-top:0}.faculty-modal .modal-main-content{background:#fff;padding:50px 16px 20px;border-radius:8px;text-align:center}.faculty-modal .faculty-modal-cross{color:rgba(0,0,0,0.7)}.faculty-modal__head{display:flex;flex-direction:column;align-items:center}.faculty-modal-image{width:56px;height:56px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.faculty-modal-name{color:rgba(0,0,0,0.92);font-size:14px;font-weight:600;line-height:20px;margin-top:8px}.faculty-modal-qualification{color:rgba(0,0,0,0.72);font-size:12px;line-height:16px;margin-top:8px}.faculty-modal-desc{color:rgba(0,0,0,0.72);-webkit-font-feature-settings:'liga' off, 'clig' off;font-feature-settings:'liga' off, 'clig' off;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:24px}.faculty-modal__cta{display:flex;width:100%;margin-top:24px;gap:16px}.faculty-modal__link{display:flex;gap:4px;align-items:center;border-radius:50px;border:1px solid #5E96ED;background:#CBDFFF;color:#124aa1;text-align:center;font-size:12px;font-weight:400;line-height:16px;padding:8px}.faculty-modal__link-img{width:16px;height:16px}.faculty-slider__note{padding-top:8px;font-size:12px;text-align:center}.faculty-slider__text{padding-top:16px;text-align:center;font-size:14px;color:rgba(0,0,0,0.92)}@media screen and (min-width: 1024px){.faculty-modal .modal-main-content{min-width:628px;padding:40px 24px}.faculty-modal__link{font-size:14px;line-height:20px}.faculty-modal__cta{margin-top:32px;justify-content:center}.faculty-modal-desc{font-size:16px;line-height:24px;margin-top:32px}}.gl-modal.open .faculty-modal{max-width:650px;margin:auto}.gl-modal.open .faculty-modal .faculty-modal-desc{font-size:12px}.faculty-modal__cta{justify-content:center}.certificate-section{background-color:#f8f8f8}.faculty-section{background-color:#fff}.faculty-section .faculty-section__padding{padding-top:0}.program_directors-section .section-title{padding-left:16px}.gl-card{box-shadow:0 2px 4px 2px rgba(0,0,0,0.1);border-radius:8px;padding:20px}.free-flow-list{display:flex;overflow-x:scroll;padding-top:8px;padding-bottom:8px}@media only screen and (min-width: 992px){.free-flow-list{overflow:visible}}.free-flow__item{padding-left:calc(16px / 2);padding-right:calc(16px / 2);display:flex}.free-flow__item:first-child{padding-left:16px}.free-flow__item:last-child{padding-right:16px}:not(.nav-domain-tabs)::-webkit-scrollbar{display:none}.get-started-slug-section{background-color:#A41E34;position:relative;overflow:hidden;border-radius:8px;padding:24px}.get-started-slug-section:before{content:"";display:block;position:absolute;background:#7A0113;border-radius:50%;left:-70px;bottom:-90px;width:200px;height:200px}.get-started-slug-section:after{content:"";display:block;position:absolute;width:400px;height:400px;background:#B43548;border-radius:50%;right:-250px;top:-260px}.get-started-slug-section .get-started-slug{position:relative;z-index:1}.get-started-slug-section .get-started-slug__head{width:100%}.get-started-slug-section .get-started-slug__title,.get-started-slug-section .get-started-slug__subtitle{color:#fff}.get-started-slug-section .get-started-slug__body{margin-top:40px;text-align:center}.get-started-slug-section .get-started-btn{padding:16px 24px;border-radius:8px;box-shadow:0 4px 40px 0 rgba(0,0,0,0.14);background-color:#fff;font-size:16px;font-weight:500;color:#000;width:280px;display:block;text-align:center;text-transform:uppercase;margin:auto}.collabration-title{font-size:14px;color:#616161}.btn{background-color:#a90533}.btn:hover{background-color:#750014}.mit-top-banner__cta .mit-dsml-banner-cta:hover{color:black;background-color:#ffcf5c}.lc-btn-section .btn--white{color:#a90533;border:1px solid #a90533}.lc-btn-section .btn--white:hover{color:#750014;border:1px solid #750014}.program-advantage__content{overflow:hidden}.program-advantage__content::-webkit-scrollbar{width:4px;background:#fcf7e5;display:block}.program-advantage__content::-webkit-scrollbar-thumb{background:#aaa}.footer-section{display:none;position:fixed;text-align:center;padding:16px;box-shadow:rgba(0,0,0,0.16) 4px 4px 8px 8px;bottom:0;width:100%;background-color:#fff;z-index:1}.footer-section__title{color:rgba(0,0,0,0.92);font-size:16px;font-weight:500;color:rgba(0,0,0,0.72)}.footer-section__subtitle{font-size:12px;font-weight:500;padding-bottom:4px}@media only screen and (max-width: 767px){.collabration-section{text-align:center;padding-bottom:180px}.gl-modal.open .faculty-modal{max-height:750px}}.privacy-terms{white-space:nowrap;text-decoration:underline}.learning_path_section .section-body{position:relative}.gl-modal .modal-window-styling{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:16px}.gl-modal .exp-btn{font-size:40px;position:absolute;right:13px;top:10px;z-index:10;color:rgba(0,0,0,0.72);background-color:transparent;border:none;cursor:pointer}.gl-modal .modal-window-styling{width:auto;background-color:transparent}.gl-modal .exp-video-wrapper{max-width:700px}#progressive_disclosure_lead_form_modal.form-without-img .pd-form-section{padding:32px 0}@media (min-width: 769px){.progressive_disclosure_lead_form_content_section .progressive_disclosure_lead_form_content{height:100%;background:linear-gradient(#f8f8f8, #f8f8f8);background-size:50% 100%;background-repeat:no-repeat}}.progressive_disclosure_lead_form_content_section .progressive_disclosure_lead_form_content .container .progressive_disclosure_content{padding-top:4px}.progressive_disclosure_lead_form_content_section .progressive_disclosure_lead_form_content .container .progressive_disclosure_content .pd-1-form-section .form-btn .primary-button{margin:12px 0 36px 0;padding:17px 38px;background-color:#00569D;cursor:pointer}.progressive_disclosure_lead_form_content_section .progressive_disclosure_lead_form_content .container .progressive_disclosure_content .popup-title,.progressive_disclosure_lead_form_content_section .progressive_disclosure_lead_form_content .container .progressive_disclosure_content .popup-subtitle,.progressive_disclosure_lead_form_content_section .progressive_disclosure_lead_form_content .container .progressive_disclosure_content .policy-p,.progressive_disclosure_lead_form_content_section .progressive_disclosure_lead_form_content .container .progressive_disclosure_content .pd-1-form-section .form-btn .primary-button{-webkit-font-smoothing:initial}.progressive_disclosure_lead_form_content_section .progressive_disclosure_lead_form_content .container .progressive_disclosure_content .pd-1-form-section .policy-p{font-size:12px;padding:0px 0px;line-height:20px;margin-bottom:15px;color:#344563}@media only screen and (min-width: 768px){.collabration-head{margin-right:40px}.collabration-head .section-overline{display:none}.program_directors-section .section-title{padding-left:0}.second-fold .gl-slider-frame{overflow:hidden}.collabration-body .section-overline{display:block;margin-bottom:16px}.collabration-card{display:flex;text-align:left;align-items:center;padding:40px}.collabration-section{padding:40px 16px}.footer-section{display:none}#progressive_disclosure_lead_form_modal.form-without-img{background-color:rgba(0,0,0,0.7)}#progressive_disclosure_lead_form_modal.form-without-img .overlay-popup{background-color:transparent;box-shadow:unset}#progressive_disclosure_lead_form_modal.form-without-img .progressive_disclosure_lead_form_content{background:unset;top:60%}#progressive_disclosure_lead_form_modal.form-without-img .progressive_disclosure_content{grid-template-columns:unset;width:50%;margin:auto}#progressive_disclosure_lead_form_modal.form-without-img .pd-form-section{position:relative;background-color:white;border-radius:8px;padding:32px 10px}#progressive_disclosure_lead_form_modal.form-without-img .pd-form-section .popup-title{font-size:24px;font-weight:700;color:#000;text-align:center;margin-bottom:8px}#progressive_disclosure_lead_form_modal.form-without-img .pd-form-section .popup-subtitle{font-size:16px;font-weight:400;color:#344563;line-height:24px;text-align:center;margin-bottom:16px}}@media (min-width: 991px){.program_directors-section .section-body,.program_directors-section .section-head{width:60%}.learning_path_section .learning-journey-banner img{padding-top:52px}.certificate-section .certificate-section__body{display:block}}
