* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.top_infodb {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.layer-containerdb {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
}.container {
    width: 1203px;
    max-width: 100%;
    margin: auto;
}.workshop_ctadb {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tyAreadb {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(152,189,189,0.5), rgb(101,117,164,0.5));
}.tyAreadb::before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: -5%;
    height: 70%;
    width: 50%;
    background: #ffffff;
    top: -10%;
    transform: rotate(-15deg) skew(15deg);
    opacity: 0.03;
}.tyAreadb::after {
    position: absolute;
    background: rgb(101,117,164);
    pointer-events: none;
    content: "";
    height: 80%;
    right: -5%;
    opacity: 0.05;
    width: 40%;
    transform: rotate(25deg) skew(-15deg);
    bottom: -10%;
}.tyAreadb .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.tyAreadb .learn_identitydb {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-direction: column;
    padding: 60px 50px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    background: #ffffff;
}.tyAreadb .learn_identitydb:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.tyAreadb .learn_identitydb::before {
    left: 0;
    top: 0;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(to bottom, rgb(152,189,189), rgb(101,117,164));
    transform-origin: left center;
    width: 6px;
    position: absolute;
    transform: scaleY(0);
    content: "";
}.tyAreadb .learn_identitydb:hover::before {
    transform: scaleY(1);
}.tyAreadb .learn_identitydb > div:first-child {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}.tyAreadb h5 {
    transform: translateY(0);
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
}.tyAreadb .learn_identitydb:hover h5 {
    transform: translateY(-5px);
}.tyAreadb h5::after {
    content: "";
    bottom: -8px;
    height: 3px;
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(152,189,189), rgb(101,117,164));
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(0.7);
    position: absolute;
}.tyAreadb .learn_identitydb:hover h5::after {
    transform: scaleX(1);
}.tyAreadb a {
    transition: transform 0.4s ease;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
}.tyAreadb a:hover {
    transform: translateX(5px);
}.tyAreadb p {
    font-size: 13px;
    font-weight: 400;
    transition: color 0.3s ease;
    position: relative;
    margin: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
}.tyAreadb a:hover p {
    color: rgb(152,189,189);
}.tyAreadb a::before {
    transform: skewX(-15deg);
    opacity: 0.3;
    content: "";
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, #ffffff, rgb(101,117,164,0.5), #ffffff);
    left: -100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
}.tyAreadb a:hover::before {
    left: 200%;
}

@media (min-width: 992px) {.tyAreadb {
    padding: 150px 0;
}.tyAreadb .learn_identitydb {
    max-width: 85%;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    padding: 80px 70px;
}.tyAreadb h5 {
    line-height: 1.3;
    font-size: calc(24px * 1.15);
}.tyAreadb p {
    line-height: 1.9;
    font-size: calc(13px * 1.1);
}.tyAreadb h5::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.tyAreadb .learn_identitydb {
    max-width: 75%;
}
}

@media (max-width: 991px) {.tyAreadb {
    padding: 100px 0;
}.tyAreadb .learn_identitydb {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.tyAreadb {
    padding: 80px 0;
}.tyAreadb .learn_identitydb {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.tyAreadb h5 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 575px) {.tyAreadb {
    padding: 60px 0;
}.tyAreadb .learn_identitydb {
    transform: none;
    padding: 30px 20px;
}.tyAreadb h5 {
    line-height: 1.5;
    font-size: calc(24px * 0.85);
}.tyAreadb p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.tyAreadb h5::after {
    width: 60px;
    height: 2px;
}}.secure_depotdb {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(202,211,205) 0%, rgba(246, 246, 250, 0.95) 100%);
}.secure_depotdb::before {
    opacity: 0.07;
    content: "";
    height: 100%;
    position: absolute;
    background-size: 50px 50px;
    top: 0;
    z-index: 1;
    background-image: 
        linear-gradient(45deg, transparent 48%, rgb(152,189,189,0.5) 49%, rgb(152,189,189,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(101,117,164,0.5) 49%, rgb(101,117,164,0.5) 51%, transparent 52%);
    width: 100%;
    left: 0;
}.secure_depotdb .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1140px;
    padding: 3rem;
    transform: perspective(1200px) rotateX(1deg);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.secure_depotdb h1 {
    color: rgb(152,189,189);
    position: relative;
    transform: translateX(-0.5rem);
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 48px;
}.secure_depotdb h1::after {
    width: 80px;
    left: 0;
    position: absolute;
    content: "";
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(152,189,189) 0%, rgb(101,117,164) 100%);
    height: 4px;
    bottom: 0;
    animation: widthPulse 3s infinite alternate ease-in-out;
}.secure_depotdb h2 {
    position: relative;
    color: #000000;
    font-weight: 600;
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    font-size: 28px;
    border-left: 3px solid rgb(101,117,164);
}.secure_depotdb h3 {
    color: #000000;
    padding-left: 1rem;
    position: relative;
    border-left: 2px solid rgb(101,117,164,0.5);
    font-size: calc(28px * 0.85);
    font-weight: 600;
    margin: 2rem 0 1.2rem;
}.secure_depotdb h4 {
    position: relative;
    margin: 1.8rem 0 1rem;
    font-weight: 600;
    font-size: calc(28px * 0.7);
    padding-left: 1rem;
    border-left: 1px solid rgb(101,117,164,0.5);
    color: #000000;
}.secure_depotdb p {
    margin-bottom: 1.5rem;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
}.secure_depotdb p strong {
    color: #000000;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.secure_depotdb p strong::after {
    position: absolute;
    background-color: rgb(101,117,164,0.5);
    left: 0;
    height: 8px;
    width: 100%;
    z-index: -1;
    bottom: 0;
    opacity: 0.3;
    content: "";
}.secure_depotdb ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
}.secure_depotdb li {
    color: #000000;
    line-height: 1.7;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    font-size: 15px;
}.secure_depotdb li::before {
    height: 8px;
    transition: transform 0.3s ease;
    top: 0.65rem;
    border-radius: 10px;
    left: 0;
    content: "";
    background-color: rgb(152,189,189);
    transform: rotate(45deg);
    position: absolute;
    width: 8px;
}.secure_depotdb li:hover::before {
    transform: rotate(135deg);
}.secure_depotdb span {
    position: relative;
    font-size: 15px;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    line-height: 1.8;
    padding: 0.5rem 0 1.5rem;
}.secure_depotdb span::before {
    left: -1rem;
    content: "";
    height: 100%;
    opacity: 0.5;
    width: 3px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(152,189,189,0.5), transparent);
    top: 0;
}

@keyframes widthPulse {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

@media (max-width: 992px) {.secure_depotdb {
    padding: 3rem 1.5rem;
}.secure_depotdb .container {
    transform: perspective(1000px) rotateX(0.5deg);
    padding: 2rem;
}.secure_depotdb h1 {
    font-size: calc(48px * 0.9);
}.secure_depotdb h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.secure_depotdb {
    padding: 2rem 1rem;
}.secure_depotdb .container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    transform: none;
}.secure_depotdb h1 {
    font-size: calc(48px * 0.8);
    transform: translateX(0);
}.secure_depotdb h2 {
    margin: 2rem 0 1rem;
    font-size: calc(28px * 0.8);
}.secure_depotdb h3 {
    font-size: calc(28px * 0.7);
}.secure_depotdb h4 {
    font-size: calc(28px * 0.6);
}.secure_depotdb p, 
    .secure_depotdb li,
    .secure_depotdb span {
    font-size: calc(15px * 0.95);
}.secure_depotdb ul {
    margin-left: 0.5rem;
}
}

