#tena-rich-content {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    background: transparent;
    color: #fff;
    text-align: left;
    font-family: Asap, sans-serif;
}

#tena-rich-content *,
#tena-rich-content *::before,
#tena-rich-content *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#tena-rich-content img {
    display: block;
    width: 100%;
    height: auto;
}

#tena-rich-content a {
    color: inherit;
    text-decoration: none;
}

@media screen and (min-width: 576px) {
    #tena-rich-content .columns {
        display: flex;
    }
}

#tena-rich-content #section-2 {
    height: 213px;
    overflow-y: hidden;
    background: url("../img/section-2/background.jpg") no-repeat center;
}

#tena-rich-content #section-2-text {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.12em;
}

@media screen and (max-width: 479px) {
    #tena-rich-content #section-2-text {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 34px;
        font-size: 24px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    #tena-rich-content #section-2-text {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (min-width: 480px) and (max-width: 699px) {
    #tena-rich-content #section-2-text {
        line-height: 45px;
        font-size: 32px;
    }
}

@media screen and (max-width: 567px) {
    #tena-rich-content #section-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #tena-rich-content #section-2-text {
        text-align: center;
    }
}

@media screen and (min-width: 568px) {
    #tena-rich-content #section-2-text-line-2 {
        text-align: right;
    }
}

@media screen and (min-width: 568px) and (max-width: 699px) {
    #tena-rich-content #section-2 {
        padding-top: 58px;
    }
}

@media screen and (min-width: 700px) and (max-width: 899px) {
    #tena-rich-content #section-2 {
        padding-top: 46px;
    }

    #tena-rich-content #section-2-text {
        line-height: 57px;
        font-size: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    #tena-rich-content #section-2-text {
        padding-left: 49px;
        padding-right: 52px;
    }
}

@media screen and (min-width: 900px) {
    #tena-rich-content #section-2 {
        padding-top: 35px;
    }

    #tena-rich-content #section-2-text {
        line-height: 68px;
        font-size: 48px;
    }
}

@media screen and (min-width: 1000px) {
    #tena-rich-content #section-2-text {
        padding-left: 98px;
        padding-right: 104px;
    }
}

#tena-rich-content #section-3 {
    border-bottom: 1px solid #b4d0e5;
}


#tena-rich-content #section-3-column-1,
#tena-rich-content #section-3-column-2 {
    position: relative;
}

#tena-rich-content #section-3-column-1-text,
#tena-rich-content #section-3-column-2-text {
    position: absolute;
    top: 28.4274%;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

#tena-rich-content #section-3-column-1-text {
    left: calc(50% + 3px);
    transform: translateX(-50%);
}

#tena-rich-content #section-3-column-2-text {
    left: 27px;
    text-align: center;
}

@media screen and (min-width: 1000px) {
    #tena-rich-content #section-3-column-1-text {
        white-space: nowrap;
    }
}

#tena-rich-content #section-4 {
    background: url("../img/section-4/background.jpg") repeat-y center;
    padding-top: 14px;
    padding-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.6px;
}

@media screen and (max-width: 479px) {
    #tena-rich-content #section-4 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    #tena-rich-content #section-4 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 768px) {
    #tena-rich-content #section-4 {
        padding-right: 40px;
        padding-left: 40px;
    }
}

#tena-rich-content #section-5 {
    position: relative;
    height: 0;
    background: url("../img/section-5/background).jpg") no-repeat center / cover;
    padding-bottom: 80.5%;
}

#tena-rich-content #section-5-text {
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.12em;
}

#tena-rich-content #section-5-image {
    position: absolute;
}

@media screen and (max-width: 360px) {
    #tena-rich-content #section-5-text {
        left: 4.5%;
    }
}

@media screen and (min-width: 360px) and (max-width: 999px) {
    #tena-rich-content #section-5-text {
        left: 9%;
    }
}

@media screen and (max-width: 567px) {
    #tena-rich-content #section-5-text {
        line-height: 43px;
        font-size: 32px;
    }
}

@media screen and (min-width: 568px) {
    #tena-rich-content #section-5-text {
        line-height: 65px;
        font-size: 48px;
    }
}

