/*#region ESM STYLES */
:root {
    --main-color: #00B1AA;
    --second-color: #535D62;
    --title-size: 24px;
    --title-bolding: 700;
    --feature-text-size: 14px;
    --feature-line-height: 20px;
    --feature-text-bolding: 300;
}

.esm-content {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background-color: #E5E3E4;
    color: var(--second-color);
    font-size: 16px;
    max-width: 1000px;
}

.esm-content * {
    box-sizing: border-box;
    line-height: 1.15;
}

.esm-content a,
.esm-content div,
.esm-content img,
.esm-content p,
.esm-content span,
.esm-content strong,
.esm-content ul {
    margin: 0;
    padding: 0;
    border: 0
}

.esm-content .esm-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.esm-content [class*="esm-col-"] {
    padding: 0;
    width: 100%
}

.esm-content .esm-col-1 {
    width: 8.3333%
}

.esm-content .esm-col-2 {
    width: 16.6666%
}

.esm-content .esm-col-3 {
    width: 25%
}

.esm-content .esm-col-4 {
    width: 33.3333%
}

.esm-content .esm-col-5 {
    width: 41.6666%
}

.esm-content .esm-col-6 {
    width: 50%
}

.esm-content .esm-col-7 {
    width: 58.3333%
}

.esm-content .esm-col-8 {
    width: 66.6666%
}

.esm-content .esm-col-9 {
    width: 75%
}

.esm-content .esm-col-10 {
    width: 83.3333%
}

.esm-content .esm-col-11 {
    width: 91.6666%
}

.esm-content .esm-col-12 {
    width: 100%
}

@media only screen and (min-width: 0px) {
    .esm-content .esm-col-s-1 {
        width: 8.3333%
    }

    .esm-content .esm-col-s-2 {
        width: 16.6666%
    }

    .esm-content .esm-col-s-3 {
        width: 25%
    }

    .esm-content .esm-col-s-4 {
        width: 33.3333%
    }

    .esm-content .esm-col-s-5 {
        width: 41.6666%
    }

    .esm-content .esm-col-s-6 {
        width: 50%
    }

    .esm-content .esm-col-s-7 {
        width: 58.3333%
    }

    .esm-content .esm-col-s-8 {
        width: 66.6666%
    }

    .esm-content .esm-col-s-9 {
        width: 75%
    }

    .esm-content .esm-col-s-10 {
        width: 83.3333%
    }

    .esm-content .esm-col-s-11 {
        width: 91.6666%
    }

    .esm-content .esm-col-s-12 {
        width: 100%
    }
}

@media only screen and (min-width: 501px) {
    .esm-content .esm-col-m-1 {
        width: 8.3333%
    }

    .esm-content .esm-col-m-2 {
        width: 16.6666%
    }

    .esm-content .esm-col-m-3 {
        width: 25%
    }

    .esm-content .esm-col-m-4 {
        width: 33.3333%
    }

    .esm-content .esm-col-m-5 {
        width: 41.6666%
    }

    .esm-content .esm-col-m-6 {
        width: 50%
    }

    .esm-content .esm-col-m-7 {
        width: 58.3333%
    }

    .esm-content .esm-col-m-8 {
        width: 66.6666%
    }

    .esm-content .esm-col-m-9 {
        width: 75%
    }

    .esm-content .esm-col-m-10 {
        width: 83.3333%
    }

    .esm-content .esm-col-m-11 {
        width: 91.6666%
    }

    .esm-content .esm-col-m-12 {
        width: 100%
    }
}

@media only screen and (min-width: 779px) {
    .esm-content .esm-col-1 {
        width: 8.3333%
    }

    .esm-content .esm-col-2 {
        width: 16.6666%
    }

    .esm-content .esm-col-3 {
        width: 25%
    }

    .esm-content .esm-col-4 {
        width: 33.3333%
    }

    .esm-content .esm-col-5 {
        width: 41.6666%
    }

    .esm-content .esm-col-6 {
        width: 50%
    }

    .esm-content .esm-col-7 {
        width: 58.3333%
    }

    .esm-content .esm-col-8 {
        width: 66.6666%
    }

    .esm-content .esm-col-9 {
        width: 75%
    }

    .esm-content .esm-col-10 {
        width: 83.3333%
    }

    .esm-content .esm-col-11 {
        width: 91.6666%
    }

    .esm-content .esm-col-12 {
        width: 100%
    }
}

