a:hover{
    color: #137cc3!important;
}
a.t-menu__link-item {
    padding: 10px 0px;
}
.t446__mobile_container{
    background:#0271F0;
}
.t908__textwrapper:hover, .t908__item:hover {
    background: #f4f7f9;
    border-radius:10px;
}
.t529__bubble, .t529__bubble_left, .t533__content {
    border-top:5px solid #f28d10;
}
.t860__inner-col{
    border-top:5px solid #137cc3;
    box-shadow:0px 5px 20px 0px rgba(51,51,51,0.1);
}
.t529__bubble-tail {
    border: 20px solid;
}
.t529__bgimg{
    width:70px;
    height:70px;
}
.t908__flex-wrapper{
    display:flex;
    align-items:center;
}
a.t-menu__link-item{
    margin-bottom:15px;
}

@media screen and (max-width: 1200px){
    a.t-menu__link-item {
        height: 100%;
        padding: 0px;
    }
}

@media screen and (max-width: 640px) {
    .t585__text, .t585__title, .t860__descr,
    .t-text, .t-descr, .t585__title, .t-input-title{
        font-size:18px !important;
    }
    .t860__title, .t908__heading, .t493__heading,
    .t529__name, t-menu__link-item, .t-heading,
    .t-heading_md, .t-menu__link-item {
        font-size:20px!important;
    }

    .t908__img{
        padding-bottom:30px!important;
    }
    .t282__menu__items{
        padding: 5px 0 0!important;
    }
    .t860__col{
        margin-bottom:40px;
    }
    .t860__wrap{
        padding-bottom:0;
    }
    .t-form, .t-submit{
        width:100%!important;
    }
}

@media screen and (max-width: 980px){
    .t908__flex-wrapper, .t908__container{
    display: flex;
    flex-flow: column;
    flex-direction: column;
    }
    .t908__box-img{
        order:1;
    }
    .t908__box-text{
        order:2;
    }
    .t282__menu__items{
    padding: 5px 0 0!important;
    }
}



