

.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-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:var(--link-color);
}


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

.lnd-wrap--custom-spacing {
    margin-top:60px;
    padding-bottom: 0;
}

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




.family-header {

    background-color: #2865E0;
    padding: 2.5rem 0;
    background-image: url(/img/fam/bg.webp);

}

.family-header__columns {
    display: flex;

    padding: 3rem 0; /*fix breadcrumbs*/
    /*padding-bottom: 5rem;*/
}

.family-header__title {
    font-family: 'Poppins','Inter', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: -1px;
}

.family-header__title--center {
    text-align: center;
}

.family-header__title--spacing {
    margin-bottom: 1rem !important;
}

.family-subheader__title {
    line-height: 40px;
    margin-bottom: 3rem !important;
    color: #fff;
    font-size: 2rem !important;
}

.family-header__title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6rem;
    height: 4.5rem;
    background: url(/img/fam/icons.svg#circles) 0 0 no-repeat;
    background-size: contain;
    margin-left: 1rem;
  }

.family-header__features-box {
    display: flex;
    align-items: center;
    padding-left: 3rem;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 500;
}

.family-header__features-box p {
    margin-bottom: 1rem;
}

.family-header__features-box p:last-child {
    margin-bottom: 0;
}

.family-header__features-box > ul li {
    margin-bottom: 1rem;
}

.family-header__features-box > ul  li:last-child {
    margin-bottom: 0;
}


.family-header__platforms {
    background-color: #fff;
    border-radius: 1rem;
    text-align: center;
    padding:3rem;
    padding-bottom: 5rem;

}

.family-header__platforms-heading {
    color:#9b9b9b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.family-header__platforms-list {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.family-header__platforms-list--items-4 .family-header__platform-heading {
   font-size: 3.5rem;

}

.family-header__platforms-list > li {
    text-align: center;
    /* padding: 0 2rem; */
}

.family-header__platforms-list > li > a {
    border-radius: 0.5rem;
    display: block;
    padding: 1rem;
    transition: background-color 0.2s;
    position: relative;
}

.family-header__platforms-list > li > a:hover {
    background-color: #f4f6fb;
}

.family-header__platforms-list > li > a::after {
    content: "";
    position: absolute;
    right: -1rem;
    top: 1.7rem;
    height: 6em;
    width: 1px;
    background-color: #eaebf0;

}

.family-header__platforms-list > li:last-child > a::after {
display: none;
}

.family-header__platform-heading {
    font-size: 3.875rem;
    font-family: 'Poppins','Inter', sans-serif;
    font-weight: 700;
    color:#7C7C7C;
    letter-spacing: -1px;
}

.family-header__platform-heading--blue {
    color: #2A6AE2;
}

.family-header__platform-heading--red {
    color: #FE5F55;
}
.family-header__platform-heading--green {
    color: #57AB64;
}

.family-header__platform-heading--yellow {
    color: #f3be37;
}

.family-header__platform-subheading {
    color:#333333;
    font-size:0.9rem;
}




/* actions */

.family-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;
}

.family-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;
}

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

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

.family-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;
}

.family-actions__btn--blue {
    background-color: #fff;
    color:#2A6AE2;
}

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

.family-actions__btn--green {
    background-color: #57AB64;
    color:#fff;
}

.family-actions__btn--yellow {
    background-color: #ebb939;
    color:#fff;
}

.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;
}

/*
.family-formats__list {

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

}

.family-formats__item {
     background-color: #fff;
    border:1px solid #EAEBF0;
    border-radius: 0.375rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap:1rem;

}

.family-formats__item-header-box  {
display: flex;
justify-content: space-between;
align-items: center;
}



.family-formats__item-icon {
width: 1.5rem;
height:1.5rem;
background-repeat: no-repeat;
background-position: center;
background-size: 1.5rem;
}


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

.family-formats__item-subheading  {
color: #5F6D7E;
} */


.family-platforms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    padding-top:1rem;
    margin:0 auto;
}

.family-platforms--items-2 {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;

}

.family-platforms--items-4 {
    grid-template-columns: repeat(4, 1fr);

}

.family-platform-card {
    border:1px solid #EAEBF0;
    border-radius: 0.375rem;
    padding: 1.5rem;
    display: flex;
   flex-direction: column;

}
.family-platform-card--green {
    border-top: 2px solid #57AB64;
}

.family-platform-card--blue  {
    border-top: 2px solid #2865E0;
}

.family-platform-card--red  {
    border-top: 2px solid #F4594F;
}

.family-platform-card--yellow {
    border-top: 2px solid #faca4e;

}



.family-platform__header h4 {
    font-size: 1.4rem;
font-weight: 600;
color:#272D37;
letter-spacing: -0.3px;
text-align: center;
margin-bottom: 1rem;
}



.family-platform__row {
    color:#5F6D7E;
    line-height: 1.4;
    border-bottom: 1px solid #EDEDED;
    padding: 1rem 0;
    overflow: hidden;

}

