
.button {
    max-width: 100%;
    height: 56px;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: DM Sans, serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    border-radius: 30px;
    padding: 0 22px;
    cursor: pointer;
}
.section-1 {
    display: grid;
    grid-template-columns: minmax(100px, 1420px);
    padding: 128px 16px 88px 16px;
    justify-content: center;
    background: #fff
}

.section-1__wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px
}

@media(max-width: 1070px) {
    .section-1__wrap {
        grid-template-columns:1fr
    }
}

.section-1__text-wrap {
    grid-column: 1/6;
    display: grid;
    grid-template-rows: repeat(5, max-content)
}

@media(max-width: 1070px) {
    .section-1__text-wrap {
        grid-column:1/1;
        margin-bottom: 20px
    }
}

.section-1__title {
    font-family: "DM Sans","serif";
    font-style: normal;
    font-weight: bold;
    color: #4f4f4f;
    font-size: 60px;
    letter-spacing: -0.5px;
    margin: 0 0 16px 0
}

@media(max-width: 1250px) {
    .section-1__title {
        font-size:45px;
        margin-bottom: 8px
    }
}

@media(max-width: 550px) {
    .section-1__title {
        font-size:24px
    }
}

.section-1__text-3 {
    font-family: "Roboto","serif";
    font-style: normal;
    font-weight: normal;
    color: #4f4f4f
}

.section-1__text-2 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .15px;
    color: #5f5f5f;
    margin-bottom: 33px
}

@media(max-width: 1250px) {
    .section-1__text-2 {
        font-size:14px;
        margin-bottom: 15px
    }
}

@media(max-width: 1070px) {
    .section-1__text-2 {
        margin-bottom:8px
    }
}

.section-1__text4 {
    font-size: 16px;
    letter-spacing: .5px;
    margin-top: 32px;
    margin-bottom: 16px;
    font-family: "Roboto","serif";
    color: #4f4f4f
}

@media(max-width: 1250px) {
    .section-1__text4 {
        font-size:14px;
        margin-top: 15px
    }
}

@media(max-width: 1070px) {
    .section-1__text4 {
        margin-top:8px;
        font-size: 18px
    }
}

.section-1__launch-tutorial {
    font-size: 16px;
    font-weight: bold;
    color: #2d9cdb
}

.section-1__text-3 {
    font-size: 14px;
    letter-spacing: .1px
}

@media(max-width: 1250px) {
    .section-1__text-3 {
        font-size:12px;
        margin-top: 8px
    }
}

@media(max-width: 1070px) {
    .section-1__text-3 {
        margin-top:24px
    }
}

.section-1__car {
    grid-column: 7/13;
    width: 78%
}

@media(max-width: 1070px) {
    .section-1__car {
        display:none
    }
}

.section-1__car img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height);
    border-radius: 10px
}

.section-1__car-mobile {
    width: 100%;
    display: none
}

@media(max-width: 1070px) {
    .section-1__car-mobile {
        display:block;
        grid-column: 1/1
    }
}

.section-1__car-mobile img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height);
    border-radius: 10px
}

.section-1 .free-trial-button-notice {
    color: #5f5f5f;
    font-style: italic;
    text-align: center
}

@media(min-width: 800px) {
    .section-1 .free-trial-button-notice {
        width:400px
    }
}

.section-1 .button {
    width: 400px
}

.start-free-trial-button-wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column
}

.button.free-trial-button-home-page {
    background: #5fb9df;
    color: #fff;
    letter-spacing: .075em;
    font-weight: 500;
    font-size: 24px;
    text-decoration: blink;
}

.button.free-trial-button-home-page:hover {
    color: #fff
}

.free-trial-button-notice {
    color: #5f5f5f;
    font-style: italic;
    text-align: center
}

@media(min-width: 800px) {
    .free-trial-button-notice {
        width:400px
    }
}

.containercd-bcg-grey {
    background-color: #edeff3
}

.containercd-bcg-white {
    background-color: #fff
}

