@font-face {
    font-family: 'Leelawade';
    src: url('../fonts/leelawad.ttf') format("opentype");
}

/* general
---------------------------------*/

html, body {
    height: 100%;
}
body {
    background-color: #fff;
    color: #373029;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Leelawade';
}
a {
    color: inherit;
    text-decoration: none;
}
.en112836dgtl-row {
    display: flex;
    margin: 0 -15px;
}
.en112836dgtl-col {
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
}
.en112836dgtl-section {
    padding: 20px 0 20px;
}
.en112836dgtl-wrap {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 15px;
}
.en112836dgtl-link:hover {
    text-decoration: underline;
}

/* typography */

.en112836dgtl-title-lvl-1 {
    font-weight: 400;
    font-size: 54px;
    line-height: 1.2;
}
.en112836dgtl-title-lvl-2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
}
.en112836dgtl-title-lvl-3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}
@media (max-width: 1280px) {
    .en112836dgtl-title-lvl-1 {
        font-size: 40px;
    }
    .en112836dgtl-title-lvl-2 {
        font-size: 28px;
    }
    .en112836dgtl-title-lvl-3 {
        font-size: 20px;
    }
}

/* typography */

.en112836dgtl-btn {
    background-color: #066372;
    display: inline-block;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.7px;
    text-align: center;
    text-decoration: none;
    outline: 0;
    padding: 15px 25px;
    border-radius: 5px;
    position: relative;
    transition: background-color 0.3s ease;
}
.en112836dgtl-btn:hover {
    background-color: #FCE281;
    color: #373029;
}

/* accordion */

.accordion {}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 10px;
}
.accordion-button {
    padding: 24px 40px;
    background: #FFFFFF;
    border-radius: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}
.accordion-button::after {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    background-image: url('../images/icon-arr-en112836dgtl.svg') !important;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-180deg) !important;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background: #FCE281;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed):after {
    transform: rotate(0deg) !important;
}
.accordion-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0 40px 20px;
    background: #FCE281;
}
@media (max-width: 1280px) {
    .accordion-button {
        padding: 16px 25px;
        font-size: 20px;
    }
    .accordion-body {
        padding: 0 25px 20px;
    }
}

/* accordion end*/


/* form */

.en112836dgtl-form {}
.en112836dgtl-form-row {
    display: flex;
    margin: 0 -10px;
}
.en112836dgtl-form-row--btn {
    justify-content: space-between;
}
.en112836dgtl-form-col {
    margin: 0 10px 12px;
    width: 100%;
}
.en112836dgtl-form-col.col-captcha {
    padding-top: 10px;
}
.en112836dgtl-form-label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.en112836dgtl-form-control {
    display: block;
    width: 100%;
    font-family: 'Leelawade';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
    outline: none;
    border-bottom: 2px solid transparent;
}
textarea.en112836dgtl-form-control {
    min-height: 128px;
}
.en112836dgtl-form-control:focus {
    border-bottom: 2px solid #373029;
}
.en112836dgtl-form-field--textarea .en112836dgtl-form-control {
    min-height: 125px;
}
.en112836dgtl-form-error {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #F38D8D;
}
.has-error .en112836dgtl-form-control, .en112836dgtl-form-control.has-error {
    border-bottom: 2px solid #F38D8D;
}
.en112836dgtl-form-success-message {
    display: none;
    text-align: center;
    padding: 15px;
    border: 1px solid #066372;
    border-radius: 5px;
}
@media (max-width: 580px) {
    .en112836dgtl-form-row {
        flex-wrap: wrap;
    }
}

/* form end*/


/* header
---------------------------------*/