.esm-content .esm-image>img {
    width: 100%;
}

.esm-content p,
.esm-content span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0
}

.esm-content img {
    display: block;
    max-width: 100%;
    width: unset;
    border: 0;
    margin: 0 auto
}

.esm-content .esm-relative {
    position: relative;
}

.esm-content .esm-video {
    display: flex;
    justify-content: center;
    padding-top: 56.25%;
    position: relative;
}

.esm-content .esm-video.esm-square {
    padding-top: 85%;
    width: 100%;
}

.esm-content .esm-video>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.esm-content .esm-video>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.esm-content .esm-side-margin {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    justify-content: center;
}

.esm-content .esm-section {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.esm-content .esm-section-with-background {
    position: relative;
}

.esm-content .esm-section-with-background>.esm-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.esm-content .esm-section-with-background>.esm-image>img {
    height: 100%;
    object-fit: contain;
    object-position: right;
}

@media only screen and (max-width: 1000px) {
    .esm-content .esm-section-with-background>.esm-image>img {
        object-fit: cover;
    }
}

.esm-content .esm-section-with-background>.esm-image.esm-object-position-left>img {
    object-position: left;
}

.esm-content .esm-section-with-background>.esm-image.esm-mobile>img {
    height: initial;
    object-fit: contain;
}

.esm-content .esm-section-with-background>div:nth-last-child(1) {
    position: relative;
    z-index: 1;
}

.esm-content .esm-center {
    display: flex;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.esm-content .esm-text-bold {
    font-weight: bold;
}

.esm-content .esm-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.esm-content .esm-top-padding-100p {
    padding-top: 100px;
}

/*#endregion */
/*#region ESM CUSTOM STYLES */

.esm-content .esm-content-box {
    max-width: 1300px;
    margin: 0 auto;
}

/* BANER  */
.esm-content .esm-baner {
    width: 100%;
    position: relative;
    height: auto;
}

.esm-content .esm-baner .esm-baner-bgc {
    position: absolute;
    inset: 0;
}

.esm-content .esm-baner .esm-baner-bgc img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.esm-content .esm-baner .esm-baner-logo {
    position: absolute;
    left: 10%;
    top: 0;
    width: 50%;
}

.esm-content .esm-baner .esm-baner-textbox {
    padding: 580px 370px 0px 10%;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
}

.esm-content .esm-baner .esm-baner-textbox .esm-baner-title {
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    color: white;
    background: #435057CC 80%;
    padding: 20px;
    word-wrap: break-word;
}

.esm-content .esm-baner .esm-baner-textbox .esm-text1 {
    font-size: 20px;
    color: white;
    background: #00B9AD;
    padding: 20px;
    word-wrap: break-word;
}

/* ICONS  */
.esm-icons {
    width: 100%;
    position: relative;
    height: auto;
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.esm-content .esm-icons .esm-icons-content-box {
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}

.esm-content .esm-icons .esm-icons-title {
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 40px;
    color: var(--main-color);

}

.esm-content .esm-icons .esm-iconbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.esm-icons .esm-iconbox .esm-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
    font-size: 14px;
    margin: 15px 0;
}

.esm-content .esm-icons .esm-icons-content-box .esm-icons-bgc img {
    width: 90%;
}

.esm-icons .esm-iconbox .esm-icon:last-child {
    grid-column: 1 / -1;
    justify-self: center;
}

.esm-icons .esm-iconbox .esm-icon img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 8%
}

.esm-icons .esm-iconbox .esm-icon .esm-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}

.esm-icons .esm-iconbox .esm-icon .esm-desc {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: var(--main-color);
    text-align: center;
}

/* SINGLE FEATURE  */
.esm-content .esm-single-feature .esm-single-feature-img {
    position: relative;
}

.esm-content .esm-single-feature .esm-single-feature-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.esm-content .esm-single-feature .esm-single-feature-text-box .esm-single-feature-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 32px;

}

.esm-content .esm-single-feature .esm-single-feature-text-box .esm-single-feature-text {
    color: var(--main-color);
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.esm-content .esm-single-feature .esm-single-feature-text-box .esm-single-feature-desc {
    font-size: 12px;
    line-height: 18px;
    margin: 15px 0;
    padding: 0 10%;
    text-align: center;
}


.esm-content .esm-single-feature .esm-single-feature-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 4%;
    right: 3%;
}