.containercd-bcg-creamy {
    background-color: #f9f9f9
}

.containercd-bcg-blue {
    background: rgba(51,169,219,.3)
}

.containercd {
    display: grid;
    grid-template-columns: minmax(100px, 1420px);
    padding: 78px 16px 88px 16px;
    justify-content: center
}

.containercd__wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
    background: #edeff3;
    padding: 32px;
    border-radius: 30px;
    margin: 32px 0
}

@media(max-width: 1070px) {
    .containercd__wrap {
        grid-template-columns:1fr
    }
}

.containercd__title {
    max-width: 939px;
    font-family: "DM Sans","serif";
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    color: rgba(0,0,0,.6);
    margin: 0 auto 16px
}

@media(max-width: 615px) {
    .containercd__title {
        font-size:34px;
        margin-bottom: 20px
    }
}

@media(max-width: 445px) {
    .containercd__title {
        font-size:24px;
        margin-bottom: 20px
    }
}

.containercd__start_title {
    max-width: 939px;
    font-family: "DM Sans","serif";
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    color: #fff;
    margin: 0 auto 64px
}

@media(max-width: 615px) {
    .containercd__start_title {
        font-size:34px;
        margin-bottom: 20px
    }
}

@media(max-width: 445px) {
    .containercd__start_title {
        font-size:24px;
        margin-bottom: 20px
    }
}

.containercd__title_position {
    text-align: center
}

.containercd .our_descr {
    font-family: "DM Sans","serif";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .15px;
    color: #333;
    max-width: 500px;
    margin-bottom: 24px
}

.containercd__text-wrap {
    grid-column: 1/6
}

@media(max-width: 1070px) {
    .containercd__text-wrap {
        grid-column:1/1
    }
}

.containercd__text-wrap .business-buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.containercd__text-wrap .business-buttons .button:first-of-type {
    margin-right: 16px;
    margin-bottom: 10px
}

.containercd__text-wrap .try-selfcad-buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.containercd__text-wrap .try-selfcad-buttons .button:first-of-type {
    margin-right: 16px;
    margin-bottom: 10px
}

.containercd__text-wrap .try-selfcad-buttons .free-trial-button-notice {
    display: none
}

.containercd__text-wrap .home-page-pricing-link {
    font-family: 'DM Sans';
    text-decoration: unset;
    color: #0196b6 !important;
    font-weight: 500;
    font-size: 26px
}

    .containercd__text-wrap .home-page-pricing-link:hover {
        color: #0196b6 !important;
    }

.containercd__name {
    font-family: "DM Sans","serif";
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 20px;
    color: rgba(0,0,0,.6)
}

.containercd__text-1,.containercd__text-2 {
    font-family: "Roboto","serif";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: .5px;
    color: rgba(0,0,0,.6)
}

.containercd__title-span {
    font-family: "Roboto","serif";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: .5px;
    color: rgba(0,0,0,.6);
    text-align: center
}

.containercd__checkout-businesses {
    font-family: "Roboto","serif";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .5px;
    text-decoration: underline !important;
    color: rgba(0,0,0,.6) !important;
    margin-bottom: 16px
}

.containercd__text-1,.containercd__text-2 {
    margin-bottom: 30px
}

.containercd a.containercd__btn.contact-us {
    width: 124px
}

.containercd a.containercd__btn.pricing {
    width: 404px
}

.containercd__text-position {
    display: grid
}

.containercd__testimonial {
    font-family: "DM Sans","serif";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    display: block;
    margin-bottom: 16px;
    width: 100%;
    color: rgba(0,0,0,.6)
}

.containercd.no_testimonials .containercd__testimonial {
    display: none
}

.containercd__img {
    grid-column: 7/13;
    width: 100%;
    filter: drop-shadow(0px 0px 26px rgba(117, 117, 117, 0.8))
}

@media(max-width: 1070px) {
    .containercd__img {
        grid-column:1/1;
        display: none
    }
}

@media(max-width: 600px) {
    .containercd__img {
        filter:drop-shadow(0px 0px 4px rgba(117, 117, 117, 0.8))
    }
}

