[data-title*='Paragraph'] i,
[data-title*='hightlight-yellow'] i {
    background: #a8d1ff !important;
    font-style: normal !important;
}

[data-title*='Paragraph'] i.reder {
    background: #e31e12 !important;
    font-style: normal !important;
}

/*[data-title*='Upage'] {*/
/*    padding-top: 15px !important;*/
/*    padding-bottom: 30px !important;*/
/*    background-color: #EAEDF2;*/
/*    background: radial-gradient(circle, #eaedf2 0, #eaedf2 4%, #eaedf2 50%, #d2d6de 73%, #cacbcd 100%), radial-gradient(circle, #898989 11%, hsla(0, 0%, 53.7%, .675508) 55%, rgba(75, 75, 75, .274947) 77%, rgba(63, 63, 63, 0) 100%);*/
/*}*/

[data-title*='Upage'] {
    padding-top: 15px !important;
    padding-bottom: 30px !important;
    background-color: #1e1e1e;
    background: #1e1e1e;
}

[data-title*='Upage'] .brand-color01 {
    color: #e22726;
}

[data-title*='Upage'] u {
    text-decoration-color: #fceb03;
}

[data-title*='Upage'] .BtnColor {
    background-color: #e01e26;
    color: white;
}

[data-title*='Section'] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

@media (min-width: 768px) {
    [data-title*='Upage'] {
        padding-top: 40px !important;
        padding-bottom: 75px !important;
    }

    [data-title*='Section'] {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

h1 {
    color: #191919;
}

/*[data-title*='cf-vimeo-video'] {*/
/*    border: 0px !important;*/
/*    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
/*    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
/*    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
/*    border-radius: 5px;*/
/*}*/

@media (min-width: 501px) {
    #Reflect {
        background-color: #fafafb;
    }

    /* Text-Shadow */
    .dtxt-shadow03 {
        text-shadow: 0 10px 10px rgb(28 31 33 / 30%);
    }
}

#Theory,
#GatedHouse,
#Portfolio,
#Curtain-type,
#Misunderstanding,
#Happy-Customer {
    background-color: #fafafb;
}

.brand-color {
    color: #fdba01;
}

.brand-color01 {
    color: #fdba01;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.elBulletList {
    padding: 0px;
    list-style-type: none;
}

.elBulletListNew li {
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 6px;
    padding-left: 1.4em;
}

.elBulletList li:before {
    left: 0px !important;
    position: absolute;
}

[data-title*='nicebullets'] li i {
    display: none;
}

[data-title*='nicebullets'] li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #6600c3;
    border-radius: 50px;
    box-shadow: rgb(204 74 246 / 25%) 0 0 0 6px;
    margin-top: 7px;
}

@media (max-width:500px) {
    .elBulletList {
        padding-left: 6px;
    }

    .elBulletListNew li {
        margin-bottom: 15px;
    }

    .elBulletList li:before {
        left: 7px !important;
    }

    [data-title*='nicebullets'] li:before {
        margin-top: 6px;
    }
}

.image-box__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.homecon svg {
    width: 100px;
    fill: #00c315;
}

[data-title*='Upage'] .overlay-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/Home Transparent.png') !important;
}

/* CF - Vimeo */
.iframeBlocker,
.iframeUnmute {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 5;
}

