.accordion-wrapper{border-bottom:1px solid var(--CardBoard);padding:16px 0 16px 0}.accordion-wrapper input{display:none}.accordion-wrapper input~.head{display:flex;justify-content:space-between;align-items:flex-start;cursor:pointer;padding:16px 0}.accordion-wrapper input~.head .title{width:calc(100% - 32px);color:var(--Raven);font-weight:700}.accordion-wrapper input~.head .icon{display:inline-flex;justify-content:center;align-items:center;width:24px;height:24px;min-width:24px;min-height:24px;border:2px solid var(--Raven);border-radius:50%}.accordion-wrapper input~.head .icon svg{width:16px;height:auto;transform:rotateX(180deg);transition:.5s}.accordion-wrapper input~.body{max-height:0;overflow:hidden}.accordion-wrapper input~.body p{font-size:16px;line-height:36px}.accordion-wrapper input:checked~.head .icon svg{transform:rotateX(0)}.accordion-wrapper input:checked~.body{max-height:1500px;-webkit-transition:max-height 2.5s;-moz-transition:max-height 2.5s;-ms-transition:max-height 2.5s;-o-transition:max-height 2.5s;transition:max-height 2.5s}html.dark .accordion-wrapper input~.head .icon svg path{fill:#f8f8f8}@media(max-width: 768px){.accordion-wrapper input~.body p{font-size:12px;line-height:28px}}.for-students .main-content h1,.for-students .main-content h2,.for-students .main-content h3,.for-students .main-content h4,.for-students .main-content h5,.for-students .main-content h6,.for-students .main-content p,.for-students .main-content span{text-align:center}.for-students .main-content p{font-size:20px;line-height:44px}.for-students .cards-section .card{justify-content:space-between;height:100%;box-shadow:0px 2px 12px rgba(0,0,0,.07);background:var(--Cloud);background-image:url(/wp-content/themes/mtn_personal/assets/images/cards-bg.webp);background-position:center;background-repeat:no-repeat;background-size:cover;border:1px solid var(--CardBoard);border-radius:24px;overflow:hidden}.for-students .cards-section .card .card-content{padding:56px 24px}.for-students .cards-section .card .card-content .mtn-buttons{margin:24px 0 0 0}.for-students .cards-section .card .card-content .mtn-buttons .mtn-btn{min-width:200px}.for-students .cards-section .card .card-content *{color:#202020;fill:#202020}.for-students .cards-section .card .card-image img{display:block;width:auto;max-width:100%;max-height:440px;margin:0 auto}@media(max-width: 768px){.for-students .main-content p{font-size:16px;line-height:36px}.for-students .cards-section .card{height:auto;margin:0 0 32px 0}.for-students .cards-section .card .card-content{padding:16px}}