.containercd__img img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height);
    border-radius: 15px
}

@media(max-width: 600px) {
    .containercd__img img {
        width:100%
    }
}

.containercd__tes-wrap {
    background: #fff;
    box-shadow: 0 0 50px rgba(117,117,117,.3);
    border-radius: 15px;
    padding: 24px 28px 24px 28px;
    max-width: 485px;
    height: max-content
}

@media(max-width: 1070px) {
    .containercd__tes-wrap {
        box-shadow:0 0 9px rgba(117,117,117,.3)
    }
}

@media(max-width: 1070px) {
    .containercd__tes-wrap:nth-child(2) {
        grid-column:1/1;
        grid-row: 1/1
    }
}

.containercd__ava {
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 16px;
    grid-template-rows: repeat(2, 30px)
}

@media(max-width: 1230px)and (min-width: 1070px) {
    .containercd__ava {
        grid-template-rows:repeat(2, max-content)
    }
}

.containercd__ava img {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.containercd__user-text-1,.containercd__user-text-2 {
    font-family: "DM Sans","serif";
    font-style: normal;
    color: rgba(0,0,0,.6)
}

.containercd__user-text-1 {
    font-weight: bold;
    font-size: 16px;
    grid-column: 2/2
}

.containercd__user-text-2 {
    font-weight: normal;
    font-size: 18px;
    grid-column: 2/2
}

.containercd__feedback {
    font-family: "Roboto","serif";
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    color: rgba(0,0,0,.6)
}

.containercd__user {
    margin-top: 16px;
    display: grid;
    max-width: 486px;
    column-gap: 16px;
    min-height: 160px
}

.containercd__user::-webkit-scrollbar {
    width: 0
}

@media(max-width: 1070px) {
    .containercd__user {
        grid-template-columns:repeat(2, max-content);
        padding: 16px 0 20px 16px;
        width: 90vw;
        overflow: scroll
    }
}

.containercd .section-img {
    display: none
}

@media(max-width: 1070px) {
    .containercd .section-img {
        grid-column:1/1;
        display: block;
        margin-bottom: 15px
    }
}

.containercd__text-to-right {
    grid-column: 8/13
}

@media(max-width: 1070px) {
    .containercd__text-to-right {
        grid-column:1/1
    }
}

.containercd .img-to-right {
    grid-column: 1/7;
    grid-row: 1/1
}

@media(max-width: 1070px) {
    .containercd .img-to-right {
        grid-column:1/1
    }
}

.containercd__gallery-title {
    text-align: center
}

.features-containercd {
    width: 100%;
    min-height: 950px;
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 64px 16px
}

.gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px
}

.gallery__wrap {
    height: 460px;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden
}

@media(max-width: 1100px) {
    .gallery__wrap {
        border-bottom-left-radius:0;
        border-bottom-right-radius: 0;
        box-shadow: 0 73px 60px -31px rgba(117,117,117,.15);
        display: grid;
        grid-template-rows: 1fr max-content
    }
}

.gallery__desktop {
    height: 100%;
    position: relative
}

.gallery__desktop:hover .gallery__blur {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background: rgba(0,0,0,.3)
}

.gallery__desktop:hover .gallery__deskt-descr {
    visibility: visible
}

.gallery__blur {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transition: .3s
}

@media(max-width: 1100px) {
    .gallery__blur {
        display:none
    }
}

.gallery__text {
    padding: 64px;
    display: grid;
    height: 100%;
    grid-template-rows: repeat(2, max-content);
    row-gap: 22px
}

@media(max-width: 1100px) {
    .gallery__text {
        padding:24px 16px
    }
}

.gallery__tool-title,.gallery__deskt-descr {
    font-family: "DM Sans","serif";
    font-style: normal
}

.gallery__tool-title {
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    z-index: 10;
    font-weight: bold
}

@media(max-width: 600px) {
    .gallery__tool-title {
        font-size:32px
    }
}