.video-sound-overlay {
    width: 60%;
    height: 100%;
    background-image: url('../images/big play button.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: 20%;
    background-position: center;
}

.video-sound-overlay img {
    margin-top: 5px;
    margin-left: 10px;
    animation: pulse 2s infinite;
    animation-timing-function: ease-out;
}

.video-sound-overlay img {
    width: 18%;
    padding: 10px;
    position: absolute;
}

.video-sound-overlay .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

@media (max-width:500px) {
    .video-sound-overlay {
        width: 100%;
    }
}

/* HomeFirst Logos */
ul.HomeFirst-Logos {
    margin: 0px auto !important;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

ul.HomeFirst-Logos li {
    list-style: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}

ul.HomeFirst-Logos li figure {
    margin: 0px;
}

ul.HomeFirst-Logos img {
    display: block;
    width: 100%;
}

ul.HomeFirst-Logos li img {
    margin: 0px auto;
    width: 75%;
}

ul.HomeFirst-Logos li:nth-child(1) img {
    width: 90%;
}

@media (max-width:500px) {
    ul.HomeFirst-Logos {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    ul.HomeFirst-Logos li {
        list-style: none;
        display: flex;
        flex: 0 0 25%;
        max-width: 25%;
        margin-bottom: 0px;
    }
    
    ul.HomeFirst-Logos li:nth-child(1) {
        flex: 0 0 33%;
        max-width: 33%;
    }
    
    ul.HomeFirst-Logos li:nth-child(2) {
        flex: 0 0 27%;
        max-width: 27%;
    }
    
    ul.HomeFirst-Logos li:nth-child(3) {}
    
    ul.HomeFirst-Logos li:nth-child(4) {
        flex: 0 0 15%;
    }
    
    ul.HomeFirst-Logos li img {
        width: 90%;
    }
    
    ul.HomeFirst-Logos li:nth-child(1) img {
        width: 90%;
    }
    
    ul.HomeFirst-Logos li:nth-child(2) img,
    ul.HomeFirst-Logos li:nth-child(3) img {
        width: 90%;
    }
    
    ul.HomeFirst-Logos li:nth-child(4) img {
        width: 100%;
    }
}


/* Client Logos */
ul.Client-Logos {
    margin: 0px auto !important;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 35px;
}

ul.Client-Logos li {
    list-style: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    margin-bottom: 50px;
}

ul.Client-Logos li figure {
    margin: 0px;
}

ul.Client-Logos img {
    display: block;
    width: 100%;
}

ul.Client-Logos li img {
    margin: 0px auto;
    width: 85%;
}

ul.Client-Logos li:nth-child(3) img {
    width: 55%;
}

ul.Client-Logos li:nth-child(9) img {
    width: 75%;
}

ul.Client-Logos li:nth-child(11) img {
    width: 65%;
}

ul.Client-Logos li:nth-child(11),
ul.Client-Logos li:nth-child(12),
ul.Client-Logos li:nth-child(13),
ul.Client-Logos li:nth-child(14),
ul.Client-Logos li:nth-child(15) {
    margin-bottom: 0px;
}

@media (max-width:500px) {
    ul.Client-Logos {
        padding-bottom: 0px;
    }

    ul.Client-Logos li {
        list-style: none;
        display: flex;
        flex: 0 0 33%;
        max-width: 33%;
        margin-bottom: 20px;
    }
}

.notice-area {
    background-color: #f2f0ff;
    padding: 10px 10px 25px;
    border-radius: 10px;
}

ul.Author-Logos {
    margin: 0px auto !important;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 35px;
}

ul.Author-Logos li {
    list-style: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}

ul.Author-Logos li figure {
    margin: 0px;
}

ul.Author-Logos img {
    display: block;
    width: 100%;
}

ul.Author-Logos li img {
    margin: 0px auto;
    width: 85%;
}

@media (max-width:500px) {
    ul.Author-Logos {
        padding-top: 5px;
        padding-bottom: 15px;
    }

    ul.Client-Logos li:nth-child(11),
    ul.Client-Logos li:nth-child(12) {
        margin-bottom: 20px;
    }

    ul.Client-Logos li:nth-child(3) img {
        width: 65%;
    }

    ul.Client-Logos li:nth-child(15) img {
        width: 60%;
    }
}

.padding-box-18 {
    padding: 18px;
}

.background-cacbcd {
    background-color: #cacbcd;
}

@media (min-width:501px) {
    .Compare-table {
        border: 3px solid;
        padding: 0px;
    }

    .border-left-3 {
        border-left: 3px solid;
    }

    .mbackground_red {
        background-color: #ec1b2e;
    }

    .mbackground_e2e2e2 {
        background-color: #e2e2e2;
    }

    .mborder_3bottom {
        border-bottom: 3px solid;
    }
}

@media (max-width:500px) {
    .mborder_3side {
        border-top: 2px solid;
        border-left: 2px solid;
        border-right: 2px solid;
    }

    .mborder_3side {
        border-top: 2px solid;
        border-left: 2px solid;
        border-right: 2px solid;
    }

    .mborder_1bottom {
        border-bottom: 2px solid;
    }

    .m-n78wfk {
        margin: 35px 15px 0px !important;
    }

    .mbackground_red {
        background-color: #ec1b2e;
    }

    .borderColor_red {
        border-color: #e31e12;
    }

    .mbackground_e2e2e2 {
        background-color: #e2e2e2;
    }

    .borderColor_grey {
        border-color: #9e9e9e;
    }
}

.dstep-kuai {
    background-color: #ab0909;
    color: white;
    border-radius: 7px;
    padding: 15px;
    display: inline-block;
}

.shadow-stroke-icon {
    text-shadow: 0 4px 4px rgb(45 47 49 / 20%);
}

img.Sirim {
    width: 150px;
}