@media (max-width: 576px) {.secure_depotdb {
    padding: 1.5rem 0.5rem;
}.secure_depotdb .container {
    padding: 1.25rem;
}.secure_depotdb h1 {
    font-size: calc(48px * 0.7);
}.secure_depotdb h2 {
    font-size: calc(28px * 0.7);
}.secure_depotdb h3 {
    font-size: calc(28px * 0.6);
}.secure_depotdb h4 {
    font-size: calc(28px * 0.5);
}.secure_depotdb p, 
    .secure_depotdb li,
    .secure_depotdb span {
    font-size: calc(15px * 0.9);
}.secure_depotdb span::before {
    left: -0.75rem;
}}.interested_learnersdb {
    padding: 100px 0;
    background-color: #edf0f8;
    overflow: hidden;
    position: relative;
}.interested_learnersdb::before {
    height: 100%;
    width: 100%;
    opacity: 0.4;
    left: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
}.interested_learnersdb .learn_identitydb {
    text-align: center;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}.interested_learnersdb h3 {
    background-color: #edf0f8;
    margin-bottom: 60px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 15px;
    font-weight: 700;
    color: #000000;
    font-size: 29px;
}.interested_learnersdb h3::after {
    height: 5px;
    width: 60px;
    border-radius: 10px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(152,189,189), rgb(101,117,164));
    bottom: -15px;
    transform: translateX(-50%);
    content: '';
}.interested_learnersdb ul {
    list-style: none;
    padding: 0;
    gap: 35px;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    justify-content: center;
}.interested_learnersdb ul li {
    gap: 20px;
    transition: all 0.4s ease;
    background-color: #edf0f8;
    display: flex;
    border-radius: 20px;
    text-align: left;
    position: relative;
    align-items: flex-start;
    min-width: 280px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    padding: 35px 30px;
    width: calc(33.333% - 24px);
}.interested_learnersdb ul li:hover {
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}.interested_learnersdb ul li::before {
    right: 15px;
    content: '';
    height: 12px;
    top: 15px;
    background: linear-gradient(135deg, rgb(152,189,189), rgb(101,117,164));
    width: 12px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}.interested_learnersdb ul li:hover::before {
    opacity: 1;
}.interested_learnersdb ul li svg {
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    height: 50px;
    transition: all 0.4s ease;
    padding: 10px;
    flex-shrink: 0;
    width: 50px;
    border-radius: 12px;
}.interested_learnersdb ul li:hover svg {
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
}.interested_learnersdb ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(152,189,189);
}.interested_learnersdb ul li:hover svg path {
    fill: rgb(101,117,164);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.interested_learnersdb ul li {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}.interested_learnersdb ul li:nth-child(1) {
    animation-delay: 0.1s;
}.interested_learnersdb ul li:nth-child(2) {
    animation-delay: 0.2s;
}.interested_learnersdb ul li:nth-child(3) {
    animation-delay: 0.3s;
}.interested_learnersdb ul li:nth-child(4) {
    animation-delay: 0.4s;
}.interested_learnersdb ul li:nth-child(5) {
    animation-delay: 0.5s;
}.interested_learnersdb ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.interested_learnersdb {
    padding: 80px 0;
}.interested_learnersdb h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.interested_learnersdb ul {
    gap: 25px;
}.interested_learnersdb ul li {
    width: calc(50% - 13px);
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.interested_learnersdb ul li {
    width: 100%;
    max-width: 400px;
}
}

@media (max-width: 576px) {.interested_learnersdb {
    padding: 60px 0;
}.interested_learnersdb h3 {
    padding: 15px 20px;
    margin-bottom: 40px;
    font-size: calc(29px * 0.85);
}.interested_learnersdb ul li {
    gap: 15px;
    padding: 25px 20px;
}.interested_learnersdb ul li svg {
    height: 40px;
    padding: 8px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.interested_learnersdb ul li {
    animation: none;
    opacity: 1;
}.interested_learnersdb ul li:hover {
    transform: none;
}}.reach_outdb {
    background: rgb(202,211,205);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.reach_outdb::before {
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    opacity: 0.07;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(152,189,189,0.5) 0,
        rgb(152,189,189,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}.reach_outdb::after {
    height: 100%;
    position: absolute;
    z-index: 1;
    background-image: 
        linear-gradient(rgb(101,117,164,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(101,117,164,0.5) 1px, transparent 1px);
    opacity: 0.07;
    top: 0;
    background-size: 30px 30px;
    width: 100%;
    left: 0;
    content: "";
}.reach_outdb .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    z-index: 2;
}.reach_outdb h2 {
    transform: translateX(-50%);
    font-weight: 700;
    display: inline-block;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    left: 50%;
    font-size: 34px;
    position: relative;
}.reach_outdb h2::before {
    background: rgb(152,189,189);
    content: "";
    left: calc(50% - 40px);
    height: 4px;
    width: 80px;
    bottom: 0;
    position: absolute;
}.reach_outdb h2::after {
    left: calc(50% - 15px);
    position: absolute;
    height: 4px;
    bottom: 0;
    width: 30px;
    background: rgb(101,117,164);
    content: "";
}.reach_outdb .request_helpdb {
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 50px;
    background: #ffffff;
    display: flex;
}.reach_outdb .img_spotdb {
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
}.reach_outdb .img_spotdb::before {
    background: linear-gradient(
        135deg, 
        rgba(rgb(152,189,189), 0.4), 
        rgba(rgb(101,117,164), 0.4)
    );
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
}.reach_outdb .request_carddb {
    flex: 0 0 55%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 60px;
    flex-direction: column;
}.reach_outdb .request_carddb::before {
    border-radius: 50%;
    border: 30px solid rgb(152,189,189,0.5);
    right: -75px;
    height: 150px;
    z-index: 0;
    content: "";
    top: -75px;
    position: absolute;
    width: 150px;
}.reach_outdb .request_carddb::after {
    height: 100px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    width: 100px;
    left: -50px;
    z-index: 0;
    bottom: -50px;
    border-radius: 0;
    background: rgb(101,117,164,0.5);
}.reach_outdb form {
    z-index: 2;
    position: relative;
}.reach_outdb form h3 {
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    font-size: 19px;
    color: #000000;
    font-weight: 600;
}.reach_outdb form h3::after {
    background: rgb(152,189,189);
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    width: 50%;
    bottom: -15px;
}.reach_outdb form input[type="text"] {
    border: none;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    padding: 20px 25px;
    color: #000000;
    width: 100%;
    font-size: 12px;
    border-bottom: 2px solid rgb(202,211,205);
    background: transparent;
}.reach_outdb form input[type="text"]:focus {
    border-bottom-color: rgb(152,189,189);
    outline: none;
}.reach_outdb form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.reach_outdb form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.reach_outdb .inquiry_helpdb {
    margin-bottom: 40px;
    position: relative;
}.reach_outdb .inquiry_helpdb input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach_outdb .inquiry_helpdb label {
    padding-left: 35px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    color: #000000;
    line-height: 1.5;
}.reach_outdb .inquiry_helpdb label::before {
    left: 0;
    transition: all 0.3s ease;
    top: 0;
    border: 2px solid rgb(202,211,205);
    content: "";
    background: transparent;
    width: 22px;
    height: 22px;
    position: absolute;
}.reach_outdb .inquiry_helpdb input[type="checkbox"]:checked + label::before {
    background: rgb(152,189,189);
    border-color: rgb(152,189,189);
}.reach_outdb .inquiry_helpdb input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    left: 8px;
    height: 12px;
    top: 4px;
    transform: rotate(45deg);
    width: 6px;
    content: "";
    position: absolute;
}.reach_outdb .inquiry_helpdb label a {
    color: rgb(152,189,189);
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}.reach_outdb .inquiry_helpdb label a::after {
    transform-origin: left;
    width: 100%;
    transform: scaleX(1);
    background: rgb(152,189,189);
    bottom: -1px;
    content: "";
    transition: transform 0.3s ease;
    height: 1px;
    left: 0;
    position: absolute;
}.reach_outdb .inquiry_helpdb label a:hover {
    color: rgb(101,117,164);
}.reach_outdb .inquiry_helpdb label a:hover::after {
    background: rgb(101,117,164);
    transform: scaleX(0);
}.reach_outdb .message_widgetdb {
    position: relative;
    transition: all 0.3s ease;
    padding: 18px 40px;
    z-index: 1;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    width: auto;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    background: rgb(152,189,189);
    border: none;
    font-size: 16px;
}.reach_outdb .message_widgetdb::before {
    top: 0;
    z-index: -1;
    width: 0;
    position: absolute;
    transform: skewX(-25deg);
    content: "";
    height: 100%;
    transition: width 0.5s ease;
    left: -10px;
    background: rgb(101,117,164);
}.reach_outdb .message_widgetdb:hover::before {
    width: 150%;
}.reach_outdb svg {
    transition: all 0.3s ease;
    width: 24px;
    stroke: rgb(152,189,189);
    fill: none;
    stroke-width: 2;
    height: 24px;
}.reach_outdb svg path {
    stroke: rgb(152,189,189);
    fill: none;
    transition: all 0.3s ease;
}.reach_outdb svg:hover,
.reach_outdb svg:hover path {
    stroke: rgb(101,117,164);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.reach_outdb {
    padding: 80px 0;
}.reach_outdb .img_spotdb {
    min-height: 500px;
}.reach_outdb .request_carddb {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.reach_outdb {
    padding: 60px 0;
}.reach_outdb .request_helpdb {
    flex-direction: column;
}.reach_outdb .img_spotdb {
    width: 100%;
    min-height: 300px;
}.reach_outdb .request_carddb {
    padding: 40px 30px;
    width: 100%;
}.reach_outdb form h3 {
    margin-bottom: 30px;
}.reach_outdb form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.reach_outdb .inquiry_helpdb {
    margin-bottom: 30px;
}.reach_outdb .message_widgetdb {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.reach_outdb {
    padding: 50px 0;
}.reach_outdb h2 {
    font-size: calc(34px * 0.85);
}.reach_outdb .request_helpdb {
    margin-top: 30px;
}.reach_outdb .img_spotdb {
    min-height: 200px;
}.reach_outdb .request_carddb {
    padding: 30px 20px;
}.reach_outdb form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.reach_outdb form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.reach_outdb .inquiry_helpdb {
    margin-bottom: 25px;
}.reach_outdb .inquiry_helpdb label {
    font-size: calc(15px * 0.9);
}.reach_outdb .message_widgetdb {
    padding: 12px 25px;
}}.course_featuresdb {
    position: relative;
    grid-template-rows: 1fr;
    overflow: hidden;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    min-height: 100vh;
    background-color: rgb(202,211,205);
}.course_featuresdb .learn_codingdb {
    z-index: 1;
    position: relative;
    grid-row: 1;
    height: 100%;
    grid-column: 4 / span 8;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}.course_featuresdb .learn_codingdb::before {
    background: linear-gradient(90deg, rgb(101,117,164,0.5), transparent);
    pointer-events: none;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 2;
    content: "";
    width: 30%;
    top: 0;
}.course_featuresdb .future_skillsdb {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}.course_featuresdb .online_learndb {
    width: 100%;
    position: relative;
    perspective: 1000px;
    height: 100%;
}.course_featuresdb .class_plandb {
    opacity: 0;
    transform: translateZ(-50px);
    left: 0;
    width: 100%;
    position: absolute;
    transition: opacity 0.8s, transform 0.8s;
    top: 0;
    height: 100%;
    z-index: 1;
}.course_featuresdb .class_plandb:nth-child(1) {
    animation: slide-cube 25s infinite 0s;
}.course_featuresdb .class_plandb:nth-child(2) {
    animation: slide-cube 25s infinite -5s;
}.course_featuresdb .class_plandb:nth-child(3) {
    animation: slide-cube 25s infinite -10s;
}.course_featuresdb .class_plandb:nth-child(4) {
    animation: slide-cube 25s infinite -15s;
}.course_featuresdb .class_plandb:nth-child(5) {
    animation: slide-cube 25s infinite -20s;
}.course_featuresdb .class_plandb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}.course_featuresdb .future_skillsdb:hover .class_plandb {
    animation-play-state: paused;
}.course_featuresdb .container {
    display: flex;
    position: relative;
    padding: 0 0 0 4rem;
    grid-column: 1 / span 7;
    z-index: 2;
    grid-row: 1;
    justify-content: flex-start;
    align-items: center;
}.course_featuresdb .learn_identitydb {
    width: 100%;
    position: relative;
    margin-right: auto;
    margin-left: 0;
    max-width: 550px;
}.course_featuresdb .education_routedb {
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 30px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.course_featuresdb .education_routedb h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.1;
    opacity: 0;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    transform: translateY(30px);
    animation: slide-up 0.7s ease-out forwards;
    font-weight: 700;
    font-size: 44px;
}.course_featuresdb .education_routedb::before {
    opacity: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    animation: fade-in 0.5s 0.9s ease-out forwards;
    top: -40px;
    border-left: 3px solid rgb(152,189,189);
    left: -40px;
    content: "";
    border-top: 3px solid rgb(152,189,189);
}.course_featuresdb .education_routedb::after {
    width: 80px;
    position: absolute;
    border-right: 3px solid rgb(152,189,189);
    bottom: -40px;
    height: 80px;
    content: "";
    animation: fade-in 0.5s 0.9s ease-out forwards;
    right: -40px;
    opacity: 0;
    border-bottom: 3px solid rgb(152,189,189);
}.course_featuresdb .education_routedb p {
    color: #ffffff;
    opacity: 0;
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 2.5rem;
    transform: translateY(30px);
    animation: slide-up 0.7s 0.4s ease-out forwards;
    font-size: 18px;
}.course_featuresdb .message_widgetdb {
    transition: all 0.3s;
    letter-spacing: 1px;
    opacity: 0;
    overflow: hidden;
    font-weight: 600;
    transform: translateY(30px);
    display: inline-block;
    color: #ffffff;
    background: rgb(152,189,189);
    font-size: 17px;
    position: relative;
    padding: 1rem 2.5rem;
    animation: slide-up 0.7s 0.6s ease-out forwards;
    text-decoration: none;
}.course_featuresdb .message_widgetdb:hover {
    box-shadow: 0 0 30px rgba(rgb(152,189,189), 0.5);
    transform: scale(1.05);
    background: transparent;
}.course_featuresdb .message_widgetdb::before {
    top: 0;
    transition: transform 0.5s;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    transform-origin: bottom right;
    transform: scale(1);
    z-index: -1;
    background: rgb(152,189,189);
}.course_featuresdb .message_widgetdb:hover::before {
    transition: transform 0.5s;
    transform: scale(0);
}@keyframes slide-cube {
    0%, 20%, 100% {
        opacity: 0;
        transform: translateZ(-50px) rotateY(-5deg);
    }
    4%, 16% {
        opacity: 1;
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

.course_featuresdb::before {
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to right,
        rgb(101,117,164,0.5) 0%,
        rgb(101,117,164,0.5) 40%,
        transparent 70%);
    pointer-events: none;
    left: 0;
    content: "";
    width: 100%;
}.course_featuresdb::after {
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.5;
    pointer-events: none;
    content: "";
    z-index: 0;
    width: 100%;
    background: radial-gradient(
        circle at 30% 50%,
        rgb(152,189,189,0.5) 0%,
        transparent 50%
    );
    left: 0;
}

@media screen and (max-width: 1400px) {.course_featuresdb .learn_identitydb {
    margin-right: 1rem;
}
}

@media screen and (max-width: 1200px) {.course_featuresdb {
    grid-template-columns: repeat(10, 1fr);
}.course_featuresdb .learn_codingdb {
    grid-column: 6 / span 5;
}.course_featuresdb .container {
    padding: 0 0 0 3rem;
    grid-column: 1 / span 6;
}.course_featuresdb .learn_identitydb {
    max-width: 100%;
}.course_featuresdb::before {
    background: linear-gradient(to right,
            rgb(101,117,164,0.5) 0%,
            rgb(101,117,164,0.5) 30%,
            transparent 60%);
}
}

@media screen and (max-width: 992px) {.course_featuresdb {
    display: flex;
    padding: 0;
    min-height: auto;
    flex-direction: column;
}.course_featuresdb .learn_codingdb {
    clip-path: none;
    order: 1;
    height: 50vh;
    width: 100%;
}.course_featuresdb .learn_codingdb::before {
    display: none;
}.course_featuresdb .container {
    order: 2;
    padding: 4rem 3rem;
    width: 100%;
}.course_featuresdb .learn_identitydb {
    max-width: 600px;
    margin: 0;
}.course_featuresdb .education_routedb {
    background: rgba(0, 0, 0, 0.7);
}.course_featuresdb::before {
    opacity: 0.95;
    background: rgb(101,117,164,0.5);
}.course_featuresdb::after {
    background: none;
}.course_featuresdb .class_plandb {
    animation-duration: 20s;
}
}

@media screen and (max-width: 768px) {.course_featuresdb .learn_codingdb {
    height: 40vh;
}.course_featuresdb .container {
    padding: 3rem 2rem;
}.course_featuresdb .education_routedb h3 {
    font-size: calc(44px * 0.8);
}.course_featuresdb .education_routedb::before,
    .course_featuresdb .education_routedb::after {
    height: 60px;
    width: 60px;
}
}

@media screen and (max-width: 576px) {.course_featuresdb .learn_codingdb {
    height: 35vh;
}.course_featuresdb .container {
    padding: 2.5rem 1.5rem;
}.course_featuresdb .education_routedb h3 {
    font-size: calc(30px * 1.1);
}.course_featuresdb .education_routedb::before,
    .course_featuresdb .education_routedb::after {
    bottom: -20px;
    right: -20px;
    left: -20px;
    height: 40px;
    top: -20px;
    width: 40px;
}.course_featuresdb .message_widgetdb {
    width: 100%;
    text-align: center;
}}.service_contactdb {
    background: linear-gradient(120deg, rgb(202,211,205) 0%, #ffffff 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.service_contactdb::before {
    top: 0;
    width: 100%;
    left: 0;
    content: '';
    opacity: 0.04;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(152,189,189,0.5) 0,
        rgb(152,189,189,0.5) 1px,
        transparent 1px,
        transparent 50px
    );
    position: absolute;
    z-index: 1;
}.service_contactdb .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.service_contactdb .talk_expertsdb {
    border-radius: 30px;
    background: transparent;
    z-index: 2;
    position: relative;
}.service_contactdb h3 {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
}.service_contactdb h3::after {
    bottom: -5px;
    height: 3px;
    border-radius: 10px;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(152,189,189), rgb(101,117,164));
}.service_contactdb .message_paneldb {
    max-width: 700px;
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 50px;
}.service_contactdb .course_askdb {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 40px;
    gap: 30px;
    border-radius: 30px;
    position: relative;
    background: #ffffff;
}.service_contactdb .course_askdb::before {
    border-radius: 30px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0.15;
    top: 0;
    left: 0;
    background-size: 30px 30px;
    background: 
        linear-gradient(135deg, transparent 49.5%, rgb(152,189,189,0.5) 49.5%, rgb(152,189,189,0.5) 50.5%, transparent 50.5%),
        linear-gradient(45deg, transparent 49.5%, rgb(101,117,164,0.5) 49.5%, rgb(101,117,164,0.5) 50.5%, transparent 50.5%);
}.service_contactdb .course_askdb > span {
    padding-left: 35px;
    transition: transform 0.3s ease;
    position: relative;
}.service_contactdb .course_askdb > span:hover {
    transform: translateX(5px);
}.service_contactdb .course_askdb > span p {
    margin: 0;
    font-weight: 600;
    color: #000000;
    font-size: 17px;
    margin-bottom: 3px;
}.service_contactdb .course_askdb > span > span {
    display: block;
    font-size: 17px;
    color: #000000;
}.service_contactdb .course_askdb > span a {
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(152,189,189);
    font-weight: 600;
}.service_contactdb .course_askdb > span a::after {
    content: '';
    height: 1px;
    background: rgb(101,117,164);
    bottom: -2px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    width: 0;
}.service_contactdb .course_askdb > span a:hover {
    color: rgb(101,117,164);
}.service_contactdb .course_askdb > span a:hover::after {
    width: 100%;
}.service_contactdb .course_askdb > span svg {
    transition: transform 0.3s ease;
    stroke-linejoin: round;
    left: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    stroke: rgb(152,189,189);
    stroke-width: 2px;
    fill: none;
    top: 0;
    stroke-linecap: round;
}.service_contactdb .course_askdb > span:nth-child(even) svg {
    stroke: rgb(101,117,164);
}.service_contactdb .course_askdb > span:hover svg {
    transform: scale(1.1);
}.service_contactdb .course_askdb > span svg path {
    transition: stroke-dasharray 0.3s ease;
}.service_contactdb .course_askdb > span:hover svg path {
    stroke-dasharray: 5;
    animation: dash 1.5s linear infinite;
}@keyframes dash {
    to {
        stroke-dashoffset: 10;
    }
}

.service_contactdb .reach_sectiondb {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    padding-top: 30px;
}.service_contactdb .reach_sectiondb h4 {
    margin-right: 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.service_contactdb .reach_sectiondb h4::after {
    background: rgb(101,117,164);
    left: 0;
    content: '';
    position: absolute;
    height: 2px;
    bottom: -5px;
    width: 40px;
}.service_contactdb .reach_sectiondb span {
    border-radius: 10px;
    background: rgb(202,211,205);
    margin-bottom: 10px;
    display: inline-block;
    padding: 8px 15px;
    margin-right: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    font-size: 17px;
    color: #000000;
}.service_contactdb .reach_sectiondb span:hover {
    background-color: rgb(152,189,189,0.5);
    transform: translateY(-3px);
}.service_contactdb .reach_sectiondb svg {
    fill: none;
    height: 18px;
    stroke-width: 2px;
    stroke: rgb(101,117,164);
    margin-right: 5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    vertical-align: middle;
    width: 18px;
}.service_contactdb .reach_sectiondb span:hover svg {
    animation: rotate 1s ease-in-out;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.service_contactdb .reach_sectiondb h4 {
    width: 100%;
    margin-bottom: 20px;
}.service_contactdb {
    padding: 70px 0;
}.service_contactdb .course_askdb {
    padding: 30px;
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.service_contactdb h3 {
    font-size: calc(36px - 2px);
}.service_contactdb .course_askdb > span svg {
    height: 22px;
    width: 22px;
}
}

@media (max-width: 767px) {.service_contactdb {
    padding: 60px 0;
}.service_contactdb .course_askdb {
    padding: 25px;
    grid-template-columns: 1fr;
    gap: 20px;
}.service_contactdb h3 {
    font-size: calc(36px - 4px);
}.service_contactdb .message_paneldb {
    margin-bottom: 35px;
}.service_contactdb .reach_sectiondb span {
    padding: 6px 12px;
    margin-right: 8px;
    margin-bottom: 8px;
}.service_contactdb .course_askdb > span svg {
    width: 20px;
    height: 20px;
}.service_contactdb .reach_sectiondb svg {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 479px) {.service_contactdb {
    padding: 50px 0;
}.service_contactdb .course_askdb {
    gap: 15px;
    padding: 20px;
}.service_contactdb h3 {
    font-size: calc(36px - 6px);
}.service_contactdb .message_paneldb {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.service_contactdb .course_askdb > span {
    padding-left: 25px;
}.service_contactdb .course_askdb > span::before {
    width: 15px;
}.service_contactdb .reach_sectiondb {
    padding-top: 20px;
}.service_contactdb .reach_sectiondb h4 {
    font-size: calc(18px - 2px);
    margin-bottom: 15px;
}.service_contactdb .reach_sectiondb span {
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: calc(17px - 1px);
    margin-right: 5px;
}.service_contactdb .course_askdb > span svg {
    width: 18px;
    height: 18px;
}.service_contactdb .reach_sectiondb svg {
    width: 14px;
    height: 14px;
}
}

@media (hover: none) {.service_contactdb .course_askdb > span:hover {
    transform: none;
}.service_contactdb .reach_sectiondb span:hover {
    transform: none;
    background-color: rgb(202,211,205);
}.service_contactdb .course_askdb > span a:hover {
    color: rgb(152,189,189);
}.service_contactdb .course_askdb > span a:hover::after {
    width: 0;
}.service_contactdb .course_askdb > span:hover svg {
    transform: none;
}.service_contactdb .course_askdb > span:hover svg path {
    stroke-dasharray: none;
    animation: none;
}.service_contactdb .reach_sectiondb span:hover svg {
    animation: none;
}}#cookieWarningDialogdb {
    display: none;
}#cookieWarningDialogdb:checked ~ .usageAgreementAlertdb {
    opacity: 0;
    visibility: hidden;
}.usageAgreementAlertdb {
    bottom: 0;
    font-family: Arial, sans-serif;
    position: fixed;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    background: rgb(101,117,164);
    z-index: 90;
    border-top: 3px solid rgb(152,189,189);
    width: 100%;
}.visitor_settingsdb {
    gap: 20px;
    padding: 20px 5%;
    border: 2px dashed rgb(152,189,189);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 27px;
    background: rgba(0, 0, 0, 0.5);
}.usageAgreementAlertdb h5 {
    color: rgb(152,189,189);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0;
    font-size: 19px;
}.usageAgreementAlertdb p {
    position: relative;
    margin: 0;
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
}.cookie_boxdb {
    background: rgb(152,189,189,0.5);
    border-radius: 27px;
    flex-shrink: 0;
    margin-right: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 10px;
}.cookie_boxdb svg {
    height: 60px;
    width: 60px;
    fill: rgb(152,189,189);
}.cookies_trackingdb {
    line-height: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    margin-left: 10px;
    border-radius: 10px;
    flex-shrink: 0;
    min-width: 140px;
    white-space: nowrap;
    background: rgb(152,189,189);
    cursor: pointer;
    border: 2px solid rgb(152,189,189);
}.cookies_trackingdb:hover {
    background-color: rgb(101,117,164);
    box-shadow: 0 0 10px rgb(101,117,164);
}.cookie_button.track_toggledb {
    border: 2px solid rgb(101,117,164);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.track_toggledb:hover {
    box-shadow: 0 0 10px rgb(101,117,164);
}.usageAgreementAlertdb p a {
    color: rgb(152,189,189);
    border-bottom: 1px dashed rgb(152,189,189);
    transition: color 0.3s ease;
    text-decoration: none;
}.usageAgreementAlertdb p a:hover {
    color: rgb(101,117,164);
}
@media only screen and (max-width: 1200px) {.usageAgreementAlertdb {
    padding: 15px 0;
}.visitor_settingsdb {
    padding: 15px 5%;
}.cookie_boxdb {
    display: none;
}.visitor_settingsdb {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.usageAgreementAlertdb h5 {
    font-size: 21px;
    margin-bottom: 10px;
}.cookie_explaineddb {
    margin-bottom: 15px;
}.cookies_trackingdb {
    min-width: 100%;
    margin: 10px 0;
}}
.analysis_summarydb {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(152,189,189,0.5), rgb(202,211,205));
}.analysis_summarydb::before {
    position: absolute;
    content: "";
    z-index: 1;
    filter: blur(50px);
    height: 70%;
    opacity: 0.4;
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(210deg, rgb(101,117,164,0.5), transparent);
    width: 40%;
    right: -5%;
    top: -10%;
}.analysis_summarydb::after {
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    filter: blur(40px);
    content: "";
    height: 60%;
    bottom: -10%;
    left: -5%;
    transform: rotate(15deg) skewX(-15deg);
    background: linear-gradient(30deg, rgb(152,189,189,0.5), transparent);
    width: 30%;
}.analysis_summarydb .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
}.analysis_summarydb ul {
    margin: 0 0 4rem;
    padding: 0;
    display: grid;
    gap: 2.5rem;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.analysis_summarydb .boost_growthdb {
    transform: perspective(1000px) rotateY(5deg) rotateX(3deg);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    position: relative;
}.analysis_summarydb .boost_growthdb:hover {
    transform: perspective(1000px) rotateY(-3deg) rotateX(-2deg) translateZ(10px);
}.analysis_summarydb .boost_growthdb div {
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: flex;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1), 
        rgba(255,255,255,0.05)
    );
    backdrop-filter: blur(10px);
    flex-direction: column;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    position: relative;
    padding: 2rem 1.5rem;
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.1),
        0 1px 8px rgba(0,0,0,0.07),
        0 20px 30px -10px rgb(152,189,189,0.5);
    overflow: hidden;
    align-items: center;
    justify-content: center;
}.analysis_summarydb .boost_growthdb div::before {
    height: 200%;
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgb(101,117,164,0.5) 0%,
        transparent 70%
    );
    width: 200%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    position: absolute;
    z-index: -1;
    transform: scale(0.5);
    top: -50%;
    opacity: 0;
    content: "";
}.analysis_summarydb .boost_growthdb:hover div::before {
    opacity: 0.15;
    transform: scale(1);
}.analysis_summarydb .boost_growthdb p {
    -webkit-background-clip: text;
    font-size: calc(32px * 1.2);
    transition: transform 0.3s ease, text-shadow 0.3s ease;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(152,189,189), rgb(101,117,164));
    letter-spacing: -0.02em;
    color: transparent;
    margin: 0 0 0.5rem;
    background-clip: text;
}.analysis_summarydb .boost_growthdb:hover p {
    transform: translateY(-5px);
    text-shadow: 0 5px 15px rgba(rgb(152,189,189,0.5), 0.3);
}.analysis_summarydb .boost_growthdb span {
    color: #000000;
    line-height: 1.4;
    opacity: 0.85;
    max-width: 100%;
    display: block;
    font-weight: 600;
    font-size: 15px;
    transition: opacity 0.3s ease;
}.analysis_summarydb .boost_growthdb:hover span {
    opacity: 1;
}.analysis_summarydb h4 {
    padding-bottom: 1rem;
    position: relative;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-size: 18px;
    margin: 2rem 0 0;
    text-align: center;
    animation-delay: 0.5s;
    color: #000000;
    opacity: 0;
    font-weight: 700;
    transform: translateY(20px);
}.analysis_summarydb h4::after {
    height: 3px;
    width: 60px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(101,117,164), rgb(152,189,189));
    position: absolute;
}

@keyframes fadeUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.02);
    }
}