.gallery__tool-title_mmf {
    font-size: 43px
}

.gallery__deskt-descr {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    transition: .2s;
    z-index: 10;
    visibility: hidden
}

@media(max-width: 1100px) {
    .gallery__deskt-descr {
        display:none
    }
}

.gallery__mobile-descr {
    padding: 24px 16px;
    box-sizing: border-box;
    font-family: "Roboto","serif";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,.6);
    z-index: 100;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: none
}

@media(max-width: 1100px) {
    .gallery__mobile-descr {
        display:block
    }
}

.gallery__mmf {
    grid-column: 1/7
}

@media(max-width: 750px) {
    .gallery__mmf {
        grid-column:1/13
    }
}

.gallery__mmf-bcg {
    background: url(/deployments/20240714053542685/img/2912076f3f99d5e9.png) no-repeat;
    background-size: cover
}

.gallery__fix {
    grid-column: 7/13
}

@media(max-width: 750px) {
    .gallery__fix {
        grid-column:1/13
    }
}

.gallery__fix-bcg {
    background: url(/deployments/20240714053542685/img/1531b060f17644ca.png) no-repeat;
    background-size: cover
}

.start-bcg {
    background-color: #2d9cdb
}

.our_title {
    margin-bottom: 24px
}

.more-tools {
    width: 100%;
    min-height: 568px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 72px 16px;
    background: #edeff3
}

.more-tools h2 {
    margin: 0 0 64px 0;
    width: 100%;
    font-family: DM Sans,serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #4f4f4f
}

.more-tools .more-tools-grid {
    width: 99%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 460px));
    column-gap: 20px;
    row-gap: 42px;
    justify-content: center
}

.more-tools .more-tools-grid .tool {
    width: 100%
}

.more-tools .more-tools-grid .tool .more-tools-containercd {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-bottom: 11px;
    background: #fff;
    color: rgba(0,0,0,.6);
    border-radius: 30px;
    padding: 32px;
    min-height: 285px
}

.more-tools .more-tools-grid .tool img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height);
    box-shadow: 0 73px 60px -31px rgba(117,117,117,.3);
    border-radius: 10px
}

.why-us-containercd {
    width: 100%;
    min-height: 568px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 72px 16px;
    background: rgba(51,169,219,.3)
}

.why-us-containercd h2 {
    margin: 0 0 64px 0;
    width: 100%;
    font-family: DM Sans,serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #4f4f4f
}

.why-us-containercd h4 {
    margin: 0;
    width: 100%;
    font-family: DM Sans,serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 56px;
    text-align: center;
    color: #4f4f4f
}

.why-us-containercd .more-tools-grid {
    width: 99%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 460px));
    column-gap: 40px;
    justify-content: center
}

.why-us-containercd .more-tools-grid .tool {
    width: 100%
}

.why-us-containercd .more-tools-grid .tool .more-tools-containercd {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-bottom: 11px;
    background: linear-gradient(116.11deg, #33A9DB 7.96%, rgba(51, 169, 219, 0.5) 49.19%, rgba(51, 169, 219, 0.3) 84.24%);
    box-shadow: 0px 8px 16px rgba(51,169,219,.25);
    color: #fff;
    border-radius: 30px;
    padding: 32px;
    min-height: 420px
}

.why-us-containercd .more-tools-grid .tool .why-us-containercd__name {
    font-family: "DM Sans","serif";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff
}

.why-us-containercd .more-tools-grid .tool .why-us-containercd__text-1 {
    font-family: "Roboto","serif";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: .5px;
    color: #fff;
    margin-bottom: 16px
}

.why-us-containercd .more-tools-grid .tool img {
    height: auto
}

.why-us-containercd .more-tools-grid .tool .why-us-img {
    display: flex;
    justify-content: center;
    margin-bottom: 25px
}

.more-tutorials {
    width: 100%;
    min-height: 568px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 64px 16px;
    background: rgba(51,169,219,.3)
}

.more-tutorials h2 {
    margin: 0 0 16px 0;
    width: 100%;
    font-family: DM Sans,serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #4f4f4f
}

.more-tutorials .more-tutorials-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 300px));
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    margin-bottom: 32px
}

