
/** Mobiles & Tables **/
@media (max-width: 800px) {
    
    #ar-frame {margin-bottom: 8rem;}
    #ar-frame .ar-frame-head {margin-top: 3rem;}
    #ar-frame a.ar-frame-prev,
    #ar-frame a.ar-frame-next {

    }

    #ar-frame .ar-frame-content #ar-ceo{display: flex;flex-wrap: wrap;flex-direction: column;}
    #ar-frame .ar-frame-content #ar-ceo > div:nth-child(1){ width: 100%; }
    #ar-frame .ar-frame-content #ar-ceo > div:nth-child(2){ padding: 2rem; }

    #ar-frame .ar-frame-content #ar-chair{display: flex;flex-wrap: wrap;flex-direction: column;}
    #ar-frame .ar-frame-content #ar-chair > div:nth-child(1){ width: 100%; }
    #ar-frame .ar-frame-content #ar-chair > div:nth-child(2){ padding: 2rem; }

    #ar-frame .ar-frame-content #ar-numbers{display: flex;flex-wrap: wrap;flex-direction: column;}
    #ar-frame .ar-frame-content #ar-numbers .numbers{ column-count: 1; }

    #ar-frame .ar-frame-content #ar-chapters{display: flex;flex-wrap: wrap; flex-direction: column;}
    #ar-chapters .ar-chapter.inactive{ width: 100% !important; }
    #ar-chapters .ar-chapter .ar-chapter-title{padding: 1rem;font-size: 18px !important;writing-mode: horizontal-tb !important;}
    #ar-chapters .ar-chapter.active .ar-chapter-title{padding: 1rem 0;}
    #ar-chapters .ar-chapter.active .ar-chapter-description{padding: 0 1rem;}
    #ar-chapters .ar-chapter .ar-chapter-clipath{ display: none; }
    #ar-chapters .ar-chapter .ar-chapter-top-icon{ display: none; }
    #ar-chapters .ar-chapter.active .ar-chapter-sections{gap: 3rem 1rem;padding: 1rem;flex-wrap: wrap;}
    #ar-chapters .ar-chapter .ar-chapter-sections .ar-chapter-section{ width: 47%; }
    #ar-chapters .ar-chapter .ar-chapter-sections .ar-chapter-section .ar-chapter-section-description{ margin: 0; }
    #ar-chapters .ar-chapter .ar-chapter-sections .ar-chapter-section .ar-button{ margin-top: 1rem; }

    #ar-chapters .ar-chapter.active .ar-chapter-team{ margin: 0 1rem; }


    #ar-page .ar-page-content{ padding: 1rem; }
    #ar-page .ar-page-content section .cc-builder-container .cc-builder-row{ flex-direction: column; }
    

}