@media (min-width: 768px) {.analysis_summarydb ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 3rem;
}.analysis_summarydb .boost_growthdb:nth-child(odd) {
    animation: float 6s ease-in-out infinite;
}.analysis_summarydb .boost_growthdb:nth-child(even) {
    animation-delay: 1s;
    animation: float 7s ease-in-out infinite reverse;
}.analysis_summarydb h4 {
    font-size: calc(18px * 1.2);
}
}

@media (min-width: 992px) {.analysis_summarydb {
    padding: 8rem 0;
}.analysis_summarydb ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.analysis_summarydb .boost_growthdb div {
    padding: 2.5rem 1.5rem;
}.analysis_summarydb .boost_growthdb p {
    font-size: calc(32px * 1.5);
}
}

@media (max-width: 767px) {.analysis_summarydb {
    padding: 4rem 0;
}.analysis_summarydb ul {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    margin-bottom: 2.5rem;
    gap: 1.5rem;
}.analysis_summarydb .boost_growthdb div {
    padding: 1.5rem 1rem;
}.analysis_summarydb .boost_growthdb p {
    font-size: 32px;
}.analysis_summarydb .boost_growthdb span {
    font-size: calc(15px * 0.9);
}.analysis_summarydb h4 {
    font-size: 22px;
}
}