/* FEATURES  */
.esm-content .esm-features .esm-features-title {
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 40px 0;
}

.esm-content .esm-features {
    padding: 0 30px;
}

.esm-content .esm-features .esm-features-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.esm-content .esm-features .esm-features-box .esm-feature {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    width: 100%;
}

.esm-content .esm-features .esm-features-box .esm-feature:nth-child(even) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.esm-content .esm-features .esm-features-box .esm-feature img,
.esm-content .esm-features .esm-features-box .esm-feature:nth-child(even) img {
    width: 100%;
    height: 100%;
}

.esm-content .esm-features .esm-features-box .esm-feature .esm-feature-text-box {
    padding: 25px;
}


.esm-content .esm-features .esm-features-box .esm-feature .esm-feature-text-box .esm-feature-title-box {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    margin-bottom: 20px;
}

.esm-content .esm-features .esm-features-box .esm-feature .esm-title-text-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-left: 20px;
}

.esm-content .esm-features .esm-features-box .esm-feature .esm-feature-text-box .esm-feature-title-box .esm-feature-title {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 28px;
    font-weight: bold;
}

.esm-content .esm-features .esm-features-box .esm-feature .esm-feature-text-box .esm-feature-desc {
    font-size: 12px;
    line-height: 20px;
}

.esm-content .esm-features .esm-features-box .esm-feature .esm-feature-text-box .esm-feature-icon img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
}

.esm-content .esm-features .esm-features-box .esm-feature .esm-feature-text-box .esm-feature-text {
    color: var(--main-color);
    font-size: 18px;
    font-weight: bold;
}

/* SPECIFICATIONS  */

.esm-content .esm-spec {
    position: relative;
    min-width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
}
.esm-content .esm-spec .esm-spec-content-box{
    width: 48%;
    min-width: 467px;
    max-height: 500px;
}

.esm-content .esm-spec .esm-spec-table {
    width: 50%;
}

.esm-content .esm-spec .esm-spec-table table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
}

.esm-content .esm-spec .esm-spec-table th {
    font-weight: bold;
    color: black;
    font-size: 24px;
}

.esm-content .esm-spec .esm-spec-table td {
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}


/* FOOTER  */
.esm-content .esm-footer {
    background: var(--main-color);
    height: 50px;
}

