* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.container {
    max-width: 100%;
    width: 1218px;
    margin: auto;
}header,footer {
    width: 100%;
}.gift_cardIoq {
    flex: 0 0 auto;
}.wrapper-canvasftw {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.page_headvUQ {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.academic_expertisepbs {
    background: linear-gradient(135deg, rgb(242,221,216) 0%, rgb(215,173,163,0.5) 35%, rgb(188,132,120,0.5) 100%);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}.academic_expertisepbs::before {
    height: 200%;
    content: "";
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(215,173,163,0.5) 120deg, transparent 180deg, rgb(188,132,120,0.5) 260deg, transparent 360deg);
    z-index: 0;
    top: -50%;
    width: 200%;
    position: absolute;
    left: -10%;
    animation: rotate 20s linear infinite;
    opacity: 0.2;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.academic_expertisepbs .container {
    perspective: 1000px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.academic_expertisepbs .feedback_sliderEhv {
    backdrop-filter: blur(10px);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(215,173,163,0.5);
    transform-style: preserve-3d;
    transform: rotateX(5deg) rotateY(-2deg);
    grid-template-rows: auto auto;
    transition: transform 0.5s ease;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    background: #ffffff;
    border-radius: 12px;
    grid-template-areas:
    "photo quote"
    "name quote";
    gap: 1.5rem;
    display: grid;
    padding: 2.5rem;
}.academic_expertisepbs .feedback_sliderEhv:hover {
    transform: rotateX(0) rotateY(0);
}.academic_expertisepbs .pic_boxhtY {
    transition: transform 0.3s ease;
    transform: translateZ(20px);
    grid-area: photo;
    aspect-ratio: 1/1;
    box-shadow: 
    -5px 5px 0 rgb(188,132,120),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    width: 100%;
    border-radius: 12px;
}.academic_expertisepbs .feedback_sliderEhv:hover .pic_boxhtY {
    transform: translateZ(30px) scale(1.05);
}.academic_expertisepbs .name {
    grid-area: name;
    font-size: 19px;
    color: rgb(215,173,163);
    position: relative;
    padding-left: 1rem;
    display: block;
    font-weight: 700;
    transform: translateZ(10px);
    margin-bottom: 0.5rem;
}.academic_expertisepbs .name + span {
    color: #000000;
    grid-area: name;
    font-size: 18px;
    font-weight: 600;
    padding-left: 1rem;
    text-transform: uppercase;
    opacity: 0.8;
    align-self: end;
    transform: translateZ(5px);
    margin-top: 2rem;
    letter-spacing: 1px;
}.academic_expertisepbs .work_milestoneslZK {
    background: linear-gradient(to right, #ffffff, rgb(242,221,216));
    border-radius: 12px;
    font-size: calc(18px * 1.1);
    transform: translateZ(15px);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    padding: 2rem;
    position: relative;
    color: #000000;
    line-height: 1.7;
    grid-area: quote;
}.academic_expertisepbs .work_milestoneslZK::before {
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgb(215,173,163,0.5) 0%, transparent 40%, transparent 60%, rgb(188,132,120,0.5) 100%);
    width: 100%;
    height: 100%;
    border-radius: 12px;
    opacity: 0.3;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}.academic_expertisepbs .feedback_sliderEhv:hover .work_milestoneslZK {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.academic_expertisepbs .feedback_sliderEhv {
    transform: none;
    grid-template-areas:
      "pic_boxhtY"
      "name"
      "work_milestoneslZK";
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}.academic_expertisepbs .pic_boxhtY {
    max-width: 200px;
    margin: 0 auto;
}.academic_expertisepbs .name,
  .academic_expertisepbs .name + span {
    text-align: center;
    padding-left: 0;
}.academic_expertisepbs .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.academic_expertisepbs {
    padding: 4rem 1rem;
}.academic_expertisepbs .feedback_sliderEhv {
    padding: 1.5rem;
}.academic_expertisepbs .work_milestoneslZK {
    padding: 1.5rem;
}}.learning_profitsFOd {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(242,221,216) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.learning_profitsFOd::before {
    opacity: 0.4;
    border-radius: 50%;
    filter: blur(60px);
    background: linear-gradient(45deg, rgb(215,173,163,0.5) 0%, rgb(188,132,120,0.5) 100%);
    content: "";
    animation: float 15s infinite alternate ease-in-out;
    z-index: 0;
    right: -50px;
    position: absolute;
    top: -50px;
    height: 300px;
    width: 300px;
}.learning_profitsFOd::after {
    left: -100px;
    bottom: -100px;
    height: 400px;
    width: 400px;
    background: linear-gradient(225deg, rgb(188,132,120,0.5) 0%, rgb(215,173,163,0.5) 100%);
    animation: float 18s infinite alternate-reverse ease-in-out;
    border-radius: 50%;
    content: "";
    filter: blur(80px);
    z-index: 0;
    opacity: 0.3;
    position: absolute;
}.learning_profitsFOd .container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    flex-direction: column;
    z-index: 1;
}.learning_profitsFOd .pic_boxhtY {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    filter: brightness(1.05) contrast(1.05);
    height: 380px;
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    object-fit: cover;
    clip-path: polygon(0 0, 100% 4%, 97% 100%, 3% 96%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.learning_profitsFOd .pic_boxhtY:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.learning_profitsFOd .learn_expertsbvf {
    margin-top: -120px;
    position: relative;
    z-index: 2;
    padding: 40px 0 0;
}.learning_profitsFOd .text_podPGO {
    animation: slideUp 0.8s forwards 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
    transform: translateY(30px);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    padding: 40px 45px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}.learning_profitsFOd h1 {
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    animation: fadeIn 0.6s forwards 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    opacity: 0;
    font-size: 34px;
    transform: translateY(10px);
    position: relative;
}.learning_profitsFOd h1::after {
    width: 80px;
    position: absolute;
    left: 0;
    animation: lineExpand 0.6s forwards 1s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0);
    content: "";
    height: 3px;
    transform-origin: left;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(215,173,163) 0%, rgb(188,132,120) 100%);
}.learning_profitsFOd ul {
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
}.learning_profitsFOd li {
    transform: translateX(15px);
    position: relative;
    opacity: 0;
    padding-left: 40px;
}.learning_profitsFOd li:nth-child(1) {
    animation: slideIn 0.5s forwards 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.learning_profitsFOd li:nth-child(2) {
    animation: slideIn 0.5s forwards 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}.learning_profitsFOd li:nth-child(3) {
    animation: slideIn 0.5s forwards 1s cubic-bezier(0.22, 1, 0.36, 1);
}.learning_profitsFOd li:nth-child(4) {
    animation: slideIn 0.5s forwards 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}.learning_profitsFOd li:nth-child(5) {
    animation: slideIn 0.5s forwards 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}.learning_profitsFOd li p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
}.learning_profitsFOd li svg {
    position: absolute;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    width: 24px;
    height: 24px;
}.learning_profitsFOd li:hover svg {
    transform: translateY(-3px) scale(1.1);
}.learning_profitsFOd svg path {
    fill: rgb(215,173,163);
    transition: fill 0.3s ease;
}.learning_profitsFOd li:hover svg path {
    fill: rgb(188,132,120);
}

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

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

@keyframes lineExpand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes slideIn {
    from {
        transform: translateX(15px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, -30px);
    }
}

@media (min-width: 768px) {.learning_profitsFOd .container {
    gap: 30px;
    flex-direction: row;
    align-items: center;
}.learning_profitsFOd .pic_boxhtY {
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
    width: 45%;
    height: 450px;
}.learning_profitsFOd .learn_expertsbvf {
    padding: 0;
    margin-top: 0;
    width: 55%;
}.learning_profitsFOd .text_podPGO {
    padding: 50px;
}.learning_profitsFOd h1 {
    font-size: 39px;
}.learning_profitsFOd ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
}

@media (min-width: 992px) {.learning_profitsFOd {
    padding: 150px 0;
}.learning_profitsFOd .pic_boxhtY {
    height: 550px;
}.learning_profitsFOd .text_podPGO {
    padding: 60px;
}.learning_profitsFOd h1::after {
    width: 100px;
}
}

@media (max-width: 767px) {.learning_profitsFOd {
    padding: 80px 0;
}.learning_profitsFOd .text_podPGO {
    padding: 30px;
}.learning_profitsFOd h1 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.9);
}.learning_profitsFOd li {
    padding-left: 35px;
}.learning_profitsFOd li p {
    font-size: calc(16px * 0.95);
}
}

@media (hover: none) {.learning_profitsFOd .pic_boxhtY {
    transform: none;
}.learning_profitsFOd li:hover svg {
    transform: none;
}}.contact_form_sectionWzY {
    padding: 100px 0;
    background: #000000;
    position: relative;
    overflow: hidden;
}.contact_form_sectionWzY::before {
    top: 0;
    width: 100%;
    opacity: 0.2;
    background: 
        radial-gradient(circle at 10% 20%, rgb(215,173,163,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(188,132,120,0.5) 0%, transparent 40%);
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    content: '';
}.contact_form_sectionWzY::after {
    content: '';
    background-size: 20px 20px;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(215,173,163,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(188,132,120,0.5) 95.5%, transparent 96%);
}.contact_form_sectionWzY .pic_boxhtY {
    height: 100%;
    width: 50%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    top: 0;
}.contact_form_sectionWzY .pic_boxhtY::before {
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
}.contact_form_sectionWzY .pic_boxhtY::after {
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}.contact_form_sectionWzY .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.contact_form_sectionWzY h3 {
    color: #ffffff;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    text-shadow: 
        0 0 5px rgb(215,173,163),
        0 0 10px rgb(215,173,163),
        0 0 15px rgb(215,173,163);
    font-family: Arial, sans-serif;
}.contact_form_sectionWzY .feedback_sectionYDC {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(30, 30, 30, 0.7);
    max-width: 1100px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(215,173,163,0.5),
        0 0 20px rgb(188,132,120,0.5);
    display: flex;
    overflow: hidden;
}.contact_form_sectionWzY .support_blockOrj {
    padding: 50px;
    flex: 3;
    position: relative;
}.contact_form_sectionWzY form h3 {
    text-shadow: 0 0 5px rgb(215,173,163);
    font-size: 22px;
    text-align: left;
    margin-bottom: 30px;
}.contact_form_sectionWzY input[type="text"],
.contact_form_sectionWzY textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    font-size: 15px;
    border: 1px solid rgba(rgb(215,173,163,0.5), 0.3);
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.contact_form_sectionWzY input[type="text"]:focus,
.contact_form_sectionWzY textarea:focus {
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(215,173,163,0.5);
    outline: none;
    border-color: rgb(215,173,163);
}.contact_form_sectionWzY input[type="text"]::placeholder,
.contact_form_sectionWzY textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_sectionWzY textarea {
    height: 140px;
    resize: none;
}.contact_form_sectionWzY .support_mapnwN {
    margin-bottom: 25px;
    position: relative;
    align-items: flex-start;
    display: flex;
}.contact_form_sectionWzY .support_mapnwN input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_sectionWzY .support_mapnwN label {
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    cursor: pointer;
    font-size: 13px;
    position: relative;
}.contact_form_sectionWzY .support_mapnwN label::before {
    border: 1px solid rgb(215,173,163);
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: absolute;
    top: 2px;
    box-shadow: 0 0 5px rgb(215,173,163,0.5);
    width: 20px;
    border-radius: 10px;
    content: '';
    height: 20px;
}.contact_form_sectionWzY .support_mapnwN input[type="checkbox"]:checked + label::before {
    background: rgb(215,173,163);
    box-shadow: 0 0 8px rgb(215,173,163);
}.contact_form_sectionWzY .support_mapnwN input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    content: '';
    transform: rotate(45deg);
    position: absolute;
    width: 6px;
    top: 5px;
    left: 7px;
    border-width: 0 2px 2px 0;
    height: 12px;
}.contact_form_sectionWzY .support_mapnwN a {
    text-decoration: none;
    text-shadow: 0 0 3px rgb(215,173,163);
    transition: all 0.3s ease;
    color: rgb(215,173,163);
}.contact_form_sectionWzY .support_mapnwN a:hover {
    color: rgb(188,132,120);
    text-shadow: 0 0 5px rgb(188,132,120);
}.contact_form_sectionWzY .request_gridKdA {
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    background: rgb(215,173,163);
    box-shadow: 0 0 15px rgb(215,173,163,0.5);
    font-weight: 600;
    padding: 15px 35px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}.contact_form_sectionWzY .request_gridKdA::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    width: 100%;
    transition: left 0.7s ease;
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
}.contact_form_sectionWzY .request_gridKdA:hover {
    background: rgb(188,132,120);
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgb(188,132,120);
}.contact_form_sectionWzY .request_gridKdA:hover::before {
    left: 100%;
}.contact_form_sectionWzY .help_listUmE {
    flex: 2;
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    padding: 50px;
    backdrop-filter: blur(5px);
    position: relative;
    justify-content: center;
    flex-direction: column;
}.contact_form_sectionWzY .help_listUmE::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(215,173,163,0.5) 0%, transparent 100%);
    opacity: 0.1;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
}.contact_form_sectionWzY .help_listUmE h4 {
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px rgb(215,173,163);
    position: relative;
}.contact_form_sectionWzY .help_listUmE h4::after {
    box-shadow: 0 0 5px rgb(215,173,163);
    height: 2px;
    content: '';
    background: rgb(215,173,163);
    width: 50px;
    left: 0;
    position: absolute;
    bottom: -10px;
}.contact_form_sectionWzY .connect_requestFNJ {
    list-style: none;
    margin: 0;
    padding: 0;
}.contact_form_sectionWzY .connect_requestFNJ li {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
}.contact_form_sectionWzY .connect_requestFNJ li:hover {
    transform: translateX(5px);
}.contact_form_sectionWzY .connect_requestFNJ svg {
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
    margin-top: 2px;
}.contact_form_sectionWzY .connect_requestFNJ svg path {
    transition: fill 0.3s ease;
    fill: rgb(215,173,163);
    filter: drop-shadow(0 0 3px rgb(215,173,163));
}.contact_form_sectionWzY .connect_requestFNJ li:hover svg path {
    fill: rgb(188,132,120);
    filter: drop-shadow(0 0 5px rgb(188,132,120));
}.contact_form_sectionWzY .connect_requestFNJ span {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
}.contact_form_sectionWzY .connect_requestFNJ a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_form_sectionWzY .connect_requestFNJ a:hover {
    color: rgb(215,173,163);
    text-shadow: 0 0 5px rgb(215,173,163,0.5);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(215,173,163,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media (max-width: 992px) {.contact_form_sectionWzY .pic_boxhtY {
    height: 40%;
    width: 100%;
    opacity: 0.3;
}.contact_form_sectionWzY .feedback_sectionYDC {
    flex-direction: column;
    max-width: 700px;
}.contact_form_sectionWzY .support_blockOrj,
    .contact_form_sectionWzY .help_listUmE {
    width: 100%;
    padding: 40px;
}
}

@media (max-width: 768px) {.contact_form_sectionWzY {
    padding: 80px 0;
}.contact_form_sectionWzY h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.contact_form_sectionWzY .support_blockOrj,
    .contact_form_sectionWzY .help_listUmE {
    padding: 30px;
}.contact_form_sectionWzY form h3,
    .contact_form_sectionWzY .help_listUmE h4 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.contact_form_sectionWzY {
    padding: 60px 0;
}.contact_form_sectionWzY h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.contact_form_sectionWzY .support_blockOrj,
    .contact_form_sectionWzY .help_listUmE {
    padding: 25px 20px;
}.contact_form_sectionWzY input[type="text"],
    .contact_form_sectionWzY textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact_form_sectionWzY .request_gridKdA {
    padding: 12px;
    width: 100%;
}}.cookieInformationAlertFPm {
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    border-top: 3px solid rgb(215,173,163);
    z-index: 90;
    bottom: 0;
    background: rgb(242,221,216);
    position: fixed;
}.privacy_ackyTX {
    max-width: 1200px;
    padding: 20px 15px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}.user_trackerIio {
    flex-shrink: 0;
    margin-right: 15px;
}.user_trackerIio svg {
    transition: fill 0.3s ease;
    height: 60px;
    width: 60px;
    fill: rgb(215,173,163);
}.user_trackerIio svg:hover {
    fill: rgb(188,132,120);
}.learn_prefsEus {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}.cookieInformationAlertFPm h5 {
    font-size: 24px;
    color: rgb(215,173,163);
    margin-bottom: 8px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.cookieInformationAlertFPm p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}.cookie_noticeeMf {
    text-decoration: none;
    margin-left: 10px;
    border-radius: 14px;
    line-height: 35px;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    background: rgb(215,173,163);
    cursor: pointer;
}.cookie_noticeeMf:hover {
    box-shadow: 0 0 10px rgb(188,132,120,0.5);
    background: rgb(188,132,120);
}#btnConsentToCookiePolicytaQ {
    background: rgb(215,173,163);
}#refuseTrackingCookiesOptionWel {
    background: rgba(0, 0, 0, 0.5);
}.cookieInformationAlertFPm p a {
    color: rgb(215,173,163);
    transition: color 0.3s ease;
    text-decoration: underline;
}.cookieInformationAlertFPm p a:hover {
    color: rgb(188,132,120);
}
@media only screen and (max-width: 1200px) {.privacy_ackyTX {
    flex-direction: column;
    align-items: center;
}.user_trackerIio {
    margin-bottom: 15px;
}.learn_prefsEus {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.cookie_noticeeMf {
    max-width: 200px;
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.privacy_ackyTX {
    padding: 15px;
}.user_trackerIio {
    display: none;
}.cookieInformationAlertFPm h5 {
    font-size: 22px;
}.cookieInformationAlertFPm p {
    font-size: 12px;
}}
#cookie_box_bannertVG {
    display: none;
}#cookie_box_bannertVG:checked ~ .cookieInformationAlertFPm {
    visibility: hidden;
    opacity: 0;
}.privacy_shellMnR {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 50px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}.privacy_shellMnR h1 {
    padding-bottom: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    border-bottom: 3px solid rgb(215,173,163);
    font-size: 45px;
    margin-bottom: 30px;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
}.privacy_shellMnR h2 {
    color: rgb(188,132,120);
    padding-bottom: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(188,132,120);
    font-size: 36px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-align: left;
}.privacy_shellMnR h3, .privacy_shellMnR h4, .privacy_shellMnR h5, .privacy_shellMnR h6 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    margin-top: 30px;
    color: #000000;
    font-size: 23px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_shellMnR ul, .privacy_shellMnR ol {
    padding: 20px 0;
    margin: 0;
    padding-left: 0;
    list-style: none;
}.privacy_shellMnR li {
    font-family: Arial, sans-serif;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 15px;
}.privacy_shellMnR section {
    background: #ffffff;
}.privacy_shellMnR p, .privacy_shellMnR span, .privacy_shellMnR div {
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 14px;
    padding-bottom: 10px;
    color: #000000;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.privacy_shellMnR {
    padding: 20px;
    box-shadow: none;
    border: none;
}.privacy_shellMnR h1, .privacy_shellMnR h2 {
    font-size: calc(23px - 10px);
    border-bottom-width: 1px;
    text-align: left;
}.privacy_shellMnR ul, .privacy_shellMnR ol {
    padding: 10px 0;
    border-top-width: 0;
    border-bottom-width: 0;
}.privacy_shellMnR li {
    padding: 5px 0;
    border-bottom-width: 0;
}.privacy_shellMnR p, .privacy_shellMnR span, .privacy_shellMnR div {
    border-bottom-width: 0;
    padding-bottom: 5px;
}}.course_overviewwJm {
    min-height: 100vh;
    align-items: stretch;
    background-color: #ffffff;
    display: flex;
    position: relative;
    overflow: hidden;
}.course_overviewwJm::before {
    z-index: 2;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(242,221,216) 90%);
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
}.course_overviewwJm .knowledge_pathepc {
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    width: 55%;
    right: 0;
}.course_overviewwJm .tech_trainingudC {
    display: flex;
    width: 100%;
    animation: carousel-vertical 25s ease infinite;
    flex-direction: column;
    height: 500%;
}.course_overviewwJm .knowledge_pathepc:hover .tech_trainingudC {
    animation-play-state: paused;
}.course_overviewwJm .tech_classesVhs {
    width: 100%;
    position: relative;
    height: 20%;
}.course_overviewwJm .tech_classesVhs::before {
    left: 0;
    z-index: 2;
    height: 100%;
    content: '';
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    top: 0;
    position: absolute;
    width: 100%;
}.course_overviewwJm .tech_classesVhs img {
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    transition: transform 0.8s ease;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform: scale(1.05);
}.course_overviewwJm .tech_classesVhs:hover img {
    transform: scale(1.1);
}.course_overviewwJm .container {
    width: 100%;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 5;
    display: flex;
}.course_overviewwJm .learn_expertsbvf {
    display: flex;
    padding-left: 8%;
    justify-content: center;
    flex-direction: column;
    width: 45%;
}.course_overviewwJm .learn_careerSxe {
    border-left: 5px solid rgb(215,173,163);
    position: relative;
    border-radius: 0 24px 24px 0;
    max-width: 550px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(242,221,216) 100%);
    padding: 3.5rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}.course_overviewwJm .learn_careerSxe::before {
    position: absolute;
    left: 20px;
    border: 1px solid rgb(188,132,120,0.5);
    right: 20px;
    pointer-events: none;
    bottom: 20px;
    top: 20px;
    border-radius: 0 10px 10px 0;
    content: '';
    border-left: none;
}.course_overviewwJm .learn_careerSxe h3 {
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 40px;
    margin-bottom: 1.5rem;
    color: rgb(215,173,163);
    position: relative;
}.course_overviewwJm .learn_careerSxe h3::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: 0;
    background: rgb(188,132,120);
    left: 0;
}.course_overviewwJm .learn_careerSxe p {
    margin-bottom: 2.5rem;
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
}.course_overviewwJm .learn_careerSxe .request_gridKdA {
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    padding: 1.2rem 2.5rem;
    position: relative;
    background: linear-gradient(45deg, rgb(215,173,163) 0%, rgb(188,132,120) 100%);
    transition: all 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
}.course_overviewwJm .learn_careerSxe .request_gridKdA::before {
    top: 0;
    background: linear-gradient(45deg, rgb(188,132,120) 0%, rgb(215,173,163) 100%);
    z-index: -1;
    transition: opacity 0.3s ease;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}.course_overviewwJm .learn_careerSxe .request_gridKdA:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.course_overviewwJm .learn_careerSxe .request_gridKdA:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.course_overviewwJm .learn_expertsbvf {
    padding-left: 10%;
}.course_overviewwJm .learn_careerSxe {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.course_overviewwJm .knowledge_pathepc {
    width: 50%;
}.course_overviewwJm .learn_expertsbvf {
    width: 50%;
    padding-left: 5%;
}.course_overviewwJm .learn_careerSxe {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.course_overviewwJm {
    flex-direction: column;
    min-height: auto;
}.course_overviewwJm .knowledge_pathepc {
    width: 100%;
    position: relative;
    height: 400px;
}.course_overviewwJm .tech_trainingudC {
    width: 500%;
    flex-direction: row;
    animation: carousel-horizontal 25s ease infinite;
    height: 100%;
}.course_overviewwJm .tech_classesVhs {
    width: 20%;
    height: 100%;
}.course_overviewwJm .tech_classesVhs::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.course_overviewwJm .container {
    padding: 3rem 1rem;
}.course_overviewwJm .learn_expertsbvf {
    margin: 0 auto;
    padding-left: 0;
    max-width: 800px;
    width: 100%;
}.course_overviewwJm .learn_careerSxe {
    max-width: 100%;
    border-left: none;
    border-radius: 24px;
    border-top: 5px solid rgb(215,173,163);
}.course_overviewwJm .learn_careerSxe::before {
    border-top: none;
    right: 20px;
    bottom: 20px;
    top: 20px;
    border-radius: 10px;
    left: 20px;
    border: 1px solid rgb(188,132,120,0.5);
}
}

@media screen and (max-width: 768px) {.course_overviewwJm .knowledge_pathepc {
    height: 350px;
}.course_overviewwJm .container {
    padding: 2.5rem 1rem;
}.course_overviewwJm .learn_careerSxe {
    padding: 2rem;
}.course_overviewwJm .learn_careerSxe h3 {
    font-size: calc(40px * 0.8);
}

}

@media screen and (max-width: 576px) {.course_overviewwJm .knowledge_pathepc {
    height: 300px;
}.course_overviewwJm .container {
    padding: 2rem 1rem;
}.course_overviewwJm .learn_careerSxe {
    padding: 1.5rem;
}.course_overviewwJm .learn_careerSxe h3 {
    font-size: calc(40px * 0.7);
}.course_overviewwJm .learn_careerSxe p {
    margin-bottom: 2rem;
    font-size: calc(13px * 0.9);
}.course_overviewwJm .learn_careerSxe .request_gridKdA {
    width: 100%;
    text-align: center;
    padding: 1rem;
}.course_overviewwJm .learn_careerSxe::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}.welcome_boardURW {
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(242,221,216) 0%, rgba(245, 248, 250, 0.9) 100%);
    position: relative;
}.welcome_boardURW::before {
    content: "";
    z-index: 1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(94, 170, 168, 0.03),
        rgba(94, 170, 168, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
}.welcome_boardURW::after {
    right: -25%;
    transform: rotate(35deg);
    position: absolute;
    z-index: 0;
    top: -50%;
    height: 200%;
    width: 80%;
    background: radial-gradient(ellipse at center, rgba(94, 170, 168, 0.1) 0%, transparent 70%);
    content: "";
}.welcome_boardURW .learn_expertsbvf {
    display: flex;
    max-width: 1400px;
    height: 100%;
    position: relative;
    padding: 2rem;
    margin: 0 auto;
    flex-direction: column-reverse;
    min-height: 100vh;
    z-index: 2;
}.welcome_boardURW .text_podPGO {
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
    display: flex;
    flex: 1;
    padding: 2rem 0;
}.welcome_boardURW h1 {
    position: relative;
    font-size: clamp(2rem, 5vw, 33px);
    font-weight: 700;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    opacity: 0;
    transform: translateX(-20px);
    color: #000000;
    margin-bottom: 2rem;
}.welcome_boardURW h1::after {
    animation: growLine 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    width: 0;
    left: 0;
    background: rgb(215,173,163);
    bottom: -12px;
    height: 3px;
    content: "";
    position: absolute;
}.welcome_boardURW .start_basecah {
    align-items: flex-start;
    opacity: 0;
    flex-direction: column;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    gap: 1.5rem;
    display: flex;
    transform: translateY(20px);
    margin-bottom: 2rem;
}.welcome_boardURW .start_basecah p {
    color: #000000;
    font-size: 12px;
    max-width: 90%;
    padding-left: 1rem;
    position: relative;
    line-height: 1.6;
}.welcome_boardURW .start_basecah p::before {
    position: absolute;
    height: calc(100% - 1rem);
    transform-origin: top;
    transform: scaleY(0);
    top: 0.5rem;
    content: "";
    width: 3px;
    background: rgb(215,173,163);
    left: 0;
    animation: scaleVertical 0.6s 0.8s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
}.welcome_boardURW svg {
    filter: drop-shadow(0 3px 5px rgba(94, 170, 168, 0.2));
    transform: translateY(0);
    height: 80px;
    transition: transform 0.3s ease-in-out;
    animation: float 4s ease-in-out infinite;
    width: 80px;
}.welcome_boardURW svg:hover {
    transform: translateY(-5px) rotate(3deg);
}.welcome_boardURW svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}.welcome_boardURW svg text {
    transition: fill 0.3s ease;
    font-weight: 700;
}.welcome_boardURW svg:hover path {
    fill: rgba(74, 150, 148, 1);
}.welcome_boardURW svg:hover text {
    fill: rgba(74, 150, 148, 1);
}.welcome_boardURW ul {
    list-style: none;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    padding: 0;
    opacity: 0;
    margin: 0;
}.welcome_boardURW ul li {
    display: inline-block;
}.welcome_boardURW .request_gridKdA {
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.21, 1.04);
    overflow: hidden;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    transform: translateZ(0);
    font-size: 18px;
    box-shadow: 0 8px 20px -10px rgba(94, 170, 168, 0.5);
    text-decoration: none;
    position: relative;
    padding: 0.8rem 2rem;
    background: rgb(215,173,163);
}.welcome_boardURW .request_gridKdA::before {
    transform: translateX(-100%);
    left: 0;
    height: 100%;
    top: 0;
    transition: transform 0.6s;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
}.welcome_boardURW .request_gridKdA:hover {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 10px 25px -8px rgba(94, 170, 168, 0.6);
    background: rgba(84, 160, 158, 1);
}.welcome_boardURW .request_gridKdA:hover::before {
    transform: translateX(100%);
}.welcome_boardURW .request_gridKdA:active {
    box-shadow: 0 5px 15px -8px rgba(94, 170, 168, 0.4);
    transform: translateY(1px) translateZ(0);
}.welcome_boardURW .pic_boxhtY {
    border-radius: 2px;
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.2);
    animation: fadeIn 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.21, 1.04);
    transform: perspective(1200px) rotateY(-5deg);
    min-height: 50vh;
    flex: 1;
}.welcome_boardURW .pic_boxhtY::before {
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
}.welcome_boardURW .pic_boxhtY::after {
    top: 0;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 30%);
    content: "";
    animation: borderScan 4s linear infinite;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    border: 2px solid rgba(94, 170, 168, 0.3);
    left: 0;
}