@media (max-width: 480px) {.analysis_summarydb ul {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.analysis_summarydb .boost_growthdb div {
    padding: 1rem 0.75rem;
}.analysis_summarydb .boost_growthdb p {
    font-size: calc(18px * 1.2);
}.analysis_summarydb .boost_growthdb span {
    font-size: calc(14px * 1.1);
}}.attempt_nowdb {
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(202,211,205) 0%, #ffffff 70%, rgb(152,189,189,0.5) 100%);
    transform-style: preserve-3d;
    padding: 5rem 0;
}.attempt_nowdb::before {
    content: "";
    height: 110%;
    width: 120%;
    background: linear-gradient(45deg, rgb(152,189,189,0.5) 0%, transparent 60%);
    transform: rotateZ(-5deg) translateZ(-10px);
    left: -10%;
    top: -5%;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}.attempt_nowdb::after {
    height: 60%;
    position: absolute;
    bottom: 0;
    content: "";
    z-index: 0;
    pointer-events: none;
    width: 40%;
    transform: translateZ(-5px);
    right: 0;
    background: linear-gradient(210deg, rgb(101,117,164,0.5) 0%, transparent 80%);
}.attempt_nowdb .container {
    transform: translateZ(0);
    margin: 0 auto;
    backdrop-filter: blur(5px);
    padding: 2rem;
    max-width: 1200px;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 1;
}.attempt_nowdb h2 {
    color: #000000;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    max-width: 90%;
    line-height: 1.4;
    position: relative;
    transform: translateZ(10px);
}.attempt_nowdb h2::after {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 3px;
    transform: scaleX(1);
    left: 0;
    position: absolute;
    bottom: -0.75rem;
    content: "";
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(152,189,189) 0%, rgb(101,117,164) 100%);
    width: 8rem;
}.attempt_nowdb .learn_identitydb {
    transform: translateZ(20px);
    margin-top: 2rem;
    position: relative;
    align-items: center;
    display: flex;
    gap: 2.5rem;
}.attempt_nowdb .learn_identitydb::before {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    top: -1rem;
    position: absolute;
    left: -2rem;
    height: calc(100% + 2rem);
    width: calc(100% + 4rem);
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transform: translateZ(-5px);
}.attempt_nowdb svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateZ(15px) rotate(-5deg);
    width: 4rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 4rem;
}.attempt_nowdb svg:hover {
    transform: translateZ(25px) rotate(0deg) scale(1.1);
}.attempt_nowdb svg path {
    transition: fill 0.3s ease-out;
    fill: rgb(152,189,189);
}.attempt_nowdb svg:hover path {
    fill: rgb(101,117,164);
}.attempt_nowdb .learn_identitydb div {
    transform: translateZ(5px);
    position: relative;
    flex-grow: 1;
}.attempt_nowdb .message_widgetdb {
    display: inline-flex;
    font-weight: 600;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
    align-items: center;
    overflow: hidden;
    padding: 0.9rem 2.2rem;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    font-size: 15px;
    font-family: Arial, sans-serif;
    justify-content: center;
    background: linear-gradient(135deg, rgb(152,189,189) 0%, rgb(101,117,164) 100%);
    color: #ffffff;
    text-decoration: none;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    letter-spacing: 0.5px;
    transform: translateZ(5px);
}.attempt_nowdb .message_widgetdb::before {
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.attempt_nowdb .message_widgetdb:hover {
    transform: translateZ(10px) scale(1.05);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.05);
}.attempt_nowdb .message_widgetdb:hover::before {
    left: 100%;
}.attempt_nowdb .message_widgetdb::after {
    transition: all 0.4s ease;
    transform: translateX(-50%) scaleX(0.9);
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    height: 10px;
    filter: blur(5px);
    content: "";
    z-index: -1;
    width: 90%;
    bottom: 0;
    left: 50%;
    border-radius: 50%;
}.attempt_nowdb .message_widgetdb:hover::after {
    height: 15px;
    filter: blur(8px);
    width: 95%;
    transform: translateX(-50%) scaleX(0.95);
}