.en112836dgtl-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    padding: 35px 0 35px;
    background-color: transparent;
    transition: padding 0.4s ease;
    background-color: rgba(255, 255, 255, 0.95);
}
.en112836dgtl-header.scrolled {
    padding: 20px 0 20px;
}
.en112836dgtl-header .en112836dgtl-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.en112836dgtl-header-nav .en112836dgtl-btn {
    display: none;
}
.en112836dgtl-nav-list {
    display: flex;
    align-items: center;
    margin: 0 -23px;
}
.en112836dgtl-nav-item {
    margin: 0 23px;
}
.en112836dgtl-nav-link {
    font-size: 16px;
    line-height: 1;
    padding: 0;
    position: relative;
}
.en112836dgtl-nav-link::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #FCE281;
    position: absolute;
    border-radius: 3px;
    right: -23px;
    top: calc(50% - 3px);
}
.en112836dgtl-nav-item:last-child .en112836dgtl-nav-link::after {
    display: none;
}
.en112836dgtl-nav-link::before {
    background-color: #FCE281;
    content: '';
    display: block;
    opacity: 0;
    height: 4px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: opacity 0.2s, width 0.3s ease-in;
}
.en112836dgtl-nav-link:hover::before, .mPS2id-highlight-first.en112836dgtl-nav-link::before {
    opacity: 1;
    width: 100%;
}
.en112836dgtl-header-nav-btn {
    border: none;
    display: none;
    position: absolute;
    top: 17px;
    right: 17px;
    width: 20px;
    height: 16px;
    padding: 0;
    z-index: 1002;
}
.en112836dgtl-header-nav-btn span {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: 0.3s;
}
.en112836dgtl-header-nav-btn span:first-child {
    top: 7px;
}
.en112836dgtl-header-nav-btn span:last-child {
    top: 14px;
}
.nav-opened .en112836dgtl-header-nav-btn span {
    transform: rotate(45deg);
    top: 7px;
}
.nav-opened .en112836dgtl-header-nav-btn span:first-child {
    transform: rotate(-45deg);
}
.nav-opened .en112836dgtl-header-nav-btn span:nth-child(2) {
    transform: rotate(-135deg);
}
@media (max-width: 1024px) {
    .en112836dgtl-header, .en112836dgtl-header.scrolled {
        padding: 14px 0 14px;
        overflow: visible;
    }
    .en112836dgtl-header.scrolled {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }
    .en112836dgtl-header .en112836dgtl-wrap {
        display: block;
    }
    .en112836dgtl-header-logo {
        margin: 2px 0 0;
        max-width: 180px;
    }
    .en112836dgtl-header-nav-btn {
        display: block;
    }
    .en112836dgtl-header-nav {
        -webkit-animation: slide-in-top 0.3s both;
        animation: slide-in-top 0.3s both;
        display: none;
        position: absolute;
        background-color: #066372;
        color: #fff;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        min-height: 100vh;
        text-align: center;
        z-index: 1001;
    }
    .nav-opened .en112836dgtl-header-nav {
        display: block;
    }
    .en112836dgtl-header-nav-inner {
        padding: 60px 0;
    }
    .en112836dgtl-nav-list {
        display: block;
        margin: 8vh auto 12vh;
    }
    .en112836dgtl-nav-item {
        margin: 30px 0;
    }
    .en112836dgtl-nav-link {
        padding: 0;
    }
    .en112836dgtl-nav-link::before, .en112836dgtl-nav-link::after {
        display: none;
    }
    .en112836dgtl-header-nav .en112836dgtl-btn {
        display: inline-block;
    }
}
@media (max-width: 767px) {
    .en112836dgtl-header, .en112836dgtl-header.scrolled {
        padding: 10px 0;
    }
    .en112836dgtl-header-nav-btn {
        top: 16px;
    }
}

/* footer
---------------------------------*/