/* ARROW  */
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height .esm-height {
    font-size: 12px;
    position: absolute;
    transform: rotate(270deg);
    width: 50px;
    right: -12px;
    top: 45%;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width .esm-width {
    font-size: 12px;
    transform: rotate(90deg);
    position: absolute;
    width: 50px;
    right: -5px;
    top: 45%;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth .esm-depth {
    font-size: 12px;
    position: absolute;
    width: 50px;
    right: -45px;
    top: 35%;
    transform: rotate(-90deg);
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height {
    min-width: 2px;
    width: 2px;
    height: 320px;
    background: turquoise;
    margin: 20px auto;
    position: relative;
    right: 33%;
    top: -403px;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width {
    min-width: 2px;
    width: 2px;
    height: 185px;
    background: turquoise;
    margin: 20px auto;
    position: relative;
    transform: rotate(-85deg);
    bottom: 479px;
    right: 4%;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth {
    min-width: 2px;
    width: 2px;
    height: 70px;
    background: turquoise;
    margin: 20px auto;
    position: relative;
    transform: rotate(20deg);
    bottom:674px;
    right: -25%;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height::before,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height::after,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width:before,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width::after,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth::before,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height:before,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width:before,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth:before {
    top: -10px;
    border-bottom: 10px solid turquoise;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height::after,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width::after,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth::after {
    bottom: -10px;
    border-top: 10px solid turquoise;
}

/* ARROWS S2 */
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height-s2 .esm-height-s2 {
    font-size: 12px;
    position: absolute;
    transform: rotate(270deg);
    width: 50px;
    right: -12px;
    top: 45%;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width-s2 .esm-width-s2 {
    font-size: 12px;
    transform: rotate(90deg);
    position: absolute;
    width: 50px;
    right: -5px;
    top: 45%;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth-s2 .esm-depth-s2 {
    font-size: 12px;
    position: absolute;
    width: 50px;
    right: -45px;
    top: 35%;
    transform: rotate(-90deg);
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height-s2 {
    min-width: 2px;
    width: 2px;
    height: 240px;
    background: turquoise;
    margin: 20px auto;
    position: relative;
    right: 35%;
    top: -361px;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width-s2 {
    min-width: 2px;
    width: 2px;
    height: 200px;
    background: turquoise;
    margin: 20px auto;
    position: relative;
    transform: rotate(-99deg);
       bottom: 390px;
    right: -3%;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth-s2 {
    min-width: 2px;
    width: 2px;
    height: 65px;
    background: turquoise;
    margin: 20px auto;
    position: relative;
    transform: rotate(-208deg);
    bottom: 577px;
    right: 28%;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height-s2::before,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height-s2::after,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width-s2:before,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width-s2::after,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth-s2::before,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth-s2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height-s2:before,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width-s2:before,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth-s2:before {
    top: -10px;
    border-bottom: 10px solid turquoise;
}

.esm-content .esm-spec .esm-spec-content-box .esm-arrow-height-s2::after,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-width-s2::after,
.esm-content .esm-spec .esm-spec-content-box .esm-arrow-depth-s2::after {
    bottom: -10px;
    border-top: 10px solid turquoise;
}

/*#endregion */

/*#region ESM MEDIA */

@media (max-width: 945px) {
    .esm-content .esm-spec {
    position: relative;
    min-width: unset;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.esm-content .esm-spec .esm-spec-content-box{
    width: 50%;
    min-width: 467px;
    max-height: 500px;
}

.esm-content .esm-spec .esm-spec-table {
    width: 100%;
    padding: 20px 40px;
}

.esm-content .esm-spec .esm-spec-table table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
}

.esm-content .esm-spec .esm-spec-table th {
    font-weight: bold;
    color: black;
    font-size: 24px;
    text-align: start;
}

.esm-content .esm-spec .esm-spec-table td {
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}
}
@media (max-width: 868px) {
.esm-content .esm-baner .esm-baner-textbox {
    padding: 340px 215px 0px 5%;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
}
.esm-content .esm-baner .esm-baner-textbox .esm-baner-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
    color: white;
    background: #435057CC 80%;
    padding: 20px;
}

.esm-content .esm-baner .esm-baner-textbox .esm-text1 {
    font-size: 16px;
    color: white;
    background: #00B9AD;
    padding: 20px;
}
}
@media (max-width: 776px) {

    .esm-content .esm-features .esm-features-box .esm-feature,
    .esm-content .esm-features .esm-features-box .esm-feature:nth-child(even) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .esm-content .esm-icons .esm-icons-content-box {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.esm-content .esm-icons .esm-iconbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
}
.esm-content .esm-baner .esm-baner-textbox .esm-baner-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    color: white;
    background: #435057CC 80%;
    padding: 20px;
}

.esm-content .esm-baner .esm-baner-textbox .esm-text1 {
    font-size: 15px;
    color: white;
    background: #00B9AD;
    padding: 20px;
}
}

@media (max-width: 576px) {
.esm-content .esm-icons .esm-icons-content-box {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.esm-content .esm-icons .esm-iconbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 20px;
}
    .esm-content .esm-baner .esm-baner-textbox {
        padding: 340px 0 0 0;
        text-align: left;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .esm-content .esm-features .esm-features-box .esm-feature .esm-feature-text-box .esm-feature-title-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-bottom: 20px;
}
.esm-content .esm-features .esm-features-box .esm-feature .esm-title-text-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-left: 0px;
    margin-top: 10px;
}
.esm-content .esm-features .esm-features-box .esm-feature .esm-feature-text-box{
    padding: 25px 0;
}
}

@media (max-width: 460px) {
    .esm-content .esm-spec .esm-spec-table {
        width: 100%;
        padding: 5px;
    }
}

@media (max-width: 457px) {
    .esm-content .esm-spec {
        padding: 30px 5px 0 5px;
    }

    .esm-content .esm-spec .esm-spec-content-box {
        transform: scale(0.6);
    }

    .esm-content .esm-spec .esm-spec-table td {
        padding: 10px;
    }

    .esm-content .esm-spec .esm-spec-table {
        width: 100%;
        padding: 20px 0px;
    }
}

/*#endregion */