.family-platform__footer {
    padding-top: 1.5rem;
    text-align: center;
}

.family-platform-card--blue .family-platform__footer > a {
    color:#2865E0;
}

.family-platform-card--red .family-platform__footer > a {
    color:#F4594F;
}

.family-platform-card--green .family-platform__footer > a {
    color:#57AB64;
}

.family-platform-card--yellow .family-platform__footer > a {
    color:#f3be37;
}

.family-platform__row--4
{
    min-height: 7.8rem;
}

.family-platform__row--3
{
    min-height: 6.3rem;
}

.family-platform__row--2
{
    min-height: 4.8rem;
}

.family-platform__row:last-child {
    border-bottom: none;
}


.alternates__list {

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

}

.alternates__item {
    background-color: #fff;
    border:1px solid #EAEBF0;
    border-radius: 0.375rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap:1rem;
    align-items: center;
    min-height: 15rem;
    transition: border-color 0.15s linear;
}

.alternates__item:hover {
    border-color:#ccd1db;
}


.alternates__item-icon {
width: 3.15rem;
height:3.15rem;

}


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

.alternates__item-subheading  {
    text-align: center;
color: #5F6D7E;
}




/* 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;
}


.metrics__list {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom: 1px solid #eaebf0;
    border-top: 1px solid #eaebf0;
}

.metrics__item {

padding: 2.5rem 0;
display: flex;
flex-direction: column;

gap:1rem;


}
.metrics__item-number {

font-weight: 600;
font-size: 3.5rem;
line-height: 1.2;
    letter-spacing: -0.03em;
color: #2865E0;


}

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

.metrics__item-subheading  {
color: #5F6D7E;
}












/* 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);
}



.customers__list {

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: #eaeef1;

}

.customers__item {
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
padding: 2.5rem 0;
}

.customers__logo {
    width:170px;
    height:70px;
}


/* Bread crumbs */
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    color: var(--text-color);
    font-size: .875rem;
    font-weight: 400
}

.breadcrumbs>li {
    margin-bottom: 1rem
}

.breadcrumbs a {
    color: var(--breadcrumbs-color)
}

.breadcrumbs a:hover {
    text-decoration: underline !important;
}

.breadcrumbs>li>span {
    color: var(--breadcrumbs-active-color)
}

.breadcrumbs>li::after {
    content: "/";
    padding: 0 .7rem;
    opacity: .4
}

.breadcrumbs>li:last-child::after {
    content: "";
    padding: 0
}






@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;
    }

    .family-header__title {
        font-size: 3.5rem;
    }

    .family-header__platform-heading {
        font-size: 3.5rem;
    }
    .section-header__heading {
        font-size: 2.5rem;
    }

    .family-formats-promo {
        min-height: 22rem;
    }

    .family-formats-promo__heading {
        font-size: 2.5rem;
    }

    .family-actions__heading {
        font-size: 2.5rem;
    }

    .family-header__columns {
        flex-direction: column;
    }

    .family-header__features-box {
        display: none;
    }

    .family-header__platforms-list {
        flex-direction: column;
    }

    .family-header__platforms-list > li > a::after {
        display: none;
    }

    .family-features__list {
        grid-template-columns: 1fr;
    }

    .family-features__item
    {
        padding:2.5rem 1.5rem;
    }

    .family-features__item-icon {
        width: 3.5rem;
        height: 3.5rem;

        background-size: 1.75rem;
        margin-bottom: 0.5rem;
    }


    .code-samples__code {
        overflow-x: scroll;
        -webkit-text-size-adjust: none;
    }

    .code-samples__subtitle {

        padding-left: 0;
    }


    .code-samples__text > p {
        padding-left: 0;
    }


    .family-formats-promo__footer {
        height: 17%;
    }


    .metrics__list {
        grid-template-columns: 1fr;
        grid-row-gap: 0;
    }

    .metrics__item {
        padding: 2rem 1rem;
    }

    .customers__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .customers__logo {
        width: 150px;
        height: 62px;
    }

    .family-platforms {
        grid-template-columns: repeat(3, 80%);
        overflow-x: scroll;
    }

    .family-platforms--items-2 {
        grid-template-columns: repeat(2, 80%);
        width:auto;
    }

    .family-platforms--items-4 {
        grid-template-columns: repeat(4, 80%);
        width:auto;
    }

    .alternates__list {
        grid-template-columns: 1fr;
    }
}




@media (max-width: 767px) {



}


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

.format-actions__btn {
    display: block;
    font-size: 1.125em;
    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;

    padding: 0.75em 1.25em;
    font-weight: 600;
}


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

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

.format-actions__btn--secondary {
    font-size: 1em;
}


/* 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: 80%;
}

.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);

}

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

.format-code__top-links-one-line {
    position: absolute;
    right: 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);
}


/* products.groupdocs.net */


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