@keyframes borderScan {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 10%, 0 10%);
    }
    25% {
        clip-path: polygon(90% 0, 100% 0, 100% 100%, 90% 100%);
    }
    50% {
        clip-path: polygon(0 90%, 100% 90%, 100% 100%, 0 100%);
    }
    75% {
        clip-path: polygon(0 0, 10% 0, 10% 100%, 0 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 10%, 0 10%);
    }
}

@keyframes growLine {
    to {
        width: 100px;
    }
}

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

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

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes scaleVertical {
    to {
        transform: scaleY(1);
    }
}

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

@media (min-width: 768px) {.welcome_boardURW .learn_expertsbvf {
    gap: 4rem;
    align-items: center;
    padding: 3rem;
    flex-direction: row;
}.welcome_boardURW .text_podPGO {
    flex: 1;
    padding: 2rem 0;
}.welcome_boardURW .pic_boxhtY {
    min-height: 65vh;
    flex: 1.2;
    transform: perspective(1200px) rotateY(-8deg) translateZ(30px);
}.welcome_boardURW .pic_boxhtY:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(10px);
}.welcome_boardURW svg {
    height: 100px;
    width: 100px;
}.welcome_boardURW h1 {
    font-size: 33px;
}
}

@media (min-width: 992px) {.welcome_boardURW .learn_expertsbvf {
    gap: 5rem;
}.welcome_boardURW h1::after {
    height: 4px;
}.welcome_boardURW svg {
    width: 120px;
    height: 120px;
}.welcome_boardURW .pic_boxhtY {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    min-height: 70vh;
}
}