@media(max-width: 750px) {
    .more-tutorials .more-tutorials-grid {
        grid-template-columns:repeat(auto-fit, minmax(100px, 280px))
    }
}

.more-tutorials .more-tutorials-grid .tool {
    width: 100%
}

.more-tutorials .more-tutorials-grid .tool .containercd {
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 100%;
    margin-bottom: 11px;
    background: #fff;
    color: rgba(0,0,0,.6);
    border-radius: 30px;
    padding: 32px
}

.more-tutorials .more-tutorials-grid .tool img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height);
    box-shadow: 0 73px 60px -31px rgba(117,117,117,.3);
    border-radius: 10px
}

.start {
    align-items: center;
    display: flex;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
    justify-content: center;
    flex-direction: column
}

@media(max-width: 1160px) {
    .start {
        gap:20px
    }
}

.start__text-wrap {
    grid-column: 3/8;
    display: grid
}

@media(max-width: 1160px) {
    .start__text-wrap {
        grid-column:3/12
    }
}

@media(max-width: 560px) {
    .start__text-wrap {
        grid-column:1/13
    }
}

.start__text-wrap .more-features {
    margin-top: 32px;
    font-size: 16px;
    text-align: center;
    color: #fff
}

.start__text-wrap .more-features:hover {
    text-decoration: underline;
    color: #fff
}

.start__descr {
    font-family: "DM Sans","serif";
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: .18px;
    color: #fff
}

@media(max-width: 560px) {
    .start__descr {
        font-size:24px
    }
}

.start .start-free-trial-button-wrapper {
    margin-top: -14px;
    align-items: center
}

.start .free-trial-button-notice {
    color: #fff
}

.start .button {
    border: 1px solid transparent;
    background: #fff;
    color: #2d9cdb
}

.start .button:hover {
    border: 1px solid #fff;
    background: #2d9cdb;
    color: #fff
}

.our {
    display: grid;
    gap: 20px;
    justify-content: center;
    min-height: 576px
}

.our__articles {
    display: grid;
    grid-template-columns: max-content max-content;
    row-gap: 24px;
    column-gap: 64px
}

@media(max-width: 760px) {
    .our__articles {
        grid-template-columns:max-content
    }
}

.our__article {
    display: grid;
    max-width: 340px;
    transition: .3s
}

.our__article:hover {
    transform: scale(1.1, 1.1)
}

.our__article:hover .our__img-name {
    text-decoration: underline
}

.our__article .blog-thumbnail-img {
    margin-bottom: 16px;
    width: 100%;
    min-width: 350px;
    min-height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #fff;
    background-image: url(/deployments/20240714053542685/img/e04035751fdc4184.svg)
}

.our__text-title {
    font-family: "DM Sans","serif";
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 46px;
    color: #333
}

@media(max-width: 575px) {
    .our__text-title {
        font-size:36px
    }
}

.our__text,.our__date {
    font-family: "Roboto","serif";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    color: #999
}

.our__img-wrap {
    display: grid
}

.our__img-wrap img {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 16px
}

.our__img-name {
    font-family: "DM Sans","serif";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .15px;
    color: #333;
    margin-bottom: 8px
}

.selfcad-for-pc-containercd {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 64px;
    width: 100%;
    background: #f9f9f9;
    padding: 72px 16px;
    justify-content: center
}

@media screen and (max-width: 1510px) {
    .selfcad-for-pc-containercd {
        flex-direction:column;
        align-items: center
    }
}

.selfcad-for-pc-containercd .pc-image {
    width: 691px;
    max-width: 100%
}

.selfcad-for-pc-containercd .pc-image img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height)
}

.selfcad-for-pc-containercd .pc-title {
    width: 579px;
    max-width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #4f4f4f
}

.selfcad-for-pc-containercd .pc-title.mobile {
    display: none;
    margin-top: 0
}