@media screen and (max-width: 799px) {
    #tena-rich-content #section-5-text {
        top: 15%;
    }
}

@media screen and (min-width: 800px) and (max-width: 899px) {
    #tena-rich-content #section-5-text {
        top: 30%;
    }
}

@media screen and (min-width: 900px) and (max-width: 999px) {
    #tena-rich-content #section-5-text {
        bottom: 30%;
    }
}

@media screen and (max-width: 999px) {
    #tena-rich-content #section-5-image {
        right: 12%;
        bottom: -13.9130%;
        width: 27.5%;
    }
}

@media screen and (min-width: 1000px) {
    #tena-rich-content #section-5-text {
        bottom: 248px;
        left: 147px;
    }

    #tena-rich-content #section-5-image {
        right: 120px;
        bottom: -112px;
        width: 275px;
    }
}

#tena-rich-content .section-6-subsection {
    overflow-y: hidden;
    display: flex;
    align-items: center;
}

#tena-rich-content .section-6-text {
    text-transform: uppercase;
}

#tena-rich-content .section-6-text-top {
    font-weight: 700;
}

#tena-rich-content .section-6-text-bottom {
    letter-spacing: 0.05em;
}

#tena-rich-content #section-6a {
    height: 266px;
    background: url("../img/section-6a/background.jpg") no-repeat center / cover;
}

#tena-rich-content #section-6b {
    height: 201px;
    background: url("../img/section-6b/background.jpg") no-repeat center / cover;
}

#tena-rich-content #section-6c {
    height: 194px;
    background: url("../img/section-6c/background.jpg") no-repeat center / cover;
}

@media screen and (max-width: 359px) {
    #tena-rich-content .section-6-text-top {
        line-height: 24px;
        font-size: 20px;
    }
}

@media screen and (min-width: 360px) and (max-width: 479px) {
    #tena-rich-content .section-6-text-top {
        line-height: 30px;
        font-size: 25px;
    }
}

@media screen and (max-width: 479px) {
    #tena-rich-content .section-6-subsection {
        padding-right: 10px;
        padding-left: 10px;
    }

    #tena-rich-content .section-6-text {
        margin-left: 11px;
    }

    #tena-rich-content .section-6-text-bottom {
        margin-top: 6px;
        line-height: 18px;
        font-size: 15px;
    }
}

@media screen and (min-width: 480px) {
    #tena-rich-content .section-6-text {
        margin-left: 22px;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #tena-rich-content .section-6-subsection {
        padding-right: 20px;
        padding-left: 20px;
    }

    #tena-rich-content .section-6-text-top {
        line-height: 36px;
        font-size: 30px;
    }

    #tena-rich-content .section-6-text-bottom {
        margin-top: 7px;
        line-height: 21px;
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #tena-rich-content .section-6-icon-image {
        width: 72px;
    }
}

@media screen and (min-width: 640px) {
    #tena-rich-content .section-6-subsection {
        padding-right: 38px;
        padding-left: 38px;
    }

    #tena-rich-content .section-6-icon-image {
        width: 108px;
    }

    #tena-rich-content .section-6-text-top {
        line-height: 42px;
        font-size: 35px;
    }

    #tena-rich-content .section-6-text-bottom {
        margin-top: 9px;
        line-height: 25px;
        font-size: 21px;
    }

    #tena-rich-content #section-6a {
        padding-top: 16px;
    }

    #tena-rich-content #section-6c {
        padding-top: 14px;
    }
}

#tena-rich-content #section-7 {
    height: 217px;
    background: url("../img/section-7/background.jpg") no-repeat center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tena-rich-content #section-7-text {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#tena-rich-content #section-7-text-line-3 {
    font-weight: 700;
}

@media screen and (max-width: 567px) {
    #tena-rich-content #section-7-text {
        line-height: 32px;
        font-size: 24px;
    }
}

@media screen and (min-width: 568px) {
    #tena-rich-content #section-7-text {
        line-height: 48px;
        font-size: 37px;
    }
}

#tena-rich-content #section-8 {
    background-color: #0f5fa1;
    background-image: url("../img/section-8/background.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 13px;
}

#tena-rich-content .products-row + .products-row {
    margin-top: 28px;
}

#tena-rich-content .product-name {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