@media (min-width: 1200px) {.welcome_boardURW .learn_expertsbvf {
    gap: 6rem;
}.welcome_boardURW .pic_boxhtY {
    transform: perspective(1500px) rotateY(-12deg) translateZ(40px);
}.welcome_boardURW .pic_boxhtY:hover {
    transform: perspective(1500px) rotateY(-5deg) translateZ(20px);
}.welcome_boardURW h1 {
    margin-bottom: 2.5rem;
}.welcome_boardURW .start_basecah p {
    max-width: 80%;
}.welcome_boardURW h1::after {
    animation: growLine 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.04);
}@keyframes growLine {
        to {
            width: 150px;
        }
    }
}.experience_trialbOk {
    background: linear-gradient(135deg, rgb(188,132,120,0.5), rgb(215,173,163,0.5) 60%, rgba(0, 0, 0, 0.5) 100%);
    margin: 5rem 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 4rem 0;
}.experience_trialbOk::before {
    top: 0;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 2px,
        transparent 2px,
        transparent 8px
    );
    right: 0;
}.experience_trialbOk::after {
    filter: blur(50px);
    opacity: 0.4;
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
    width: 50%;
    height: 100%;
    right: -10%;
    transform: translateY(-10%) scale(1.5);
    background: radial-gradient(
        circle at center,
        rgb(215,173,163,0.5) 0%,
        transparent 70%
    );
}.experience_trialbOk .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}.experience_trialbOk h2 {
    line-height: 1.4;
    margin-left: auto;
    font-weight: 700;
    padding: 0.5rem 0;
    transform: perspective(1000px) rotateX(2deg);
    font-size: 36px;
    position: relative;
    max-width: 85%;
    color: #000000;
    margin-right: auto;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2.5rem;
}.experience_trialbOk h2::after {
    width: 80px;
    background: rgb(215,173,163);
    height: 3px;
    transform-origin: center;
    left: 50%;
    animation: underlineExpand 1.2s ease-out forwards 0.3s;
    content: "";
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    bottom: -0.75rem;
}.experience_trialbOk .learn_expertsbvf {
    margin: 0 auto;
    backdrop-filter: blur(10px);
    align-items: center;
    max-width: 80%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 3px 10px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    gap: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    display: flex;
    justify-content: center;
    transform: translateY(0) scale(1);
}.experience_trialbOk .learn_expertsbvf:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.08),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px) scale(1.02);
}.experience_trialbOk svg {
    height: 56px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(-5deg);
    flex-shrink: 0;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    width: 56px;
}.experience_trialbOk .learn_expertsbvf:hover svg {
    transform: rotate(5deg) scale(1.1);
}.experience_trialbOk svg path {
    transition: fill 0.3s ease;
    fill: rgb(215,173,163);
}.experience_trialbOk .learn_expertsbvf:hover svg path {
    fill: rgb(188,132,120);
}.experience_trialbOk .request_gridKdA {
    background: linear-gradient(135deg, rgb(215,173,163), rgb(188,132,120));
    font-size: 17px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    display: inline-block;
    transform: translateZ(0);
    text-align: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    min-width: 200px;
    color: #ffffff;
    position: relative;
    padding: 1rem 2.5rem;
}.experience_trialbOk .request_gridKdA::before {
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
}.experience_trialbOk .request_gridKdA:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) translateZ(0);
}.experience_trialbOk .request_gridKdA:hover::before {
    transform: translateX(100%);
}.experience_trialbOk .request_gridKdA:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px) translateZ(0);
}