.en112836dgtl-footer {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.en112836dgtl-footer .en112836dgtl-wrap {}
.en112836dgtl-footer .en112836dgtl-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px;
    margin: 0;
}
.en112836dgtl-footer-menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.en112836dgtl-footer-menu .en112836dgtl-item {
    margin-right: 28px;
}
.en112836dgtl-footer-menu .en112836dgtl-item:last-child {
    margin-right: 0;
}
.en112836dgtl-footer-menu a {
    color: #23262b;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.en112836dgtl-footer-menu a:hover {
    text-decoration: underline;
}
@media (max-width: 1199px) {
    .en112836dgtl-footer .en112836dgtl-row {
        padding: 35px 0 20px;
    }
}
@media (max-width: 1023px) {
    .en112836dgtl-footer .en112836dgtl-row {
        flex-direction: column;
        align-items: center;
    }
    .en112836dgtl-footer .en112836dgtl-copy {
        order: 2;
    }
    .en112836dgtl-footer-menu {
        justify-content: space-between;
        order: 1;
        max-width: 500px;
        width: 100%;
    }
    .en112836dgtl-footer-menu .en112836dgtl-item {
        margin: 0 5px 10px;
    }
}
.en112836dgtl-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.en112836dgtl-section-title {
    text-transform: uppercase;
    letter-spacing: 3px;
}
.en112836dgtl-title-decorated {
    position: relative;
}
.en112836dgtl-title-decorated:before {
    display: block;
    content: '';
    position: absolute;
    top: -75px;
    left: -130px;
    background-size: contain;
    background-repeat: no-repeat;
}
.en112836dgtl-title-decorated:after {
    display: block;
    content: 'E. N. DIGITAL LIMITED';
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 12.6px;
    white-space: nowrap;
    color: #C0BCB8;
    text-transform: uppercase;
    position: absolute;
    top: -35px;
    left: -130px;
}
.en112836dgtl-title-decorated-tp1:before {
    width: 181px;
    height: 170px;
    background-image: url('../images/bg-title-1-en112836dgtl.svg');
    background-size: contain;
}
.en112836dgtl-title-decorated-tp2:before {
    width: 169px;
    height: 170px;
    background-image: url('../images/bg-title-2-en112836dgtl.svg');
}
@media (max-width: 1280px) {
    .en112836dgtl-section {
        padding: 70px 0;
    }
    .en112836dgtl-title-decorated:after {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 10px;
        top: -34px;
        left: 0;
    }
    .en112836dgtl-title-decorated:before {
        left: 0;
        top: -60px;
    }
    .en112836dgtl-title-decorated-tp1:before {
        width: 130px;
        height: 122px;
    }
    .en112836dgtl-title-decorated-tp2:before {
        width: 130px;
        height: 130px;
    }
}

/* section intro
---------------------------------*/

.en112836dgtl-section-intro {
    margin-top: 110px;
    min-height: 740px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}
.en112836dgtl-section-intro .en112836dgtl-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    flex-basis: 100%;
    flex-grow: 1;
}
.en112836dgtl-section-intro .en112836dgtl-info {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1270px;
    margin: auto;
}
.en112836dgtl-section-intro .en112836dgtl-intro-title {
    max-width: 490px;
}
.en112836dgtl-section-intro .en112836dgtl-intro-title span {
    font-weight: 700;
}
.en112836dgtl-section-intro .en112836dgtl-btn {
    margin-top: 40px;
}
.en112836dgtl-section-intro .en112836dgtl-bg-img {
    display: block;
    width: 100%;
    max-width: 1205px;
    position: absolute;
    right: 0;
    top: 0;
}
@media (min-width: 1921px) {
    .en112836dgtl-section-intro .en112836dgtl-wrap {
        position: relative;
    }
    .en112836dgtl-section-intro .en112836dgtl-bg-img {
        right: -195px;
    }
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) {
    .en112836dgtl-section-intro {
        margin-top: 0;
        min-height: 540px;
        margin-bottom: 0;
    }
    .en112836dgtl-section-intro .en112836dgtl-bg-img {
        display: none;
    }
    .en112836dgtl-section-intro {
        background-image: url('../images/bg-intro-en112836dgtl.jpg');
        background-position: 205px 0;
        background-repeat: no-repeat;
    }
}
@media (max-width: 980px) {
    .en112836dgtl-section-intro {
        background-image: url('../images/bg-intro-en112836dgtl.jpg');
        background-position: center 0;
        background-size: cover;
        min-height: 0;
        padding: 130px 0 100px;
    }
    .en112836dgtl-section-intro:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.65);
    }
}

