﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    color: #000000;
    min-height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
}.container {
    margin: auto;
    width: 1165px;
    max-width: 100%;
}.dbouter-container {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.dbhead_know {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.dbinsta_feed {
    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;
}}
.dbthxWrapper {
    padding: 6rem 0;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(228,225,230) 0%, rgba(rgb(193,187,194,0.5), 0.08) 100%);
    position: relative;
}.dbthxWrapper::before {
    background: radial-gradient(circle at center, rgba(rgb(159,151,159,0.5), 0.03) 0%, transparent 60%);
    content: "";
    pointer-events: none;
    opacity: 0.8;
    position: absolute;
    height: 200%;
    top: -50%;
    animation: orbital 30s infinite linear;
    width: 200%;
    left: -50%;
    transform: rotate(-12deg);
}.dbthxWrapper::after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.4;
    background-size: 8rem 8rem;
    height: 100%;
    pointer-events: none;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(193,187,194,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(193,187,194,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(193,187,194,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(193,187,194,0.5), 0.05) 1px, transparent 2px);
}.dbthxWrapper .container {
    z-index: 1;
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}.dbthxWrapper .dbcorp_culture {
    padding: 3.5rem;
    overflow: hidden;
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    transform: translateZ(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2.5rem;
    flex-direction: column;
    display: flex;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    position: relative;
}.dbthxWrapper .dbcorp_culture:hover {
    transform: translateZ(20px) translateY(-5px);
}.dbthxWrapper .dbcorp_culture > div:first-child {
    position: relative;
    transform: translateZ(10px);
}.dbthxWrapper .dbcorp_culture > div:first-child::before {
    width: 2.5rem;
    top: 50%;
    content: "";
    left: -3.5rem;
    position: absolute;
    transform: translateY(-50%);
    background: linear-gradient(90deg, transparent, rgb(193,187,194), transparent);
    height: 2px;
}.dbthxWrapper .dbcorp_culture > div:last-child {
    position: relative;
    transform: translateZ(5px);
}.dbthxWrapper .dbcorp_culture > div:last-child::after {
    content: "";
    right: -3.5rem;
    position: absolute;
    height: 2px;
    width: 2.5rem;
    transform: translateY(-50%);
    bottom: 2rem;
    background: linear-gradient(90deg, transparent, rgb(193,187,194), transparent);
}.dbthxWrapper h5 {
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    margin: 0;
    font-weight: 700;
    padding-left: 1.5rem;
    font-size: 24px;
    position: relative;
    line-height: 1.4;
}.dbthxWrapper h5::before {
    background: rgb(193,187,194);
    animation: pulse 3s infinite ease-in-out;
    position: absolute;
    top: 0.5rem;
    border-radius: 50%;
    height: 0.5rem;
    content: "";
    width: 0.5rem;
    box-shadow: 0 0 10px rgba(rgb(193,187,194,0.5), 0.5);
    left: 0;
}.dbthxWrapper a {
    transition: transform 0.4s ease-out;
    text-decoration: none;
    display: block;
}.dbthxWrapper a:hover {
    transform: translateX(5px);
}.dbthxWrapper p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    position: relative;
    padding: 0 0 0 1.5rem;
    border-left: 1px solid rgba(rgb(193,187,194,0.5), 0.2);
    margin: 0;
    line-height: 1.8;
}

@media (min-width: 768px) {.dbthxWrapper {
    padding: 8rem 0;
}.dbthxWrapper .dbcorp_culture {
    gap: 3rem;
    padding: 4.5rem;
}.dbthxWrapper h5 {
    padding-left: 2rem;
    font-size: calc(24px * 1.1);
}.dbthxWrapper p {
    padding: 0 0 0 2rem;
    font-size: calc(18px * 1.05);
}.dbthxWrapper .dbcorp_culture > div:first-child::before {
    width: 4rem;
}.dbthxWrapper .dbcorp_culture > div:last-child::after {
    width: 4rem;
}
}

@media (min-width: 992px) {.dbthxWrapper {
    padding: 10rem 0;
}.dbthxWrapper .dbcorp_culture {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.dbthxWrapper .dbcorp_culture > div:first-child {
    flex: 0 0 40%;
}.dbthxWrapper .dbcorp_culture > div:last-child {
    flex: 0 0 60%;
}.dbthxWrapper .dbcorp_culture > div:first-child::before {
    right: -2rem;
    height: 3rem;
    background: linear-gradient(to bottom, transparent, rgb(193,187,194), transparent);
    left: auto;
    width: 2px;
    top: 50%;
}.dbthxWrapper .dbcorp_culture > div:last-child::after {
    background: linear-gradient(to bottom, transparent, rgb(193,187,194), transparent);
    height: 3rem;
    width: 2px;
    bottom: 2rem;
    left: -2rem;
    right: auto;
}
}

@media (min-width: 1200px) {.dbthxWrapper .dbcorp_culture {
    gap: 5rem;
    padding: 5rem;
}.dbthxWrapper h5 {
    font-size: calc(24px * 1.2);
}.dbthxWrapper p {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 767px) {.dbthxWrapper {
    padding: 4rem 0;
}.dbthxWrapper .dbcorp_culture {
    padding: 2.5rem;
    gap: 2rem;
}.dbthxWrapper h5 {
    font-size: calc(24px * 0.95);
}.dbthxWrapper .dbcorp_culture > div:first-child::before,
    .dbthxWrapper .dbcorp_culture > div:last-child::after {
    display: none;
}}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.7; }
}

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}header {
    z-index: 99;
    position: relative;
    overflow: visible;
    background: linear-gradient(135deg, rgb(228,225,230), #ffffff);
    width: 100%;
}header::before {
    height: 15px;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(193,187,194,0.5) 6px,
            rgb(193,187,194,0.5) 10px,
            transparent 10px
        ) repeat-x;
    bottom: 0;
    opacity: 0.3;
    background-size: 20px 20px;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
}header .dbhead_bar {
    justify-content: space-between;
    position: relative;
    padding: 25px 30px;
    align-items: center;
    display: flex;
}header .dbhead_bar::before,
header .dbhead_bar::after {
    content: "";
    background: linear-gradient(to right, rgb(193,187,194), transparent);
    position: absolute;
    height: 2px;
    width: 30%;
}header .dbhead_bar::before {
    top: 10px;
    left: 0;
}header .dbhead_bar::after {
    bottom: 10px;
    right: 0;
    background: linear-gradient(to left, rgb(159,151,159), transparent);
}header .dbhead_bar .dbnav_guide {
    position: relative;
    z-index: 2;
}header .dbhead_bar .dbnav_guide::before {
    height: 140%;
    background: rgb(193,187,194,0.5);
    z-index: -1;
    left: -20%;
    opacity: 0.05;
    content: "";
    top: -20%;
    transition: transform 0.5s ease-in-out;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    position: absolute;
    width: 140%;
}header .dbhead_bar .dbnav_guide:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .dbhead_bar .dbnav_guide .dbmain_mentor {
    transition: transform 0.3s ease;
    display: block;
}header .dbhead_bar .dbnav_guide:hover .dbmain_mentor {
    transform: translateY(-3px);
}header .dbhead_bar .dbnav_guide .dbmain_mentor svg {
    height: 45px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    width: auto;
}header .dbhead_bar .dbheader_base {
    position: relative;
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
}header .dbhead_bar .dbheader_base::before {
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(159,151,159,0.5);
    height: 100%;
    transition: all 0.5s ease;
    opacity: 0.05;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
}header .dbhead_bar .dbheader_base:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}header .dbhead_bar .dbheader_base .dbmain_bar {
    margin: 0 8px;
    position: relative;
}header .dbhead_bar .dbheader_base .dbmain_bar a {
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
    overflow: hidden;
    display: block;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-size: 18px;
    transition: all 0.4s ease;
    padding: 10px 15px;
    color: #000000;
    text-decoration: none;
}header .dbhead_bar .dbheader_base .dbmain_bar a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}header .dbhead_bar .dbheader_base .dbmain_bar a::before {
    top: 0;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    height: 100%;
    transform: scale(0);
    position: absolute;
    width: 100%;
    content: "";
    background: rgb(193,187,194);
    left: 0;
    z-index: -1;
    transform-origin: right top;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
}header .dbhead_bar .dbheader_base .dbmain_bar a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .dbhead_bar .dbheader_base .dbmain_bar:nth-child(2n) a::before {
    background: rgb(159,151,159);
    transform-origin: left bottom;
}header .dbhead_bar .dbheader_base .dbmain_bar:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .dbhead_bar .dbheader_base .dbmain_bar:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .dbhead_bar {
    padding: 20px 15px;
    flex-direction: column;
}header .dbhead_bar .dbnav_guide {
    margin-bottom: 15px;
}header .dbhead_bar .dbheader_base {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .dbhead_bar .dbheader_base .dbmain_bar {
    margin: 5px;
}header .dbhead_bar .dbheader_base .dbmain_bar a {
    font-size: calc(18px - 1px);
    padding: 8px 12px;
}
}