@keyframes underlineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 992px) {.experience_trialbOk {
    padding: 3.5rem 0;
}.experience_trialbOk h2 {
    font-size: calc(36px * 0.9);
    max-width: 95%;
}.experience_trialbOk .learn_expertsbvf {
    padding: 1.25rem;
    max-width: 90%;
}
}

@media (max-width: 768px) {.experience_trialbOk {
    padding: 3rem 0;
}.experience_trialbOk h2 {
    font-size: calc(36px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
}.experience_trialbOk .learn_expertsbvf {
    gap: 1.5rem;
    max-width: 100%;
    flex-direction: column;
}.experience_trialbOk svg {
    height: 48px;
    width: 48px;
}.experience_trialbOk .request_gridKdA {
    padding: 0.9rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.experience_trialbOk {
    margin: 3rem 0;
    padding: 2.5rem 0;
}.experience_trialbOk h2 {
    margin-bottom: 2rem;
    transform: none;
    font-size: calc(36px * 0.7);
}.experience_trialbOk .learn_expertsbvf {
    padding: 1rem;
}.experience_trialbOk svg {
    width: 40px;
    height: 40px;
}.experience_trialbOk .request_gridKdA {
    padding: 0.8rem 1.5rem;
    font-size: calc(17px * 0.9);
    min-width: auto;
}
}

@media (max-width: 480px) {.experience_trialbOk h2 {
    font-size: calc(36px * 0.6);
}
}

@media (hover: none) {.experience_trialbOk .learn_expertsbvf {
    transform: none !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                    0 3px 10px rgba(0, 0, 0, 0.05);
}.experience_trialbOk svg {
    transform: none !important;
}.experience_trialbOk .request_gridKdA:hover {
    transform: none;
}
}

@container (max-width: 500px) {.experience_trialbOk .container {
    padding: 0 1rem;
}}.user_testimonialsXwm {
    background: linear-gradient(135deg, #ffffff 0%, rgb(242,221,216) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.user_testimonialsXwm::before {
    position: absolute;
    height: 70%;
    width: 35%;
    background: linear-gradient(225deg, rgb(188,132,120,0.5) 0%, transparent 80%);
    pointer-events: none;
    transform: rotate(-15deg) skew(10deg);
    top: -10%;
    z-index: 1;
    content: "";
    left: -5%;
}.user_testimonialsXwm::after {
    content: "";
    z-index: 1;
    bottom: -15%;
    width: 50%;
    background: linear-gradient(135deg, transparent 30%, rgb(215,173,163,0.5) 100%);
    transform: rotate(15deg) skew(-5deg);
    height: 70%;
    pointer-events: none;
    right: -10%;
    position: absolute;
}.user_testimonialsXwm h2 {
    letter-spacing: 0.5px;
    transform: perspective(1000px) rotateX(5deg);
    font-size: 30px;
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #000000;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
    margin-bottom: 3rem;
}.user_testimonialsXwm h2::after {
    bottom: -15px;
    height: 3px;
    left: 25%;
    background: linear-gradient(90deg, transparent, rgb(215,173,163), transparent);
    content: "";
    right: 25%;
    position: absolute;
}.user_testimonialsXwm .container.learn_expertsbvf {
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.user_testimonialsXwm .rating_spotWYr {
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.user_testimonialsXwm .feedback_sliderEhv {
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    animation-delay: calc(var(--i, 0) * 0.1s);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    opacity: 0;
    height: 100%;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    animation: revealCard 0.7s forwards;
    transform: translateY(20px);
    padding: 2rem;
}.user_testimonialsXwm .feedback_sliderEhv:nth-child(odd) {
    transform: translateY(20px) rotate(1deg);
}.user_testimonialsXwm .feedback_sliderEhv:nth-child(even) {
    transform: translateY(20px) rotate(-1deg);
}.user_testimonialsXwm .feedback_sliderEhv:hover {
    transform: translateY(-5px) scale(1.02);
    z-index: 5;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.user_testimonialsXwm .feedback_sliderEhv::before {
    z-index: 1;
    left: 10px;
    top: -20px;
    color: rgb(188,132,120,0.5);
    font-size: 150px;
    opacity: 0.1;
    content: "";
    font-family: serif;
    line-height: 1;
    position: absolute;
}.user_testimonialsXwm .feedback_sliderEhv h3 {
    z-index: 2;
    padding-bottom: 10px;
    color: rgb(215,173,163);
    font-size: calc(22px + 2px);
    position: relative;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin-bottom: 0.75rem;
    border-bottom: 2px solid rgb(188,132,120,0.5);
}.user_testimonialsXwm .feedback_sliderEhv p.description {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 1.5rem;
    z-index: 2;
    position: relative;
    font-weight: 400;
}.user_testimonialsXwm .feedback_sliderEhv div {
    height: 60px;
    border: 3px solid #ffffff;
    overflow: hidden;
    margin-top: auto;
    transition: transform 0.5s ease;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 60px;
    z-index: 2;
}.user_testimonialsXwm .feedback_sliderEhv:hover div {
    transform: scale(1.1) rotate(5deg);
}.user_testimonialsXwm .feedback_sliderEhv div img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
}.user_testimonialsXwm .feedback_sliderEhv:hover div img {
    transform: scale(1.1);
}

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

@media screen and (max-width: 1200px) {.user_testimonialsXwm {
    padding: 4rem 0;
}.user_testimonialsXwm .rating_spotWYr {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media screen and (max-width: 992px) {.user_testimonialsXwm h2 {
    font-size: calc(30px - 2px);
}.user_testimonialsXwm .feedback_sliderEhv {
    padding: 1.75rem;
}
}

@media screen and (max-width: 768px) {.user_testimonialsXwm {
    padding: 3rem 0;
}.user_testimonialsXwm h2 {
    margin-bottom: 2rem;
}.user_testimonialsXwm .rating_spotWYr {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user_testimonialsXwm .feedback_sliderEhv::before {
    font-size: 120px;
    top: -15px;
}
}

@media screen and (max-width: 576px) {.user_testimonialsXwm {
    padding: 2.5rem 0;
}.user_testimonialsXwm .rating_spotWYr {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user_testimonialsXwm h2 {
    transform: none;
    font-size: calc(30px - 4px);
}.user_testimonialsXwm .feedback_sliderEhv {
    padding: 1.5rem;
}.user_testimonialsXwm .feedback_sliderEhv h3 {
    font-size: 22px;
}
}

@media (prefers-reduced-motion: reduce) {.user_testimonialsXwm .feedback_sliderEhv {
    transform: none !important;
    animation: none;
    opacity: 1;
}.user_testimonialsXwm .feedback_sliderEhv:hover {
    transform: none !important;
}}footer {
    z-index: 1;
    width: 100%;
    position: relative;
}.gift_cardIoq {
    background: linear-gradient(135deg, #000000, rgb(188,132,120));
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}.gift_cardIoq::before {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    background: radial-gradient(circle at 10% 20%, rgb(188,132,120,0.5) 0%, transparent 50%);
}.gift_cardIoq::after {
    background: linear-gradient(45deg, transparent 40%, rgb(215,173,163,0.5) 70%, transparent 100%);
    top: 0;
    left: 0;
    position: absolute;
    animation: shiftGradient 15s infinite linear;
    pointer-events: none;
    bottom: 0;
    content: "";
    right: 0;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.gift_cardIoq .container {
    z-index: 2;
    position: relative;
}footer .a11y_toolsZVw {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .request_supportuRz {
    border-radius: 11px;
    gap: 20px;
    padding: 25px;
    flex-wrap: wrap;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
}footer .request_supportuRz:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    flex: 1 1 220px;
    align-items: center;
    display: flex;
}footer .info_item svg {
    fill: rgb(215,173,163);
    transition: transform 0.3s ease;
    width: 20px;
    margin-right: 12px;
    height: 20px;
    filter: drop-shadow(0 0 3px rgb(215,173,163,0.5));
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    font-weight: 400;
    align-items: center;
    transition: color 0.3s ease;
    text-decoration: none;
    display: flex;
    font-size: 17px;
    color: #ffffff;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(215,173,163,0.5);
    color: rgb(215,173,163);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 20px;
}footer .main_startkvR {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}footer .main_startkvR svg {
    height: 50px;
    width: auto;
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(215,173,163,0.5));
}footer .main_startkvR:hover svg {
    filter: drop-shadow(0 0 8px rgb(215,173,163));
}footer .copy_noticeOiL {
    line-height: 1.5;
    color: #ffffff;
    opacity: 0.8;
    font-size: 12px;
    max-width: 300px;
}footer .header_projlM {
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.03);
    transition: box-shadow 0.3s ease;
    position: relative;
    padding: 25px;
}footer .header_projlM:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .header_projlM::before {
    opacity: 0;
    left: -2px;
    z-index: -1;
    border-radius: calc(11px + 2px);
    transition: opacity 0.5s ease;
    content: "";
    top: -2px;
    right: -2px;
    background: linear-gradient(45deg, rgb(215,173,163), transparent, rgb(188,132,120), transparent);
    position: absolute;
    bottom: -2px;
}footer .header_projlM:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .header_projlM h5 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}footer .header_projlM h5::after {
    bottom: -1px;
    transition: width 0.3s ease;
    width: 50px;
    position: absolute;
    content: "";
    background: rgb(215,173,163);
    height: 2px;
    left: 0;
}footer .header_projlM:hover h5::after {
    width: 100px;
}footer .header_wraprEY {
    display: flex;
    margin-bottom: 25px;
    gap: 10px;
    flex-direction: column;
}footer .header_wraprEY a {
    text-decoration: none;
    position: relative;
    color: #ffffff;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: calc(17px - 1px);
    padding-left: 15px;
    font-weight: 400;
}footer .header_wraprEY a::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0.8);
    height: 6px;
    position: absolute;
    width: 6px;
    content: "";
    opacity: 0.7;
    background-color: rgb(215,173,163);
    border-radius: 50%;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}footer .header_wraprEY a:hover {
    padding-left: 20px;
    color: rgb(215,173,163);
}footer .header_wraprEY a:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    box-shadow: 0 0 5px rgb(215,173,163), 0 0 10px rgb(215,173,163,0.5);
    background-color: rgb(215,173,163);
}footer .subscribe_holder {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 11px;
    position: relative;
    background: linear-gradient(135deg, rgb(188,132,120,0.5), #000000);
    padding: 30px;
}footer .subscribe_holder::before {
    content: "";
    animation: pulseBackground 10s infinite ease-in-out;
    width: 200%;
    left: -50%;
    height: 200%;
    position: absolute;
    top: -50%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    z-index: -1;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}footer .subscribe_holder h5::after {
    height: 2px;
    background: linear-gradient(90deg, rgb(215,173,163), transparent);
    width: 100%;
    left: 0;
    bottom: -5px;
    content: "";
    position: absolute;
}footer .subscribe_holder p {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 17px;
    opacity: 0.9;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 17px;
    color: #ffffff;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(215,173,163);
    box-shadow: 0 0 10px rgb(215,173,163,0.5);
    background: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .begin_learningaXg {
    background: rgb(215,173,163);
    font-weight: 600;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
    padding: 14px 24px;
    display: inline-block;
}footer .begin_learningaXg::before {
    position: absolute;
    height: 100%;
    transition: left 0.7s ease;
    width: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
}footer .begin_learningaXg:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgb(188,132,120);
}footer .begin_learningaXg:hover::before {
    left: 100%;
}footer .reg_remindhQX {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}footer .partner_logoOiG {
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    letter-spacing: 0.5px;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .begin_learningaXg {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .a11y_toolsZVw {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .request_supportuRz {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .gift_cardIoq {
    padding: 60px 0 30px;
}footer .request_supportuRz {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .header_projlM, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .header_projlM h5 {
    font-size: calc(24px - 2px);
}footer .subscribe_holder p, footer .header_wraprEY a {
    font-size: calc(17px - 2px);
}footer .reg_remindhQX {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .gift_cardIoq {
    padding: 40px 0 20px;
}footer .request_supportuRz, footer .header_projlM, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .begin_learningaXg {
    padding: 12px;
}footer .main_startkvR svg {
    height: 40px;
}footer .copy_noticeOiL {
    font-size: calc(12px - 1px);
}}header {
    margin-top: 0;
    background: linear-gradient(135deg, rgb(215,173,163,0.5) 0%, rgb(242,221,216) 100%);
    padding: 0;
    z-index: 100;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: visible;
}header::before {
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    left: 0;
    z-index: 0;
    content: '';
    top: 0;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    position: absolute;
}header::after {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(215,173,163,0.5), 
        transparent
    );
    height: 10px;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    opacity: 0.6;
}header .nav_expertEeq {
    align-items: center;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 1.3rem 3rem;
}header .main_startkvR {
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
    padding: 1rem;
    margin-right: 2rem;
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    transition: all 0.6s ease;
    flex: 0 0 auto;
}header .main_startkvR:hover {
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
}header .top_headerrZf {
    transition: all 0.4s ease;
    display: block;
    position: relative;
}header .top_headerrZf img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}header .header_projlM {
    display: flex;
    padding: 0;
    list-style: none;
    z-index: 2;
    margin: 0;
    position: relative;
}header .header_projlM::before {
    width: 110%;
    opacity: 0.1;
    top: -5%;
    content: '';
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    transition: all 0.6s ease;
    height: 110%;
    left: -5%;
    background: linear-gradient(135deg, rgb(215,173,163,0.5) 0%, transparent 100%);
    z-index: -1;
    position: absolute;
}header .header_projlM:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .head_wrapiuP {
    margin: 0 0.5rem;
    position: relative;
}header .head_wrapiuP a {
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    font-size: 17px;
    z-index: 1;
    display: flex;
    color: #000000;
    text-decoration: none;
    padding: 0.8rem 1.3rem;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
}header .head_wrapiuP a::before {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    transform: scale(1.1);
    left: 0;
    background: linear-gradient(135deg, rgb(215,173,163,0.5) 0%, rgb(188,132,120,0.5) 100%);
    transition: opacity 0.4s ease;
    border-radius: inherit;
    opacity: 0;
    height: 100%;
    content: '';
}header .head_wrapiuP a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    color: #ffffff;
}header .head_wrapiuP a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .head_wrapiuP::after {
    opacity: 0.7;
    content: '';
    width: 6px;
    transform: translateX(-50%) scale(0);
    bottom: -8px;
    transition: transform 0.4s ease;
    position: absolute;
    left: 50%;
    height: 6px;
    background: rgb(215,173,163);
    border-radius: 50%;
}header .head_wrapiuP:hover::after {
    transform: translateX(-50%) scale(1);
}header .nav_expertEeq::before {
    content: '';
    height: 200px;
    border-radius: 50%;
    width: 200px;
    right: -100px;
    opacity: 0.1;
    top: -100px;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(215,173,163,0.5) 0%, transparent 70%);
    position: absolute;
}header .nav_expertEeq::after {
    left: -75px;
    bottom: -75px;
    position: absolute;
    content: '';
    background: radial-gradient(circle, rgb(188,132,120,0.5) 0%, transparent 70%);
    opacity: 0.1;
    height: 150px;
    filter: blur(30px);
    border-radius: 50%;
    width: 150px;
}.page_headvUQ {
    position: relative;
    background: rgb(242,221,216);
    padding-top: 2rem;
    z-index: 1;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .nav_expertEeq {
    max-width: 1320px;
    margin: 0 auto;
}header .head_wrapiuP {
    margin: 0 0.7rem;
}header .head_wrapiuP a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .nav_expertEeq {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .main_startkvR {
    margin-bottom: 0;
    padding: 0.7rem;
    margin-right: 0;
}header .header_projlM {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .head_wrapiuP a {
    padding: 0.6rem 1rem;
    font-size: calc(17px - 1px);
}header .header_projlM::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav_expertEeq {
    padding: 0.8rem 1.5rem;
}header .main_startkvR {
    max-width: 140px;
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .top_headerrZf img {
    max-height: 35px;
}header .header_projlM {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
}header .header_projlM::-webkit-scrollbar {
    height: 3px;
}header .header_projlM::-webkit-scrollbar-thumb {
    background: rgb(215,173,163,0.5);
    border-radius: 10px;
}header .head_wrapiuP {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .head_wrapiuP a {
    font-size: calc(17px - 2px);
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}header .head_wrapiuP::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .nav_expertEeq {
    padding: 0.7rem 1.2rem;
}header .main_startkvR {
    padding: 0.5rem;
    max-width: 120px;
}header .head_wrapiuP a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}}.gratHublMC {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(188,132,120,0.5), rgb(215,173,163,0.5));
}.gratHublMC::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    content: "";
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}.gratHublMC::after {
    height: 10px;
    left: 0;
    content: "";
    animation: shimmer 4s infinite ease-in-out;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(188,132,120) 25%, 
        rgb(215,173,163) 75%, 
        transparent 100%);
    opacity: 0.7;
    z-index: 2;
    bottom: -5px;
    position: absolute;
}.gratHublMC .container {
    width: 90%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}.gratHublMC .learn_expertsbvf {
    border-radius: 10px;
    transform-style: preserve-3d;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem 3rem;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    overflow: hidden;
    transition: transform 0.5s ease-out;
}.gratHublMC .learn_expertsbvf::before {
    border-radius: 50%;
    z-index: -1;
    filter: blur(20px);
    top: -10%;
    width: 200px;
    opacity: 0.7;
    right: -10%;
    animation: float 8s infinite ease-in-out;
    background: linear-gradient(135deg, 
        rgb(215,173,163,0.5) 0%, 
        transparent 70%);
    position: absolute;
    height: 200px;
    content: "";
}.gratHublMC .learn_expertsbvf:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
    transform: perspective(1000px) rotateX(0deg);
}.gratHublMC .learn_expertsbvf > div:first-child {
    margin-bottom: 2rem;
    transform: translateY(0);
    position: relative;
    animation: fadeSlideUp 0.8s ease-out;
    opacity: 1;
}.gratHublMC .learn_expertsbvf > div:last-child {
    opacity: 1;
    position: relative;
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
    transform: translateY(0);
}.gratHublMC h5 {
    color: rgb(215,173,163);
    font-size: 19px;
    display: inline-block;
    position: relative;
    margin: 0 0 1rem;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.gratHublMC h5::after {
    transform-origin: left;
    transform: scaleX(0);
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(188,132,120), transparent);
    border-radius: 2px;
    width: 60%;
    bottom: -10px;
    position: absolute;
}.gratHublMC a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}.gratHublMC a:hover p {
    color: rgb(215,173,163);
    transform: translateY(-3px);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}.gratHublMC p {
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    position: relative;
    color: #000000;
    font-size: 12px;
}

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

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}

@media (max-width: 991px) {.gratHublMC {
    padding: 5rem 0;
}.gratHublMC .learn_expertsbvf {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.gratHublMC h5 {
    font-size: calc(19px * 0.95);
}.gratHublMC p {
    line-height: 1.7;
    font-size: calc(12px * 0.98);
}
}

@media (max-width: 767px) {.gratHublMC {
    padding: 4rem 0;
}.gratHublMC .learn_expertsbvf {
    transform: none;
    padding: 2.5rem 2rem;
}.gratHublMC .learn_expertsbvf::before {
    width: 150px;
    height: 150px;
}.gratHublMC h5 {
    font-size: calc(19px * 0.9);
}.gratHublMC h5::after {
    width: 50%;
}.gratHublMC p {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.gratHublMC {
    padding: 3rem 0;
}.gratHublMC .container {
    width: 92%;
}.gratHublMC .learn_expertsbvf {
    padding: 2rem 1.5rem;
}.gratHublMC .learn_expertsbvf > div:first-child {
    margin-bottom: 1.5rem;
}.gratHublMC h5 {
    font-size: calc(19px * 0.85);
}.gratHublMC p {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}.offer_deckGpF {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-color: rgb(242,221,216);
}.offer_deckGpF::before {
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    left: -5%;
    width: 110%;
    position: absolute;
    height: 120%;
    z-index: 0;
    content: "";
    top: -10%;
    transform: rotate(-3deg);
}.offer_deckGpF .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}.offer_deckGpF .learning_priceRLo {
    flex-direction: column;
    display: flex;
}.offer_deckGpF .price_choicesyYa {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    order: 1;
}.offer_deckGpF .price_choicesyYa h2 {
    font-size: 33px;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(120deg, rgb(188,132,120), rgb(215,173,163));
    color: #000000;
    transform: translateY(0);
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
}.offer_deckGpF .price_choicesyYa:hover h2 {
    transform: translateY(-5px);
}.offer_deckGpF .edu_rateslhK {
    position: relative;
    color: #000000;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 13px;
    max-width: 700px;
}.offer_deckGpF .edu_rateslhK::after {
    left: 50%;
    position: absolute;
    transition: transform 0.5s ease;
    transform: translateX(-50%) scaleX(0.7);
    content: "";
    bottom: -15px;
    width: 100px;
    background: linear-gradient(90deg, rgb(188,132,120), rgb(215,173,163));
    height: 3px;
}.offer_deckGpF .price_choicesyYa:hover .edu_rateslhK::after {
    transform: translateX(-50%) scaleX(1);
}.offer_deckGpF .fee_planjxp {
    display: grid;
    gap: 30px;
    width: 100%;
    order: 2;
    grid-template-columns: repeat(1, 1fr);
}.offer_deckGpF .learning_packageZuw {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
    position: relative;
    border-radius: 23px;
    background-color: #ffffff;
    transform-style: preserve-3d;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    perspective: 1000px;
    z-index: 1;
    overflow: hidden;
    display: block;
}.offer_deckGpF .learning_packageZuw::before {
    height: 5px;
    width: 100%;
    content: "";
    transform-origin: left;
    z-index: 2;
    background: linear-gradient(90deg, rgb(188,132,120), rgb(215,173,163));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleX(0.85);
    position: absolute;
    top: 0;
}.offer_deckGpF .learning_packageZuw:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.offer_deckGpF .learning_packageZuw:hover::before {
    transform: scaleX(1);
}.offer_deckGpF .promo_rateseSc {
    height: 100%;
    display: flex;
    flex-direction: column;
}.offer_deckGpF .learning_costljd {
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 30px;
    z-index: 1;
}.offer_deckGpF .learning_costljd::before {
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    z-index: -1;
}.offer_deckGpF .learning_costljd h3 {
    font-weight: 700;
    position: relative;
    font-size: calc(18px + 2px);
    transition: transform 0.4s ease;
    color: #000000;
    margin-bottom: 15px;
}.offer_deckGpF .learning_packageZuw:hover .learning_costljd h3 {
    transform: translateX(5px);
}.offer_deckGpF .deal_boardCsK {
    font-weight: 700;
    transition: transform 0.4s ease, color 0.4s ease;
    position: relative;
    padding: 5px 10px;
    color: rgb(215,173,163);
    margin-bottom: 20px;
    font-size: calc(18px + 8px);
    display: inline-block;
}.offer_deckGpF .deal_boardCsK::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 2px;
    left: 0;
    transform-origin: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: scaleX(0.3);
    background: linear-gradient(90deg, rgb(188,132,120), rgb(215,173,163));
}.offer_deckGpF .learning_packageZuw:hover .deal_boardCsK {
    transform: translateY(-5px);
    color: rgb(188,132,120);
}.offer_deckGpF .learning_packageZuw:hover .deal_boardCsK::before {
    transform: scaleX(1);
}.offer_deckGpF .learning_costljd p {
    margin-bottom: 0;
    line-height: 1.6;
    color: #000000;
    flex-grow: 1;
    font-size: 13px;
    word-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
    overflow-wrap: break-word;
}.offer_deckGpF .pic_boxhtY {
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
}.offer_deckGpF .pic_boxhtY::after {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    height: 100%;
    z-index: 1;
}.offer_deckGpF .learning_packageZuw:hover .pic_boxhtY {
    transform: scale(1.05);
}

@media (min-width: 768px) {.offer_deckGpF .fee_planjxp {
    grid-template-columns: repeat(2, 1fr);
}.offer_deckGpF .learning_costljd {
    padding: 35px;
}.offer_deckGpF .pic_boxhtY {
    height: 220px;
}
}

@media (min-width: 992px) {.offer_deckGpF .learning_priceRLo {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.offer_deckGpF .price_choicesyYa {
    margin-bottom: 0;
    order: 2;
    flex: 0 0 30%;
    text-align: left;
}.offer_deckGpF .fee_planjxp {
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}.offer_deckGpF .edu_rateslhK::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.offer_deckGpF .price_choicesyYa:hover .edu_rateslhK::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.offer_deckGpF {
    padding: 150px 0;
}.offer_deckGpF .fee_planjxp {
    gap: 40px;
}.offer_deckGpF .learning_packageZuw {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.offer_deckGpF .learning_packageZuw:hover {
    transform: translateY(-15px) scale(1.02);
}.offer_deckGpF .learning_packageZuw:nth-child(even) {
    transform: translateY(15px);
}.offer_deckGpF .learning_packageZuw:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.offer_deckGpF .pic_boxhtY {
    height: 250px;
}}.our_missionsZQ {
    position: relative;
    padding: 120px 0 140px;
    overflow: hidden;
    color: #ffffff;
}.our_missionsZQ::before {
    top: 0;
    background: linear-gradient(135deg, rgba(12, 19, 35, 0.92), rgba(28, 35, 61, 0.85));
    z-index: 1;
    position: absolute;
    right: 0;
    content: "";
    bottom: 0;
    left: 0;
}.our_missionsZQ::after {
    content: "";
    z-index: 0;
    top: -10%;
    animation: floatGradient 15s ease-in-out infinite alternate;
    transform: rotate(-15deg);
    height: 70%;
    width: 80%;
    background: linear-gradient(45deg, rgb(215,173,163,0.5), rgb(188,132,120,0.5));
    position: absolute;
    filter: blur(70px);
    right: -10%;
}.our_missionsZQ .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.our_missionsZQ h2 {
    transform: translateX(-10px);
    margin-bottom: 50px;
    font-size: 42px;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.our_missionsZQ h2::before {
    transform: translateY(-50%);
    top: 50%;
    left: -20px;
    content: "";
    height: 60%;
    width: 4px;
    background: rgb(188,132,120);
    position: absolute;
}.our_missionsZQ h2::after {
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(188,132,120), transparent);
    bottom: -12px;
    width: 100px;
    height: 2px;
}.our_missionsZQ .text_podPGO {
    grid-template-columns: 1fr;
    backdrop-filter: blur(5px);
    gap: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    display: grid;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.our_missionsZQ .text_podPGO:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.our_missionsZQ .text_podPGO::before {
    opacity: 0;
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    transition: opacity 0.6s ease;
    background: linear-gradient(45deg, transparent, rgb(188,132,120,0.5), transparent);
    left: -2px;
    top: -2px;
    z-index: -1;
    filter: blur(8px);
}.our_missionsZQ .text_podPGO:hover::before {
    opacity: 1;
}.our_missionsZQ .text_podPGO > div {
    position: relative;
}.our_missionsZQ .text_podPGO p {
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: rgb(188,132,120);
    font-weight: 600;
    font-size: calc(19px * 1.2);
    display: inline-block;
    position: relative;
}.our_missionsZQ .text_podPGO p::after {
    width: 40px;
    bottom: -6px;
    height: 2px;
    content: "";
    position: absolute;
    background: rgb(188,132,120);
    left: 0;
    transition: width 0.3s ease;
}.our_missionsZQ .text_podPGO:hover p::after {
    width: 100%;
}.our_missionsZQ .text_podPGO div > div {
    column-count: 1;
    opacity: 0.9;
    line-height: 1.8;
    text-align: justify;
    hyphens: auto;
    column-gap: 40px;
    position: relative;
    font-size: 15px;
}.our_missionsZQ .text_podPGO div > div::first-letter {
    font-size: 3.5em;
    margin-right: 8px;
    line-height: 0.8;
    float: left;
    color: rgb(188,132,120);
    font-weight: 700;
}

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(-18deg) translate(20px, -10px);
    }
}

@media (min-width: 768px) {.our_missionsZQ {
    padding: 150px 0 180px;
}.our_missionsZQ h2 {
    font-size: calc(42px * 1.2);
    margin-bottom: 70px;
}.our_missionsZQ .text_podPGO {
    grid-template-columns: 1fr;
    padding: 60px;
}.our_missionsZQ .text_podPGO div > div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_missionsZQ {
    padding: 180px 0 200px;
}.our_missionsZQ h2 {
    transform: translateX(-20px);
}.our_missionsZQ .text_podPGO {
    padding: 70px;
}.our_missionsZQ .text_podPGO div > div {
    column-count: 2;
}
}

@media (max-width: 767px) {.our_missionsZQ {
    padding: 80px 0 100px;
}.our_missionsZQ h2 {
    font-size: calc(31px * 1.1);
    margin-bottom: 40px;
}.our_missionsZQ .text_podPGO {
    padding: 30px;
}.our_missionsZQ .text_podPGO p {
    font-size: 19px;
}.our_missionsZQ .text_podPGO div > div::first-letter {
    font-size: 2.5em;
}
}

@media (max-width: 480px) {.our_missionsZQ {
    padding: 60px 0 80px;
}.our_missionsZQ .text_podPGO {
    padding: 25px 20px;
}.our_missionsZQ h2 {
    font-size: 31px;
    margin-bottom: 30px;
}.our_missionsZQ .text_podPGO div > div {
    font-size: calc(15px - 1px);
    line-height: 1.6;
}
}