:root{--blue: #1A439F;--dblue: #110F71;--orange: #D08E01
}*{outline:none !important}body{padding-top:20px;font-family:'Roboto', sans-serif}section{padding:0 !important}h1{font-size:calc(86px + 86 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){h1{font-size:32px}}h2{font-size:calc(64px + 64 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){h2{font-size:20px}}h3{font-size:calc(36px + 36 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){h3{font-size:16px}}p{font-size:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){p{font-size:14px}}.btn-primary:hover{background-color:var(--blue);border-color:var(--blue)}.btn-primary.focus,.btn-primary:focus{-webkit-box-shadow:none;box-shadow:none;background-color:var(--dblue);border-color:var(--dblue)}.btn-primary.active:not(:disabled):not(.disabled),.btn-primary:not(:disabled):not(.disabled):active{background-color:var(--dblue);border-color:var(--dblue)}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:100% !important}#info{position:absolute;display:flex;justify-content:center;align-items:center;top:0;width:100%;height:20px;z-index:1031;color:white;font-size:10px;background-color:var(--blue)}#info a{color:white;font-size:10px;font-weight:400}.navbar{width:100%;position:fixed;padding:calc(15px + 15 * ((100vw - 1920px) / (3840 - 1920))) 8.333%;background-color:white;z-index:5}@media only screen and (max-width: 1199.9px){.navbar{padding:20px 3%;background-color:white;justify-content:space-between}}.navbar .navbar-brand{padding:0}@media only screen and (max-width: 1199.9px){.navbar .navbar-brand{height:38px}}.navbar .navbar-brand video{height:calc(70px + 70 * ((100vw - 1920px) / (3840 - 1920)));width:auto}@media only screen and (max-width: 1199.9px){.navbar .navbar-brand video{height:100%}}.navbar button{width:calc(650px + 650 * ((100vw - 1920px) / (3840 - 1920)));background-color:var(--dblue);border-color:var(--dblue);color:white;font-size:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700;border-radius:calc(33px + 33 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){.navbar button{width:240px;font-size:16px;border-radius:33px}}.navbar .social{display:flex;justify-content:flex-end;gap:calc(15px + 15 * ((100vw - 1920px) / (3840 - 1920)))}.navbar .social a{display:block;width:calc(50px + 50 * ((100vw - 1920px) / (3840 - 1920)));height:calc(50px + 50 * ((100vw - 1920px) / (3840 - 1920)));background-size:100%;background-position:center;background-repeat:no-repeat}.navbar .social .ig{background-image:url("../images/header/instagram.png")}.navbar .social .fb{background-image:url("../images/header/facebook.png")}.navbar .social .x{background-image:url("../images/header/x.png")}.navbar .navbar-nav .nav-link{margin-right:calc(10px + 10 * ((100vw - 1920px) / (3840 - 1920)));margin-left:calc(10px + 10 * ((100vw - 1920px) / (3840 - 1920)));color:white;font-size:calc(16px + 16 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700}@media only screen and (max-width: 1199.9px){.navbar .navbar-nav .nav-link{text-align:center;color:var(--dblue);margin:0;font-size:14px}}.navbar .navbar-nav .nav-link:hover{color:#F1F1F1}@media only screen and (max-width: 1199.9px){.navbar .navbar-nav .nav-link:hover{color:var(--dblue)}}@media only screen and (max-width: 1199.9px){.navbar .navbar-nav .nav-link:not(:last-child){border-bottom:1px solid #dee2e6}}@media only screen and (min-width: 1200px){.navbar .navbar-nav .nav-link:last-child{margin-right:0;padding-right:0}}#apply .modal-dialog{margin-top:0;min-width:990px}#apply .modal-content{background-size:cover;background-position:center top;background-repeat:no-repeat;-webkit-box-shadow:inset 0px 4px 8px rgba(0,0,0,0.25);box-shadow:inset 0px 4px 8px rgba(0,0,0,0.25);border-radius:17px;background-image:url("../images/home/form-bg.webp")}#apply .modal-header{padding:2%;border-bottom:0}#apply .modal-form{padding-right:15px;padding-left:15px;padding-bottom:50px;width:100%;max-width:535px}#apply .modal-form .form-title{display:flex;justify-content:center;align-items:center;height:38px;margin-bottom:10px;color:white;font-size:18px;background-color:var(--blue);border-radius:10px}#apply .modal-form input,#apply .modal-form select,#apply .modal-form textarea,#apply .modal-form .btn-light{color:var(--grey);border-color:var(--blue);background-color:white}#apply .modal-form input::-webkit-input-placeholder{color:var(--grey)}#apply .modal-form input::-moz-placeholder{color:var(--grey)}#apply .modal-form input:-ms-input-placeholder{color:var(--grey)}#apply .modal-form input::-ms-input-placeholder{color:var(--grey)}#apply .modal-form input::placeholder{color:var(--grey)}#apply .modal-form p{text-align:center;color:var(--grey);font-size:14px;font-weight:300}#apply .modal-form .btn-secondary{width:300px;height:35px;display:block;margin:auto;color:white;font-size:16px;font-weight:700;background-color:var(--dblue);border-color:var(--dblue);border-radius:10px;-webkit-transition:background-color 0.5s ease-out, border-color 0.5s ease-out;transition:background-color 0.5s ease-out, border-color 0.5s ease-out}#apply .modal-form .btn-secondary:hover{background-color:var(--orange);border-color:var(--orange)}#apply .modal-form .dropdown-item.active{background-color:var(--dblue)}#apply .modal-form .bootstrap-select .dropdown-toggle:focus{outline:none !important}#apply .modal-form .dropdown-item:active{background-color:var(--dblue)}footer{padding:40px 0px !important;background-color:var(--dblue)}footer p,footer a{color:#f9f9f9;font-size:calc(14px + 14 * ((100vw - 1920px) / (3840 - 1920)));font-weight:400}@media only screen and (max-width: 1199.9px){footer p,footer a{font-size:14px}}footer a:hover{color:white}footer .social{display:flex;justify-content:flex-end}footer .social a{display:block;margin-right:calc(10px + 10 * ((100vw - 1920px) / (3840 - 1920)));margin-left:calc(10px + 10 * ((100vw - 1920px) / (3840 - 1920)));height:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)));width:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){footer .social a{margin-right:10px;margin-left:10px;height:24px;width:24px}}footer .social .fb{background-image:url("../images/footer/fb.png");background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transition:background-image 0.4s ease;transition:background-image 0.4s ease}footer .social .x{background-image:url("../images/footer/x.png");background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transition:background-image 0.4s ease;transition:background-image 0.4s ease}footer .social .ig{background-image:url("../images/footer/ig.png");background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transition:background-image 0.4s ease;transition:background-image 0.4s ease}@media only screen and (max-width: 1199.9px){footer .row{justify-content:center}footer .f-c1{order:2}footer .f-c2{order:1}footer .social{justify-content:center}footer p,footer a{text-align:center}#apply .modal-header{padding:4% 3%}#apply .modal-dialog{min-width:90%}#apply .modal-form .btn-secondary{width:100%}}@media only screen and (max-width: 767px){.navbar .navbar-toggler{width:auto}}@media only screen and (max-width: 575px){.modal-content{margin-top:25px}.navbar .apply .btn-primary{width:150px;height:30px;font-size:16px}.modal-vid .modal-dialog{margin-right:auto;margin-left:auto}}@media only screen and (max-width: 435px){.g-recaptcha{-webkit-transform:scale(0.8);transform:scale(0.8)}}#hero>.row{margin-top:calc(100px + 100 * ((100vw - 1920px) / (3840 - 1920)));background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url("../images/home/start-again-with-confidence.webp")}@media only screen and (max-width: 1199.9px){#hero>.row{a_degree_designed_for_stay_at_home_moms:78px;background-position:51% center}}@media only screen and (min-width: 1200px){#hero>.row{min-height:calc(90vh - 20px)}}#hero>.row .hero-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-top:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)));padding-bottom:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#hero>.row .hero-content{padding-top:136px;padding-bottom:136px}}#hero>.row .hero-content h1{text-align:left;color:white;font-weight:700;margin-bottom:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)));text-shadow:0 calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) rgba(0,0,0,0.25)}@media only screen and (max-width: 1199.9px){#hero>.row .hero-content h1{margin-bottom:24px;text-shadow:0 4px 4px rgba(0,0,0,0.25)}}#hero>.row .hero-content h1 span{color:#FFEEB9}#hero>.row .hero-content p{font-size:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)));text-align:left;color:white;margin-bottom:calc(50px + 50 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#hero>.row .hero-content p{font-size:14px;margin-bottom:10px}}#hero>.row .hero-content button{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:white;font-size:calc(32px + 32 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700;background-image:-webkit-gradient(linear, left top, right top, from(#1A439F), to(#33364D));background-image:linear-gradient(to right, #1A439F, #33364D);border:none;padding:calc(30px + 30 * ((100vw - 1920px) / (3840 - 1920))) calc(110px + 110 * ((100vw - 1920px) / (3840 - 1920)));border-radius:calc(30px + 30 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#hero>.row .hero-content button{width:100%;font-size:16px;padding:10px;border-radius:33px}}#hero .bootstrap-select>.dropdown-toggle{color:var(--grey);border-color:var(--blue)}#hero .dropdown-toggle::after{color:black}#s2>.row{padding-top:calc(100px + 100 * ((100vw - 1920px) / (3840 - 1920)));padding-bottom:calc(100px + 100 * ((100vw - 1920px) / (3840 - 1920)));background-color:#F9F9F9}@media only screen and (max-width: 1199.9px){#s2>.row{padding-top:25px;padding-bottom:25px}}#s2>.row .s2-title{margin-bottom:calc(124px + 124 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-title{margin-bottom:30px}}#s2>.row .s2-title h2{text-align:center;color:var(--blue);font-weight:700;margin-bottom:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-title h2{margin-bottom:24px}}#s2>.row .s2-title p{text-align:center;color:#323232;font-weight:400;margin-bottom:0}#s2>.row .s2-card{display:flex;flex-direction:column;align-items:center;background:-webkit-gradient(linear, left top, left bottom, from(#E8E1E1), to(#D9DADE));background:linear-gradient(180deg, #E8E1E1 0%, #D9DADE 100%);padding:calc(40px + 40 * ((100vw - 1920px) / (3840 - 1920))) calc(30px + 30 * ((100vw - 1920px) / (3840 - 1920)));border-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-card{padding:40px 30px;border-radius:20px;margin-bottom:20px}}#s2>.row .s2-card img{width:calc(90px + 90 * ((100vw - 1920px) / (3840 - 1920)));height:auto;margin-bottom:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-card img{width:50px;margin-bottom:22px}}#s2>.row .s2-card h4{text-align:center;color:#323232;font-size:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-card h4{font-size:14px}}#s2>.row .s2-path_title{display:flex;justify-content:space-between;margin-top:calc(118px + 118 * ((100vw - 1920px) / (3840 - 1920)));z-index:2}@media only screen and (max-width: 1199.9px){#s2>.row .s2-path_title{margin-top:30px}}#s2>.row .s2-path_title .s2-path_t1{display:flex;align-items:center;justify-content:center;flex:1;background-color:#B89D49;padding:calc(30px + 30 * ((100vw - 1920px) / (3840 - 1920)));border-top-left-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)));border-bottom-left-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-path_title .s2-path_t1{padding:10px;border-top-left-radius:20px;border-bottom-left-radius:20px}}#s2>.row .s2-path_title .s2-path_t1 img{width:calc(400px + 400 * ((100vw - 1920px) / (3840 - 1920)));height:auto}@media only screen and (max-width: 1199.9px){#s2>.row .s2-path_title .s2-path_t1 img{width:100%}}#s2>.row .s2-path_title .s2-path_t2{display:flex;align-items:center;justify-content:center;flex:1;background-color:#D2D2D2;padding:calc(30px + 30 * ((100vw - 1920px) / (3840 - 1920)));border-top-right-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)));border-bottom-right-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-path_title .s2-path_t2{padding:10px;border-top-right-radius:20px;border-bottom-right-radius:20px}}#s2>.row .s2-path_title .s2-path_t2 h3{text-align:center;color:#110F71;font-size:calc(36px + 36 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700;margin-bottom:0}@media only screen and (max-width: 1199.9px){#s2>.row .s2-path_title .s2-path_t2 h3{font-size:14px}}#s2>.row .s2-path_content{display:flex;justify-content:space-between;margin-bottom:calc(118px + 118 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-path_content{margin-bottom:30px}}#s2>.row .s2-path_content .s2-path_card{margin-top:calc(-20px + -20 * ((100vw - 1920px) / (3840 - 1920)));display:flex;flex-direction:column;justify-content:center;flex:1;align-items:center;padding:calc(55px + 55 * ((100vw - 1920px) / (3840 - 1920)));padding-top:calc(75px + 75 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-path_content .s2-path_card{margin-top:-10px;padding:20px;padding-top:30px}}#s2>.row .s2-path_content .s2-path_card img{width:calc(150px + 150 * ((100vw - 1920px) / (3840 - 1920)));height:auto;margin-bottom:calc(30px + 30 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-path_content .s2-path_card img{width:30px;margin-bottom:10px}}#s2>.row .s2-path_content .s2-path_card h3{text-align:center;color:#110F71;font-size:calc(36px + 36 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700;margin-bottom:0}@media only screen and (max-width: 1199.9px){#s2>.row .s2-path_content .s2-path_card h3{font-size:14px}}#s2>.row .s2-path_content .s2-path_card:first-child{background-color:white;border-bottom-left-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-path_content .s2-path_card:first-child{border-bottom-left-radius:20px}}#s2>.row .s2-path_content .s2-path_card:last-child{background-color:#F9F9F9;border-bottom-right-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-path_content .s2-path_card:last-child{border-bottom-right-radius:20px}}#s2>.row .s2-bottom h4{text-align:center;color:#191919;font-size:calc(32px + 32 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700;margin-bottom:0}@media only screen and (max-width: 1199.9px){#s2>.row .s2-bottom h4{font-size:14px}}#suggested-programs>.row,#suggested-programs2>.row{padding-top:calc(100px + 100 * ((100vw - 1920px) / (3840 - 1920)));padding-bottom:calc(100px + 100 * ((100vw - 1920px) / (3840 - 1920)));background-color:white}@media only screen and (max-width: 1199.9px){#suggested-programs>.row,#suggested-programs2>.row{padding-top:25px;padding-bottom:25px}}#suggested-programs>.row .suggested-programs-content,#suggested-programs2>.row .suggested-programs-content{display:flex;flex-direction:column;justify-content:center;margin-bottom:0}#suggested-programs>.row .suggested-programs-content h3,#suggested-programs2>.row .suggested-programs-content h3{color:#0F0F0F;font-weight:700;margin-bottom:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#suggested-programs>.row .suggested-programs-content h3,#suggested-programs2>.row .suggested-programs-content h3{margin-bottom:24px}}#suggested-programs>.row .suggested-programs-content h2,#suggested-programs2>.row .suggested-programs-content h2{color:var(--blue);font-weight:700;margin-bottom:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#suggested-programs>.row .suggested-programs-content h2,#suggested-programs2>.row .suggested-programs-content h2{margin-bottom:24px}}#suggested-programs>.row .suggested-programs-content h2 span,#suggested-programs2>.row .suggested-programs-content h2 span{color:var(--orange)}#suggested-programs>.row .suggested-programs-content p,#suggested-programs2>.row .suggested-programs-content p{font-size:calc(36px + 36 * ((100vw - 1920px) / (3840 - 1920)));color:#020202;font-weight:400;margin-bottom:calc(76px + 76 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#suggested-programs>.row .suggested-programs-content p,#suggested-programs2>.row .suggested-programs-content p{font-size:14px;margin-bottom:30px}}#suggested-programs>.row .suggested-programs-content button,#suggested-programs2>.row .suggested-programs-content button{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:white;font-size:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700;background:-webkit-gradient(linear, left top, right top, from(#B89D49), to(#E8CE7F));background:linear-gradient(90deg, #B89D49 0%, #E8CE7F 100%);border:none;padding:calc(30px + 30 * ((100vw - 1920px) / (3840 - 1920))) calc(60px + 60 * ((100vw - 1920px) / (3840 - 1920)));border-radius:calc(30px + 30 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#suggested-programs>.row .suggested-programs-content button,#suggested-programs2>.row .suggested-programs-content button{width:100%;font-size:14px;padding:8px;border-radius:33px;margin-bottom:30px}}#suggested-programs>.row .suggested-programs-content img,#suggested-programs2>.row .suggested-programs-content img{border-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#suggested-programs>.row .suggested-programs-content img,#suggested-programs2>.row .suggested-programs-content img{border-radius:20px}}#aiu_apart>.row{padding-top:calc(100px + 100 * ((100vw - 1920px) / (3840 - 1920)));padding-bottom:calc(100px + 100 * ((100vw - 1920px) / (3840 - 1920)));background-color:white}@media only screen and (max-width: 1199.9px){#aiu_apart>.row{padding-top:25px;padding-bottom:25px}}#aiu_apart .title h2{color:var(--dblue);font-weight:700;text-align:center;margin-bottom:calc(100px + 100 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#aiu_apart .title h2{margin-bottom:25px}}#aiu_apart .table .header{display:flex;margin-bottom:calc(8px + 8 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#aiu_apart .table .header{margin-bottom:8px}}#aiu_apart .table .header div{display:flex;flex:1;align-items:center;justify-content:center;text-align:center;line-height:normal;color:#110F71;font-size:calc(36px + 36 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700;padding:calc(22px + 22 * ((100vw - 1920px) / (3840 - 1920)));background-color:#BFE7FF}@media only screen and (max-width: 1199.9px){#aiu_apart .table .header div{font-size:16px;padding:20px 5px}}#aiu_apart .table .header div:nth-child(2){background-color:#EEFBFF}#aiu_apart .table .header div:first-child{border-bottom-left-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)));border-top-left-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#aiu_apart .table .header div:first-child{border-bottom-left-radius:20px;border-top-left-radius:20px}}#aiu_apart .table .header div:last-child{border-bottom-right-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)));border-top-right-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#aiu_apart .table .header div:last-child{border-bottom-right-radius:20px;border-top-right-radius:20px}}#aiu_apart .table .content{display:flex;margin-bottom:calc(8px + 8 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#aiu_apart .table .content{margin-bottom:8px}}#aiu_apart .table .content div{display:flex;flex:1;align-items:center;justify-content:center;line-height:normal;color:black;font-size:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700;padding:calc(22px + 22 * ((100vw - 1920px) / (3840 - 1920)));border:calc(1px + 1 * ((100vw - 1920px) / (3840 - 1920))) solid #E6E6E6}@media only screen and (max-width: 1199.9px){#aiu_apart .table .content div{font-size:14px;border:1px solid #E6E6E6;padding:20px 6px}}#aiu_apart .table .content div img{width:calc(50px + 50 * ((100vw - 1920px) / (3840 - 1920)));height:auto}@media only screen and (max-width: 1199.9px){#aiu_apart .table .content div img{width:30px}}#aiu_apart .table .content div:first-child{justify-content:flex-start;border-bottom-left-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)));border-top-left-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#aiu_apart .table .content div:first-child{justify-content:center;border-bottom-left-radius:20px;border-top-left-radius:20px}}#aiu_apart .table .content div:last-child{border-bottom-right-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)));border-top-right-radius:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#aiu_apart .table .content div:last-child{border-bottom-right-radius:20px;border-top-right-radius:20px}}#s3>.row{overflow:hidden;padding-top:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)));padding-bottom:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)));background-color:#f9f9f9}@media only screen and (max-width: 1199.9px){#s3>.row{padding-top:25px;padding-bottom:25px}}#s3>.row .title h2{color:var(--dblue);font-weight:700;text-align:center;margin-bottom:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s3>.row .title h2{margin-bottom:25px}}#s3>.row .owl-mask{z-index:2;background-color:#f9f9f9}#s3>.row .owl .owl-stage-outer{overflow:visible}#s3>.row .owl .item{height:calc(760px + 760 * ((100vw - 1920px) / (3840 - 1920)));display:flex;align-items:flex-end;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding:calc(50px + 50 * ((100vw - 1920px) / (3840 - 1920)));border-radius:calc(33px + 33 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s3>.row .owl .item{height:auto;padding:10px;border-radius:33px}}#s3>.row .owl .item .text img{width:100%;margin-bottom:30px}#s3>.row .owl .item .text h2{color:#FFFEFE;font-weight:700;margin-bottom:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)));text-shadow:0 calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) rgba(0,0,0,0.5)}@media only screen and (max-width: 1199.9px){#s3>.row .owl .item .text h2{color:black;margin-bottom:10px;text-shadow:none}}#s3>.row .owl .item .text p{width:calc(600px + 600 * ((100vw - 1920px) / (3840 - 1920)));color:white;font-size:calc(16px + 16 * ((100vw - 1920px) / (3840 - 1920)));margin-bottom:0}@media only screen and (max-width: 1199.9px){#s3>.row .owl .item .text p{width:100%;color:black;font-size:14px}}#s3>.row .owl .item.one{background-image:url("../images/home/owl/edna-mukurazhizha.webp")}@media only screen and (max-width: 1199.9px){#s3>.row .owl .item.one{background-image:none}}#s3>.row .owl .item.two{background-image:url("../images/home/owl/daniel-andreae.webp")}@media only screen and (max-width: 1199.9px){#s3>.row .owl .item.two{background-image:none}}#s3>.row .owl .item.three{background-image:url("../images/home/owl/joyce-banda.webp")}@media only screen and (max-width: 1199.9px){#s3>.row .owl .item.three{background-image:none}}#s3>.row .owl .item.four{background-image:url("../images/home/owl/brooks-gibbs.webp")}@media only screen and (max-width: 1199.9px){#s3>.row .owl .item.four{background-image:none}}#s3>.row .owl .owl-dots{margin-top:calc(32px + 32 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s3>.row .owl .owl-dots{margin-top:10px}}#s3>.row .owl .owl-dots .owl-dot span{width:calc(100px + 100 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s3>.row .owl .owl-dots .owl-dot span{height:6px;width:35px}}#s4>.row .item{position:relative}@media only screen and (max-width: 1199.9px){#s4>.row .item{max-height:52vh}}@media only screen and (max-width: 1199.9px){#s4>.row .item img{width:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;max-height:inherit}}#s4>.row .item .text{position:absolute;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-end}@media only screen and (max-width: 1199.9px){#s4>.row .item .text{align-items:center}}#s4>.row .item .text h2{text-align:right;color:white;font-weight:700;margin-bottom:calc(25px + 25 * ((100vw - 1920px) / (3840 - 1920)));text-shadow:0 calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) rgba(0,0,0,0.25)}@media only screen and (max-width: 1199.9px){#s4>.row .item .text h2{text-align:center;margin-bottom:25px;text-shadow:0 4px 4px rgba(0,0,0,0.25)}}#s4>.row .item .text h2 span{color:#FFEEB9}#s4>.row .item .text p{text-align:right;width:calc(650px + 650 * ((100vw - 1920px) / (3840 - 1920)));color:white;margin-bottom:calc(40px + 40 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s4>.row .item .text p{width:auto;text-align:center;margin-bottom:24px}}#s4>.row .item .text button{display:block;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:white;font-size:calc(32px + 32 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700;background-image:-webkit-gradient(linear, left top, right top, from(#1A439F), to(#33364D));background-image:linear-gradient(to right, #1A439F, #33364D);border:none;margin-bottom:calc(50px + 50 * ((100vw - 1920px) / (3840 - 1920)));padding:calc(28px + 28 * ((100vw - 1920px) / (3840 - 1920))) calc(120px + 120 * ((100vw - 1920px) / (3840 - 1920)));border-radius:calc(33px + 33 * ((100vw - 1920px) / (3840 - 1920)));-webkit-box-shadow:0 calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) rgba(0,0,0,0.25);box-shadow:0 calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) rgba(0,0,0,0.25)}@media only screen and (max-width: 1199.9px){#s4>.row .item .text button{width:100%;font-size:14px;padding:8px;margin-bottom:14px;border-radius:33px;-webkit-box-shadow:0 4px 4px rgba(0,0,0,0.25);box-shadow:0 4px 4px rgba(0,0,0,0.25)}}#s4>.row .owl-dots{position:absolute;bottom:0;right:0;margin-bottom:calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920)));margin-right:8.333333%}#s4>.row .owl-dots .owl-dot span{width:calc(12px + 12 * ((100vw - 1920px) / (3840 - 1920)));height:calc(12px + 12 * ((100vw - 1920px) / (3840 - 1920)));margin:calc(5px + 5 * ((100vw - 1920px) / (3840 - 1920))) calc(7px + 7 * ((100vw - 1920px) / (3840 - 1920)));background-color:#F5F5F566}#s4>.row .owl-dots .owl-dot.active span{background-color:#F5F5F5}#faq>.row{padding-top:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)));padding-bottom:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)))}#faq .faq_title{padding:calc(30px + 30 * ((100vw - 1920px) / (3840 - 1920)));background-color:#110F71;border-radius:calc(20px + (40 - 20) * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#faq .faq_title{padding:20px;border-radius:20px}}#faq .faq_title h2{text-align:center;color:white;margin-bottom:0}#faq #accordion{margin-bottom:calc(100px + (200 - 100) * ((100vw - 1920px) / (3840 - 1920)))}#faq #accordion .card{border:none}#faq #accordion .card .card-header{background-color:white;padding:calc(38px + 38 * ((100vw - 1920px) / (3840 - 1920)));cursor:pointer;border:calc(1px + 1 * ((100vw - 1920px) / (3840 - 1920))) solid #E6E6E6;border-radius:calc(20px + (40 - 20) * ((100vw - 1920px) / (3840 - 1920)))}#faq #accordion .card .card-header h3{flex:1;text-align:center;color:black;font-size:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700;margin-bottom:0;pointer-events:none}#faq #accordion .card .card-body{padding:calc(55px + (110 - 55) * ((100vw - 1920px) / (3840 - 1920)));color:black;text-align:center;font-size:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}#faq .plusminus-c{display:flex;justify-content:center;align-items:center}#faq .plusminus{position:relative;width:calc(30px + 30 * ((100vw - 1920px) / (3840 - 1920)));height:calc(30px + 30 * ((100vw - 1920px) / (3840 - 1920)));pointer-events:none}#faq .plusminus.active:before{-webkit-transform:translatey(-50%) rotate(-90deg);transform:translatey(-50%) rotate(-90deg);opacity:0}#faq .plusminus.active:after{-webkit-transform:translatey(-50%) rotate(0);transform:translatey(-50%) rotate(0)}#faq .plusminus:before,#faq .plusminus:after{content:"";display:block;background-color:black;position:absolute;top:50%;left:0;-webkit-transition:.35s;transition:.35s;width:100%;height:3px;border:2px solid black}#faq .plusminus:before{-webkit-transform:translatey(-50%);transform:translatey(-50%)}#faq .plusminus:after{-webkit-transform:translatey(-50%) rotate(90deg);transform:translatey(-50%) rotate(90deg)}@media only screen and (max-width: 1199px){#faq>.row{padding-top:50px;padding-bottom:50px}#faq .row h1{font-size:20px;margin-bottom:40px}#faq .row .owl-theme{padding-bottom:20px}#faq .row .owl-theme .owl-card{padding:25px;padding-bottom:80px;border-radius:20px}#faq .row .owl-theme .owl-card img{margin-bottom:10px;width:80px}#faq .row .owl-theme .owl-card h3{font-size:20px}#faq .row .btn-primary{padding:15px;margin-bottom:50px;font-size:14px;border-radius:50px}#faq #accordion{margin-bottom:50px}#faq #accordion .card{border-radius:10px}#faq #accordion .card .card-header{padding:18px;border:1px solid #E6E6E6;border-radius:10px}#faq #accordion .card .card-header h3{font-size:18px}#faq #accordion .card .card-body{padding:15px;font-size:14px}#faq .plusminus-c{margin-right:18px;border-radius:10px}#faq .plusminus{width:15px;height:15px}#faq .plusminus:before,#faq .plusminus:after{border:1px solid black}#faq .text h3{font-size:14px}}