@media screen and (max-width: 1510px) {
    .selfcad-for-pc-containercd .pc-title.mobile {
        display:block
    }
}

.selfcad-for-pc-containercd .selfcad-for-pc {
    max-width: 100%
}

@media screen and (max-width: 1510px) {
    .selfcad-for-pc-containercd .selfcad-for-pc .pc-title {
        display:none
    }
}

.selfcad-for-pc-containercd .download-buttons-section {
    max-width: 100%;
    display: flex;
    flex-direction: column
}

.selfcad-for-pc-containercd .download-buttons-section p {
    padding-left: 24px;
    color: #757575
}

.selfcad-for-pc-containercd .download-buttons-section .download-buttons-containercd {
    width: 100%;
    min-height: 104px
}

.selfcad-for-pc-containercd .learn-more {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .15px;
    color: #2d9cdb
}

.download-buttons {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media(max-width: 768px) {
    .download-buttons {
        justify-content:center
    }
}

.download-buttons.vertical {
    flex-direction: column;
    align-items: center;
    align-content: center
}

.download-buttons.vertical .download-button,.download-buttons.vertical .download-button-mac,.download-buttons.vertical .download-button-windows {
    width: 350px
}

.download-buttons.vertical .download-button-mac {
    margin-right: unset
}

.download-buttons.vertical .download-button-text {
    flex-grow: 1
}

.download-buttons .download-button {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 16px 24px;
    position: relative
}

.download-buttons .download-button .MuiButtonBase-root {
    background: #2d9cdb
}

.download-buttons .download-button .download-button-text {
    flex-grow: 1
}

.download-buttons .download-button .download-button-ui {
    display: flex;
    height: 56px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-grow: 1
}

.download-buttons .download-button .download-button-ui.secondary .microsoft-icon {
    background-color: #f50057;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMy4wODE2N0w4LjE3MzM3IDEuOTcxOTdMOC4xNzY5NCA5LjgzMTU1TDAuMDA3NDY2MzUgOS44Nzc5M0wwIDMuMDgxNjdaTTguMTY5NDcgMTAuNzM3MUw4LjE3NTgyIDE4LjYwMzZMMC4wMDYzNDQxMSAxNy40ODM4TDAuMDA1ODg2MDUgMTAuNjg0NEw4LjE2OTQ3IDEwLjczNzFaTTkuMTYwMjggMS44MjY4TDE5Ljk5NzUgMC4yNVY5LjczMTU5TDkuMTYwMjggOS44MTczNlYxLjgyNjhaTTIwIDEwLjgxMTFMMTkuOTk3NSAyMC4yNUw5LjE2MDI1IDE4LjcyNTJMOS4xNDUwNyAxMC43OTM0TDIwIDEwLjgxMTFaIiBmaWxsPSIjRjlGOUY5Ii8+Cjwvc3ZnPgo=);
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px
}

.download-buttons .download-button.dropdown-button-active .download-dropdown-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center
}

.download-buttons .download-button .microsoft-icon {
    margin-right: 18px
}

.download-buttons .download-button .apple-icon {
    display: flex;
    font-size: 24px;
    margin-right: 18px
}

.download-buttons .download-button .arrow-down-icon {
    font-size: 38px
}

.download-buttons .download-button .download-dropdown-content {
    width: 400px;
    display: none;
    position: absolute;
    z-index: 1;
    top: 85px;
    background: #efefef;
    border-radius: 10px;
    left: 0;
    padding: 24px 10px 24px 10px;
    cursor: default;
    box-shadow: 0 4px 4px rgba(117,117,117,.35)
}

.download-buttons .download-button .download-dropdown-content .tooltip-arrow {
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #efefef;
    top: -6px;
    background-color: #efefef;
    transform: rotate(45deg)
}

.download-buttons .download-button .download-dropdown-content .storage-choice-description {
    text-align: center;
    color: #343434
}

.download-buttons .download-button .download-dropdown-content .storage-option-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    flex-grow: 1;
    color: #434343
}

