.cmsCon {
    display: inline-block;
    width: 100%;
    color: #161616;
    clear: both;
    font-family: "DM Sans", sans-serif;
}

.cmsCon p {
    line-height: 1.6;
    font-size: 16px;
    color: #161616;
    font-weight: 400;
    margin-bottom: 20px;
}

.cmsCon p a {

    text-transform: initial
}



.cmsCon ul {

    list-style: none;

    font-size: 0;

    margin-bottom: 1.25rem;

    display: flex;

    flex-wrap: wrap
}



.cmsCon ul li {

    display: block;

    width: 100%;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.6;

    color: #161616;

    margin-bottom: 1.0625rem;

    padding-left: 1.5rem;
    position: relative
}



.cmsCon ul li:before {
    content: "";
    width: .9375rem;
    height: .75rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.5rem;
    background: url(../img/right.svg) no-repeat;
    background-size: cover;
}



.cmsCon ul li:last-child {
    margin-bottom: 0
}



.cmsCon ul li ul {
    margin-bottom: 0
}



.cmsCon ul li ul li {
    padding-left: 1rem
}



.cmsCon ul li ul li:before {
    width: .8rem;
    height: .125rem;
    border-radius: 0;
    top: .625rem
}

.cmsCon ul.half li {
    width: 50%;
    display: inline-block
}

.cmsCon h1 {

    font-size: 3rem;

    line-height: 1.2;

    font-weight: 700;

    color: #161616;

    display: block;

    margin-top: 0;

    margin-bottom: 1.25rem;

    padding-top: 0;

    position: relative;
    font-family: var(--wdtFontTypo_Alt);
}



.cmsCon h1 b,

.cmsCon h1 strong {

    font-weight: 800
}



.cmsCon h2 {

    font-size: 2.625rem;

    line-height: 1.2;

    font-weight: 700;

    color: #161616;

    display: block;

    margin-top: 0;

    margin-bottom: 1.25rem;

    padding-top: 0;
    font-family: var(--wdtFontTypo_Alt);
    position: relative
}



.cmsCon h2 b,

.cmsCon h2 strong {

    font-weight: 800
}



.cmsCon h3 {
    font-family: var(--wdtFontTypo_Alt);
    font-size: 2.25rem;

    line-height: 1.2;

    font-weight: 700;

    color: #161616;

    display: block;

    margin-top: 0;

    margin-bottom: 1.25rem;

    padding-top: 0;

    position: relative
}



.cmsCon h3 b,

.cmsCon h3 strong {

    font-weight: 800
}



.cmsCon h4 {
    font-family: var(--wdtFontTypo_Alt);
    font-size: 2rem;

    line-height: 1.2;

    font-weight: 700;

    color: #161616;

    display: block;

    margin-top: 0;

    margin-bottom: 1.25rem;

    padding-top: 0;

    position: relative
}



.cmsCon h4 b,

.cmsCon h4 strong {

    font-weight: 800
}



.cmsCon h5 {
    font-family: var(--wdtFontTypo_Alt);
    font-size: 1.625rem;

    line-height: 1.2;

    font-weight: 700;

    color: #161616;

    display: block;

    margin-top: 0;

    margin-bottom: 1.25rem;

    padding-top: 0;

    position: relative
}



.cmsCon h5 b,

.cmsCon h5 strong {

    font-weight: 800
}



.cmsCon h6 {
    font-family: var(--wdtFontTypo_Alt);
    font-size: 1.25rem;

    line-height: 1.2;

    font-weight: 700;

    color: #161616;

    display: block;

    margin-top: 0;

    margin-bottom: 1.25rem;

    padding-top: 0;

    position: relative
}



.cmsCon h6 b,

.cmsCon h6 strong {

    font-weight: 800
}



.cmsCon iframe {

    width: 100%;

    height: 31.25rem
}



.cmsCon .alignleft {

    float: left;

    width: auto;

    max-width: 50%;

    margin: 0 1.875rem 1.875rem 0;

    border-radius: 1.25rem
}



.cmsCon .alignright {

    float: right;

    width: auto;

    max-width: 50%;

    margin: 0 0 1.875rem 1.875rem;

    border-radius: 1.25rem
}



.cmsCon .aligncenter {

    width: auto;

    max-width: 100%;

    margin: .3125rem auto 4.125rem;

    margin-bottom: 3.125rem;

    text-align: center;

    display: block;

    border-radius: 1.25rem
}



.cmsCon .aligncenter.mb-100 {

    margin-bottom: 6.25rem
}



.cmsCon .mb-70 {

    margin-bottom: 4.375rem
}



.cmsCon .aligncenter img {

    margin: auto
}