@media (max-width: 767px) {header .dbhead_bar {
    padding: 15px 10px;
}header .dbhead_bar .dbnav_guide .dbmain_mentor svg {
    height: 40px;
}header .dbhead_bar .dbheader_base .dbmain_bar a {
    font-size: calc(18px - 2px);
    padding: 6px 10px;
}}.dbdata_analysis {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(228,225,230) 0%, rgb(228,225,230) 65%, rgba(rgb(193,187,194), 0.08) 100%);
    overflow: hidden;
}.dbdata_analysis::before {
    right: -5%;
    top: -10%;
    z-index: 0;
    transform: rotate(-15deg);
    content: "";
    width: 30vw;
    position: absolute;
    opacity: 0.6;
    filter: blur(50px);
    height: 30vw;
    background: radial-gradient(circle, rgb(193,187,194,0.5) 0%, transparent 70%);
}.dbdata_analysis::after {
    opacity: 0.4;
    height: 25vw;
    left: -2%;
    bottom: -5%;
    z-index: 0;
    background: radial-gradient(circle, rgb(159,151,159,0.5) 0%, transparent 70%);
    position: absolute;
    filter: blur(60px);
    width: 25vw;
    content: "";
}.dbdata_analysis .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1320px;
}.dbdata_analysis h4 {
    color: #000000;
    transform: translateY(0);
    font-size: calc(21px * 1.2);
    opacity: 0;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 4rem;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}.dbdata_analysis h4::before {
    height: 3px;
    content: "";
    background: rgb(193,187,194);
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    bottom: -12px;
}.dbdata_analysis ul {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin: 0;
    display: grid;
    list-style: none;
}.dbdata_analysis .dbextra_gain {
    animation-delay: calc(0.1s * var(--i, 0));
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
                box-shadow 0.4s ease,
                background 0.3s ease;
    --i: 0;
    opacity: 0;
    padding: 2.5rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 25px -5px rgba(0, 0, 0, 0.02);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
    animation: fadeIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    border-left: 3px solid rgb(193,187,194);
}.dbdata_analysis .dbextra_gain:nth-child(1) {
    --i: 1;
}.dbdata_analysis .dbextra_gain:nth-child(2) {
    --i: 2;
}.dbdata_analysis .dbextra_gain:nth-child(3) {
    --i: 3;
}.dbdata_analysis .dbextra_gain:nth-child(4) {
    --i: 4;
}.dbdata_analysis .dbextra_gain:nth-child(5) {
    --i: 5;
}.dbdata_analysis .dbextra_gain:nth-child(6) {
    --i: 6;
}.dbdata_analysis .dbextra_gain:nth-child(7) {
    --i: 7;
}.dbdata_analysis .dbextra_gain::before {
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(rgb(193,187,194), 0.03));
    height: 100%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}.dbdata_analysis .dbextra_gain:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px) scale(1.02);
    background: linear-gradient(145deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 100%);
}.dbdata_analysis .dbextra_gain div {
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
    flex-direction: column;
}.dbdata_analysis .dbextra_gain p {
    font-size: calc(36px * 1.2);
    margin: 0 0 0.75rem;
    font-weight: 700;
    display: inline-block;
    position: relative;
    line-height: 1;
    color: rgb(193,187,194);
}.dbdata_analysis .dbextra_gain p::after {
    content: "";
    height: 8px;
    transform: skewX(-12deg);
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(193,187,194,0.5) 0%, transparent 100%);
    z-index: -1;
    width: 100%;
}.dbdata_analysis .dbextra_gain span {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    display: block;
    max-width: 90%;
    transition: transform 0.3s ease;
    text-align: center;
}.dbdata_analysis .dbextra_gain:hover span {
    transform: scale(1.03);
}.dbdata_analysis .dbextra_gain:hover p {
    text-shadow: 0 0 1px rgba(rgb(193,187,194), 0.2);
}

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

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

@media (min-width: 992px) {.dbdata_analysis ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}.dbdata_analysis .dbextra_gain {
    padding: 2.5rem 1rem;
}.dbdata_analysis h4 {
    margin-top: 5rem;
    font-size: 36px;
}.dbdata_analysis h4::before {
    width: 80px;
    height: 4px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.dbdata_analysis ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}.dbdata_analysis .dbextra_gain {
    padding: 2rem 1rem;
}
}