@media (max-width: 992px) {.attempt_nowdb {
    padding: 4rem 0;
}.attempt_nowdb .container {
    padding: 1.5rem;
}.attempt_nowdb h2 {
    max-width: 100%;
    font-size: calc(33px * 0.9);
}.attempt_nowdb .learn_identitydb {
    gap: 2rem;
}.attempt_nowdb svg {
    width: 3.5rem;
    height: 3.5rem;
}
}

@media (max-width: 768px) {.attempt_nowdb {
    padding: 3rem 0;
}.attempt_nowdb .container {
    padding: 1.25rem;
}.attempt_nowdb h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.attempt_nowdb h2::after {
    width: 6rem;
}.attempt_nowdb .learn_identitydb {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}.attempt_nowdb svg {
    width: 3rem;
    height: 3rem;
}.attempt_nowdb .message_widgetdb {
    padding: 0.8rem 1.8rem;
    width: 100%;
}
}

@media (max-width: 576px) {.attempt_nowdb {
    padding: 2.5rem 0;
}.attempt_nowdb .container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 1rem;
}.attempt_nowdb h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.7);
}.attempt_nowdb h2::after {
    width: 5rem;
    height: 2px;
}.attempt_nowdb .learn_identitydb {
    margin-top: 1.5rem;
}.attempt_nowdb svg {
    width: 2.5rem;
    height: 2.5rem;
}.attempt_nowdb .message_widgetdb {
    padding: 0.7rem 1.5rem;
    font-size: calc(15px * 0.9);
}
}