.cmsCon .bothalignleft {

    float: left;

    width: auto;

    max-width: 49.9%;

    margin: 0
}



.cmsCon .bothalignright {

    float: right;

    width: auto;

    max-width: 49.9%;

    margin: 0
}



.cmsCon ol {

    padding: 0;

    display: flex;

    flex-wrap: wrap;

    counter-reset: cmscon-counter;

    list-style-type: none;

    margin-bottom: 1.875rem
}



.cmsCon ol li {

    position: relative;

    font-size: 1rem;

    font-weight: 500;

    line-height: 1.6;

    color: #161616;

    list-style: none;

    margin-bottom: .9375rem;

    padding-left: 1.5rem;

}



.cmsCon ol li:last-child {

    margin-bottom: 0
}



.cmsCon ol li:before {

    counter-increment: cmscon-counter;

    content: "" counter(cmscon-counter) ".";

    line-height: 1.4;

    left: 0;

    position: absolute;

    top: -2px;

}



.cmsCon ol li ul {

    margin-top: 1.875rem;

    margin-left: .9375rem
}



.cmsCon ol li ul li {

    padding-left: 1.5rem;

    position: relative
}



.cmsCon ol li ul li:before {

    counter-increment: none;

    content: no-close-quote
}



.cmsCon p b,

.cmsCon p strong {

    margin-bottom: 0;

    font-size: 1.125rem;

    font-weight: 700;

    margin-bottom: .9375rem;


    margin-bottom: 0
}



.cmsCon a {

    transition: color .4s ease-in-out;

    color: #161616
}



.cmsCon a:hover {

    color: var(--wdtPrimaryColor)
}



.cmsCon p a {

    transition: color .4s ease-in-out;

    color: #161616;

    font-weight: 300
}



.cmsCon p a:hover {

    color: var(--wdtPrimaryColor)
}



.cmsCon p a.btn:hover {

    color: var(--wdtPrimaryColor)
}

@media only screen and (max-width: 1199px) {

    .cmsCon-sec {

        padding: 3.125rem 0;

    }



    .cmsCon .aligncenter {

        margin: 2.5rem auto 2.5rem auto;

    }



    .cmsCon .mb-70 {

        margin-bottom: 3.125rem;

    }



    .cmsCon hr {

        height: .625rem;

        margin: 1.875rem 0;

    }



    .cmsCon .aligncenter.mb-100 {

        margin-bottom: 3.125rem;

    }



    .cmsCon h1 {

        font-size: 2.625rem;

    }



    .cmsCon h2 {

        font-size: 2.25rem;

    }



    .cmsCon h3 {

        font-size: 2rem;

    }

    .cmsCon h4 {
        font-size: 1.75rem;
    }


}

@media only screen and (max-width: 767px) {

    .cmsCon-sec {

        padding: 1.875rem 0
    }



    .cmsCon p {

        font-size: .875rem;

        line-height: 1.4;

        margin-bottom: .9375rem
    }



    .cmsCon ul {

        margin-bottom: 1.25rem;

    }



    .cmsCon p b,

    .cmsCon p strong {

        font-size: .875rem;

    }



    .cmsCon ul li {

        font-size: .875rem;

        margin-bottom: .75rem;

    }



    .cmsCon ol li {

        font-size: .875rem;

    }



    .cmsCon ol li ul {

        margin-top: 1.25rem;

        margin-bottom: 0
    }



    .cmsCon ul li:before {

        top: .3125rem;

    }



    .cmsCon ul li ul li {

        padding-left: .875rem
    }



    .cmsCon ul li ul li:before {

        width: .375rem;

        height: .125rem;

        top: .5rem
    }



    .cmsCon h1 {

        font-size: 1.875rem;

        margin-bottom: .9375rem
    }



    .cmsCon h2 {

        font-size: 1.625rem;

        margin-bottom: .9375rem
    }



    .cmsCon h3 {

        font-size: 1.5rem;

        margin-bottom: .9375rem
    }



    .cmsCon h4 {

        font-size: 1.25rem;

        margin-bottom: .9375rem
    }



    .cmsCon h5 {

        font-size: 1.125rem;

        margin-bottom: 1.25rem
    }



    .cmsCon h6 {

        font-size: 1rem;

        margin-bottom: .9375rem;

    }



    .cmsCon .aligncenter {

        margin: 1.5625rem auto
    }



    .cmsCon .mb-70 {

        margin-bottom: 1.875rem
    }



    .cmsCon hr {

        height: .375rem;

        margin: 1.5625rem 0
    }



    .cmsCon .aligncenter.mb-100 {

        margin-bottom: 1.875rem
    }

}