.title {
    color: rgb(81, 81, 81);
    font-family: 'MyriadX';
    font-size: 40px;
    font-weight: 400;
    line-height:0px;
    text-align: left;
}
.titleMedium {
    color: rgb(70, 70, 70);
    font-family: 'MyriadX';
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
}
.plain {
    color: rgb(121, 121, 121);
    font-family: 'MyriadX';
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: justify;
}
.bold {
	font-family: 'MyriadProSemiboldX';
}
.mini {
    color: rgb(81, 81, 81);
    font-family: 'MyriadX';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
}
img
{
   text-decoration: none !important;
   border:0px !important;
   outline:none;
   border-width: 0px;
   outline-width:0px;
   border-bottom: none;
}
a {
    color: rgb(136, 131, 255);
    text-decoration: underline;
}
a:visited {
    color: rgb(136, 131, 255);
    text-decoration: underline;
}
a:hover {
    color: rgb(255, 132, 0);
    text-decoration: underline;
}
body { 
    -webkit-text-size-adjust: none;
}
div { 
	overflow: visible; 
}