#tena-rich-content .product-image {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: auto;
}

#tena-rich-content .product-drops {
    margin-top: 6px;
    height: 45px;
    display: flex;
    align-items: center;
}

#tena-rich-content .products-row:nth-child(1) .product-drops {
    background-color: #ec008c;
}

#tena-rich-content .products-row:nth-child(2) .product-drops {
    background-color: #96cc64;
}

#tena-rich-content .products-row:nth-child(3) .product-drops {
    background-color: #57b0e3;
}

#tena-rich-content .products-row:nth-child(4) .product-drops {
    background-color: #956caf;
}

#tena-rich-content .product-drops-image {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: auto;
}

#tena-rich-content .products-row-text {
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

#tena-rich-content .products-row:nth-child(1) .products-row-text {
    background-color: #ec008c;
}

#tena-rich-content .products-row:nth-child(2) .products-row-text {
    background-color: #96cc64;
}

#tena-rich-content .products-row:nth-child(3) .products-row-text {
    background-color: #57b0e3;
}

#tena-rich-content .products-row:nth-child(4) .products-row-text {
    background-color: #956caf;
}

@media screen and (max-width: 479px) {
    #tena-rich-content #products {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    #tena-rich-content #products {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    #tena-rich-content .product + .product {
        margin-top: 32px;
    }

    #tena-rich-content .product-image {
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    #tena-rich-content #section-8 {
        background-size: cover;
    }

    #tena-rich-content #products {
        padding-right: 38px;
        padding-left: 38px;
    }

    #tena-rich-content .products-row-products {
        margin-top: 5px;
        display: flex;
    }

    #tena-rich-content .product {
        width: 33.3333%;
    }

    #tena-rich-content .products-row:nth-child(1) .product-name {
        min-height: 50px;
    }

    #tena-rich-content .products-row:nth-child(4) .product-name {
        min-height: 75px;
    }
}

@media screen and (min-width: 1000px) {
    #tena-rich-content .product:first-child .product-image {
        margin-right: 2px;
    }

    #tena-rich-content .product:last-child .product-image {
        margin-left: 2px;
    }
}

#tena-rich-content #section-8-text {
    margin-top: 11px;
    text-align: center;
    letter-spacing: 0.025em;
}

#tena-rich-content #section-8-text-top {
    line-height: 26px;
    font-size: 17px;
}

#tena-rich-content #section-8-text-middle {
    margin-top: 14px;
    line-height: 29px;
    font-size: 27px;
    font-weight: 700;
}

#tena-rich-content #section-8-text-bottom {
    margin-top: 17px;
}

#tena-rich-content #section-8-text-bottom-1 {
    line-height: 26px;
    font-size: 17px;
}

#tena-rich-content #section-8-text-bottom-2 {
    line-height: 26px;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    #tena-rich-content #section-8-text-bottom span {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    #tena-rich-content #section-8-text {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    #tena-rich-content #section-8-text {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 768px) {
    #tena-rich-content #section-8-text {
        padding-right: 38px;
        padding-left: 38px;
    }

    #tena-rich-content #section-8-text-bottom br {
        display: none;
    }
}

@media screen and (min-width: 1000px) {
    #tena-rich-content #section-8-text-bottom {
        display: flex;
        justify-content: space-between;
    }
}

#tena-rich-content #section-9 {
    background: #fff;
}

#tena-rich-content #section-9-text {
    color: #242f80;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 479px) {
    #tena-rich-content #section-9-text {
        line-height: 30px;
        font-size: 21px;
    }
}

@media screen and (min-width: 480px) and (max-width: 567px) {
    #tena-rich-content #section-9-text {
        line-height: 39px;
        font-size: 28px;
    }
}

@media screen and (min-width: 568px) and (max-width: 767px) {
    #tena-rich-content #section-9-text {
        line-height: 49px;
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    #tena-rich-content #section-9 {
        padding-top: 62px;
        padding-bottom: 64px;
    }
}

@media screen and (min-width: 768px) {
    #tena-rich-content #section-9 {
        padding-top: 124px;
        padding-bottom: 128px;
    }

    #tena-rich-content #section-9-text {
        line-height: 59px;
        font-size: 42px;
    }
}