@media (min-width: 576px) and (max-width: 767px) {.dbdata_analysis ul {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.dbdata_analysis {
    padding: 4rem 0;
}
}

@media (max-width: 575px) {.dbdata_analysis ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.dbdata_analysis {
    padding: 3rem 0;
}.dbdata_analysis .dbextra_gain {
    padding: 1.75rem 1rem;
}.dbdata_analysis .dbextra_gain p {
    font-size: calc(36px * 1.1);
}.dbdata_analysis h4 {
    margin-top: 3rem;
    font-size: calc(21px * 1.1);
}}.dbcourse_program_details {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,225,230) 0%, rgb(159,151,159,0.5) 100%);
    padding: 120px 0;
    position: relative;
}.dbcourse_program_details::before {
    animation: float 15s infinite ease-in-out alternate;
    position: absolute;
    background: linear-gradient(220deg, rgb(193,187,194,0.5) 0%, transparent 70%);
    height: 300px;
    width: 300px;
    top: -10%;
    content: "";
    transform: rotate(15deg);
    z-index: 1;
    opacity: 0.6;
    filter: blur(40px);
    right: -5%;
}.dbcourse_program_details::after {
    height: 250px;
    width: 250px;
    bottom: -5%;
    left: -5%;
    background: linear-gradient(135deg, rgb(159,151,159) 0%, transparent 80%);
    position: absolute;
    opacity: 0.5;
    animation: float 18s infinite ease-in-out alternate-reverse;
    filter: blur(30px);
    content: "";
    transform: rotate(-15deg);
    z-index: 1;
}.dbcourse_program_details .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.dbcourse_program_details h2 {
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
    opacity: 0;
    font-size: 35px;
    position: relative;
    transform: translateY(0);
    text-align: center;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    line-height: 1.3;
    letter-spacing: -0.02em;
}.dbcourse_program_details h2::after {
    transition: width 0.3s ease;
    bottom: -15px;
    height: 3px;
    left: 50%;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(193,187,194) 0%, rgb(159,151,159) 100%);
    content: "";
}.dbcourse_program_details h2:hover::after {
    width: 120px;
}.dbcourse_program_details .dbgrow_skills {
    opacity: 0;
    flex-direction: column;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    overflow: hidden;
    gap: 40px;
    transform: translateY(20px);
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 19px;
}.dbcourse_program_details .dbphoto_thumbnail {
    position: relative;
    transition: transform 0.5s ease;
    height: 300px;
    overflow: hidden;
}.dbcourse_program_details .dbphoto_thumbnail::before {
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.3) 100%);
    left: 0;
    top: 0;
    content: "";
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
}.dbcourse_program_details .dbphoto_thumbnail::after {
    opacity: 0.7;
    right: -10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    position: absolute;
    transform: rotate(0deg);
    content: "";
    background: rgb(193,187,194);
    top: -10px;
    width: 80px;
    z-index: 2;
    transition: transform 0.5s ease;
    height: 80px;
}.dbcourse_program_details .dbphoto_thumbnail:hover::after {
    transform: rotate(15deg) scale(1.2);
}.dbcourse_program_details .dbtext_unit {
    padding: 30px 40px 40px;
    position: relative;
}.dbcourse_program_details .description {
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    overflow-y: auto;
    font-size: 14px;
    padding-right: 10px;
    line-height: 1.7;
    max-height: 200px;
}.dbcourse_program_details .description::-webkit-scrollbar {
    width: 4px;
}.dbcourse_program_details .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.dbcourse_program_details .description::-webkit-scrollbar-thumb {
    background: rgb(159,151,159,0.5);
    border-radius: 10px;
}.dbcourse_program_details .description:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 20px;
    margin-bottom: 0;
}.dbcourse_program_details .description::first-letter {
    color: rgb(193,187,194);
    font-size: 1.3em;
    font-weight: 600;
}

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

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(20px, 20px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

@media (min-width: 768px) {.dbcourse_program_details .dbgrow_skills {
    flex-direction: row;
    gap: 0;
    align-items: stretch;
}.dbcourse_program_details .dbphoto_thumbnail {
    flex: 0 0 45%;
    height: auto;
}.dbcourse_program_details .dbtext_unit {
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding: 40px 50px;
    flex: 0 0 55%;
}.dbcourse_program_details .description {
    max-height: 230px;
}
}

@media (min-width: 992px) {.dbcourse_program_details {
    padding: 150px 0;
}.dbcourse_program_details h2 {
    margin-bottom: 70px;
    font-size: calc(35px * 1.1);
}.dbcourse_program_details .dbgrow_skills {
    max-width: 90%;
    margin: 0 auto;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg);
}.dbcourse_program_details .dbgrow_skills:hover {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}.dbcourse_program_details .dbphoto_thumbnail {
    flex: 0 0 40%;
}.dbcourse_program_details .dbtext_unit {
    flex: 0 0 60%;
    padding: 50px 60px;
}.dbcourse_program_details .description {
    max-height: 280px;
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.dbcourse_program_details {
    padding: 180px 0;
}.dbcourse_program_details .dbgrow_skills {
    max-width: 85%;
}.dbcourse_program_details .dbphoto_thumbnail {
    flex: 0 0 45%;
}.dbcourse_program_details .dbtext_unit {
    flex: 0 0 55%;
    padding: 60px 70px;
}.dbcourse_program_details .description {
    max-height: 320px;
}
}

@media (max-width: 767px) {.dbcourse_program_details {
    padding: 80px 0;
}.dbcourse_program_details h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 40px;
}.dbcourse_program_details .dbphoto_thumbnail {
    height: 220px;
}.dbcourse_program_details .dbtext_unit {
    padding: 25px 30px 35px;
}.dbcourse_program_details .description {
    font-size: calc(14px * 0.95);
    max-height: 180px;
    line-height: 1.6;
}}footer {
    position: relative;
    perspective: 1000px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}footer::before {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.85;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(193,187,194,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    content: "";
}footer::after {
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    position: absolute;
    animation: scanline 10s linear infinite;
}.dbinsta_feed {
    padding: 5rem 0 3rem;
    position: relative;
    z-index: 1;
}.dbinsta_feed::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(159,151,159) 50%, 
                transparent 100%);
    height: 2px;
    content: "";
    left: 0;
    width: 100%;
    animation: glowPulse 3s ease-in-out infinite alternate;
}.dbinsta_feed .container {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.dbinsta_feed .company_holder {
    position: relative;
    border-radius: 27px;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(193,187,194);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.2);
}.dbinsta_feed .company_holder:hover {
    border-left: 3px solid #ffffff;
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(193,187,194,0.5);
}.dbinsta_feed .company_holder h3 {
    text-transform: uppercase;
    padding-bottom: 0.75rem;
    font-size: calc(31px * 0.9);
    margin-bottom: 1.75rem;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}.dbinsta_feed .company_holder h3::after {
    content: "";
    transition: width 0.4s ease-in-out;
    background: rgb(193,187,194);
    height: 3px;
    bottom: 0;
    width: 60px;
    position: absolute;
    left: 0;
}.dbinsta_feed .company_holder:hover h3::after {
    width: 100%;
}.dbinsta_feed .dbmath_tools {
    padding-left: 1rem;
    line-height: 1.7;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 13px;
}.dbinsta_feed .dbmath_tools::before {
    background: linear-gradient(to bottom, 
                rgb(193,187,194) 0%, 
                transparent 100%);
    width: 2px;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
}.dbinsta_feed .dbgreen_edu {
    position: relative;
}.dbinsta_feed .dbtop_pagebar {
    height: 100%;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.dbinsta_feed .dbheader_base {
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    position: relative;
    backdrop-filter: blur(5px);
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.03);
    padding: 2rem;
    overflow: hidden;
}.dbinsta_feed .dbheader_base::before {
    left: -50%;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    content: "";
    width: 200%;
    transition: all 0.6s ease;
    transform: rotate(45deg);
    height: 200%;
    position: absolute;
    z-index: -1;
    top: -50%;
}.dbinsta_feed .dbheader_base:hover::before {
    left: -100%;
    top: -100%;
}.dbinsta_feed .dbheader_base::after {
    width: 0;
    transition: all 0.4s ease;
    position: absolute;
    border-width: 0 25px 25px 0;
    border-color: transparent rgb(193,187,194) transparent transparent;
    height: 0;
    content: "";
    right: 0;
    top: 0;
    transform: translateZ(5px);
    border-style: solid;
    transform-style: preserve-3d;
}.dbinsta_feed .dbheader_base:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(159,151,159) transparent transparent;
}.dbinsta_feed .dbheader_base:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(15px) scale(1.03);
}.dbinsta_feed .dbheader_base h5 {
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
}.dbinsta_feed .dbheader_base h5::before {
    left: 0;
    width: 100%;
    position: absolute;
    height: 1px;
    content: "";
    bottom: -8px;
    background: rgb(159,151,159);
}.dbinsta_feed .dbheader_base h5::after {
    width: 30%;
    bottom: -8px;
    height: 3px;
    transition: width 0.4s ease-in-out;
    background: rgb(193,187,194);
    content: "";
    position: absolute;
    left: 0;
}.dbinsta_feed .dbheader_base:hover h5::after {
    width: 100%;
}.dbinsta_feed .dbheader_base .dbtop_pagebar {
    display: flex;
    gap: 0.875rem;
    flex-direction: column;
}.dbinsta_feed .dbheader_base a {
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    padding: 0.5rem 0;
    display: block;
    font-size: 13px;
    transform-style: preserve-3d;
    transition: all 0.3s ease;
}.dbinsta_feed .dbheader_base a::before {
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateZ(5px);
    left: -20px;
    content: "→";
}.dbinsta_feed .dbheader_base a:hover {
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    color: #ffffff;
}.dbinsta_feed .dbheader_base a:hover::before {
    opacity: 1;
    left: 0;
}.dbmod_tools {
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 1.5rem 0;
}.dbmod_tools::before {
    height: 1px;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(193,187,194) 30%, 
                #ffffff 50%, 
                rgb(159,151,159) 70%, 
                transparent 100%);
}.dbmod_tools .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.dbmod_tools .dbwebinar_cta {
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    text-align: center;
    transition: all 0.3s ease;
}.dbmod_tools .dbwebinar_cta:hover {
    color: #ffffff;
    box-shadow: 0 0 15px rgba(rgb(193,187,194), 0.3);
    background: rgba(0, 0, 0, 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(159,151,159,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(159,151,159);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.dbinsta_feed .company_holder::before,
.dbinsta_feed .dbheader_base::before {
    position: absolute;
    background: radial-gradient(circle, rgb(193,187,194,0.5) 0%, transparent 70%);
    opacity: 0;
    height: 100px;
    filter: blur(30px);
    width: 100px;
    transition: opacity 0.5s ease;
    content: "";
    border-radius: 50%;
    z-index: -1;
}.dbinsta_feed .company_holder::before {
    right: -20px;
    bottom: -20px;
}.dbinsta_feed .dbheader_base::before {
    top: -20px;
    left: -20px;
}.dbinsta_feed .company_holder:hover::before,
.dbinsta_feed .dbheader_base:hover::before {
    opacity: 0.5;
}.dbinsta_feed .company_holder::after {
    border-right: 2px solid rgb(193,187,194);
    border-top: 2px solid rgb(193,187,194);
    height: 30px;
    content: "";
    top: 20px;
    right: 20px;
    opacity: 0.7;
    transition: all 0.4s ease;
    position: absolute;
    width: 30px;
}.dbinsta_feed .company_holder:hover::after {
    transform: rotate(45deg);
    height: 40px;
    width: 40px;
}

@media (max-width: 992px) {.dbinsta_feed {
    padding: 4rem 0 2rem;
}.dbinsta_feed .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.dbinsta_feed .company_holder,
    .dbinsta_feed .dbgreen_edu {
    width: 100%;
}.dbinsta_feed .dbtop_pagebar {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.dbinsta_feed {
    padding: 3.5rem 0 1.5rem;
}.dbinsta_feed .dbtop_pagebar {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.dbinsta_feed .company_holder,
    .dbinsta_feed .dbheader_base {
    padding: 1.5rem;
}.dbinsta_feed .company_holder h3,
    .dbinsta_feed .dbheader_base h5 {
    margin-bottom: 1.25rem;
}.dbmod_tools {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}

@media (max-width: 576px) {.dbinsta_feed {
    padding: 3rem 0 1rem;
}.dbinsta_feed .company_holder {
    padding: 1.25rem;
}.dbinsta_feed .company_holder h3 {
    font-size: calc(31px * 0.8);
}.dbinsta_feed .dbheader_base h5 {
    font-size: calc(24px * 0.9);
}.dbinsta_feed .dbheader_base a,
    .dbinsta_feed .dbmath_tools {
    font-size: calc(13px * 0.9);
}.dbmod_tools .dbwebinar_cta {
    font-size: calc(13px * 0.9);
    padding: 0.4rem 1rem;
}}

.dbinsta_feed .company_holder .dbmath_tools::after {
    content: "";
    height: 3px;
    width: 70px;
    background: linear-gradient(to right, rgb(193,187,194), transparent);
    position: absolute;
    left: 1rem;
    bottom: -10px;
    transition: width 0.4s ease;
}.dbinsta_feed .company_holder:hover .dbmath_tools::after {
    width: calc(100% - 1rem);
}.dbinsta_feed::after {
    opacity: 0.3;
    width: 100%;
    background-size: 40px 40px;
    content: "";
    position: absolute;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    top: 0;
    height: 100%;
    z-index: -2;
}.dbinsta_feed .dbheader_base:nth-child(1)::before {
    background: radial-gradient(circle, rgb(193,187,194,0.5) 0%, transparent 70%);
}.dbinsta_feed .dbheader_base:nth-child(2)::before {
    background: radial-gradient(circle, rgb(159,151,159,0.5) 0%, transparent 70%);
}.dbinsta_feed .dbtop_pagebar a::after {
    content: "";
    background: linear-gradient(to right, rgb(193,187,194), rgb(159,151,159));
    height: 1px;
    width: 0;
    bottom: 0;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
}.dbinsta_feed .dbtop_pagebar a:hover::after {
    width: 100%;
}.dbpricing_section {
    overflow: hidden;
    background-color: rgb(228,225,230);
    padding: 100px 0;
    position: relative;
    font-family: Arial, sans-serif;
}.dbpricing_section::before {
    top: 0;
    background: linear-gradient(135deg, rgba(rgb(159,151,159,0.5), 0.05) 0%, rgba(rgb(193,187,194,0.5), 0.08) 100%);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
}.dbpricing_section .container {
    position: relative;
    max-width: 1400px;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
}.dbpricing_section .dbprice_view {
    flex-direction: column;
    display: flex;
}.dbpricing_section .dbstudy_sub {
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
    margin-bottom: 60px;
}.dbpricing_section .dbstudy_sub h2 {
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 38px;
    position: relative;
}.dbpricing_section .dbstudy_sub h2::after {
    height: 4px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(159,151,159), rgb(193,187,194));
    border-radius: 2px;
    bottom: -10px;
    left: 0;
    content: "";
}.dbpricing_section .dbpricing_options {
    max-width: 800px;
    color: #000000;
    margin-top: 25px;
    line-height: 1.6;
    font-size: 12px;
}.dbpricing_section .dbcost_table {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 20px;
}.dbpricing_section .dbbasic_rates {
    animation-delay: calc(0.15s * var(--i, 1));
    text-decoration: none;
    display: block;
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    perspective: 1000px;
    animation: fadeUp 0.8s ease-out forwards;
}.dbpricing_section .dbbasic_rates:nth-child(1) {
    --i: 1;
}.dbpricing_section .dbbasic_rates:nth-child(2) {
    --i: 2;
}.dbpricing_section .dbbasic_rates:nth-child(3) {
    --i: 3;
}.dbpricing_section .dbbasic_rates:nth-child(4) {
    --i: 4;
}.dbpricing_section .dbvalue_deals {
    height: 100%;
    border-radius: 12px;
    transition: all 0.4s ease;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
}.dbpricing_section .dbbasic_rates:hover .dbvalue_deals {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(193,187,194,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.dbpricing_section .dbplan_fees {
    min-height: 250px;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    padding: 35px 30px;
}.dbpricing_section .dbplan_fees h3 {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
    transition: transform 0.3s ease;
    font-size: calc(23px + 2px);
    position: relative;
}.dbpricing_section .dbbasic_rates:hover .dbplan_fees h3 {
    color: rgb(193,187,194);
    transform: translateX(5px);
}.dbpricing_section .dbcert_plans {
    position: relative;
    display: block;
    margin: 20px 0;
    font-size: calc(23px + 4px);
    color: rgb(159,151,159);
    transition: all 0.3s ease;
    font-weight: 700;
}.dbpricing_section .dbcert_plans::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(159,151,159), transparent);
    height: 3px;
    width: 40px;
    border-radius: 2px;
    left: 0;
    top: -10px;
}.dbpricing_section .dbbasic_rates:hover .dbcert_plans {
    transform: scale(1.05);
    color: rgb(193,187,194);
}.dbpricing_section .dbplan_fees p {
    color: #000000;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
    transition: color 0.3s ease;
    margin-top: 15px;
    white-space: normal;
    font-size: 12px;
}.dbpricing_section .dbphoto_thumbnail {
    width: 100%;
    overflow: hidden;
    height: 200px;
    transition: all 0.5s ease;
    position: relative;
}.dbpricing_section .dbphoto_thumbnail::after {
    transition: opacity 0.4s ease;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.6;
    z-index: 1;
}.dbpricing_section .dbbasic_rates:hover .dbphoto_thumbnail {
    transform: scale(1.05);
}.dbpricing_section .dbbasic_rates:hover .dbphoto_thumbnail::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.dbpricing_section .dbprice_view {
    flex-direction: row-reverse;
}.dbpricing_section .dbstudy_sub {
    width: 30%;
    margin-bottom: 0;
    padding-left: 50px;
}.dbpricing_section .dbcost_table {
    width: 70%;
}.dbpricing_section .dbstudy_sub h2 {
    font-size: calc(38px + 4px);
}
}

@media (max-width: 1199px) {.dbpricing_section {
    padding: 80px 0;
}.dbpricing_section .dbstudy_sub {
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
}.dbpricing_section .dbstudy_sub h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {.dbpricing_section {
    padding: 60px 0;
}.dbpricing_section .dbcost_table {
    gap: 20px;
    grid-template-columns: 1fr;
}.dbpricing_section .dbplan_fees {
    padding: 25px 20px;
}.dbpricing_section .dbphoto_thumbnail {
    height: 180px;
}.dbpricing_section .dbstudy_sub h2 {
    font-size: calc(38px - 2px);
}.dbpricing_section .dbpricing_options {
    font-size: calc(12px - 1px);
}
}

@media (hover: none) {.dbpricing_section .dbbasic_rates:hover .dbvalue_deals {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.dbpricing_section .dbbasic_rates:hover .dbplan_fees h3 {
    transform: none;
}.dbpricing_section .dbbasic_rates:hover .dbcert_plans {
    transform: none;
}.dbpricing_section .dbbasic_rates:hover .dbphoto_thumbnail {
    transform: none;
}}.dbstudy_process {
    background: linear-gradient(145deg, rgb(228,225,230), #ffffff);
    overflow: hidden;
    padding: 120px 0;
    box-shadow: 
        inset 15px 15px 30px rgba(255, 255, 255, 0.7),
        inset -15px -15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.dbstudy_process::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(193,187,194,0.5), transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(159,151,159,0.5), transparent 40%);
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    transform: translateZ(-10px);
    z-index: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
}.dbstudy_process::after {
    opacity: 0.1;
    width: 80%;
    right: -50%;
    height: 80%;
    filter: blur(60px);
    position: absolute;
    z-index: 1;
    animation: glow 8s infinite alternate ease-in-out;
    content: "";
    background: linear-gradient(
        to bottom right,
        transparent,
        rgb(193,187,194,0.5) 50%,
        transparent
    );
    top: -50%;
    transform: rotate(35deg);
}.dbstudy_process .dbcorp_culture {
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 30px;
    z-index: 2;
    perspective: 1000px;
    margin: 0 auto;
}.dbstudy_process h2 {
    font-size: 38px;
    transform: translateY(30px);
    animation: slideUp 0.8s forwards 0.2s ease-out;
    opacity: 0;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.dbstudy_process h2::after {
    left: 0;
    transform-origin: left;
    content: "";
    position: absolute;
    bottom: -12px;
    height: 4px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(193,187,194), rgb(159,151,159));
    animation: expandLine 1.2s forwards 0.8s ease-in-out;
    width: 80px;
}.dbstudy_process .dbtext_unit {
    background: #ffffff;
    border-radius: 4px;
    transform: translateY(30px) rotateX(5deg);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 40px;
    opacity: 0;
    animation: slideUpRotate 1s forwards 0.5s ease-out;
    box-shadow: 
        10px 10px 30px rgba(0, 0, 0, 0.05),
        -10px -10px 30px rgba(255, 255, 255, 0.8);
    position: relative;
}.dbstudy_process .dbtext_unit:hover {
    transform: translateY(0) rotateX(0);
    box-shadow: 
        15px 15px 40px rgba(0, 0, 0, 0.08),
        -15px -15px 40px rgba(255, 255, 255, 0.9);
}.dbstudy_process .dbtext_unit::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(193,187,194,0.5), rgb(159,151,159,0.5));
    z-index: -1;
    filter: blur(12px);
    top: -8px;
    transition: opacity 0.4s ease;
    border-radius: 8px;
    bottom: -8px;
    right: -8px;
    left: -8px;
    transform: translateZ(-10px);
    opacity: 0.3;
}.dbstudy_process .dbtext_unit:hover::before {
    opacity: 0.5;
}.dbstudy_process p {
    position: relative;
    line-height: 1.8;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    margin: 0;
    font-size: 17px;
    color: #000000;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideUpRotate {
    to {
        transform: translateY(0) rotateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes glow {
    0% {
        opacity: 0.1;
        filter: blur(60px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(60px);
    }
}

@media (max-width: 991px) {.dbstudy_process {
    padding: 90px 0;
}.dbstudy_process h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.dbstudy_process .dbtext_unit {
    padding: 30px;
}
}

@media (max-width: 767px) {.dbstudy_process {
    padding: 70px 0;
}.dbstudy_process h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.dbstudy_process .dbtext_unit {
    padding: 25px;
    transform: translateY(20px) rotateX(3deg);
}.dbstudy_process h2::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 480px) {.dbstudy_process {
    padding: 50px 0;
}.dbstudy_process .dbcorp_culture {
    padding: 0 20px;
}.dbstudy_process h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.7);
}.dbstudy_process .dbtext_unit {
    padding: 20px;
}.dbstudy_process p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.dbstudy_process h2::after {
    bottom: -8px;
    width: 50px;
    height: 3px;
}
}

@media (hover: none) {.dbstudy_process .dbtext_unit:hover {
    box-shadow: 
            10px 10px 30px rgba(0, 0, 0, 0.05),
            -10px -10px 30px rgba(255, 255, 255, 0.8);
    transform: none;
}.dbstudy_process .dbtext_unit:hover::before {
    opacity: 0.3;
}
}

@media (prefers-reduced-motion) {.dbstudy_process h2,
    .dbstudy_process .dbtext_unit {
    animation: none;
    opacity: 1;
    transform: none;
}.dbstudy_process h2::after {
    animation: none;
    transform: none;
}.dbstudy_process::after {
    animation: none;
}}.dbour_mission {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.dbour_mission::before {
    background: linear-gradient(135deg, rgb(193,187,194,0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
}.dbour_mission::after {
    z-index: 2;
    content: "";
    top: 0;
    opacity: 0.15;
    width: 100%;
    left: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(193,187,194,0.5) 0px,
    rgb(193,187,194,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    height: 100%;
    position: absolute;
}.dbour_mission .container {
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.dbour_mission .dbtext_unit {
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: translateX(-5%);
    max-width: 1000px;
    background: rgba(255, 255, 255, 0.92);
    width: 95%;
    margin-left: auto;
}.dbour_mission .dbtext_unit:hover {
    transform: translateX(0) translateY(-5px);
}.dbour_mission h1 {
    transform: translateX(-15px);
    opacity: 0;
    font-weight: 700;
    color: rgb(193,187,194);
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-bottom: 2rem;
    font-size: 46px;
    letter-spacing: -0.02em;
    position: relative;
    line-height: 1.1;
}.dbour_mission h1::after {
    left: 0;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    width: 60px;
    position: absolute;
    transform: scaleX(0);
    background: rgb(193,187,194);
    bottom: -10px;
    transform-origin: left;
    height: 4px;
    content: "";
}.dbour_mission ul {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    margin: 0;
    transform: translateY(20px);
    list-style: none;
    padding: 0;
}.dbour_mission ul li {
    margin-bottom: 1.5rem;
}.dbour_mission h4 {
    color: #000000;
    font-size: calc(18px * 1.2);
    margin-bottom: 1rem;
    position: relative;
    font-weight: 600;
    display: inline-block;
}.dbour_mission h4::before {
    left: -20px;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: rgb(159,151,159);
    top: 50%;
    content: "";
    position: absolute;
}.dbour_mission span {
    column-count: 2;
    font-size: 17px;
    hyphens: auto;
    color: #000000;
    column-gap: 40px;
    text-align: justify;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    display: block;
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes expandLine {
  to {
    transform: scaleX(1);
  }
}

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


@media (max-width: 1200px) {.dbour_mission {
    padding: 100px 0;
}.dbour_mission .dbtext_unit {
    width: 90%;
    padding: 3rem;
}
}

@media (max-width: 992px) {.dbour_mission {
    padding: 80px 0;
}.dbour_mission .dbtext_unit {
    transform: translateX(0);
    width: 100%;
    padding: 2.5rem;
}.dbour_mission h1 {
    font-size: calc(46px * 0.9);
}.dbour_mission span {
    text-align: left;
    column-count: 1;
}
}

@media (max-width: 768px) {.dbour_mission {
    padding: 60px 0;
}.dbour_mission .dbtext_unit {
    padding: 2rem;
}.dbour_mission h1 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.8);
}.dbour_mission h1::after {
    width: 50px;
    height: 3px;
}.dbour_mission h4 {
    font-size: 18px;
}
}

@media (max-width: 576px) {.dbour_mission {
    padding: 50px 0;
}.dbour_mission .dbtext_unit {
    padding: 1.5rem;
}.dbour_mission h1 {
    margin-bottom: 1.2rem;
    font-size: calc(46px * 0.7);
}.dbour_mission h1::after {
    width: 40px;
}.dbour_mission h4::before {
    height: 10px;
    left: -15px;
    width: 10px;
}.dbour_mission span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (prefers-reduced-motion: reduce) {.dbour_mission .dbtext_unit,
  .dbour_mission h1,
  .dbour_mission h1::after,
  .dbour_mission ul {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
    transition: none !important;
}}.dbfind_contact {
    background: linear-gradient(180deg, rgb(228,225,230) 0%, rgba(rgb(193,187,194), 0.03) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.dbfind_contact::before {
    position: absolute;
    z-index: 1;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(159,151,159), 0.07) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(rgb(193,187,194), 0.07) 0%, transparent 25%);
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}.dbfind_contact::after {
    height: 100%;
    top: 0;
    opacity: 0.6;
    background: 
    linear-gradient(45deg, transparent 49%, rgba(rgb(193,187,194), 0.03) 49%, rgba(rgb(193,187,194), 0.03) 51%, transparent 51%) 0 0 / 40px 40px,
    linear-gradient(-45deg, transparent 49%, rgba(rgb(159,151,159), 0.03) 49%, rgba(rgb(159,151,159), 0.03) 51%, transparent 51%) 0 0 / 40px 40px;
    z-index: 2;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
}.dbfind_contact .container {
    z-index: 10;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.dbfind_contact .dbsend_query {
    grid-gap: 40px;
    overflow: hidden;
    display: grid;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(#000000, 0.08);
    padding: 0;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    border-radius: 21px;
}.dbfind_contact h3 {
    padding: 30px 40px;
    margin: 0;
    grid-column: 1 / -1;
    background: rgb(193,187,194);
    position: relative;
    color: #ffffff;
    font-size: 37px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}.dbfind_contact h3::after {
    position: absolute;
    height: 6px;
    left: 0;
    background: linear-gradient(90deg, rgb(159,151,159), transparent);
    bottom: 0;
    width: 100%;
    content: "";
}.dbfind_contact .dbget_helpdesk {
    grid-column: 1 / -1;
    line-height: 1.6;
    padding-top: 40px;
    padding: 0 40px;
    font-size: 13px;
    margin: 0;
    color: #000000;
}.dbfind_contact .dbassist_support {
    padding: 0 40px 40px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 20px;
    grid-column: 1 / -1;
    display: grid;
}.dbfind_contact .dbassist_support span {
    border-left: 4px solid transparent;
    display: flex;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    flex-direction: column;
    padding: 25px 30px;
    background: rgba(rgb(228,225,230), 0.5);
}.dbfind_contact .dbassist_support span:hover {
    transform: translateX(5px);
    background: rgba(rgb(193,187,194), 0.05);
}.dbfind_contact .dbassist_support span p {
    color: #000000;
    font-weight: 600;
    font-size: 13px;
    position: relative;
}.dbfind_contact .dbassist_support span p::before {
    position: absolute;
    border-radius: 4px;
    width: 16px;
    opacity: 0.2;
    height: 16px;
    content: "";
    background: rgb(193,187,194);
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}.dbfind_contact .dbassist_support span span {
    margin: 0;
    background: transparent;
    transform: none;
    font-weight: 400;
    border: none;
    padding: 0;
    display: inline-block;
}.dbfind_contact .dbassist_support span span:hover {
    border-left: none;
    background: transparent;
    transform: none;
}.dbfind_contact .dbassist_support span a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(193,187,194);
    display: inline-block;
    position: relative;
    text-decoration: none;
}.dbfind_contact .dbassist_support span a:hover {
    color: rgb(159,151,159);
}.dbfind_contact .dbassist_support span a::after {
    transition: all 0.3s ease;
    width: 100%;
    opacity: 0.5;
    content: "";
    position: absolute;
    background: rgb(193,187,194);
    left: 0;
    height: 1px;
    bottom: -2px;
}.dbfind_contact .dbassist_support span a:hover::after {
    opacity: 1;
    background: rgb(159,151,159);
    height: 2px;
}.dbfind_contact .dbconnect_block {
    grid-column: 1 / -1;
    background: rgba(rgb(193,187,194), 0.03);
    margin: 20px 40px 40px;
    padding: 30px;
    border-radius: 10px;
}.dbfind_contact .dbconnect_block h4 {
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    color: rgb(193,187,194);
    font-size: 22px;
    position: relative;
    border-bottom: 1px solid rgba(rgb(193,187,194), 0.1);
}.dbfind_contact .dbconnect_block h4::after {
    height: 2px;
    background: rgb(193,187,194);
    width: 100px;
    left: 0;
    content: "";
    bottom: -1px;
    position: absolute;
}.dbfind_contact .dbconnect_block span {
    color: #000000;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    display: grid;
    grid-template-columns: 1fr auto;
    border-left: none;
    transition: all 0.3s ease;
    background: transparent;
    align-items: center;
    transform: none;
}.dbfind_contact .dbconnect_block span:last-child {
    border-bottom: none;
}.dbfind_contact .dbconnect_block span:hover {
    background: rgba(rgb(193,187,194), 0.02);
    padding-left: 10px;
    border-left: none;
    transform: none;
}@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}

.dbfind_contact .dbsend_query::before {
    opacity: 0.05;
    animation: float 8s ease-in-out infinite, pulse 6s ease-in-out infinite;
    width: 200px;
    top: -100px;
    background: rgb(193,187,194);
    content: "";
    z-index: 1;
    border-radius: 50%;
    height: 200px;
    position: absolute;
    right: -100px;
}.dbfind_contact .dbsend_query::after {
    animation: float 8s ease-in-out infinite reverse, pulse 6s ease-in-out infinite reverse;
    bottom: -75px;
    border-radius: 50%;
    background: rgb(159,151,159);
    width: 150px;
    z-index: 1;
    content: "";
    height: 150px;
    opacity: 0.05;
    left: -75px;
    position: absolute;
}

@media (max-width: 1024px) {.dbfind_contact {
    padding: 80px 0;
}.dbfind_contact .dbsend_query {
    grid-gap: 30px;
}.dbfind_contact h3 {
    padding: 25px 30px;
}.dbfind_contact .dbget_helpdesk {
    padding-top: 30px;
    padding: 0 30px;
}.dbfind_contact .dbassist_support {
    padding: 0 30px 30px;
}.dbfind_contact .dbconnect_block {
    margin: 10px 30px 30px;
}
}

@media (max-width: 768px) {.dbfind_contact {
    padding: 60px 0;
}.dbfind_contact h3 {
    padding: 20px 25px;
    font-size: calc(37px - 2px);
}.dbfind_contact .dbget_helpdesk {
    padding-top: 25px;
    padding: 0 25px;
}.dbfind_contact .dbassist_support {
    grid-template-columns: 1fr;
    padding: 0 25px 25px;
}.dbfind_contact .dbconnect_block {
    margin: 10px 25px 25px;
    padding: 20px;
}.dbfind_contact .dbconnect_block span {
    padding: 8px 0;
}
}

@media (max-width: 576px) {.dbfind_contact {
    padding: 50px 0;
}.dbfind_contact h3 {
    font-size: calc(37px - 4px);
    padding: 15px 20px;
}.dbfind_contact .dbget_helpdesk {
    font-size: calc(13px - 1px);
    padding: 0 20px;
    padding-top: 20px;
}.dbfind_contact .dbassist_support {
    grid-gap: 15px;
    padding: 0 20px 20px;
}.dbfind_contact .dbassist_support span {
    padding: 20px;
}.dbfind_contact .dbconnect_block {
    margin: 10px 20px 20px;
    padding: 15px;
}.dbfind_contact .dbconnect_block h4 {
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: calc(22px - 2px);
}.dbfind_contact .dbconnect_block span {
    font-size: calc(13px - 1px);
    padding: 6px 0;
}}

.dbfind_contact .dbassist_support span::after {
    content: "";
    height: 0;
    border-color: transparent rgba(rgb(193,187,194), 0.1) transparent transparent;
    border-width: 0 20px 20px 0;
    transition: all 0.3s ease;
    top: 0;
    width: 0;
    border-style: solid;
    opacity: 0;
    right: 0;
    position: absolute;
}.dbfind_contact .dbassist_support span:hover::after {
    opacity: 1;
}.dbfind_contact .dbassist_support span:nth-child(odd) {
    transition: all 0.5s ease;
    transform: translateY(0) rotate(0);
}.dbfind_contact .dbassist_support span:nth-child(odd):hover {
    transform: translateX(5px) translateY(-3px) rotate(0.5deg);
}.dbfind_contact .dbassist_support span:nth-child(even) {
    transform: translateY(0) rotate(0);
    transition: all 0.5s ease;
}.dbfind_contact .dbassist_support span:nth-child(even):hover {
    transform: translateX(5px) translateY(3px) rotate(-0.5deg);
}.dbfind_contact .dbassist_support span svg {
    position: absolute;
    height: 20px;
    top: 50%;
    left: 0;
    opacity: 0.8;
    width: 20px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    fill: rgb(193,187,194);
}.dbfind_contact .dbassist_support span svg path {
    fill: rgb(193,187,194);
}.dbfind_contact .dbassist_support span:hover svg {
    fill: rgb(159,151,159);
    transform: translateY(-50%) scale(1.1);
}.dbfind_contact .dbassist_support span svg path {
    stroke-width: 1;
    transition: all 0.3s ease;
    stroke-opacity: 0.2;
    stroke: #000000;
}.dbfind_contact .dbassist_support span:hover svg path {
    stroke: rgb(159,151,159);
    stroke-opacity: 0.5;
}.dbfind_contact .dbassist_support span p svg {
    height: 16px;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    fill: rgb(193,187,194);
    width: 16px;
    top: 50%;
}.dbfind_contact .dbconnect_block h4 svg {
    height: 18px;
    vertical-align: middle;
    width: 18px;
    margin-right: 8px;
    fill: rgb(193,187,194);
}

@media (max-width: 768px) {.dbfind_contact .dbassist_support span svg {
    width: 18px;
    height: 18px;
}.dbfind_contact .dbassist_support span p svg {
    height: 14px;
    width: 14px;
}.dbfind_contact .dbconnect_block h4 svg {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}
}

@media (max-width: 576px) {.dbfind_contact .dbassist_support span svg {
    height: 16px;
    width: 16px;
}.dbfind_contact .dbassist_support span p svg {
    width: 12px;
    height: 12px;
}.dbfind_contact .dbconnect_block h4 svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}}.dbcontact_form_box {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(228,225,230);
}.dbcontact_form_box::before {
    width: 100%;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(120deg, rgb(193,187,194,0.5) 0%, transparent 75%);
    left: 0;
}.dbcontact_form_box::after {
    content: "";
    background: linear-gradient(240deg, rgb(159,151,159,0.5) 0%, transparent 70%);
    opacity: 0.1;
    right: 0;
    height: 70%;
    bottom: 0;
    position: absolute;
    width: 70%;
}.dbcontact_form_box .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.dbcontact_form_box h2 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 30px;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
}.dbcontact_form_box .dbconnect_grid {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    flex-wrap: wrap;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 50px;
    border-radius: 23px;
}.dbcontact_form_box .dbphoto_thumbnail {
    overflow: hidden;
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.dbcontact_form_box .dbphoto_thumbnail::after {
    right: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    bottom: 0;
}.dbcontact_form_box .dbreach_map {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.dbcontact_form_box .dbreach_map::before {
    background: linear-gradient(to bottom, rgb(193,187,194), rgb(159,151,159));
    border-radius: 2.5px;
    left: 0;
    position: absolute;
    width: 5px;
    top: 40px;
    content: "";
    height: calc(100% - 80px);
}.dbcontact_form_box form {
    width: 100%;
    padding-left: 25px;
}.dbcontact_form_box form h3 {
    font-weight: 600;
    font-size: 23px;
    color: #000000;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
}.dbcontact_form_box form input[type="text"] {
    transition: all 0.3s ease;
    border: none;
    padding: 18px 25px;
    background: rgb(228,225,230);
    border-radius: 10px;
    font-size: 12px;
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}.dbcontact_form_box form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(193,187,194,0.5);
    background: rgba(rgb(193,187,194), 0.05);
}.dbcontact_form_box form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.dbcontact_form_box .dbconnect_request {
    align-items: flex-start;
    display: flex;
    margin: 10px 0 30px;
}.dbcontact_form_box .dbconnect_request input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.dbcontact_form_box .dbconnect_request label {
    position: relative;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    font-size: 15px;
    line-height: 1.5;
}.dbcontact_form_box .dbconnect_request label::before {
    content: "";
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 2px solid rgb(193,187,194,0.5);
    position: absolute;
    border-radius: 10px;
    transition: all 0.2s ease;
}.dbcontact_form_box .dbconnect_request input[type="checkbox"]:checked + label::before {
    border-color: rgb(193,187,194);
    background-color: rgb(193,187,194);
}.dbcontact_form_box .dbconnect_request input[type="checkbox"]:checked + label::after {
    height: 11px;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    position: absolute;
    content: "";
    top: 9px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    left: 8px;
}.dbcontact_form_box .dbconnect_request label a {
    transition: all 0.3s ease;
    color: rgb(193,187,194);
    text-decoration: none;
}.dbcontact_form_box .dbconnect_request label a:hover {
    text-decoration: underline;
    color: rgb(159,151,159);
}.dbcontact_form_box form .dbrequest_query {
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 35px;
    background: linear-gradient(45deg, rgb(193,187,194), rgb(159,151,159));
    position: relative;
    border: none;
    font-size: 19px;
}.dbcontact_form_box form .dbrequest_query::before {
    transition: all 0.4s ease;
    top: -10%;
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg) translateX(-200%);
    width: 120%;
    height: 120%;
    left: -10%;
}.dbcontact_form_box form .dbrequest_query:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(193,187,194), 0.3);
}.dbcontact_form_box form .dbrequest_query:hover::before {
    transform: rotate(45deg) translateX(200%);
}.dbcontact_form_box svg {
    fill: rgb(193,187,194);
    width: 22px;
    height: 22px;
}.dbcontact_form_box svg path {
    transition: fill 0.3s ease;
    fill: rgb(193,187,194);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.dbcontact_form_box .dbreach_map {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.dbcontact_form_box .dbphoto_thumbnail {
    flex: 0 0 100%;
    min-height: 300px;
}.dbcontact_form_box .dbreach_map {
    flex: 0 0 100%;
}.dbcontact_form_box .dbreach_map::before {
    height: 5px;
    top: 0;
    width: calc(100% - 80px);
    left: 40px;
    background: linear-gradient(to right, rgb(193,187,194), rgb(159,151,159));
}.dbcontact_form_box form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.dbcontact_form_box {
    padding: 70px 0;
}.dbcontact_form_box .dbphoto_thumbnail {
    min-height: 250px;
}.dbcontact_form_box .dbreach_map {
    padding: 40px 30px;
}.dbcontact_form_box .dbreach_map::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.dbcontact_form_box {
    padding: 50px 0;
}.dbcontact_form_box h2 {
    font-size: calc(30px * 0.8);
}.dbcontact_form_box .dbphoto_thumbnail {
    min-height: 200px;
}.dbcontact_form_box .dbreach_map {
    padding: 30px 20px;
}.dbcontact_form_box .dbreach_map::before {
    left: 20px;
    width: calc(100% - 40px);
}.dbcontact_form_box form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.dbcontact_form_box form input[type="text"] {
    padding: 15px 20px;
}.dbcontact_form_box form .dbrequest_query {
    width: 100%;
    text-align: center;
}}.dbsubscribe_to_newsletter {
    position: relative;
    transform: skewY(-2deg);
    margin: 5rem 0;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(228,225,230) 0%, rgb(193,187,194,0.5) 100%);
}.dbsubscribe_to_newsletter .container {
    position: relative;
    transform: skewY(2deg);
    z-index: 1;
}.dbsubscribe_to_newsletter .dbcorp_culture {
    margin: 0 auto;
    align-items: flex-start;
    max-width: 1140px;
    display: flex;
    flex-direction: column;
}.dbsubscribe_to_newsletter .dbcorp_culture::before {
    background: linear-gradient(45deg, rgb(159,151,159) 0%, rgb(193,187,194) 100%);
    animation: pulse 8s infinite alternate;
    content: "";
    opacity: 0.2;
    top: -15%;
    height: 130%;
    filter: blur(25px);
    transform: rotate(-15deg);
    width: 70%;
    border-radius: 14px;
    right: -20%;
    position: absolute;
    z-index: -1;
}.dbsubscribe_to_newsletter .dbcorp_culture::after {
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    z-index: -1;
    bottom: -20%;
    width: 40%;
    animation: float 6s infinite alternate;
    left: 10%;
    height: 60%;
    background: rgb(193,187,194,0.5);
}.dbsubscribe_to_newsletter p {
    margin-bottom: 2rem;
    font-size: 38px;
    position: relative;
    transform: translateX(30px);
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    max-width: 70%;
    padding-left: 2rem;
}.dbsubscribe_to_newsletter p::before {
    height: 80%;
    content: "";
    background: rgb(159,151,159);
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 5px;
    border-radius: 10px;
}.dbsubscribe_to_newsletter .input_holder {
    border-radius: 14px;
    flex-direction: row;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    max-width: 600px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    align-items: center;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    margin-left: 3rem;
}.dbsubscribe_to_newsletter .input_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.dbsubscribe_to_newsletter .dbnewsletter_box {
    flex: 1;
    color: #000000;
    background: #ffffff;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    padding: 1.2rem 1.5rem;
    outline: none;
    font-size: 14px;
}.dbsubscribe_to_newsletter .dbnewsletter_box:focus {
    box-shadow: inset 0 0 0 2px rgb(193,187,194,0.5);
    background: #ffffff;
}.dbsubscribe_to_newsletter .dbrequest_query {
    position: relative;
    font-size: 20px;
    overflow: hidden;
    outline: none;
    background: linear-gradient(135deg, rgb(159,151,159) 0%, rgb(193,187,194) 100%);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 1.2rem 2rem;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-weight: 600;
}.dbsubscribe_to_newsletter .dbrequest_query::before {
    transition: all 0.5s ease;
    width: 100%;
    top: 0;
    height: 100%;
    left: -100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.dbsubscribe_to_newsletter .dbrequest_query:hover::before {
    left: 100%;
}.dbsubscribe_to_newsletter .dbrequest_query:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(193,187,194) 0%, rgb(159,151,159) 100%);
    transform: translateY(-2px);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@media (max-width: 992px) {.dbsubscribe_to_newsletter {
    padding: 3rem 1.5rem;
}.dbsubscribe_to_newsletter p {
    transform: translateX(15px);
    max-width: 80%;
    font-size: calc(38px * 0.9);
}.dbsubscribe_to_newsletter .input_holder {
    margin-left: 2rem;
}
}

@media (max-width: 768px) {.dbsubscribe_to_newsletter p {
    transform: translateX(0);
    max-width: 100%;
    padding-left: 1.5rem;
    font-size: calc(38px * 0.8);
}.dbsubscribe_to_newsletter .input_holder {
    flex-direction: column;
    max-width: 100%;
    margin-left: 0;
}.dbsubscribe_to_newsletter .dbnewsletter_box {
    padding: 1rem;
    width: 100%;
}.dbsubscribe_to_newsletter .dbrequest_query {
    padding: 1rem;
    width: 100%;
}
}

@media (max-width: 576px) {.dbsubscribe_to_newsletter {
    padding: 2.5rem 1rem;
    transform: skewY(-1deg);
}.dbsubscribe_to_newsletter .container {
    transform: skewY(1deg);
}.dbsubscribe_to_newsletter p {
    margin-bottom: 1.5rem;
    font-size: 19px;
}.dbsubscribe_to_newsletter .dbcorp_culture::before {
    width: 100%;
    right: -50%;
}}.dbprivacy_niche {
    position: relative;
    overflow: hidden;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 60px;
    background-color: #ffffff;
    margin-bottom: 30px;
}.dbprivacy_niche h1 {
    grid-column: span 2;
    font-weight: 700;
    z-index: 2;
    position: relative;
    color: rgb(193,187,194);
    margin-bottom: 30px;
    font-size: 45px;
}.dbprivacy_niche h2 {
    position: relative;
    font-size: 30px;
    border-left: 5px solid rgb(193,187,194);
    padding-left: 10px;
    z-index: 2;
    color: rgb(159,151,159);
    font-weight: 600;
    margin: 20px 0;
}.dbprivacy_niche ul,
.dbprivacy_niche ol {
    padding: 0 0 0 20px;
    position: relative;
    margin: 20px 0;
    z-index: 2;
}.dbprivacy_niche ul {
    list-style-type: disc;
}.dbprivacy_niche ol {
    list-style-type: decimal;
}.dbprivacy_niche li {
    border-bottom: 1px dashed rgb(159,151,159,0.5);
    font-size: 17px;
    color: #000000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}.dbprivacy_niche p {
    z-index: 2;
    color: #000000;
    line-height: 1.6;
    position: relative;
    margin-bottom: 20px;
    font-size: 17px;
}.dbprivacy_niche > div {
    padding: 30px;
    position: relative;
    background-color: rgb(228,225,230);
    border-radius: 10px;
    border: 1px solid rgb(193,187,194,0.5);
    z-index: 2;
}.dbprivacy_niche span {
    position: relative;
    font-weight: 600;
    background: rgb(193,187,194,0.5);
    padding: 5px;
    color: rgb(159,151,159);
    border-radius: 10px;
    z-index: 2;
}.dbprivacy_niche::before,
.dbprivacy_niche::after {
    display: block;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    content: "";
    background: rgb(193,187,194,0.5);
}.dbprivacy_niche::before {
    height: 200px;
    left: -100px;
    top: -100px;
    width: 200px;
}.dbprivacy_niche::after {
    right: -150px;
    bottom: -150px;
    height: 300px;
    width: 300px;
}

@media only screen and (max-width: 800px) {.dbprivacy_niche {
    padding: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
}.dbprivacy_niche h1 {
    grid-column: span 1;
    font-size: calc(19px * 0.8);
}.dbprivacy_niche h2 {
    font-size: calc(19px * 0.8);
}.dbprivacy_niche ul,
    .dbprivacy_niche ol {
    padding-left: 15px;
}.dbprivacy_niche > div {
    padding: 20px;
}.dbprivacy_niche::before {
    width: 100px;
    left: -50px;
    height: 100px;
    top: -50px;
}.dbprivacy_niche::after {
    width: 150px;
    right: -75px;
    height: 150px;
    bottom: -75px;
}}.dblanding_page {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    width: 100%;
}.dblanding_page .dbstart_learn {
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}.dblanding_page .dbstart_learn::before {
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgb(193,187,194,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    content: "";
    left: 0;
}.dblanding_page .dbstart_learn:hover::before {
    opacity: 0.85;
}.dblanding_page .dbexpert_classes {
    grid-template-columns: 1fr;
    clip-path: polygon(0 0, 100% 0, 98% 95%, 2% 100%);
    max-width: 1200px;
    transform: translateY(20px);
    z-index: 2;
    backdrop-filter: blur(5px);
    padding: 3rem;
    animation: fadeUp 1s ease-out forwards;
    position: relative;
    display: grid;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    width: 90%;
    gap: 2rem;
    background: linear-gradient(to right, rgba(255,255,255,0.05), rgba(255,255,255,0.15));
}.dblanding_page .dbexpert_classes > div:first-child {
    overflow: hidden;
    position: relative;
    padding-bottom: 1rem;
}.dblanding_page .dbexpert_classes > div:first-child::after {
    height: 3px;
    position: absolute;
    animation: lineExpand 1.5s ease-in-out forwards;
    width: 60%;
    background: rgb(159,151,159);
    bottom: 0;
    left: 0;
    content: "";
}.dblanding_page .title_style_header {
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 40px);
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    line-height: 1.2;
    transform: translateY(20px);
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
    margin: 0;
}.dblanding_page h3 {
    font-size: clamp(1.2rem, 3vw, 22px);
    opacity: 0;
    font-weight: 600;
    color: #ffffff;
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    line-height: 1.4;
    margin: 0 0 1.5rem;
    transform: translateY(20px);
}.dblanding_page p {
    padding-left: 1.5rem;
    animation: fadeUp 0.8s ease-out 0.9s forwards;
    color: #ffffff;
    opacity: 0;
    margin: 0;
    position: relative;
    transform: translateY(20px);
    line-height: 1.6;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 14px);
}.dblanding_page p::before {
    top: 50%;
    background-color: rgb(159,151,159);
    position: absolute;
    transform: translateY(-50%);
    width: 1rem;
    height: 2px;
    content: "";
    left: 0;
}

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

@keyframes lineExpand {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}


@media (min-width: 768px) {.dblanding_page .dbexpert_classes {
    clip-path: polygon(0 0, 100% 0, 98% 98%, 2% 100%);
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.dblanding_page .dbexpert_classes > div:first-child::after {
    width: 80%;
}.dblanding_page .title_style_header {
    margin-bottom: 0;
}
}

@media (max-width: 767px) {.dblanding_page .dbstart_learn {
    min-height: 80vh;
}.dblanding_page .dbexpert_classes {
    padding: 2rem;
    gap: 1.5rem;
}.dblanding_page .dbexpert_classes > div:first-child {
    padding-bottom: 0.5rem;
}.dblanding_page h3 {
    margin-bottom: 1rem;
}.dblanding_page p {
    padding-left: 1rem;
}.dblanding_page p::before {
    width: 0.75rem;
}
}

@media (max-width: 480px) {.dblanding_page .dbexpert_classes {
    clip-path: polygon(0 0, 100% 0, 96% 98%, 4% 100%);
    gap: 1rem;
    padding: 1.5rem;
}.dblanding_page .title_style_header {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.dblanding_page h3 {
    font-size: clamp(1rem, 5vw, 1.2rem);
}.dblanding_page p {
    font-size: clamp(0.9rem, 4vw, 1rem);
}
}

@media (hover: hover) {.dblanding_page .dbexpert_classes:hover {
    transition: transform 0.3s ease;
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.dblanding_page .title_style_header,
  .dblanding_page h3,
  .dblanding_page p,
  .dblanding_page .dbexpert_classes {
    transform: none;
    opacity: 1;
    animation: none;
}.dblanding_page .dbexpert_classes > div:first-child::after {
    width: 60%;
    animation: none;
}}.dbeducation_history {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,225,230) 0%, rgba(255,255,255,0.95) 100%);
}.dbeducation_history::before {
    transform: translateY(-30%) skewY(-5deg);
    opacity: 0.1;
    left: 0;
    background: linear-gradient(45deg, rgb(193,187,194,0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
}.dbeducation_history::after {
    height: 60%;
    opacity: 0.15;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg);
    right: -20%;
    bottom: -20%;
    background: linear-gradient(135deg, rgb(159,151,159,0.5) 0%, transparent 80%);
}.dbeducation_history .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    perspective: 1000px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.dbeducation_history .dblearning_ratings {
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    grid-template-columns: 1fr;
    border-radius: 10px;
    padding: 2.5rem;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    grid-gap: 2rem;
    overflow: hidden;
    transform-style: preserve-3d;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
    background: #ffffff;
}.dbeducation_history .dblearning_ratings::before {
    left: 0;
    background-size: 200% 100%;
    height: 5px;
    content: "";
    top: 0;
    z-index: 2;
    background: linear-gradient(90deg, 
    rgb(193,187,194) 0%, 
    rgb(159,151,159) 50%, 
    rgb(193,187,194) 100%);
    width: 100%;
    position: absolute;
    animation: gradientMove 8s ease-in-out infinite;
}.dbeducation_history .dblearning_ratings > div:first-child {
    display: flex;
    z-index: 1;
    justify-content: center;
    position: relative;
    align-items: center;
}.dbeducation_history .dbphoto_thumbnail {
    transform: translateZ(30px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 180px;
    border-radius: 50%;
    height: 180px;
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    position: relative;
}.dbeducation_history .dbphoto_thumbnail::before {
    opacity: 0.8;
    z-index: -1;
    transform: rotate(-45deg);
    background: linear-gradient(
    135deg,
    rgb(159,151,159) 0%,
    transparent 50%,
    rgb(193,187,194) 100%
  );
    animation: rotateGradient 15s linear infinite;
    content: "";
    inset: -8px;
    position: absolute;
    border-radius: 50%;
}.dbeducation_history .dbphoto_thumbnail::after {
    z-index: 1;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
}.dbeducation_history .dblearning_ratings > div:nth-child(2) {
    text-align: center;
    position: relative;
    transform: translateZ(20px);
}.dbeducation_history .name {
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    font-size: 23px;
}.dbeducation_history .name::after {
    width: 40%;
    height: 3px;
    background: rgb(193,187,194);
    bottom: -8px;
    position: absolute;
    left: 30%;
    content: "";
    transform: translateZ(5px);
}.dbeducation_history .dblearning_ratings > div:nth-child(2) > div {
    margin-top: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgb(159,151,159);
    font-size: calc(16px * 0.9);
}.dbeducation_history .dblearning_ratings > div:nth-child(3) {
    position: relative;
    transform: translateZ(10px);
}.dbeducation_history .dbexp_table {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    position: relative;
    padding-left: 1rem;
}.dbeducation_history .dbexp_table::before {
    top: 0;
    background: linear-gradient(
    to bottom,
    rgb(193,187,194) 0%,
    rgb(159,151,159) 100%
  );
    border-radius: 3px;
    content: "";
    position: absolute;
    width: 3px;
    left: 0;
    bottom: 0;
}.dbeducation_history .dblearning_ratings:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 10px 25px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
}.dbeducation_history .dblearning_ratings:hover .dbphoto_thumbnail {
    transform: translateZ(40px) scale(1.05);
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}

@media (min-width: 768px) {.dbeducation_history {
    padding: 7rem 0;
}.dbeducation_history .dblearning_ratings {
    grid-template-rows: auto 1fr;
    padding: 3rem;
    grid-gap: 2.5rem;
    grid-template-columns: auto 1fr;
}.dbeducation_history .dblearning_ratings > div:first-child {
    grid-row: 1 / span 2;
}.dbeducation_history .dblearning_ratings > div:nth-child(2) {
    padding-top: 1.5rem;
    text-align: left;
    align-self: end;
}.dbeducation_history .name::after {
    left: 0;
    width: 60px;
}.dbeducation_history .dbexp_table {
    padding-left: 1.5rem;
}.dbeducation_history .dbexp_table::before {
    width: 4px;
}
}

@media (min-width: 992px) {.dbeducation_history .dblearning_ratings {
    grid-template-columns: 250px 1fr;
    grid-gap: 3rem;
    padding: 3.5rem 4rem;
}.dbeducation_history .dbphoto_thumbnail {
    height: 220px;
    width: 220px;
}.dbeducation_history .name {
    font-size: calc(23px * 1.1);
}.dbeducation_history .dblearning_ratings > div:nth-child(2) > div {
    font-size: 16px;
}.dbeducation_history .dbexp_table {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1200px) {.dbeducation_history .container {
    padding: 0 2rem;
}.dbeducation_history .dblearning_ratings {
    grid-template-columns: 280px 1fr;
    padding: 4rem 5rem;
}.dbeducation_history .dbphoto_thumbnail {
    height: 240px;
    width: 240px;
}
}

@media (max-width: 767px) {.dbeducation_history {
    padding: 4rem 0;
}.dbeducation_history .dblearning_ratings {
    text-align: center;
    padding: 2rem 1.5rem;
}.dbeducation_history .dbphoto_thumbnail {
    width: 150px;
    height: 150px;
}.dbeducation_history .dbexp_table {
    text-align: left;
    padding-top: 1rem;
    padding-left: 0;
}.dbeducation_history .dbexp_table::before {
    top: 0;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 50px;
}}.dblearning_outcomes {
    background: linear-gradient(145deg, rgb(228,225,230) 30%, rgba(rgb(193,187,194,0.5), 0.05) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.dblearning_outcomes::before {
    right: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(193,187,194), rgb(159,151,159));
    top: 0;
    position: absolute;
    content: "";
    height: 6px;
    left: 0;
}.dblearning_outcomes::after {
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(193,187,194,0.5), 0.03) 0px,
        rgba(rgb(193,187,194,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    pointer-events: none;
    height: 100%;
    position: absolute;
}.dblearning_outcomes .container {
    position: relative;
    display: grid;
    gap: 60px;
    margin: 0 auto;
    grid-template-columns: 1fr 1.5fr;
    max-width: 1280px;
    padding: 0 20px;
}.dblearning_outcomes .dbphoto_thumbnail {
    box-shadow: 20px 20px 0 rgba(rgb(193,187,194,0.5), 0.2),
                -15px -15px 0 rgba(rgb(159,151,159,0.5), 0.15);
    width: 100%;
    transform: perspective(1000px) rotateY(-8deg);
    object-fit: cover;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.dblearning_outcomes .dbphoto_thumbnail:hover {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.dblearning_outcomes .dbcorp_culture {
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
}.dblearning_outcomes .dbtext_unit {
    padding: 30px;
    z-index: 2;
    position: relative;
    transform: translateZ(0);
}.dblearning_outcomes .dbtext_unit::before {
    height: calc(100% + 30px);
    backdrop-filter: blur(10px);
    position: absolute;
    content: "";
    z-index: -1;
    width: calc(100% + 30px);
    left: -15px;
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-left: 3px solid rgb(193,187,194);
    top: -15px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
}.dblearning_outcomes h1 {
    transform: translateX(-5px);
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.3;
}.dblearning_outcomes h1::after {
    height: 3px;
    width: 80px;
    bottom: -10px;
    background: rgb(159,151,159);
    left: 0;
    position: absolute;
    content: "";
}.dblearning_outcomes ul {
    gap: 20px;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
}.dblearning_outcomes li {
    transform: translateZ(0);
    position: relative;
    padding-left: 15px;
    transition: transform 0.4s ease;
}.dblearning_outcomes li:hover {
    transform: translateX(10px);
}.dblearning_outcomes li::before {
    transform: translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    background: rgb(193,187,194);
    content: "";
    width: 10px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 10px;
    opacity: 0.7;
    height: 10px;
    left: -5px;
}.dblearning_outcomes li:hover::before {
    transform: translateY(-50%) scale(1);
}.dblearning_outcomes p {
    font-size: 14px;
    align-items: center;
    margin: 0;
    color: #000000;
    line-height: 1.6;
    display: flex;
}.dblearning_outcomes svg {
    height: 24px;
    flex-shrink: 0;
    transform: translateY(-1px);
    width: 24px;
    margin-right: 15px;
}.dblearning_outcomes svg path {
    fill: rgb(193,187,194);
    transition: fill 0.3s ease, transform 0.3s ease;
}.dblearning_outcomes li:hover svg path {
    fill: rgb(159,151,159);
}.dblearning_outcomes li:hover svg path:first-child {
    transform: translateY(-2px);
}.dblearning_outcomes li:hover svg path:last-child {
    transform: translateY(2px);
}

@media (max-width: 1024px) {.dblearning_outcomes {
    padding: 80px 0;
}.dblearning_outcomes .container {
    gap: 40px;
    grid-template-columns: 1fr;
}.dblearning_outcomes .dbphoto_thumbnail {
    margin: 0 auto;
    width: 80%;
    transform: perspective(1000px) rotateY(-5deg);
    max-height: 400px;
}.dblearning_outcomes h1 {
    font-size: calc(40px * 0.9);
}
}

@media (max-width: 768px) {.dblearning_outcomes {
    padding: 60px 0;
}.dblearning_outcomes .container {
    gap: 30px;
}.dblearning_outcomes .dbphoto_thumbnail {
    width: 100%;
    box-shadow: 10px 10px 0 rgba(rgb(193,187,194,0.5), 0.2),
                    -8px -8px 0 rgba(rgb(159,151,159,0.5), 0.15);
    transform: none;
}.dblearning_outcomes .dbtext_unit {
    padding: 20px;
}.dblearning_outcomes .dbtext_unit::before {
    width: calc(100% + 20px);
    left: -10px;
    top: -10px;
    height: calc(100% + 20px);
}.dblearning_outcomes h1 {
    margin-bottom: 25px;
    font-size: calc(40px * 0.8);
}.dblearning_outcomes ul {
    gap: 15px;
}
}

@media (max-width: 480px) {.dblearning_outcomes {
    padding: 40px 0;
}.dblearning_outcomes .dbphoto_thumbnail {
    box-shadow: 8px 8px 0 rgba(rgb(193,187,194,0.5), 0.2);
    max-height: 250px;
}.dblearning_outcomes h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 20px;
}.dblearning_outcomes h1::after {
    width: 60px;
    height: 2px;
}.dblearning_outcomes p {
    font-size: calc(14px * 0.9);
}.dblearning_outcomes svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.dblearning_outcomes ul {
    gap: 12px;
}.dblearning_outcomes li:hover {
    transform: translateX(5px);
}
}