/* how-it-works */
.how-it-works-container{
    /* text-align: right; */
    direction: rtl;
    max-width: 100vw;
    padding-top: 30px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: justify;
}
.content-wrapper{
    width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Vazir', sans-serif;
}
@media (max-width: 1200px) {
    .content-wrapper {
        width: 100%;
    }
}
.how-it-works {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Vazir', sans-serif;
}
.how-it-work {
    font-family: 'Vazir', sans-serif;
}
img.how-it-work-img {
    width: 122px;
    height: 107px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 14px 0 0 32px;
}
.how-it-works-performance-title--first {
    margin-top: 20px;
}
.how-it-works-performance-title {
    margin: 37px auto 10px;
}
.how-it-works-title{
    color: #0282CC;
    font-size: clamp(16px, 2vw, 22px);
    line-height: 42px;
    max-width: 1e3px;
    text-align: right;
}

.how-it-works-section {
    margin: 0 auto;
    font-size: clamp(12px, 2vw, 16px);
    max-width: 1e3px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;

}
.how-it-works-paragraph {
    margin-bottom: 24px;
    line-height: 1.6;
    font-size: clamp(12px, 2vw, 16px);
}
.how-it-works-container a:not(a:hover) {
    text-decoration: none;
}
.how-it-works-section .how-it-works-captions{
    max-width: 700px;
    font-size: clamp(10px, 2vw, 14px);
    line-height: 1.6;
}

a.nav-title {
    line-height: 20px;
    font-size: clamp(12px, 2vw, 16px);
}
.nav-title-inactive {
    color: black;
    font-weight: 400;
    padding-left: 8px;
}
.nav-title-active {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #0282cc;
    color: #0282cc;
    background: #f2faff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-title-container{
    margin-bottom: 4px;
    padding: 5px 20px 3px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* #----------- how to work, section2 -------------- */

img.how-it-works-infographic-page-mobile {
    display: none;
}
.how-it-works-section img{
    width: auto;
    max-width: 100%;
    margin: 7px auto 5px;
}
.how-it-works-top-title {
    font-size: clamp(20px, 2vw, 30px);
    line-height: 40px;
    color: #0282CC;
    text-align: right;
    width: 100%;
    margin-bottom: 12px;
}
.how-it-works img{
    width: 122px;
    height: 107px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 14px 0 0 32px;
}
.right-menu {
    width: 272px;
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
}
@media (max-width: 1200px) {
    .right-menu {
        display: none;
    }
}
@media (max-width: 768px) {
    .how-it-works-section{
        width: 100%;
    }
}
.main-container{
    background-color: white;
    width: 912px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 40px;
    margin-top: 50px;
    font-family: 'Vazir', sans-serif;
}
@media (max-width: 1200px) {
    .main-container{
        width: 100%;
        margin-top: 70px;

    }
}
.how-it-works-section-successSection {
    padding-top: 7px;
}
.how-it-works-paragraph.how-it-works-paragraph-alpha-generation {
    font-size: clamp(10px, 2vw, 14px);
    line-height: 24px;
    width: 700px;
    max-width: 100% !important;
    margin: 0 auto 41px;
}
.how-it-works-subscores-two-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.how-it-works-subscores-two-columns-left{
    margin-right: 39px;
    max-width: 480px;
}
.how-it-works-fundamental-section-image-desktop{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.how-it-works-fundamental-section-image-mobile {
    display: none;
}
@media (max-width: 768px) {
    .how-it-works-fundamental-section-image-mobile{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .how-it-works-fundamental-section-image-desktop{
        display: none;
    }
}
@media (max-width: 770px) {
    .how-it-works-section img.how-it-works-performance-img{
        margin-bottom: 27px;
    }
}
@media (max-width: 768px) {
    .how-it-works-section img {
        width: 100%;
    }
}
.how-it-works-section img {
    width: auto;
    max-width: 100%;
    margin: 7px auto 5px;
}
.how-it-works-subscores figcaption {
    margin-bottom: 30px;
}
.how-it-works-paragraph-image-explanation{
    max-width: 1e3px;
    margin: 9px auto;
}
.how-it-works-paragraph-image-explanation{
    font-size: clamp(10px, 2vw, 14px);
    text-align: center;
    margin: 10px 10px 25px;
}