.download-buttons .download-button .download-dropdown-content .storage-choices {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center
}

.download-buttons .download-button .download-dropdown-content .storage-choices-splitter {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    flex-grow: .02
}

.download-buttons .download-button .download-dropdown-content .storage-choices-splitter .splitter-line {
    display: inline-block;
    width: 1px;
    height: 48px;
    margin-top: auto;
    margin-bottom: auto;
    border-left: 1px solid #757575
}

.download-buttons .download-button .download-dropdown-content .storage-choice-option {
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: 8px;
    padding: 16px;
    flex-grow: .49;
    border: 1px solid transparent;
    border-radius: 16px
}

.download-buttons .download-button .download-dropdown-content .storage-choice-option:hover {
    border-color: #757575;
    color: #757575
}

.download-buttons .download-button .download-dropdown-content .storage-option-icon {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center
}

.download-buttons .download-button .download-dropdown-content .storage-option-icon img {
    width: 64px;
    height: 64px
}

.download-buttons .download-button .download-dropdown-content .explanation-link {
    color: #757575;
    text-decoration: underline
}

.download-buttons .download-button .download-dropdown-content .explanation-link:hover {
    color: #434343
}

.download-buttons .download-button .download-dropdown-content .requirements-row {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    width: 100%;
    border-top: 1px solid #c5c5c5;
    margin-top: 8px;
    padding-top: 8px;
    color: #757575
}

.download-buttons .download-button .download-dropdown-content .requirements-row a {
    color: #757575;
    text-decoration: underline
}

.download-buttons .download-button .download-dropdown-content .requirements-row:hover,.download-buttons .download-button .download-dropdown-content .requirements-row:hover a {
    color: #757575
}

.return-button-row {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center
}

.return-button-row .return-button-description {
    display: flex;
    flex-direction: column;
    max-width: 65%
}

.features-grid {
    width: 1560px;
    max-width: 100%;
    background: inherit;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center
}

.features-grid h2 {
    color: #4f4f4f;
    max-width: 100%;
    font-size: 48px;
    line-height: 56px;
    margin-top: 0;
    margin-bottom: 32px;
    text-align: center
}

.features-grid span {
    color: #4f4f4f;
    max-width: 100%;
    margin-bottom: 32px;
    text-align: center
}

.features-grid .grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 506px));
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    margin-bottom: 20px
}

.features-grid .grid .grid-item {
    width: 700px;
    max-width: 100%;
    max-height: 460px;
    margin: 0;
    position: relative
}

.features-grid .grid .grid-item figcaption {
    position: absolute;
    left: 9.14%;
    top: 10%;
    font-weight: bold;
    font-size: 30px;
    line-height: 56px;
    color: #fff
}

.features-grid .grid .grid-item img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height)
}

.features-grid .grid div {
    overflow: hidden
}

.features-grid .slice-and-print {
    max-width: 100%;
    position: relative;
    margin: 0;
    grid-column-end: span 2
}

@media(max-width: 1468px) {
    .features-grid .slice-and-print {
        width:700px;
        grid-column-end: auto
    }
}

.features-grid .slice-and-print .image-text {
    position: absolute;
    left: 8%;
    top: 12%;
    font-weight: bold;
    font-size: 2.5vw;
    line-height: 56px;
    color: #fff
}

.features-grid .slice-and-print img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width)/attr(height)
}

.start-free-trial-button-wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 600px) {
    .start-free-trial-button-wrapper {
        max-width:300px
    }

    .start-free-trial-button-wrapper .button.free-trial-button-home-page {
        font-size: 20px
    }
}

.button.free-trial-button-home-page {
    background: #5fb9df;
    color: #fff;
    letter-spacing: .075em;
    font-weight: 500;
    font-size: 24px
}

.button.free-trial-button-home-page:hover {
    color: #fff
}

.free-trial-button-notice {
    color: #5f5f5f;
    font-style: italic;
    text-align: center
}

@media(min-width: 800px) {
    .free-trial-button-notice {
        width:400px
    }
}
