.elementor-880 .elementor-element.elementor-element-093539f{padding:100px 0px 100px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-880 .elementor-element.elementor-element-1ea7cee > .elementor-widget-container{background-color:var( --e-global-color-accent );margin:0px 0px -20px 0px;padding:10px 0px 10px 0px;}.elementor-880 .elementor-element.elementor-element-1ea7cee{text-align:center;}.elementor-880 .elementor-element.elementor-element-1ea7cee .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:32px;font-weight:700;color:var( --e-global-color-537cdb2e );}.elementor-880 .elementor-element.elementor-element-6fa0a89 > .elementor-widget-container{padding:20px 20px 20px 20px;border-style:solid;border-width:0px 1px 1px 1px;border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-880 .elementor-element.elementor-element-093539f{padding:20px 0px 20px 0px;}}@media(max-width:767px){.elementor-880 .elementor-element.elementor-element-1ea7cee .elementor-heading-title{font-size:24px;}}@media(max-width:1024px) and (min-width:768px){.elementor-880 .elementor-element.elementor-element-dc0374f{width:100%;}}/* Start custom CSS for html, class: .elementor-element-6fa0a89 */.section-code-example {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 80px 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    color: #31364c;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}

.container-code-example {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-code-example {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 55%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.title-code-example.title-code-example-left {
    text-align: left;
}
.title-code-example {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
}

.paragraph-code-example-lg {
    margin-bottom: 20px;
    color: #31364c;
}

.paragraph-code-example {
    margin-bottom: 20px;
    color: #31364c;
    font-size: 12px;
    line-height: 1.6;
}

.iphone-img-code-example {
    position: absolute;
    left: auto;
    top: -69px;
    right: 0px;
    width: 40%;
    max-width: 350px;
}

.link-green {
    color: #07c0ca;
    font-weight: 700;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .title-code-example {
        font-size: 32px;
    }

    .section-code-example.section-code-example-min-height {
    min-height: 0px;
    padding-bottom: 0px;
}

.iphone-img-code-example {
    top: auto;
    bottom: 0px;
}
}
@media screen and (max-width: 767px) {
    .title-code-example {
        font-size: 26px;
    }
}
@media screen and (max-width: 479px) {
    .title-code-example {
        font-size: 24px;
    }
    .section-code-example {
        padding: 60px 16px;
    }

.iphone-img-code-example {
    position: relative;
    left: 0px;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.container-code-example {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box-code-example {
    width: 100%;
    max-width: none;
    min-width: 100%;
}
}/* End custom CSS */