

.lnd-wrap {
    margin-top:60px;
   
    margin: 0 auto;
    padding-bottom: 6rem;
}

.section {
    margin-top: 4rem;
    padding: 4rem 0;
}

.section--noindent {
    margin-top: 0rem;
}

.section--xs-padding {
    padding: 1rem 0;
}

.section--bg {
    background-color: #F8FBFF; 
    padding: 6rem 0;
}

.section--bg-nopadding {
    background-color: #F8FBFF; 
}

.section-header {
    margin: 0 auto;
    margin-bottom: 3rem;
}

.section-header--indent {
    margin-top: 9rem;
}




.section-header__heading {
    font-family: 'Poppins','Inter', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #272D37;
    text-align: center;
    margin-bottom: 1rem;
}

.section-header__subheading {
    margin-top: 0.75rem;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.44;
    letter-spacing: -0.03em;
    color: #5F6D7E;
    text-align: center;
    max-width: 50rem;
    margin: 0 auto;
}

.section-header__subheading > a {
color:#2A6AE2;
}



.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    /* overflow: hidden; */
}






.format-header {
    background-color: #2865E0;
    padding: 6rem 0;
    background-image: url(/img/fam/bg.webp);
    margin-top: 60px;
}

.format-header--sm-padding {
    padding-top: 1rem;
}

.format-header__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.format-header__heading {
    font-family: 'Poppins','Inter', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 1.25rem;
    text-align: center;
}

.format-header__subheading {
   
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: -0.02rem;
    color: #fff;
    text-align: center;
    max-width: 60rem;
    margin: 0 auto;
    margin-bottom: 3.5rem;
}