@media (hover: none) {.attempt_nowdb .message_widgetdb:active {
    transform: translateZ(5px) scale(0.95);
}.attempt_nowdb svg:active {
    transform: translateZ(15px) scale(1.1);
}
}

@media (prefers-reduced-motion) {.attempt_nowdb .message_widgetdb::before,
  .attempt_nowdb .message_widgetdb:hover::before,
  .attempt_nowdb .message_widgetdb:hover,
  .attempt_nowdb svg:hover {
    transform: none;
    transition: none;
}}.offer_griddb {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.offer_griddb::before {
    top: 0;
    right: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}.offer_griddb .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.offer_griddb .package_ratesdb {
    align-items: center;
    flex-direction: column;
    display: flex;
}.offer_griddb h2 {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    font-size: 33px;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    margin-bottom: 20px;
    transform: translateY(20px);
}.offer_griddb .basic_ratesdb {
    opacity: 0;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    transform: translateY(20px);
    max-width: 700px;
    font-size: 13px;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
}.offer_griddb .monthly_plandb {
    padding: 0;
    gap: 30px;
    list-style: none;
    margin: 0;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.offer_griddb .monthly_plandb li {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}.offer_griddb .monthly_plandb li:nth-child(1) {
    animation-delay: 0.3s;
}.offer_griddb .monthly_plandb li:nth-child(2) {
    animation-delay: 0.4s;
}.offer_griddb .monthly_plandb li:nth-child(3) {
    animation-delay: 0.5s;
}.offer_griddb .monthly_plandb li:nth-child(4) {
    animation-delay: 0.6s;
}.offer_griddb .rate_carddb {
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.offer_griddb .rate_carddb:hover {
    transform: translateY(-8px) scale(1.02);
}.offer_griddb .rate_carddb::before {
    content: "";
    top: 0;
    pointer-events: none;
    height: 100%;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: absolute;
}.offer_griddb .rate_carddb:hover::before {
    left: 100%;
}.offer_griddb .learning_costdb {
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 29px;
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    padding: 5px;
    position: relative;
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.offer_griddb .rate_carddb:hover .learning_costdb {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.offer_griddb .learning_costdb::after {
    content: '';
    top: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(152,189,189), rgb(101,117,164));
    position: absolute;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    left: 0;
    transform-origin: left;
    height: 5px;
}.offer_griddb .rate_carddb:hover .learning_costdb::after {
    transform: scaleX(1);
}.offer_griddb .tuition_griddb {
    display: flex;
    color: #ffffff;
    height: 100%;
    min-height: 400px;
    padding: 30px;
    justify-content: space-between;
    box-sizing: border-box;
    flex-direction: column;
}.offer_griddb .tuition_griddb h4 {
    color: rgb(152,189,189);
    position: relative;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
    padding-bottom: 15px;
}.offer_griddb .rate_carddb:hover .tuition_griddb h4 {
    transform: translateX(5px);
}.offer_griddb .tuition_griddb h4::after {
    transition: width 0.3s ease;
    content: "";
    left: 0;
    position: absolute;
    width: 40px;
    height: 3px;
    background: rgb(101,117,164);
    bottom: 0;
}.offer_griddb .rate_carddb:hover .tuition_griddb h4::after {
    width: 60px;
}.offer_griddb .tuition_griddb p {
    line-height: 1.6;
    word-break: break-word;
    scrollbar-width: thin;
    font-size: calc(13px - 2px);
    overflow-y: auto;
    max-height: 200px;
    overflow-wrap: break-word;
    color: rgba(255,255,255,0.8);
    margin: 0 0 30px;
    scrollbar-color: rgb(152,189,189,0.5) transparent;
}.offer_griddb .tuition_griddb p::-webkit-scrollbar {
    width: 5px;
}.offer_griddb .tuition_griddb p::-webkit-scrollbar-track {
    background: transparent;
}.offer_griddb .tuition_griddb p::-webkit-scrollbar-thumb {
    background-color: rgb(152,189,189,0.5);
    border-radius: 10px;
}.offer_griddb .fee_chartdb {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-self: flex-start;
    padding: 10px 20px;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(152,189,189) 0%, rgb(152,189,189,0.5) 100%);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    display: inline-block;
    margin-top: auto;
    font-size: calc(19px + 4px);
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
}.offer_griddb .rate_carddb:hover .fee_chartdb {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transform: scale(1.05);
}.offer_griddb .fee_chartdb::before {
    left: -50%;
    opacity: 0;
    position: absolute;
    content: "";
    top: -50%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    transform: scale(0);
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    height: 200%;
    width: 200%;
}.offer_griddb .rate_carddb:hover .fee_chartdb::before {
    opacity: 1;
    transform: scale(1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {.offer_griddb {
    padding: 80px 0;
}.offer_griddb .monthly_plandb {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.offer_griddb .tuition_griddb {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 767px) {.offer_griddb {
    padding: 60px 0;
}.offer_griddb h2 {
    font-size: calc(33px - 4px);
}.offer_griddb .basic_ratesdb {
    margin-bottom: 30px;
    font-size: calc(13px - 1px);
}.offer_griddb .monthly_plandb {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 400px;
}.offer_griddb .tuition_griddb {
    min-height: 300px;
}.offer_griddb .fee_chartdb {
    font-size: calc(19px + 2px);
}
}

@media (max-width: 480px) {.offer_griddb {
    padding: 40px 0;
}.offer_griddb h2 {
    font-size: calc(33px - 6px);
}.offer_griddb .tuition_griddb {
    padding: 20px;
    min-height: 280px;
}.offer_griddb .tuition_griddb p {
    font-size: calc(13px - 3px);
    margin-bottom: 20px;
}.offer_griddb .fee_chartdb {
    padding: 8px 15px;
}}.workshop_ctadb {
    color: #ffffff;
    padding: 5rem 0 3rem;
    z-index: 1;
    position: relative;
}.workshop_ctadb::before {
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(152,189,189,0.5) 100%);
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    backdrop-filter: blur(8px);
    width: 100%;
}.workshop_ctadb .container {
    grid-template-columns: 1.5fr 2fr;
    display: grid;
    gap: 3rem;
    position: relative;
}.workshop_ctadb .company_holder {
    border-left: 2px solid rgb(152,189,189);
    animation: borderPulse 4s infinite alternate;
    position: relative;
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(152,189,189);
    }
    50% {
        border-left-color: rgb(101,117,164);
    }
    100% {
        border-left-color: rgb(152,189,189);
    }
}

.workshop_ctadb .company_holder h3 {
    font-size: calc(31px * 1.2);
    background: linear-gradient(to right, #ffffff, rgb(101,117,164));
    font-weight: 700;
    -webkit-background-clip: text !important;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
}.workshop_ctadb .fund_ctadb {
    color: #ffffff;
    opacity: 0.8;
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 13px;
}.workshop_ctadb .collab_spacedb {
    display: flex;
    justify-content: flex-end;
}.workshop_ctadb .head_learningdb {
    display: flex;
    gap: 4rem;
}.workshop_ctadb .head_classdb {
    position: relative;
}.workshop_ctadb .head_classdb::before {
    position: absolute;
    content: "";
    top: -10px;
    border-left: 1px solid rgb(152,189,189);
    width: 40px;
    opacity: 0.4;
    border-top: 1px solid rgb(152,189,189);
    left: -20px;
    height: 40px;
}.workshop_ctadb .head_classdb::after {
    width: 40px;
    bottom: -10px;
    opacity: 0.4;
    border-bottom: 1px solid rgb(152,189,189);
    position: absolute;
    content: "";
    border-right: 1px solid rgb(152,189,189);
    height: 40px;
    right: -20px;
}.workshop_ctadb .head_classdb h5 {
    color: rgb(101,117,164);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 23px;
}.workshop_ctadb .head_classdb .head_learningdb {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.workshop_ctadb .head_classdb .head_learningdb a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 13px;
    padding-left: 1rem;
    opacity: 0.8;
    position: relative;
}.workshop_ctadb .head_classdb .head_learningdb a::before {
    width: 5px;
    transition: all 0.3s ease;
    left: 0;
    border-radius: 50%;
    background-color: rgb(152,189,189);
    transform: translateY(-50%);
    top: 50%;
    height: 5px;
    content: "";
    position: absolute;
}.workshop_ctadb .head_classdb .head_learningdb a:hover {
    opacity: 1;
    color: rgb(152,189,189);
    transform: translateX(5px);
}.workshop_ctadb .head_classdb .head_learningdb a:hover::before {
    background-color: rgb(101,117,164);
    height: 7px;
    width: 7px;
}.mobile_ctadb {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    padding: 1.5rem 0;
}.mobile_ctadb::before {
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(152,189,189), transparent);
    opacity: 0.5;
    content: "";
    left: 0;
    position: absolute;
    height: 1px;
    top: 0;
}.mobile_ctadb .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.mobile_ctadb .footer_benefitdb {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.workshop_ctadb .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.workshop_ctadb .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.workshop_ctadb .collab_spacedb {
    justify-content: flex-start;
}.workshop_ctadb .head_learningdb {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.workshop_ctadb {
    padding: 3rem 0 2rem;
}.workshop_ctadb .head_learningdb {
    gap: 2rem;
    flex-direction: column;
}.workshop_ctadb .head_classdb::before,
    .workshop_ctadb .head_classdb::after {
    display: none;
}.workshop_ctadb .head_classdb {
    margin-bottom: 1.5rem;
}.mobile_ctadb {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.workshop_ctadb .company_holder h3 {
    font-size: 31px;
}.workshop_ctadb .head_classdb h5 {
    font-size: calc(17px * 1.1);
}.workshop_ctadb .head_classdb .head_learningdb a {
    font-size: calc(13px * 0.9);
}}.course_instructordb {
    background: linear-gradient(135deg, rgb(202,211,205) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.course_instructordb::before {
    content: "";
    transform: rotate(-15deg);
    height: 200px;
    z-index: 1;
    position: absolute;
    width: 200px;
    background: rgb(152,189,189,0.5);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    top: -50px;
    left: -50px;
}.course_instructordb::after {
    z-index: 1;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    transform: rotate(15deg);
    position: absolute;
    right: -50px;
    width: 250px;
    content: "";
    bottom: -50px;
    height: 250px;
    background: rgb(101,117,164,0.5);
}.course_instructordb .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.course_instructordb .student_perspectivesdb {
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    gap: 2rem;
    position: relative;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
}.course_instructordb .student_perspectivesdb:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.course_instructordb .student_perspectivesdb > div:first-child {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}.course_instructordb .student_perspectivesdb .img_spotdb {
    transform: scale(1);
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 300px;
    position: relative;
}.course_instructordb .student_perspectivesdb:hover .img_spotdb {
    transform: scale(1.02);
}.course_instructordb .student_perspectivesdb .img_spotdb::after {
    right: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    opacity: 0;
    bottom: 0;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}.course_instructordb .student_perspectivesdb:hover .img_spotdb::after {
    opacity: 1;
}.course_instructordb .student_perspectivesdb > div:nth-child(2) {
    transition: transform 0.4s ease;
    position: relative;
    padding-left: 20px;
    transform: translateX(0);
    border-left: 3px solid rgb(152,189,189);
}.course_instructordb .student_perspectivesdb:hover > div:nth-child(2) {
    transform: translateX(5px);
}.course_instructordb .name {
    color: #000000;
    font-size: 23px;
    font-weight: 700;
    position: relative;
    margin: 0 0 0.5rem;
    display: inline-block;
}.course_instructordb .name::after {
    transition: width 0.4s ease-out;
    position: absolute;
    width: 0;
    bottom: -3px;
    content: "";
    background: rgb(152,189,189);
    left: 0;
    height: 2px;
}.course_instructordb .student_perspectivesdb:hover .name::after {
    width: 100%;
}.course_instructordb .student_perspectivesdb > div:nth-child(2) > div {
    opacity: 0.85;
    color: rgb(101,117,164);
    font-size: calc(17px * 0.95);
    margin-bottom: 0.5rem;
    font-style: italic;
    font-weight: 600;
}.course_instructordb .exp_summarydb {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    margin: 0;
    padding-left: 1.5rem;
    font-size: 17px;
}.course_instructordb .exp_summarydb::before {
    position: absolute;
    font-family: serif;
    line-height: 1;
    content: "";
    font-size: 60px;
    color: rgb(152,189,189,0.5);
    top: -10px;
    left: 0;
}

@media (min-width: 768px) {.course_instructordb {
    padding: 7rem 0;
}.course_instructordb .student_perspectivesdb {
    padding: 3rem;
    gap: 3rem;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    align-items: center;
    grid-template-columns: 300px 1fr;
}.course_instructordb .student_perspectivesdb:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.course_instructordb .student_perspectivesdb > div:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.course_instructordb .student_perspectivesdb > div:nth-child(3) {
    grid-row: 2;
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.course_instructordb .student_perspectivesdb {
    grid-template-columns: 350px 1fr;
    grid-template-rows: auto 1fr;
    gap: 2.5rem 4rem;
}.course_instructordb .img_spotdb {
    height: 400px;
}.course_instructordb .exp_summarydb {
    font-size: calc(17px * 1.05);
    padding-left: 2rem;
}.course_instructordb .exp_summarydb::before {
    font-size: 80px;
}
}

@media (min-width: 1200px) {.course_instructordb .student_perspectivesdb {
    padding: 4rem;
    grid-template-columns: 400px 1fr;
}.course_instructordb .img_spotdb {
    height: 450px;
}.course_instructordb .name {
    font-size: calc(23px * 1.1);
}.course_instructordb .student_perspectivesdb > div:nth-child(2) > div {
    font-size: 17px;
}.course_instructordb .exp_summarydb {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.course_instructordb {
    padding: 4rem 0;
}.course_instructordb .student_perspectivesdb {
    padding: 1.5rem;
}.course_instructordb .img_spotdb {
    margin-bottom: 1.5rem;
    height: 250px;
}.course_instructordb .name {
    font-size: calc(23px * 0.95);
}.course_instructordb .exp_summarydb {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}header {
    background: linear-gradient(135deg, rgb(152,189,189,0.5) 0%, rgb(101,117,164) 100%);
    width: 100%;
    overflow: visible;
    z-index: 99;
    position: relative;
}header::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    background: linear-gradient(145deg, rgb(101,117,164,0.5) 0%, transparent 70%);
    top: 0;
    left: 0;
}header .header_mentordb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    z-index: 5;
    flex-direction: row;
    transform: none;
}header .header_mentordb .top_maindb {
    transform: translateX(0);
    transition: transform 0.4s ease;
    margin-right: 10px;
}header .header_mentordb .top_maindb:hover {
    transform: scale(1.05);
}header .header_mentordb .top_maindb .top_headerdb {
    display: inline-block;
}header .header_mentordb .top_maindb .top_headerdb svg {
    width: auto;
    height: 50px;
}header .header_mentordb .head_classdb {
    position: relative;
    padding: 0;
    transform: none;
    display: flex;
    border-radius: 15px;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 30px;
    list-style: none;
    background: rgba(0, 0, 0, 0.5);
}header .header_mentordb .head_classdb::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    transform: rotate(-2deg) scale(1.03);
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    width: 100%;
    border-radius: 15px;
}header .header_mentordb .head_classdb .nav_begindb {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    margin: 0 12px;
}header .header_mentordb .head_classdb .nav_begindb:hover {
    transform: translateY(-3px) scale(1.05);
}header .header_mentordb .head_classdb .nav_begindb a {
    position: relative;
    font-weight: 600;
    overflow: hidden;
    padding: 8px 5px;
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    display: block;
}header .header_mentordb .head_classdb .nav_begindb a::after {
    width: 100%;
    transform: translateX(-100%);
    position: absolute;
    content: "";
    height: 2px;
    transition: transform 0.4s ease;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(101,117,164), transparent);
    bottom: 0;
}header .header_mentordb .head_classdb .nav_begindb:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .header_mentordb {
    align-items: center;
    flex-direction: column;
}header .header_mentordb .top_maindb {
    margin-bottom: 15px;
    margin-right: 0;
}header .header_mentordb .head_classdb {
    padding: 15px;
    width: 100%;
    justify-content: center;
}header .header_mentordb .head_classdb .nav_begindb {
    margin: 5px 15px 5px 0;
}header .header_mentordb .head_classdb .nav_begindb a {
    padding: 5px;
    font-size: calc(12px - 2px);
}}.our_backgrounddb {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our_backgrounddb::before {
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(152,189,189,0.5) 70%);
    top: 0;
}.our_backgrounddb .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.our_backgrounddb .label_containerdb {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 40px 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
}.our_backgrounddb .label_containerdb:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_backgrounddb .label_containerdb::before {
    width: 6px;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(152,189,189), rgb(101,117,164));
    content: "";
}.our_backgrounddb .label_containerdb::after {
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to right, rgba(rgb(101,117,164,0.5), 0.3), transparent);
    width: 30px;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    right: -15px;
    content: "";
    height: 80%;
    position: absolute;
}.our_backgrounddb h5 {
    margin: 0 0 15px 0;
    letter-spacing: 2px;
    font-weight: 700;
    color: rgb(152,189,189);
    font-size: 22px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}.our_backgrounddb h5::after {
    transform-origin: left;
    transform: scaleX(1);
    position: absolute;
    bottom: -5px;
    transition: transform 0.4s ease-out;
    height: 3px;
    width: 70%;
    left: 0;
    content: "";
    background: rgb(101,117,164);
}.our_backgrounddb h5:hover::after {
    transform: scaleX(1.5);
}.our_backgrounddb p {
    font-size: calc(13px * 1.2);
    margin: 0 0 20px 0;
    color: #000000;
    line-height: 1.5;
}.our_backgrounddb p b {
    margin-bottom: 5px;
    display: inline-block;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: calc(13px * 1.5);
    position: relative;
}.our_backgrounddb p b::after {
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, rgb(152,189,189), transparent);
    position: absolute;
    content: "";
    bottom: -8px;
}.our_backgrounddb ol {
    list-style-type: none;
    padding: 0;
    counter-reset: item;
    margin: 20px 0 0;
}.our_backgrounddb ol li {
    text-align: justify;
    color: #000000;
    position: relative;
    padding-left: 0;
    hyphens: auto;
    column-count: 1;
    column-gap: 40px;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.8;
}.our_backgrounddb ol li::first-letter {
    font-weight: 600;
    font-size: 1.5em;
    color: rgb(152,189,189);
}

@media (min-width: 768px) {.our_backgrounddb ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_backgrounddb {
    padding: 180px 0;
}.our_backgrounddb .label_containerdb {
    padding: 60px 80px;
    margin-left: 60px;
    width: 80%;
}.our_backgrounddb h5 {
    font-size: calc(22px * 1.2);
}.our_backgrounddb p b {
    font-size: calc(13px * 1.8);
}.our_backgrounddb ol li {
    column-count: 2;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.our_backgrounddb {
    padding: 80px 0;
}.our_backgrounddb .label_containerdb {
    padding: 30px;
    transform: none;
}.our_backgrounddb .label_containerdb::after {
    display: none;
}.our_backgrounddb h5 {
    font-size: 22px;
}.our_backgrounddb p b {
    font-size: calc(13px * 1.3);
}
}

@media (max-width: 575px) {.our_backgrounddb {
    padding: 60px 0;
}.our_backgrounddb .label_containerdb {
    padding: 25px 20px;
}.our_backgrounddb h5 {
    font-size: calc(22px * 0.9);
}.our_backgrounddb p b {
    font-size: calc(13px * 1.2);
}.our_backgrounddb ol li {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.title_pagedb {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(202,211,205) 0%, #f0f4f8 100%);
    overflow: hidden;
    align-items: center;
    padding: 5rem 2rem;
    display: flex;
    justify-content: center;
}.title_pagedb::before {
    z-index: 5;
    position: absolute;
    background: linear-gradient(90deg, rgb(152,189,189) 0%, rgb(101,117,164) 100%);
    left: 0;
    height: 10px;
    top: 0;
    content: '';
    right: 0;
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.3);
}.title_pagedb::after {
    width: 100%;
    left: 0;
    content: '';
    height: 200px;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(ellipse at bottom, rgba(94, 170, 168, 0.1) 0%, transparent 70%);
    bottom: 0;
}.title_pagedb .learn_identitydb {
    box-shadow: 20px 20px 60px #d1d9e6, -20px -20px 60px #ffffff;
    padding: 3rem;
    max-width: 1200px;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 2rem;
    background: linear-gradient(145deg, #f0f0f0, #ffffff);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 28px;
}.title_pagedb h1 {
    font-size: calc(46px * 1.1);
    animation: titleReveal 1s ease-out forwards;
    z-index: 1;
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-shadow: 2px 2px 0 rgba(94, 170, 168, 0.1);
    transform-origin: left center;
    position: relative;
    grid-column: 1 / -1;
}.title_pagedb .label_containerdb {
    padding-right: 2rem;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    position: relative;
    display: flex;
}.title_pagedb .page_leaddb {
    padding: 2.5rem;
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    border-radius: 28px;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
}.title_pagedb .page_leaddb:hover {
    transform: translateY(-10px);
}.title_pagedb p {
    line-height: 1.6;
    position: relative;
    margin-bottom: 2rem;
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    opacity: 0;
    font-size: calc(16px * 1.1);
    color: #000000;
}.title_pagedb svg {
    width: 120px;
    height: 120px;
    animation: float 6s ease-in-out infinite;
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1));
    transition: transform 0.4s ease;
    margin: 0 auto 2rem;
    display: block;
    transform: translateY(0);
}.title_pagedb svg:hover {
    transform: translateY(-10px) scale(1.05);
}.title_pagedb svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.title_pagedb svg:hover path {
    fill: rgb(70, 150, 148);
}.title_pagedb svg text {
    font-family: Arial, sans-serif;
    font-weight: 700;
    transition: fill 0.3s ease;
}.title_pagedb svg:hover text {
    fill: rgb(70, 150, 148);
}.title_pagedb .message_widgetdb {
    font-size: 15px;
    text-decoration: none;
    transform: translateZ(0);
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    padding: 1rem 2rem;
    color: #ffffff;
    margin-top: 1rem;
    background: linear-gradient(135deg, rgb(101,117,164) 0%, rgb(152,189,189) 100%);
    border-radius: 28px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
}.title_pagedb .message_widgetdb::before {
    position: absolute;
    transition: transform 0.5s ease;
    left: 0;
    width: 100%;
    transform: translateX(-100%) skewX(-15deg);
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
    top: 0;
    content: '';
}.title_pagedb .message_widgetdb:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.4);
}.title_pagedb .message_widgetdb:hover::before {
    transform: translateX(100%) skewX(-15deg);
}.title_pagedb .img_spotdb {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    min-height: 400px;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.8s forwards;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 28px;
}.title_pagedb .img_spotdb::before {
    top: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.3) 0%, transparent 80%);
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.title_pagedb .img_spotdb:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes titleReveal {
    0% {
        transform: translateY(30px) scale(0.95);
        opacity: 0;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 992px) {.title_pagedb .learn_identitydb {
    padding: 2rem;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(0deg);
}.title_pagedb h1 {
    font-size: calc(46px * 0.9);
    text-align: center;
}.title_pagedb .label_containerdb {
    padding-right: 0;
    order: 2;
}.title_pagedb .img_spotdb {
    order: 1;
    min-height: 300px;
    transform: perspective(1000px) rotateY(0deg);
}.title_pagedb p {
    font-size: 16px;
    text-align: center;
}.title_pagedb .page_leaddb {
    display: flex;
    align-items: center;
    padding: 2rem;
    flex-direction: column;
}.title_pagedb svg {
    margin-bottom: 1.5rem;
    height: 100px;
    width: 100px;
}.title_pagedb .message_widgetdb {
    width: 100%;
    max-width: 300px;
}
}

@media screen and (max-width: 768px) {.title_pagedb {
    padding: 4rem 1.5rem;
}.title_pagedb .learn_identitydb {
    padding: 1.5rem;
}.title_pagedb h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 1.5rem;
}.title_pagedb .page_leaddb {
    padding: 1.5rem;
}.title_pagedb svg {
    width: 80px;
    height: 80px;
}.title_pagedb .img_spotdb {
    min-height: 250px;
}
}

@media screen and (max-width: 576px) {.title_pagedb {
    padding: 3rem 1rem;
}.title_pagedb .learn_identitydb {
    padding: 1.25rem;
    box-shadow: 10px 10px 30px #d1d9e6, -10px -10px 30px #ffffff;
}.title_pagedb h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 1rem;
}.title_pagedb p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.title_pagedb .page_leaddb {
    padding: 1.25rem;
}.title_pagedb svg {
    width: 70px;
    margin-bottom: 1rem;
    height: 70px;
}.title_pagedb .img_spotdb {
    min-height: 200px;
}.title_pagedb .message_widgetdb {
    padding: 0.875rem 1.5rem;
    font-size: calc(15px * 0.9);
}
}