/*EULA STYLING*/
/* MOBILE Breakpoint */
@media only screen and (max-width: 767px) {
    .ml-eula-lvl-1 > li a, 
    .ml-eula-lvl-2 > li a,
    .ml-eula-lvl-3 > li a,
    .ml-eula-lvl-4 > li a {
        color: #f28d10;
        text-decoration: none;
    }

    .ml-eula-lvl-1 > li a:hover, 
    .ml-eula-lvl-2 > li a:hover,
    .ml-eula-lvl-3 > li a:hover,
    .ml-eula-lvl-4 > li a:hover {
        color: #137cc3;
        text-decoration: none;
    }


    .ml-eula-lvl-1 > li strong, 
    .ml-eula-lvl-2 > li strong,
    .ml-eula-lvl-3 > li strong,
    .ml-eula-lvl-4 > li strong {
        font-weight: bold!important;
    }

    .ml-eula-ul-lvl-1 > li{
        padding-left: 5px;
        line-height: 1.5em;
        font-size: 16px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        margin-bottom: 35px;
        font-weight: 700;
    }

    .ml-eula-ul-lvl-2 > li{
        padding-left: 5px;
        line-height: 1.5em;
        font-size: 18px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .ml-eula-ul-lvl-2 > li:first-child{
        margin-top: 20px;
    }                


    .ml-eula-lvl-1 > li, 
    .ml-eula-lvl-2 > li,
    .ml-eula-lvl-3 > li,
    .ml-eula-lvl-4 > li{
        line-height: 1.5em;
        font-size: 18px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
    }                
    .ml-eula-lvl-1 li {
        list-style: decimal;
        font-weight: 700;
        margin-bottom: 35px;
    }

    .ml-eula-lvl-2 {
        counter-reset: list2;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-eula-lvl-2 li:first-child{
        margin-top: 20px;
    }
    .ml-eula-lvl-2 li {
        list-style: none;
        position: relative;
        margin-left: 25px;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .ml-eula-lvl-2 li:before {
        content: "(" counter(list2,lower-alpha) ") ";
        counter-increment: list2;
        position: absolute;
        left: -25px; /* Position the marker outside the main content */
        width: 40px;
        text-align: left;
    }

    .ml-eula-lvl-3 {
        counter-reset: list3;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-eula-lvl-3 li {
        list-style: none;
        position: relative;
        margin-left: 25px;
    }

    .ml-eula-lvl-3 li:before {
        content: "(" counter(list3,lower-roman) ") ";
        counter-increment: list3;
        position: absolute;
        left: -30px; /* Position the marker outside the main content */
        width: 40px;
        text-align: left;
    }

    .ml-eula-lvl-4 {
        counter-reset: list4;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-eula-lvl-4 li {
        list-style: none;
        position: relative;
        margin-left: 30px;
    }

    .ml-eula-lvl-4 li:before {
        content: counter(list4, upper-alpha) ". ";
        counter-increment: list4;
        position: absolute;
        left: -30px; /* Position the marker outside the main content */
        width: 40px;
        text-align: left;
    } 
}
    
/* TABLET Breakpoint */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ml-eula-lvl-1 > li a, 
    .ml-eula-lvl-2 > li a,
    .ml-eula-lvl-3 > li a,
    .ml-eula-lvl-4 > li a {
        color: #f28d10;
        text-decoration: none;
    }

    .ml-eula-lvl-1 > li a:hover, 
    .ml-eula-lvl-2 > li a:hover,
    .ml-eula-lvl-3 > li a:hover,
    .ml-eula-lvl-4 > li a:hover {
        color: #137cc3;
        text-decoration: none;
    }


    .ml-eula-lvl-1 > li strong, 
    .ml-eula-lvl-2 > li strong,
    .ml-eula-lvl-3 > li strong,
    .ml-eula-lvl-4 > li strong {
        font-weight: bold!important;
    }

    .ml-eula-ul-lvl-1 > li{
        padding-left: 5px;
        line-height: 1.5em;
        font-size: 20px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        margin-bottom: 35px;
        font-weight: 700;
    }

    .ml-eula-ul-lvl-2 > li{
        padding-left: 5px;
        line-height: 1.5em;
        font-size: 20px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .ml-eula-ul-lvl-2 > li:first-child{
        margin-top: 20px;
    }                


    .ml-eula-lvl-1 > li, 
    .ml-eula-lvl-2 > li,
    .ml-eula-lvl-3 > li,
    .ml-eula-lvl-4 > li{
        line-height: 1.5em;
        font-size: 20px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
    }                
    .ml-eula-lvl-1 li {
        list-style: decimal;
        font-weight: 700;
        margin-bottom: 35px;
    }

    .ml-eula-lvl-2 {
        counter-reset: list2;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-eula-lvl-2 li:first-child{
        margin-top: 20px;
    }
    .ml-eula-lvl-2 li {
        list-style: none;
        position: relative;
        margin-left: 60px;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .ml-eula-lvl-2 li:before {
        content: "(" counter(list2,lower-alpha) ") ";
        counter-increment: list2;
        position: absolute;
        left: -35px; /* Position the marker outside the main content */
        width: 50px;
        text-align: left;
    }

    .ml-eula-lvl-3 {
        counter-reset: list3;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-eula-lvl-3 li {
        list-style: none;
        position: relative;
        margin-left: 30px;
    }

    .ml-eula-lvl-3 li:before {
        content: "(" counter(list3,lower-roman) ") ";
        counter-increment: list3;
        position: absolute;
        left: -30px; /* Position the marker outside the main content */
        width: 60px;
        text-align: left;
    }

    .ml-eula-lvl-4 {
        counter-reset: list4;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-eula-lvl-4 li {
        list-style: none;
        position: relative;
        margin-left: 30px;
    }

    .ml-eula-lvl-4 li:before {
        content: counter(list4, upper-alpha) ". ";
        counter-increment: list4;
        position: absolute;
        left: -30px; /* Position the marker outside the main content */
        width: 60px;
        text-align: left;
    }             
}

/* DESKTOP Breakpoint */
@media only screen and (min-width: 992px) {
    .ml-eula-lvl-1 > li a, 
    .ml-eula-lvl-2 > li a,
    .ml-eula-lvl-3 > li a,
    .ml-eula-lvl-4 > li a {
        color: #f28d10;
        text-decoration: none;
    }

    .ml-eula-lvl-1 > li a:hover, 
    .ml-eula-lvl-2 > li a:hover,
    .ml-eula-lvl-3 > li a:hover,
    .ml-eula-lvl-4 > li a:hover {
        color: #137cc3;
        text-decoration: none;
    }


    .ml-eula-lvl-1 > li strong, 
    .ml-eula-lvl-2 > li strong,
    .ml-eula-lvl-3 > li strong,
    .ml-eula-lvl-4 > li strong {
        font-weight: bold!important;
    }

    .ml-eula-ul-lvl-1 > li{
        padding-left: 5px;
        line-height: 1.5em;
        font-size: 20px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        margin-bottom: 35px;
        font-weight: 700;
    }

    .ml-eula-ul-lvl-2 > li{
        padding-left: 5px;
        line-height: 1.5em;
        font-size: 20px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .ml-eula-ul-lvl-2 > li:first-child{
        margin-top: 20px;
    }                


    .ml-eula-lvl-1 > li, 
    .ml-eula-lvl-2 > li,
    .ml-eula-lvl-3 > li,
    .ml-eula-lvl-4 > li{
        line-height: 1.5em;
        font-size: 20px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
    }                
    .ml-eula-lvl-1 li {
        list-style: decimal;
        font-weight: 700;
        margin-bottom: 35px;
    }

    .ml-eula-lvl-2 {
        counter-reset: list2;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-eula-lvl-2 li:first-child{
        margin-top: 20px;
    }
    .ml-eula-lvl-2 li {
        list-style: none;
        position: relative;
        margin-left: 60px;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .ml-eula-lvl-2 li:before {
        content: "(" counter(list2,lower-alpha) ") ";
        counter-increment: list2;
        position: absolute;
        left: -35px; /* Position the marker outside the main content */
        width: 50px;
        text-align: left;
    }

    .ml-eula-lvl-3 {
        counter-reset: list3;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-eula-lvl-3 li {
        list-style: none;
        position: relative;
        margin-left: 50px;
    }

    .ml-eula-lvl-3 li:before {
        content: "(" counter(list3,lower-roman) ") ";
        counter-increment: list3;
        position: absolute;
        left: -40px; /* Position the marker outside the main content */
        width: 60px;
        text-align: left;
    }

    .ml-eula-lvl-4 {
        counter-reset: list4;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-eula-lvl-4 li {
        list-style: none;
        position: relative;
        margin-left: 30px;
    }

    .ml-eula-lvl-4 li:before {
        content: counter(list4, upper-alpha) ". ";
        counter-increment: list4;
        position: absolute;
        left: -30px; /* Position the marker outside the main content */
        width: 60px;
        text-align: left;
    }             
}

/*Privacy Policy*/
/* MOBILE Breakpoint */
@media only screen and (max-width: 767px) {
    .ml-privacy-policy-lvl-1 > li a, 
    .ml-privacy-policy-lvl-2 > li a,
    .ml-privacy-policy-lvl-3 > li a{
        color: #f28d10;
        text-decoration: none;
    }

    .ml-privacy-policy-lvl-1 > li a:hover, 
    .ml-privacy-policy-lvl-2 > li a:hover,
    .ml-privacy-policy-lvl-3 > li a:hover{
        color: #137cc3;
        text-decoration: none;
    }


    .ml-privacy-policy-lvl-1 > li strong, 
    .ml-privacy-policy-lvl-2 > li strong,
    .ml-privacy-policy-lvl-3 > li strong{
        font-weight: bold!important;
    }

    .ml-privacy-policy-ul-lvl-2 > li:first-child{
        margin-top: 20px;
    }                

    .ml-privacy-policy-lvl-1{
        list-style-type: none;
        list-style: none;
        padding-left: 5px;
    }                 
    .ml-privacy-policy-lvl-1 li{
        margin-bottom: 60px;
    }                 
    
    .ml-privacy-policy-lvl-1 > li h2{
        color: #137cc3;
        text-transform: uppercase;
        font-family: 'Muli', Arial, sans-serif;
        line-height: 1.5em;
        font-size: 20px;
        list-style-type: none;
        list-style: none;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .ml-privacy-policy-lvl-1 > li h2:first-child{
        margin-top: 0;
    } 
    
    .ml-privacy-policy-lvl-1 > li p{
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        line-height: 1.5em;
        font-size: 18px;
        font-weight: 300;
        text-transform: inherit!important;
        margin-top: 10px;
        margin-bottom: 20px;
    }                   

    .ml-privacy-policy-lvl-2 > li,
    .ml-privacy-policy-lvl-3 > li{
        line-height: 1.5em;
        font-size: 18px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
    }                

    .ml-privacy-policy-lvl-2 {
        margin-left: 0;
        padding-left: 10px;
    }

    .ml-privacy-policy-lvl-2 li:first-child{
        margin-top: 20px;
    }
    .ml-privacy-policy-lvl-2 li {
        list-style: disc;
        position: relative;
        margin-left: 20px;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .ml-privacy-policy-lvl-3 {
        counter-reset: list3;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-privacy-policy-lvl-3 li {
        list-style: none;
        position: relative;
        margin-left: 30px;
    }
    .ml-privacy-policy-lvl-3 li:first-child {
        margin-top: 10px!important;
    }

    .ml-privacy-policy-lvl-3 li:before {
        content: "\2013";
        counter-increment: list3;
        position: absolute;
        left: -25px; /* Position the marker outside the main content */
        width: 60px;
        text-align: left;
    }     
}
    
/* TABLET Breakpoint */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ml-privacy-policy-lvl-1 > li a, 
    .ml-privacy-policy-lvl-2 > li a,
    .ml-privacy-policy-lvl-3 > li a{
        color: #f28d10;
        text-decoration: none;
    }

    .ml-privacy-policy-lvl-1 > li a:hover, 
    .ml-privacy-policy-lvl-2 > li a:hover,
    .ml-privacy-policy-lvl-3 > li a:hover{
        color: #137cc3;
        text-decoration: none;
    }


    .ml-privacy-policy-lvl-1 > li strong, 
    .ml-privacy-policy-lvl-2 > li strong,
    .ml-privacy-policy-lvl-3 > li strong{
        font-weight: bold!important;
    }

    .ml-privacy-policy-ul-lvl-2 > li:first-child{
        margin-top: 20px;
    }                

    .ml-privacy-policy-lvl-1{
        list-style-type: none;
        list-style: none;
        padding-left: 5px;
    }                 
    .ml-privacy-policy-lvl-1 li{
        margin-bottom: 60px;
    }                 
    
    .ml-privacy-policy-lvl-1 > li h2{
        color: #137cc3;
        text-transform: uppercase;
        font-family: 'Muli', Arial, sans-serif;
        line-height: 1.5em;
        font-size: 20px;
        list-style-type: none;
        list-style: none;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .ml-privacy-policy-lvl-1 > li h2:first-child{
        margin-top: 0;
    } 
    
    .ml-privacy-policy-lvl-1 > li p{
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        line-height: 1.5em;
        font-size: 20px;
        font-weight: 300;
        text-transform: inherit!important;
        margin-bottom: 20px;
    }                   

    .ml-privacy-policy-lvl-2 > li,
    .ml-privacy-policy-lvl-3 > li{
        line-height: 1.5em;
        font-size: 20px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
    }                

    .ml-privacy-policy-lvl-2 {
        margin-left: 0;
        padding-left: 10px;
    }

    .ml-privacy-policy-lvl-2 li:first-child{
        margin-top: 20px;
    }
    .ml-privacy-policy-lvl-2 li {
        list-style: disc;
        position: relative;
        margin-left: 40px;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .ml-privacy-policy-lvl-3 {
        counter-reset: list3;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-privacy-policy-lvl-3 li {
        list-style: none;
        position: relative;
        margin-left: 40px;
        margin-bottom: 10px;
    }
    .ml-privacy-policy-lvl-3 li:first-child {
        margin-top: 10px!important;
    }

    .ml-privacy-policy-lvl-3 li:before {
        content: "\2013";
        counter-increment: list3;
        position: absolute;
        left: -25px; /* Position the marker outside the main content */
        width: 60px;
        text-align: left;
    }                
}

/* DESKTOP Breakpoint */
@media only screen and (min-width: 992px) {
    .ml-privacy-policy-lvl-1 > li a, 
    .ml-privacy-policy-lvl-2 > li a,
    .ml-privacy-policy-lvl-3 > li a{
        color: #f28d10;
        text-decoration: none;
    }

    .ml-privacy-policy-lvl-1 > li a:hover, 
    .ml-privacy-policy-lvl-2 > li a:hover,
    .ml-privacy-policy-lvl-3 > li a:hover{
        color: #137cc3;
        text-decoration: none;
    }


    .ml-privacy-policy-lvl-1 > li strong, 
    .ml-privacy-policy-lvl-2 > li strong,
    .ml-privacy-policy-lvl-3 > li strong{
        font-weight: bold!important;
    }

    .ml-privacy-policy-ul-lvl-2 > li:first-child{
        margin-top: 20px;
    }                

    .ml-privacy-policy-lvl-1{
        list-style-type: none;
        list-style: none;
        padding-left: 5px;
    }                 
    .ml-privacy-policy-lvl-1 li{
        margin-bottom: 60px;
    }                 
    
    .ml-privacy-policy-lvl-1 > li h2{
        color: #137cc3;
        text-transform: uppercase;
        font-family: 'Muli', Arial, sans-serif;
        line-height: 1.5em;
        font-size: 20px;
        list-style-type: none;
        list-style: none;
        font-weight: 700;
        margin-bottom: 20px;
    }
    
    .ml-privacy-policy-lvl-1 > li h2:first-child{
        margin-top: 0;
    } 
    
    .ml-privacy-policy-lvl-1 > li p{
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        line-height: 1.5em;
        font-size: 20px;
        font-weight: 300;
        text-transform: inherit!important;
        margin-bottom: 20px;
    }                   

    .ml-privacy-policy-lvl-2 > li,
    .ml-privacy-policy-lvl-3 > li{
        line-height: 1.5em;
        font-size: 20px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
    }                

    .ml-privacy-policy-lvl-2 {
        margin-left: 0;
        padding-left: 10px;
    }

    .ml-privacy-policy-lvl-2 li:first-child{
        margin-top: 20px;
    }
    .ml-privacy-policy-lvl-2 li {
        list-style: disc;
        position: relative;
        margin-left: 40px;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .ml-privacy-policy-lvl-3 {
        counter-reset: list3;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-privacy-policy-lvl-3 li {
        list-style: none;
        position: relative;
        margin-left: 40px;
        margin-bottom: 10px;
    }
    .ml-privacy-policy-lvl-3 li:first-child {
        margin-top: 10px!important;
    }

    .ml-privacy-policy-lvl-3 li:before {
        content: "\2013";
        counter-increment: list3;
        position: absolute;
        left: -25px; /* Position the marker outside the main content */
        width: 60px;
        text-align: left;
    }            
}


/*AUP*/
/* MOBILE Breakpoint */
@media only screen and (max-width: 767px) {
    .ml-aup-lvl-1 > li a, 
    .ml-aup-lvl-2 > li a,
    .ml-aup-lvl-3 > li a,
    .ml-aup-lvl-4 > li a {
        color: #f28d10;
        text-decoration: none;
    }

    .ml-aup-lvl-1 > li a:hover, 
    .ml-aup-lvl-2 > li a:hover,
    .ml-aup-lvl-3 > li a:hover,
    .ml-aup-lvl-4 > li a:hover {
        color: #137cc3;
        text-decoration: none;
    }


    .ml-aup-lvl-1 > li strong, 
    .ml-aup-lvl-2 > li strong,
    .ml-aup-lvl-3 > li strong,
    .ml-aup-lvl-4 > li strong {
        font-weight: bold!important;
    }

    .ml-aup-ul-lvl-1 > li{
        padding-left: 5px;
        line-height: 1.5em;
        font-size: 18px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        margin-bottom: 18px;
        font-weight: 300;
    }

    .ml-aup-ul-lvl-2 > li{
        padding-left: 5px;
        line-height: 1.5em;
        font-size: 18px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        margin-bottom: 20px;
        font-weight: 300;
    }

    .ml-aup-ul-lvl-2 {
        counter-reset: list3;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-aup-ul-lvl-2 li {
        list-style: none;
        position: relative;
        margin-left: 30px;
    }

    .ml-aup-ul-lvl-2 li:before {
        content: "(" counter(list3,lower-roman) ") ";
        counter-increment: list3;
        position: absolute;
        left: -35px; /* Position the marker outside the main content */
        width: 40px;
        text-align: left;
    }
}
    
/* TABLET Breakpoint */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ml-aup-lvl-1 > li a, 
    .ml-aup-lvl-2 > li a,
    .ml-aup-lvl-3 > li a,
    .ml-aup-lvl-4 > li a {
        color: #f28d10;
        text-decoration: none;
    }

    .ml-aup-lvl-1 > li a:hover, 
    .ml-aup-lvl-2 > li a:hover,
    .ml-aup-lvl-3 > li a:hover,
    .ml-aup-lvl-4 > li a:hover {
        color: #137cc3;
        text-decoration: none;
    }


    .ml-aup-lvl-1 > li strong, 
    .ml-aup-lvl-2 > li strong,
    .ml-aup-lvl-3 > li strong,
    .ml-aup-lvl-4 > li strong {
        font-weight: bold!important;
    }

    .ml-aup-ul-lvl-1 > li{
        padding-left: 5px;
        line-height: 1.5em;
        font-size: 20px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        margin-bottom: 20px;
        font-weight: 300;
    }

    .ml-aup-ul-lvl-2 > li{
        padding-left: 5px;
        line-height: 1.5em;
        font-size: 20px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        margin-bottom: 20px;
        font-weight: 300;
    }

    .ml-aup-ul-lvl-2 {
        counter-reset: list3;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-aup-ul-lvl-2 li {
        list-style: none;
        position: relative;
        margin-left: 50px;
    }

    .ml-aup-ul-lvl-2 li:before {
        content: "(" counter(list3,lower-roman) ") ";
        counter-increment: list3;
        position: absolute;
        left: -40px; /* Position the marker outside the main content */
        width: 60px;
        text-align: left;
    }            
}

/* DESKTOP Breakpoint */
@media only screen and (min-width: 992px) {
    .ml-aup-lvl-1 > li a, 
    .ml-aup-lvl-2 > li a,
    .ml-aup-lvl-3 > li a,
    .ml-aup-lvl-4 > li a {
        color: #f28d10;
        text-decoration: none;
    }

    .ml-aup-lvl-1 > li a:hover, 
    .ml-aup-lvl-2 > li a:hover,
    .ml-aup-lvl-3 > li a:hover,
    .ml-aup-lvl-4 > li a:hover {
        color: #137cc3;
        text-decoration: none;
    }


    .ml-aup-lvl-1 > li strong, 
    .ml-aup-lvl-2 > li strong,
    .ml-aup-lvl-3 > li strong,
    .ml-aup-lvl-4 > li strong {
        font-weight: bold!important;
    }

    .ml-aup-ul-lvl-1 > li{
        padding-left: 5px;
        line-height: 1.5em;
        font-size: 20px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        margin-bottom: 20px;
        font-weight: 300;
    }

    .ml-aup-ul-lvl-2 > li{
        padding-left: 5px;
        line-height: 1.5em;
        font-size: 20px;
        color: #595959;
        font-family: 'Muli', Arial, sans-serif;
        margin-bottom: 20px;
        font-weight: 300;
    }

    .ml-aup-ul-lvl-2 {
        counter-reset: list3;
        margin-left: 0;
        padding-left: 0;
    }

    .ml-aup-ul-lvl-2 li {
        list-style: none;
        position: relative;
        margin-left: 50px;
    }

    .ml-aup-ul-lvl-2 li:before {
        content: "(" counter(list3,lower-roman) ") ";
        counter-increment: list3;
        position: absolute;
        left: -40px; /* Position the marker outside the main content */
        width: 60px;
        text-align: left;
    }
}