.format-header__before {
    font-weight: 400;
    font-size: 0.875rem;
   
    letter-spacing: 1px;
    color: #ffffffc9;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}


.format-header__btns {
    display: flex;
    gap:1rem;
}

.format-header__btn {
    background-color: #fff;
    color:#2A6AE2;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 1.1rem 1rem;
    padding-right: 4rem;

    background-image: url(/img/fam/icons.svg#circle_arrow);
    background-position: right 1rem center;
    background-size: 2rem;
    background-repeat: no-repeat;
    border-radius: 0.35rem;

}


.format-article {
background-color: #FAFBFF;
margin:0;
margin-bottom: 4rem;
padding: 4rem 0;
margin-top: 0;

}

.format-article__box
{
    color: #5F6D7E;
    font-size: 1.125rem;
    line-height: 2rem;
    padding-top:1rem;

}

.format-article__content {
    padding: 0 1rem;
}

.format-article__content a {
    color: #5F6D7E;
    text-decoration: underline !important;
    text-underline-offset: 0.5rem !important;
    text-decoration-thickness: 1px !important;
    text-decoration-color: #5f6d7e47 !important;
}

.format-article__content a:hover {
   
    text-decoration: underline !important;
    text-underline-offset: 0.5rem !important;
    text-decoration-thickness: 1px !important;
    text-decoration-color: #5f6d7e47 !important;
}

.format-article__content p {
margin-bottom: 2rem;
}

.format-article__content ol { 
    list-style: none;
    counter-reset: numList;
    margin-left: 3rem;
}



.format-article__content ol li {
  
  
    /* float: left; */
    position: relative;
    margin-bottom: 1.7rem;
    padding-left: 0.5rem;
}

.format-article__content  ol li:before {
    counter-increment: numList;
    content: counter(numList);
        
    position: absolute;
    left: -3rem;
    top: -0.1rem;
    font-size:  1.125rem ;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height:2.25rem;
    
    width: 2.25rem; 
    height: 2.25rem;
    background: #2865E0;
        
    border-radius: 50%
}





.format-code__desc {
    margin-top: 3rem;
    background: #FFFFFF;
    box-shadow: 0 0.0625rem 0.1875rem rgba(96, 108, 128, 0.1);
    border-radius: 0.5rem;
    position: relative;
  
}

.format-code__note {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: -0.01em;
    color: #464f5a;
    padding: 0.875rem 1.5rem;
 
    border-bottom: 1px solid #edf1f7;
}

.format-code__box {position: relative;}

.format-code__code {
    
    padding: 1.5rem;
    overflow-x: hidden;
    font-size: 0.875rem;
   line-height: 1.5;
}

.format-code__install {
    display: none;
}

.format-code__code code > span {
    counter-increment: line;
  
}
.format-code__code code > span:before{
    content: counter(line);
    display: inline-block;
    width: 2rem;
    min-width: 2rem;
    color: #bfbfbf;
    -webkit-user-select: none;
}




.format-code__package {
    background-color: #F5F6F8;
    border: 1px solid #F5F6F8;
    border-radius: 0.625rem;
    height: 2.625rem;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    max-width: 50.5rem;
    cursor: pointer;
}

.format-code__package > i {
    display: block;
    width: 1.375rem;
    height: 1.375rem;
   
    background-size: 1.375rem;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 1.375rem;
    margin-bottom: 0.1rem;
   
}

.format-code__package--net > i {
    background-image: url(/img/icons.svg#package_net);
}

.format-code__package--java > i {
    background-image: url(/img/icons.svg#package_java);
}

.format-code__package--nodejs-java > i {
    background-image: url(/img/icons.svg#package_node);
}

.format-code__package--python-net > i {
    background-image: url(/img/icons.svg#package_python);
}

.format-code__package > code {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color:#263238;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 65%;
    position: absolute;
    left: 2.7rem;
}

.format-code__copy-tip {
    font-size: 0.75rem;
    color:#767676;
    position: absolute;
    right: 1rem;
    /* opacity: 0;
    transition: opacity .2s linear ; */
   
}

/* .format-code__package:hover .format-code__copy-tip{
    opacity: 1;
} */

.format-code__copy-done {
    font-size: 0.75rem;
    color:#2cb763;
    position: absolute;
    right: 1rem;
    display: none;
}

.format-code__panel {
    display: flex;
    gap: 1rem;
    padding:1.5rem;
    padding-top:0.5rem;
}



a.format-code__link {
    border: 1px solid #EDEDF0;
    border-radius: 0.625rem;
    height: 2.625rem;
    display: flex;
    align-items: center;
    color:#2865e0d9;
    padding: 0 0.875rem;
    font-size: 0.95rem;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color .15s linear;
    
}

a.format-code__link--package {
    display: none;
}


.format-code__top-links {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    display: flex;
    gap:1rem;
}



.format-code__top-link {
    border: 1px solid #EDEDF0;
    border-radius: 0.625rem;
    height: 2.625rem;
    display: flex;
    align-items: center;
    color: #5E6A79;
    background-color: rgba(255,255,255, 0.8);
    
    font-size: 0.95rem;
    text-wrap: nowrap;
    cursor: pointer;
    transition: border-color .15s linear;
    padding: 0 0.5rem;
    padding-right: 0.875rem;
}

.format-code__top-link:hover {
    border-color: #d1d1db;
}

.format-code__top-link > i {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background-size: 1.2rem;
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 1.7rem;
   
}

.format-code__top-link--copy > i {
    background-image: url(/img/icons.svg#copy);
}

.format-code__top-link--download > i {
    background-image: url(/img/icons.svg#download);
}


.copy-done > i {
    background-image: url(/img/icons.svg#done) !important;
}



.format-code__copy {
    border: 1px solid #EDEDF0;
    border-radius: 0.625rem;
    height: 2.625rem;
    display: flex;
    align-items: center;
    color: #5E6A79;
    background-color: rgba(255,255,255, 0.8);
    padding: 0 0.5rem;
    padding-right: 0.875rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 0.95rem;
    text-wrap: nowrap;
    cursor: pointer;
    transition: border-color .15s linear;
}

.format-code__result {
    border: 1px solid #EDEDF0;
    border-radius: 0.625rem;
    height: 2.625rem;
    display: flex;
    align-items: center;
    color: #5E6A79;
    background-color: rgba(255,255,255, 0.8);
    padding: 0 0.5rem;
    padding-right: 0.875rem;
    position: absolute;
    right: 8.5rem;
    top: 1.5rem;
    font-size: 0.95rem;
    text-wrap: nowrap;
    cursor: pointer;
    transition: border-color .15s linear;
}

    .format-code__link:hover, .format-code__copy:hover, .format-code__result:hover {
        border-color: #d1d1db;
    }

.format-code__copy > i {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background-size: 1.2rem;
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 1.7rem;
    background-image: url(/img/icons.svg#copy);
}

.format-code__result > i {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background-size: 1.2rem;
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 1.7rem;
    background-image: url(/img/icons.svg#download);
}

.format-code__copy--done > i, .format-code__result--done > i {
    background-image: url(/img/icons.svg#done);
}

.format-about {
  
}

.format-about__content {
    display: flex;
    gap:2rem;
    align-items: center;
}


.format-about__heading {
    font-family: 'Poppins','Inter', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #272D37;
    margin-bottom: 2rem;
}

.format-about__text {
    font-size: 1rem;
    color:#7E8492;
    line-height: 1.75rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
}


.format-about__btn {
  
    color:#2A6AE2;
    font-size: 1rem;
    
    padding:0.5rem 0;
    padding-right: 3rem;
    background-image: url(/img/fam/icons.svg#circle_arrow);
    background-position: right 1rem center;
    background-size: 1.5rem;
    background-repeat: no-repeat;
  

}

.format-about__img {
    width: 30rem;
    height: 25rem;
}



.format-actions {
    background-color: #2A6AE2;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    padding: 3.5rem 2rem;
    background-image: url(/img/fam/bg.webp);
    margin-bottom: 2rem;
}



.format-actions__heading {
    font-family: 'Poppins','Inter', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #fff;
   
    margin-bottom: 1rem;
}

.format-actions__subheading {
    margin-top: 0.75rem;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4;
   color: #ffffffb3;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.format-actions__btns {
    display: flex;
    gap:1.4rem;
}

.format-actions__btn {
    display: block;
    border-radius: 0.375rem;
    padding: 0.9rem 1rem;
    text-align: center;
    font-weight: 600;
    background-color: #5F8FE9;
    color:#fff;
    min-width: 5.625rem;
    transition: background-color 0.15s linear;
}

.format-actions__btn--white {
    background-color: #fff;
    color:#2A6AE2;
}

.format-actions__btn--red {
    background-color: #F4594F;
    color:#fff;
}


.format-actions__btn:hover {
    background-color: #6c9bf3;
}

.format-actions__btn--red:hover {
    background-color: #fe7065;;
   
}


.format-links-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.125rem;
   
}

.format-links-list>li {
    padding: 1.5rem 1rem;
    box-sizing: border-box
}

.format-links-list--col-4>li {
    width: 25%
}

.format-links-list--col-6>li {
    width: 16.5%
}

.format-links-list__link {
    color:#2865E0;
}

.format-links-list__descr {
    color: #5F6D7E;
    padding: .5rem 0;
    font-size: .875rem;
    line-height: 1.2rem;
    width:90%;
}

.format-features {
    padding-top: 0;
    padding-bottom: 0;
}

.format-features__block {
    padding-top: 3rem;
    display: grid;
    grid-template-columns: min-content 34rem;
    justify-content: center;
    column-gap: 5rem;
    margin-bottom: 7rem;
}

.format-features__visual {
    max-width: 50rem;
    height: 31.25rem;
}

.format-features__column {
    padding-top: 0.625rem;
    display: grid;
    row-gap: 2.5rem;
}

.format-features__column-item {
    padding-top: 0.625rem;
    padding-left: 2rem;
    padding-bottom: 0.625rem;
    display: grid;
    border-left: 4px solid #EAEAEA;
    cursor: pointer;
}

.format-features__column-item.active {
    border-color: #2865E0;
}

.format-features__column-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.format-features__column h4 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #272D37;
    align-self: center;
}

.format-features__column p {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #5F6D7E;
    align-self: center;
}

.format-features__column p > a {
    color: #2865E0;
}




.format-code-samples {
     
    background-color: #F8FBFF;
}

/* code samples from landing */
.code-samples {
     
    background-color: #F8FBFF;
}

.code-samples__subtitle {
    margin-top: 3.625rem;
   
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: -0.01em;
    color: #272D37;
}

.code-samples__wrap {
    padding-top: 0.5rem;
    max-width: 65rem;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.code-samples__text {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.1px;
    color: #5F6D7E;
}

.code-samples__text a {
    color:#2865E0;
}

.code-samples__text-link {
    text-decoration: underline;
}

.code-samples__desc {
    margin-top: 2.5rem;
    background: #FFFFFF;
    box-shadow: 0 0.0625rem 0.1875rem rgba(96, 108, 128, 0.05);
    border-radius: 0.5rem;
  
}
.code-samples__note {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: -0.01em;
    color: #464f5a;
    padding: 0.875rem 1.5rem;
 
    border-bottom: 1px solid #edf1f7;
}

.code-samples__desc-list {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    font-family:  monospace;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.31;
    color: rgba(152, 162, 178, 0.4);
}

.code-samples__desc-item {
    list-style-position: inside;
}

.code-samples__code {
    
    padding: 2rem 1.5rem;
    overflow-x: hidden;
    font-size: 0.875rem;
    line-height: 1.5;
}

.code-samples__code code > span {
    counter-increment: line;
}
.code-samples__code code > span:before{
    content: counter(line);
    display: inline-block;
    width: 2rem;
    min-width: 2rem;
    color: #bfbfbf;
    -webkit-user-select: none;
} 



.code-samples-ext__desc {
    margin-top: 2.5rem;
    background: #FFFFFF;
    box-shadow: 0 0.0625rem 0.1875rem rgba(96, 108, 128, 0.05);
    border-radius: 0.5rem;
  
}
.code-samples-ext__note {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: -0.01em;
    color: #464f5a;
    padding: 0.875rem 1.5rem;
 
    border-bottom: 1px solid #edf1f7;
}



.code-samples-ext__code {
    
    padding: 2rem 1.5rem;
    overflow-x: hidden;
    font-size: 0.875rem;
    line-height: 1.5;
}

.code-samples-ext__code code > span {
    counter-increment: line;
}
.code-samples-ext__code code > span:before {
    content: counter(line);
    display: inline-block;
    width: 2rem;
    min-width: 2rem;
    color: #bfbfbf;
    -webkit-user-select: none;
} 




@media (min-width: 1921px) {
    .lnd-wrap {max-width: 1640px;}
    
}


@media (max-width: 1200px) {
   
    html {font-size: 14px;}


   

    
}

@media (max-width: 1020px) {

    .container {
        padding: 0 1rem;

    }

    .section {
        margin-top: 4rem;
        padding: 4rem 0;
    }


    .section-header__heading, .format-about__heading, .format-actions__heading {
        font-size: 2.5rem;
    }


    .format-article  {
        margin-top: 0;
    }

    .format-header__heading {
        font-size: 3rem;
       
    }

    .format-code__code  {
        overflow-x: scroll;
        -webkit-text-size-adjust: none;
    }

    
    .format-code__package {
        display: none;
    }
    .format-code__copy {
        padding-right: 0.5rem;
    }

    .format-code__result {
        padding-right: 0.5rem;
        right: 5.5rem;
    }
    .format-code__copy span, .format-code__result span {
        display: none;
    }


    .format-code__top-link {
        padding-right: 0.5rem;
    }
    .format-code__top-link span {
        display: none;
    }


    a.format-code__link--package {
        /* display: block; */
    }

    a.format-code__link {
        width: 100%;
    justify-content: center;
    overflow: hidden;
    }



    .format-links-list--col-4>li {
        width:50%
    }

    .format-links-list--col-6>li {
        width:50%
    }

    .format-about__content {
        flex-direction: column-reverse;
    }


    .format-about__img {
        display: none;
    }

    .format-about__content{
        align-items: normal;
    }

    .format-about__heading {
        word-wrap: break-word;
    }


    .format-features__block {
        padding: 2rem 0 0;
    }

    .format-features__visual {
        width: 25rem;
        height: 25rem;
    }
      
    .code-samples__code {
        overflow-x:scroll;
        -webkit-text-size-adjust: none;

    }

    .code-samples-ext__code {
        overflow-x:scroll;
        -webkit-text-size-adjust: none;

    }

    .code-samples__wrap {
        padding-top: 1rem;
       
    }

    .code-samples__text {
        font-size: 0.9rem;
    }

  
}


@media (max-width: 850px) {

    .format-features__block {
        grid-template-columns: 100%;
        row-gap: 4rem;
        column-gap: 0;
    }

    .format-features__visual {
        width: 100%;
        height:auto;
    }
}

/* Code samples */

.code-samples__subtitle {
    margin-top: 2rem;

    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: -0.01em;
    color: #272D37;
    /* padding-left: 1.5rem; */
}

.code-samples__wrap {
    padding-top: 0.5rem;
    max-width: 71.625rem;
    margin: 0 auto;
}

.code-samples__text {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.1px;
    color: #5F6D7E;
}

.code-samples__text > p {
    /* padding-left: 1.5rem; */
}

.code-samples__text a {
    color:#2A6AE2;
}

.code-samples__note {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: -0.01em;
    color: #464f5a;
    padding: 0.875rem 1.5rem;

    border-bottom: 1px solid #edf1f7;
}

.code-samples__tabs {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.75;

    padding: 0 1.5rem;

    border-bottom: 1px solid #edf1f7;
    display: flex;
    gap:1rem;
}

.code-samples__tabs > a {
    padding: 1rem 0.5rem;
    color:#272D37;
    margin-bottom: -1px;
}

.code-samples__tab--blue.active  {
    border-bottom: 2px solid #378BBA;
    color: #378BBA;
}

.code-samples__tab--violet.active  {
    border-bottom: 2px solid #512BD4;
    color: #512BD4;
}

.code-samples__tab--light-blue.active  {
    border-bottom: 2px solid #3A76F0;
    color: #3A76F0;
}
.code-samples__tab--yellow.active  {
    border-bottom: 2px solid #faca4e;
    color: #f3be37;
}



.code-samples__desc {
    margin-top: 2.5rem;
    background: #FFFFFF;
    box-shadow: 0 0.0625rem 0.1875rem rgba(96, 108, 128, 0.05);
    border-radius: 0.5rem;

}
.code-samples__code {

    padding: 2rem 1.5rem;
    overflow-x: hidden;
    font-size: 0.875rem;
    display: none;
}

.code-samples__code.active {
    display: block;
}

.code-samples__code code > span {
    counter-increment: line;

}
.code-samples__code code > span:before{
    content: counter(line);
    display: inline-block;
    width: 2rem;
    min-width: 2rem;
    color: #bfbfbf;
    -webkit-user-select: none;
}

/* Quick Start */

.browser__package-box {
    padding: 1rem 0 1rem 0;
}

.browser__package {
    position: relative;
    background-color: #fff;
    border-radius: 0.625rem;
    height: 3.3rem;
    display: flex;
    align-items: center;
}

.browser__package > i {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
   
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 1.5rem;
    margin-bottom: 0.2rem;
}

.browser__package--net > i {
    background-image: url(/img/icons.svg#package_net);
}

.browser__package--java > i {
    background-image: url(/img/icons.svg#package_java);
}

.browser__package--nodejs-java > i {
    background-image: url(/img/icons.svg#package_node);
}

.browser__package--python-net > i {
    background-image: url(/img/icons.svg#package_python);
}

.browser__package > code {
    font-family: monospace;
    font-size: 0.875rem;
    color:#272d37;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 86%;
}

.browser__package > button {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(/img/icons.svg#copy);
    background-size: 1.5rem;
    background-repeat: no-repeat;
    margin-left: auto;
    padding: 0 1.1rem;
   

}

.browser__package > button.browser__done {
    background-image: url(/img/icons.svg#done);

}

/* Ready to get started? */

.family-actions__btns{
    display: flex;
    gap: 1.4rem;
    justify-content: center;
}

/* Faq */
.faq__list a {color:#2865E0;}

.faq__list-item {
    background: #FFFFFF;
    border: 1px solid #E5EAF4;

    border-radius: 0.5rem;
    padding: 2rem;
    margin-bottom: 1rem;
    cursor:pointer;
    transition: border-color 0.15s linear;
}

.faq__list-item:hover {
    border-color:#ccd1db;
}

.faq__list-item:last-child {
    margin-bottom:0;
}

.faq__question {
    font-size: 1.25rem;
    font-weight: 600;
    color:#2B2B2B;
    display: flex;
    justify-content: space-between;
    line-height: 2rem;
}

.faq__question > span  {
    width: 100%;
}

.faq__icon {
    width: 1rem;
    height: 1rem;
    background-image: url(/img/fam/icons.svg#faq_plus);
    background-repeat: no-repeat;
    background-size: 1rem;
    margin-top: 0.25rem;
    margin-left:1rem;
}

.faq__answer {
    display: none;
    font-size: 1rem;
    line-height: 1.8rem;
    color: #5B5B5B;
    margin-top:1rem;
}

.faq__list-item.opened .faq__answer {
    display: block;
}

.faq__list-item.opened .faq__icon {
    background-image:  url(/img/fam/icons.svg#faq_minus);
}


/* Other products */

.family-features__list {

        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;

}

.family-features__item {
    border:1px solid #EAEBF0;
    border-radius: 0.375rem;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:1rem;
    text-align: center;
    height: 100%;
}

.family-features__item-icon {
    width: 3rem;
    height:3rem;
    border-radius: 50%;
    background-color: #2865E0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
}

.family-features__item-heading  {
    font-size: 1.375rem;
    font-weight: 600;
    color:#272D37;
    letter-spacing: -0.3px;
}

.family-features__item-subheading  {
    color: #5F6D7E;
}


.family-formats-promo {
    background-color: #2865E0;
    background-image: url(/img/fam/bg.webp);
    border-radius: 1rem;


    min-height: 19.25rem;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}
.family-formats-promo__footer {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 28%;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/img/fam/file-formats.svg);
}

.family-formats-promo__heading {
    font-family: 'Poppins','Inter', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
}

.family-formats-promo__subheading {
    margin-top: 0.75rem;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.44;
    letter-spacing: -0.03em;
    color: #ffffffa1;
    text-align: center;
    max-width: 50rem;
    margin: 0 auto;
}

.family-formats-promo__subheading a {
    color:#fff;
}

@media (max-width: 768px) {
    .family-features__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .family-features__list {
        grid-template-columns: 1fr;
    }
}

.format-code__top-links-one-line {
    position: absolute;
    right: 1.5rem;
    display: flex;
    gap:1rem;
}