/* section services
---------------------------------*/

.en112836dgtl-section-services {
    padding: 174px 0 70px;
}
.en112836dgtl-section-services .en112836dgtl-wrap {
    max-width: 1300px;
}
.en112836dgtl-section-services .en112836dgtl-section-title {}
.en112836dgtl-section-services .en112836dgtl-title-decorated {}
.en112836dgtl-section-services .en112836dgtl-title-decorated-tp1 {}
.en112836dgtl-section-services .en112836dgtl-title-lvl-2 {
    letter-spacing: 13.7px;
}
.en112836dgtl-section-services .accordion {
    margin-top: 78px;
}
@media (max-width: 1440px) {}
@media (max-width: 1280px) {}
@media (max-width: 980px) {
    .en112836dgtl-section-services {
        padding: 120px 0 60px;
    }
}
@media (max-width: 767px) {}

/* section about
---------------------------------*/

.en112836dgtl-section-about {
    padding-bottom: 140px;
    z-index: 1;
}
.en112836dgtl-section-about .en112836dgtl-wrap {
    position: relative;
}
.en112836dgtl-section-about .en112836dgtl-bg {
    background: #EBEAE6;
    padding: 188px 0 100px;
}
.en112836dgtl-section-about .en112836dgtl-bg:before {
    display: block;
    content: '';
    position: absolute;
    width: 50vw;
    top: 0;
    bottom: 0;
    left: 50%;
    background: #EBEAE6;
    z-index: 0;
}
.en112836dgtl-section-about .en112836dgtl-layout {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.en112836dgtl-section-about .en112836dgtl-col {
    flex-grow: 0;
    flex-shrink: 0;
}
.en112836dgtl-section-about .en112836dgtl-col-lg {
    order: 2;
    width: 100%;
    max-width: 60%;
}
.en112836dgtl-section-about .en112836dgtl-col-sm {
    order: 1;
    width: 100%;
    max-width: 40%;
    flex-basis: 40%;
}
.en112836dgtl-section-about .en112836dgtl-pic {
    position: absolute;
    left: 0;
    bottom: 0;
}
.en112836dgtl-section-about .en112836dgtl-section-title {
    letter-spacing: 13.7px;
    margin-bottom: 62px;
}
.en112836dgtl-section-about p {
    margin-bottom: 10px;
}
.en112836dgtl-section-about .en112836dgtl-title-decorated {}
@media (max-width: 1680px) {
    .en112836dgtl-section-about .en112836dgtl-pic {
        left: auto;
        right: calc(100% - 35%);
    }
}
@media (max-width: 1440px) {
    .en112836dgtl-section-about {
        padding-bottom: 90px;
    }
    .en112836dgtl-section-about .en112836dgtl-pic {
        width: 500px;
    }
}
@media (max-width: 1024px) {
    .en112836dgtl-section-about {
        padding-top: 0;
        padding-bottom: 0;
    }
    .en112836dgtl-section-about .en112836dgtl-bg:before {
        display: none;
    }
    .en112836dgtl-section-about .en112836dgtl-bg {
        padding: 120px 0 60px;
    }
    .en112836dgtl-section-about .en112836dgtl-pic {
        display: none;
    }
    .en112836dgtl-section-about .en112836dgtl-col-sm {
        display: none;
    }
    .en112836dgtl-section-about .en112836dgtl-col-lg {
        max-width: 100%;
    }
}
@media (max-width: 767px) {}

/* section contact
---------------------------------*/

.en112836dgtl-section-contact {
    padding-top: 160px;
    z-index: 1;
}
.en112836dgtl-section-contact .en112836dgtl-wrap {}
.en112836dgtl-section-contact .en112836dgtl-layout {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.en112836dgtl-section-contact .en112836dgtl-col {
    flex-grow: 0;
    flex-shrink: 0;
}
.en112836dgtl-section-contact .en112836dgtl-col-form {
    order: 2;
    width: 100%;
    max-width: 60%;
}
.en112836dgtl-section-contact .en112836dgtl-col-info {
    order: 1;
    width: 100%;
    max-width: 40%;
    flex-basis: 40%;
}
.en112836dgtl-section-contact .en112836dgtl-section-title {
    letter-spacing: 13.7px;
}
.en112836dgtl-section-contact .en112836dgtl-text-block {
    margin-top: 63px;
    margin-bottom: 40px;
    max-width: 460px;
}
.en112836dgtl-section-contact .en112836dgtl-col-form {}
.en112836dgtl-section-contact .en112836dgtl-form-container {
    background: #EBEAE6;
    padding: 110px 20px;
}
.en112836dgtl-section-contact .en112836dgtl-form {
    max-width: 490px;
    margin: auto;
}
.en112836dgtl-section-contact .en112836dgtl-form .en112836dgtl-btn {
    padding-left: 20px;
    padding-right: 20px;
}
.en112836dgtl-section-contact .en112836dgtl-form .form-note {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
@media (max-width: 1330px) {
    .en112836dgtl-section-contact .en112836dgtl-layout {
        margin: 0 -15px;
    }
}
@media (max-width: 1024px) {
    .en112836dgtl-section-contact {
        padding-top: 70px;
    }
}
@media (max-width: 980px) {
    .en112836dgtl-section-contact {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .en112836dgtl-section-contact .en112836dgtl-layout {
        flex-wrap: wrap;
    }
    .en112836dgtl-section-contact .en112836dgtl-layout .en112836dgtl-col{
        flex-basis: 100%;
        max-width: 100%;
    }
    .en112836dgtl-section-contact .en112836dgtl-section-title {
        padding-top: 0;
    }
    .en112836dgtl-section-contact .en112836dgtl-text-block {
        margin-top: 20px;
        max-width: 100%;
    }
    .en112836dgtl-section-contact .en112836dgtl-form-container {
        max-width: 600px;
        margin: 20px auto 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 450px) {
    .en112836dgtl-section-contact {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .en112836dgtl-form-col.col-captcha {
        transform: scale(0.95);
        transform-origin: 0 0;
    }
}

/* cookie popup */

.en112836dgtl-cookie-popup {
    display: block;
    position: fixed;
    bottom: -100%;
    right: 0;
    background-color: #23262b;
    color: #fff;
    width: 100%;
    z-index: 1002;
    transition: bottom .8s;
    overflow: hidden;
}
.en112836dgtl-cookie-popup .en112836dgtl-close {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    z-index: 10;
}
.en112836dgtl-cookie-popup .en112836dgtl-close:before, .en112836dgtl-cookie-popup .en112836dgtl-close:after {
    display: block;
    content: '';
    height: 100%;
    width: 1px;
    transform: rotateZ(45deg);
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #fff;
}
.en112836dgtl-cookie-popup .en112836dgtl-close:after {
    transform: rotateZ(-45deg);
}
.en112836dgtl-cookie-popup.show {
    bottom: 0;
}
.en112836dgtl-cookie-popup .en112836dgtl-popup-inner {
    padding: 40px 0 20px;
}
.en112836dgtl-popup-content .en112836dgtl-wrap {
    display: flex;
    align-items: center;
    max-width: 1180px;
}
.en112836dgtl-cookie-popup .en112836dgtl-title {
    margin-bottom: 10px;
}
.en112836dgtl-cookie-popup .en112836dgtl-btns-wrapper {
    margin-left: 30px;
    flex: 1 0 auto;
}
.en112836dgtl-cookie-popup .en112836dgtl-btn {
    display: block;
    width: 100%;
}
.en112836dgtl-cookie-popup .en112836dgtl-btn {
    margin-bottom: 20px;
    max-width: 260px;
}
.en112836dgtl-cookie-popup .en112836dgtl-info a {
    text-decoration: underline;
    font-weight: 700;
}
@media (max-width: 1023px) {
    .en112836dgtl-popup-content .en112836dgtl-wrap {
        display: block;
    }
    .en112836dgtl-cookie-popup .en112836dgtl-btns-wrapper {
        display: flex;
        justify-content: center;
        margin: 20px auto 0;
        max-width: 600px;
    }
    .en112836dgtl-cookie-popup .en112836dgtl-btn {
        margin: 0 10px 20px;
    }
}
@media (max-width: 767px) {
    .en112836dgtl-popup-content {
        flex-direction: column;
    }
    .en112836dgtl-popup-content {
        display: block;
    }
}
@media (max-width: 575px) {
    .en112836dgtl-cookie-popup .en112836dgtl-btns-wrapper {
        display: block;
    }
    .en112836dgtl-cookie-popup .en112836dgtl-btn {
        margin: 0 auto 15px;
    }
}

/* legacy pages content
---------------------------------*/

.en112836dgtl-section-legacy {
    padding-top: 130px;
}
.en112836dgtl-legacy-content .en112836dgtl-legacy-title {
    font-size: 50px;
    margin-bottom: 60px;
}
.en112836dgtl-legacy-content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
}
.en112836dgtl-legacy-content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}
.en112836dgtl-legacy-content h4 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.en112836dgtl-legacy-content p {
    margin-bottom: 20px;
}
.en112836dgtl-legacy-content ol {
    list-style-type: decimal;
    padding-left: 1.5em;
}
.en112836dgtl-legacy-content .ls-upperroman {
    list-style-type: upper-roman;
    padding-left: 1.5em;
}
.en112836dgtl-legacy-content ul {
    list-style-type: disc;
    padding-left: 1.25em;
}
.en112836dgtl-legacy-content li {
    margin-bottom: 20px;
}
.en112836dgtl-legacy-content a {
    text-decoration: underline;
    word-wrap: break-word;
}
.en112836dgtl-legacy-content strong {
    font-weight: 700;
}
.en112836dgtl-legacy-content em {
    font-style: italic;
}
.en112836dgtl-legacy-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px auto;
}
.en112836dgtl-legacy-content td, .en112836dgtl-legacy-content th {
    border: 1px solid;
    padding: 0.5em;
}
@media (max-width: 767px) {
    .en112836dgtl-section-legacy {
        padding-top: 80px;
    }
    .en112836dgtl-legacy-content h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .en112836dgtl-legacy-content h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .en112836dgtl-legacy-content h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .en112836dgtl-legacy-content p, .en112836dgtl-legacy-content li {
        margin-bottom: 15px;
    }
}

/* MODAL */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1053;
    display: none;
    overflow: hidden;
    outline: 0;
    padding: 0;
    text-align: center;
    background: rgba(55, 48, 41, 0.7);
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.en112836dgtl-modal-success .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
}
.en112836dgtl-modal-success .modal-content {
    padding: 50px 15px 60px;
    border: none;
    display: block;
    max-width: 100%;
    width: 540px;
    margin: 0 auto;
    background-color: #fff;
    vertical-align: middle;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}
.en112836dgtl-success-title {
    font-size: 24px;
    line-height: 28px;
}
.en112836dgtl-success-subtitle {
    font-size: 20px;
    margin-top: 10px;
}
.en112836dgtl-modal-success .en112836dgtl-btn-holder {
    margin-top: 42px;
}
.en112836dgtl-modal-success .en112836dgtl-btn {
    width: 100%;
    max-width: 300px;
}
@media (max-width: 767px) {

    .en112836dgtl-modal-success .modal-content {
        padding: 40px 15px 50px;
        width: 90%;
    }
}