.format-actions__input {
    display: block;
    font-size: 1em;
    border-radius: 0.375rem;
    padding: 0.9rem 1rem;
    text-align: left;
}


.hidden {
    display: none;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-center {
    align-items: center;
}

.align-center {
    align-items: center;
}

.gdoc-search {
    position: relative;
}

.gdoc-search__width60 {
    width: 60%;
}

.gdoc-search__search-icon {
    position: absolute;
    left: 1rem;
    fill: #272D37;
    opacity: 0.4;
    width: 1rem;
    height: 1rem;
}

.gdoc-search__close-icon {
    cursor:pointer;
    position: absolute;
    right: 1rem;
    fill: #272D37;
    opacity: 0.4;
    width: 0.875rem;
    height: 0.875rem;
    transition: all 0.15s linear;
}

.gdoc-search__close-icon:hover {
    opacity: 0.8;
}

.gdoc-search::after {
    display: block;
    content: "";
    clear: both
}

.gdoc-search__input {
    width: 100%;
    padding: 1.1rem 2.5rem;
   
    border: 1px solid #e0e0e0;;
    border-radius: 6px;
    background: #fff;
    color: #272D37;
    font-size: 0.875rem !important;
    font-family: Inter, sans-serif;
    outline: none;
}


/* products */

.products-header {

    background-color: #2865E0;
    padding: 2.5rem 0;
    background-image: url(/img/fam/bg.webp);

}

.products-header__columns {
    display: flex;
    flex-flow: column;
    padding: 3rem 0; /*fix breadcrumbs*/
    padding-bottom: 5rem;
}

.products-header__title {
    font: 'Poppins','Inter', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 4rem;
    line-height: 1.1;
    letter-spacing: -1px;
}

.products-header__title--center {
    text-align: center;
}

.products-header__title--spacing {
    margin-bottom: 1rem !important;
}

.products-header__features-box {
    display: flex;
    align-items: center;
    padding-left: 3rem;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 500;
}

.products-header__features-box p {
    margin-bottom: 1rem;
}

.products-header__features-box p:last-child {
    margin-bottom: 0;
}

.products-header__features-box > ul li {
    margin-bottom: 1rem;
}

.products-header__features-box > ul  li:last-child {
    margin-bottom: 0;
}

.products-header__platforms {
    background-color: #fff;
    border-radius: 1rem;
    text-align: center;
    padding:3rem;
    padding-bottom: 5rem;

}

.products-header__platforms-heading {
    color:#9b9b9b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.products-header__platforms-list {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.products-header__platforms-list--items-4 .products-header__platform-heading {
   font-size: 3.5rem;

}

.products-header__platforms-list > li {
    text-align: center;
    /* padding: 0 2rem; */
}

.products-header__platforms-list > li > a {
    border-radius: 0.5rem;
    display: block;
    padding: 1rem;
    transition: background-color 0.2s;
    position: relative;
}

.products-header__platforms-list > li > a:hover {
    background-color: #f4f6fb;
}

.products-header__platforms-list > li > a::after {
    content: "";
    position: absolute;
    right: -1rem;
    top: 1.7rem;
    height: 6em;
    width: 1px;
    background-color: #eaebf0;

}

.products-header__platforms-list > li:last-child > a::after {
display: none;
}

.products-header__platform-heading {
    font-size: 3.875rem;
    font: 'Poppins','Inter', sans-serif;
    font-weight: 700;
    color:#7C7C7C;
    letter-spacing: -1px;
}

.products-header__platform-heading--blue {
    color: #2A6AE2;
}

.products-header__platform-heading--red {
    color: #FE5F55;
}
.products-header__platform-heading--green {
    color: #57AB64;
}

.products-header__platform-heading--yellow {
    color: #f3be37;
}

.products-header__platform-subheading {
    color:#333333;
    font-size:0.9rem;
}

.products-subheader__title {
  line-height: 32px;
  margin-bottom: 3rem !important;
  color: #fff; 
  text-align: center; 
  font-weight: 600;
}

.section-no-top-margin {
    margin-top: 0;
}

.section-no-bottom-padding {
    padding-bottom: 0;
}

.page-header__release-link {
    color:var(--link-color);
    padding-right: 2rem;
    background-image: url(/img/icons.svg#arrow_right);
    background-size: 1rem;
    background-position: right center;
    background-repeat: no-repeat;
}



  /* apply to all links that wrap items, section headers, and sections */
  a[data-keywords],
  .section-header,
  #search-area section {
    transition: opacity 0.2s ease, max-height 0.2s ease, margin 0.2s ease;
    opacity: 1;
    max-height: 2000px;    /* large enough to show content */
    overflow: hidden;
  }

  /* when toggled, fade out & collapse space */
  .filtered-out {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    pointer-events: none;
  }

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

.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;
}

@media (max-width: 1024px) {
    .format-about__img {
        display: none;
    }
}