.sample__row{padding:0 0 80px;display:grid;grid-template-columns:2fr 1fr;gap:30px}@media screen and (max-width:991px){.sample__row{padding:44px 0;gap:88px;grid-template-columns:repeat(1,1fr)}}.sample__content h1{font-weight:700;font-size:36px;line-height:1.22;text-transform:capitalize;color:#142129;margin-bottom:44px}@media screen and (max-width:991px){.sample__content h1{font-size:28px;margin-bottom:24px}}.sample__rating{margin-bottom:24px}@media screen and (max-width:991px){.sample__rating{margin-bottom:16px}.sample__rating svg{width:150px;height:auto}}
.sample__tags{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    /*-ms-flex-wrap:wrap;*/
    /*flex-wrap:wrap;*/
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    gap:8px;
    margin-bottom:32px;
    align-items: flex-start;
}
@media screen and (max-width:991px){.sample__tags{margin-bottom:16px}}
.sample__tags p{
    font-weight:400;
    font-size:16px;
    line-height:1.5;
    -webkit-font-feature-settings:'pnum' on,'lnum' on;
    font-feature-settings:'pnum' on,'lnum' on;
    color:#7a8d99;
    margin:0;
    margin-right:8px;
    padding-top: 3px;
    min-width: 38px;
}
.sample__tags a{font-weight:400;font-size:14px;background:#ebf9f9;border-radius:99px;line-height:1.71;-webkit-font-feature-settings:'pnum' on,'lnum' on;font-feature-settings:'pnum' on,'lnum' on;color:#059fa3;padding:4px 12px}
.sample__tags button{
    background-color:transparent;
    border:none;
    font-weight:400;
    display:inline-block;
    margin-left:4px;
    font-size:16px;
    line-height:1.5;
    -webkit-text-decoration-line:underline;
    text-decoration-line:underline;
    -webkit-font-feature-settings:'pnum' on,'lnum' on;
    font-feature-settings:'pnum' on,'lnum' on;
    color:#7a8d99;
    /*padding-top: 4px;*/
    min-width: 84px;
    margin-bottom: 10px;
}
.sample__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;
    -webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:40px}
@media screen and (max-width:991px){.sample__info{margin-bottom:30px;flex-direction: column;
    align-items: flex-start;}}
.sample__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:12px}.sample__details p{font-weight:400;font-size:14px;line-height:1.71;-webkit-font-feature-settings:'pnum' on,'lnum' on;font-feature-settings:'pnum' on,'lnum' on;color:#7a8d99}.sample__details p span{font-weight:700;font-size:16px;line-height:1.5;color:#30404a;display:inline-block;margin-left:4px}
.sample__view{font-weight:400;font-size:14px;line-height:1.71;-webkit-font-feature-settings:'pnum' on,'lnum' on;font-feature-settings:'pnum' on,'lnum' on;color:#7a8d99;
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;
    -ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:6px;padding:2px 8px;
    background:#f1f4fb;border-radius:99px}
.sample__view.sample__view-mobile{
    display: none;
}
@media screen and (max-width:991px){
    .sample__view{
        display: none;
    }
    .sample__view.sample__view-mobile{
        display: block;
    }
    .sample__download{
        margin-top: 16px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}
.sample__download a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-weight:700;font-size:16px;line-height:1.5;text-align:center;color:#059fa3;gap:2px}
/*.sample__sidebar{padding-top:280px}*/
/*@media screen and (max-width:440px){.sample__sidebar{padding-top:0}}*/
.sample__sidebar-title{font-weight:700;font-size:28px;line-height:1.29;-webkit-font-feature-settings:'pnum' on,'lnum' on,'kern' off;font-feature-settings:'pnum' on,'lnum' on,'kern' off;color:#142129;margin-bottom:24px}@media screen and (max-width:991px){.sample__sidebar-title{font-size:24px;margin-bottom:28px}}
.sample__example{background-image:url(/imgs/bg-example.svg);background-size:cover;background-position:right bottom;background-repeat:no-repeat;
    padding:48px;background-color:#ebf9f9;margin:32px 0;width:100%;border-radius: 24px;}
@media screen and (max-width:991px){.sample__example{margin:44px 0;padding:24px 24px 144px;background-image:none;border-radius: 12px;}}
@media screen and (max-width:440px){.sample__example{background-image:url(/imgs/bg-example-mob.svg)}}
.sample__example p,
.sample__description .sample__example p{font-weight:400;font-size:16px;line-height:1.5;-webkit-font-feature-settings:'pnum' on,'lnum' on;font-feature-settings:'pnum' on,'lnum' on;color:#30404a;margin-bottom:32px}
@media screen and (max-width:991px){
    .sample__example p,
    .sample__description .sample__example p{font-size:14px;margin-bottom:28px}
}.sample__example p.title{font-weight:700;font-size:28px;line-height:1.29;-webkit-font-feature-settings:'pnum' on,'lnum' on,'kern' off;font-feature-settings:'pnum' on,'lnum' on,'kern' off;color:#142129;margin-bottom:16px}@media screen and (max-width:991px){.sample__example p.title{font-size:24px;margin-bottom:12px}}
.sample__description.gradient{position:relative}.sample__description.gradient:before{content:'';position:absolute;width:100%;height:168px;bottom:0;z-index:2;left:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));background:-o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);background:linear-gradient(180deg,rgba(255,255,255,0) 0,#fff 100%)}
.sample__description p{font-weight:400;font-size:16px;line-height:24px;-webkit-font-feature-settings:'pnum' on,'lnum' on;font-feature-settings:'pnum' on,'lnum' on;color:#30404a;margin-bottom:8px}
@media screen and (max-width:991px){.sample__description p{font-size:14px;line-height:20px}}
.sample__description p:last-child{margin-bottom:0}
.sample__subscribe{
    margin-top: 34px;
    padding: 44px 80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;
    -webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;
    background: url("/imgs/s-cta-bg.jpg") center center/cover no-repeat;
    border-radius: 24px;
}
@media screen and (max-width:991px){.sample__subscribe{padding: 40px 24px;border-radius: 12px;}}
.sample__subscribe p{
    font-weight:700;font-size:28px;line-height:1.29;text-align:center;-webkit-font-feature-settings:'pnum' on,'lnum' on,'kern' off;font-feature-settings:'pnum' on,'lnum' on,'kern' off;
    color:#142129;max-width:570px;margin-bottom:14px}
@media screen and (max-width:991px){.sample__subscribe p{font-size:20px;line-height: 24px}}
.sample__subscribe span{
    color: #30404A;
    display: block;
    text-align: center;
    margin-bottom: 24px;
    line-height: 24px;
}
.sample__subscribe .btns{padding:12px 40px}
/*@media screen and (max-width:991px){.sample__subscribe .btns{padding:12px;width:100%}}*/
@media screen and (max-width:440px){.sample__subscribe .btns{padding:12px;width:100%}}
.team-tiny{
    background:#fff;border:1px solid #f1f4fb;-webkit-box-shadow:0 0 0 rgba(0,0,0,.08);box-shadow:0 0 0 rgba(0,0,0,.08);border-radius:12px;padding:24px;
    position:relative;margin-bottom:40px;display: flex;
    flex-direction: column;
    justify-content: space-between;}
/*@media screen and (max-width:991px){.team-tiny{padding:24px 16px 17px 15px}}*/
.team-tiny__top{position:absolute;top:0;right:24px;background:#ff8847;border-radius:0 0 4px 4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:4px 8px}.team-tiny__top p{font-weight:500;font-size:12px;line-height:1.33;color:#fff}
.team-tiny__person{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;
    -webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px;margin-bottom:12px}
@media screen and (max-width:991px){
    .team-tiny__person{
        /*gap:8px;margin-bottom:12px*/
        gap: 10px;
        margin-bottom: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
}.team-tiny__img{
     width:64px;height:64px;background-size:cover;background-position:center;
     background-repeat:no-repeat;border-radius:50%;min-width:64px;max-width:64px;
     /*background-image:url(/imgs/team.png);*/
 }
@media screen and (max-width:991px){.team-tiny__img{width:48px;height:48px;min-width:48px;min-height:48px}}
.team-tiny__info{
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;
    -ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width: 100%;
}
.team-tiny__title{
    font-weight:700;font-size:24px;line-height:26px;color:#142129;margin-bottom:0;
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;
    -ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:3px;position: relative;
    padding-right: 25px;width: 100%;
}
@media screen and (max-width:991px){
    .team-tiny__title{
        /*font-size:16px;margin-bottom:8px*/
        margin-bottom: 6px;
        font-size: 20px;
        line-height: 24px;
    }
}
.team-tiny__title svg{
    position: absolute;
    right: 0;
    top: 2px;
}
.team-tiny__rating{
    display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;
    -ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4px 5px}
@media screen and (max-width:991px){
    .team-tiny__rating{
        align-items: center;
    }
}
.team-tiny__rating p{font-weight:700;font-size:16px;line-height:1.5;color:#142129}.team-tiny__rating span{font-weight:500;font-size:12px;line-height:1.33;color:#7a8d99;display:inline-block}
.team-tiny__reviews{
    /*height:280px;overflow:auto;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.team-tiny__reviews-title{font-weight:700;font-size:16px;line-height:1.5;color:#142129;margin-bottom:6px}
.team-tiny__reviews-text{
    color: #000000;
}
.team-tiny__reviews-link{
    width: 230px;
    margin: 29px auto 0;
}
.team-tiny__reviews .review-tiny{background:#ebf9f9;border-radius:8px;padding:16px;margin-bottom:12px}
.team-tiny__reviews .review-tiny:last-child{margin-bottom:0}
.team-tiny__reviews .review-tiny__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:8px;gap:8px}
.team-tiny__reviews .review-tiny__author{font-weight:400;font-size:16px;line-height:1.5;-webkit-font-feature-settings:'pnum' on,'lnum' on;font-feature-settings:'pnum' on,'lnum' on;color:#059fa3}@media screen and (max-width:991px){.team-tiny__reviews .review-tiny__author{font-size:14px}}.team-tiny__reviews .review-tiny__date{font-weight:400;font-size:14px;line-height:1.71;-webkit-font-feature-settings:'pnum' on,'lnum' on;font-feature-settings:'pnum' on,'lnum' on;color:#7a8d99}@media screen and (max-width:991px){.team-tiny__reviews .review-tiny__date{font-size:12px}}.team-tiny__reviews .review-tiny__title{font-weight:700;font-size:16px;line-height:1.5;color:#142129;margin-bottom:8px}.team-tiny__reviews .review-tiny__description{font-weight:400;font-size:14px;line-height:1.71;-webkit-font-feature-settings:'pnum' on,'lnum' on;font-feature-settings:'pnum' on,'lnum' on;color:#30404a}.search-result{background:#fff;border:1px solid #f1f4fb;-webkit-box-shadow:0 0 0 rgba(0,0,0,.08);box-shadow:0 0 0 rgba(0,0,0,.08);border-radius:16px;margin-bottom:16px;padding:24px;position:relative}.search-result__rating{margin-bottom:16px}@media screen and (max-width:991px){.search-result__rating{margin-bottom:12px}}.search-result__top{position:absolute;top:0;left:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4px;background:#00744f;border-radius:0 0 6px 6px;padding:4px 8px;font-weight:500;font-size:12px;z-index:2;line-height:1.33;text-align:center;color:#fff}.search-result__title{font-weight:700;font-size:18px;line-height:1.44;color:#142129;margin-bottom:8px}@media screen and (max-width:991px){.search-result__title{font-size:16px;margin-bottom:8px}}.search-result__desc{font-weight:400;font-size:16px;line-height:1.5;-webkit-font-feature-settings:'pnum' on,'lnum' on;font-feature-settings:'pnum' on,'lnum' on;color:#30404a;margin-bottom:16px}@media screen and (max-width:991px){.search-result__desc{font-size:14px;margin-bottom:12px}}.search-result__category{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:12px;margin-bottom:16px}.search-result__category p{font-weight:400;font-size:14px;line-height:1.71;-webkit-font-feature-settings:'pnum' on,'lnum' on;font-feature-settings:'pnum' on,'lnum' on;color:#059fa3;margin:0;padding:4px 12px;background:#ebf9f9;border-radius:99px}.search-result__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width:991px){.search-result__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.search-result a:not(.btns){font-weight:700;font-size:16px;line-height:1.5;text-align:center;color:#059fa3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px}@media screen and (max-width:991px){.search-result a:not(.btns){width:100%}}