* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

* {
    scrollbar-color: rgb(95,104,96,0.5) rgb(180,188,169);
    scrollbar-width: auto;
}

.lfgnmentorship_profile::before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(120deg, rgb(135,148,138,0.5) 0%, transparent 70%);
    z-index: 0;
}

.lfgnmentorship_profile .uRdyphoto_thumbnail {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 400px;
    transform: translateY(0);
    width: 80%;
    border-radius: 19px;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
}

.lfgnmentorship_profile .name {
    font-size: 28px;
    color: rgb(135,148,138);
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.lfgnmentorship_profile .QYpIwork_milestones {
    padding: 0 1rem;
    font-size: 13px;
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-style: italic;
    text-align: center;
}

.lfgnmentorship_profile .ArFjreview_space:hover .qYwGemployee_details {
    transform: translateY(20px);
}

header .tVOcnav_learning {
    position: relative;
    overflow: hidden;
}

header .tVOcnav_learning:before {
    opacity: 0.15;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(135,148,138,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(95,104,96,0.5) 0%, transparent 40%);
    position: absolute;
    pointer-events: none;
    mix-blend-mode: overlay;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
}

header .gvTjfirst_class {
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 5px 0;
    letter-spacing: 1px;
    position: relative;
}

header .gvTjfirst_class:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

header .IWNtheader_primary {
    display: flex;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    align-items: center;
    padding: 5px;
}

header .IWNtheader_primary svg {
    filter: drop-shadow(0 0 3px rgb(135,148,138,0.5));
    width: auto;
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.DrvSour_mission::before {
    top: 0;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    left: 0;
}

.DrvSour_mission .QoBZtext_holder:hover::before {
    height: 100%;
}

.DrvSour_mission h1::after {
    transform-origin: left;
    width: 80px;
    bottom: -10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    transform: scaleX(1);
    height: 3px;
    content: "";
    left: 0;
    background: rgb(95,104,96);
}

.DrvSour_mission ul li span {
    color: rgba(255, 255, 255, 0.9);
    column-gap: 40px;
    text-align: justify;
    column-count: 1;
    position: relative;
    line-height: 1.8;
    display: block;
    opacity: 0.9;
    font-size: 17px;
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
}

.goRnlearning_impact h5::after {
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
    border-radius: 2px;
    animation: scaleIn 1s ease-out forwards 0.6s;
    margin: 20px auto 0;
    transform: scaleX(0);
    width: 80px;
    display: block;
}

.goRnlearning_impact .dexmlearning_lab::before {
    height: 5px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
    left: 0;
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: 0;
    content: "";
}

.goRnlearning_impact ul {
    grid-template-columns: 1fr;
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
    gap: 16px;
}

.goRnlearning_impact li:nth-child(3) {
    --i: 3;
}

.goRnlearning_impact li:nth-child(5) {
    --i: 5;
}

.goRnlearning_impact li div {
    position: relative;
}

.goRnlearning_impact li:nth-child(odd) p {
    font-weight: 600;
}

.goRnlearning_impact li svg {
    top: 0;
    transition: transform 0.3s ease;
    width: 28px;
    left: -40px;
    position: absolute;
    transform: translateY(-2px);
    height: 28px;
}

.cLgucourse_program_info::after {
    position: absolute;
    transform: rotate(45deg);
    top: -50%;
    height: 200%;
    animation: gradientRotate 20s infinite linear;
    z-index: 0;
    content: "";
    left: -50%;
    background: linear-gradient(45deg, rgb(135,148,138,0.5) 0%, transparent 70%);
    opacity: 0.2;
    width: 200%;
}

.cLgucourse_program_info .gkzRtech_skills {
    padding: 40px 50px;
    flex: 1 1 55%;
    z-index: 2;
    position: relative;
}

.cLgucourse_program_info .dBmnmain_know:hover {
    transform: perspective(1000px) rotateY(10deg);
}

.cLgucourse_program_info .dBmnmain_know:hover svg path {
    fill: rgb(95,104,96);
}

.cLgucourse_program_info .gkzRtech_skills h3::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(135,148,138) 0%, rgb(95,104,96) 100%);
    transform: translateZ(-5px);
    content: "";
    height: 3px;
    left: 0;
    width: 80px;
    bottom: -12px;
    filter: blur(1px);
    position: absolute;
}

footer .ftOMassign_help::before {
    position: absolute;
    content: "";
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    width: 100%;
    left: 0;
    top: 0;
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    max-width: 80%;
    text-align: center;
    font-size: 12px;
}

footer .dBmnmain_know::before, footer .jkWDfirst_lesson::before, footer .subscribe_holder::before {
    border-radius: 50%;
    content: "";
    opacity: 0.1;
    height: 150px;
    position: absolute;
    width: 150px;
    z-index: -1;
}

footer .dBmnmain_know::before {
    top: -50px;
    background-color: rgb(135,148,138);
    left: -50px;
}

footer .jkWDfirst_lesson h5::after, footer .subscribe_holder h5::after {
    content: "";
    left: 50%;
    position: absolute;
    background-color: #ffffff;
    bottom: -8px;
    width: 40px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    height: 2px;
}

footer .input_holder {
    max-width: 300px;
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 15px;
}

footer .QJNYnews_block {
    font-size: 15px;
    width: 100%;
    background-color: rgb(135,148,138);
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    padding: 15px 20px;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

.lLQBtariff_option .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
}

.lLQBtariff_option .cYrfvalue_pricing h2 {
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
}

.lLQBtariff_option .NGEotrial_offers {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
    animation-delay: calc(var(--index, 0) * 0.1s);
    display: block;
    animation: fadeInUp 0.8s ease-out forwards;
    overflow: hidden;
    text-decoration: none;
}

.lLQBtariff_option .Qpzqprogram_fees h3::after {
    bottom: -8px;
    height: 2px;
    position: absolute;
    content: "";
    width: 40px;
    background-color: rgb(135,148,138);
    left: 0;
    transition: width 0.3s ease;
}

.lLQBtariff_option .NGEotrial_offers:hover .uRdyphoto_thumbnail {
    filter: brightness(1.05);
    transform: scale(1.05);
}

.MfSUsecure_fortification h2 {
    padding-bottom: 8px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 30px;
    margin-top: 25px;
    border-bottom: 1px solid #000000;
}

.MfSUsecure_fortification p, .MfSUsecure_fortification span, .MfSUsecure_fortification div {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px;
    font-size: 16px;
}

.MfSUsecure_fortification a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(135,148,138);
}

.bwXUuser_reviews h2 {
    margin-bottom: 3.5rem;
    z-index: 2;
    transform: translateX(2vw);
    font-size: calc(32px * 1.1);
    position: relative;
    text-align: left;
    font-weight: 700;
    color: #000000;
}

.bwXUuser_reviews .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}

.bwXUuser_reviews .ArFjreview_space::before {
    line-height: 1;
    top: -2rem;
    font-family: Arial, sans-serif;
    color: rgb(135,148,138);
    z-index: -1;
    opacity: 0.07;
    font-size: 8rem;
    right: 1rem;
    content: "";
    position: absolute;
}

.bwXUuser_reviews .ArFjreview_space .description {
    color: #000000;
    font-style: italic;
    margin: 0 0 1.5rem;
    line-height: 1.6;
    flex-grow: 1;
    font-size: 16px;
}

.bwXUuser_reviews .ArFjreview_space:hover img {
    transform: scale(1.1);
}

.oapythanksNexus::before {
    animation: ambientGlow 15s infinite alternate ease-in-out;
    z-index: 0;
    top: 0;
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 10% 10%, rgb(135,148,138,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(95,104,96,0.5) 0%, transparent 50%);
    opacity: 0.1;
    position: absolute;
    left: 0;
    height: 100%;
}

.oapythanksNexus .dexmlearning_lab::after {
    pointer-events: none;
    width: 40%;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    height: 100%;
    right: 0;
    z-index: 1;
    content: "";
    position: absolute;
}

.oapythanksNexus li::before {
    height: 8px;
    top: 10px;
    left: 0;
    width: 8px;
    content: "";
    border-radius: 50%;
    background: rgb(135,148,138);
    position: absolute;
    transform: scale(0);
    animation: scaleIn 0.4s 0.8s forwards ease-out;
}

.ayZSwelcome::before {
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(135,148,138,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(95,104,96,0.5) 0%, transparent 40%);
    opacity: 0.3;
    width: 100%;
    position: absolute;
}

.ayZSwelcome .MWKvacademy_track {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: fadeScale 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    overflow: hidden;
    position: relative;
}

.ayZSwelcome .title_style_header {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    line-height: 1.2;
    color: #ffffff;
    transform: translateY(30px);
    font-size: 46px;
    color: transparent;
    display: inline-block;
    background: linear-gradient(90deg, #ffffff, rgb(135,148,138));
    opacity: 0;
    margin: 0;
    position: relative;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    font-weight: 700;
    animation: fadeUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.5s;
}

.opUGcookies_overview {
    min-width: 120px;
    flex-shrink: 0;
    background: rgb(135,148,138);
    border: none;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    color: #ffffff;
}

.KBZgtraining_structure .container {
    margin: 0 auto;
    z-index: 3;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}

.KBZgtraining_structure .dexmlearning_lab > div {
    background: #ffffff;
    transform: perspective(1000px) rotateY(2deg);
    max-width: 800px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 40px 50px;
}

.KBZgtraining_structure p {
    opacity: 0.9;
    margin-bottom: 0;
    line-height: 1.7;
    color: #000000;
    font-size: 12px;
    position: relative;
    max-width: 100%;
}

.Defacontact_panel::before {
    background: linear-gradient(135deg, rgb(135,148,138,0.5) 0%, transparent 50%, rgb(95,104,96,0.5) 100%);
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}

.Defacontact_panel .uRdyphoto_thumbnail {
    filter: grayscale(40%) contrast(120%);
    left: 0;
    z-index: 0;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    top: 0;
    position: absolute;
}

.DtzTinquiry_panel .waHTreach_message {
    padding: 50px;
    flex: 0 0 60%;
    position: relative;
}

.DtzTinquiry_panel .waHTreach_message::before {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(95,104,96,0.5), transparent);
    content: "";
    right: 0;
    height: 100%;
    top: 0;
    position: absolute;
}

.DtzTinquiry_panel .waHTreach_message .EPFGfeedback_inquiry {
    margin-bottom: 30px;
    position: relative;
    align-items: flex-start;
    display: flex;
}

.DtzTinquiry_panel .waHTreach_message .EPFGfeedback_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(135,148,138);
    border-color: rgb(135,148,138);
}

.DtzTinquiry_panel .waHTreach_message .EPFGfeedback_inquiry a {
    transition: all 0.3s ease;
    color: rgb(135,148,138);
    text-decoration: none;
    font-weight: 600;
}

.DtzTinquiry_panel .waHTreach_message .gjPmconnect_map:hover::before {
    left: 0;
}

.DtzTinquiry_panel .iylaquery_reach {
    flex: 0 0 40%;
    padding: 50px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(135,148,138,0.5) 0%, rgb(180,188,169) 100%);
}

.DtzTinquiry_panel .iylaquery_reach .OJFIinquiry_section {
    margin: 0;
    padding: 0;
    list-style: none;
}

.DtzTinquiry_panel .iylaquery_reach .OJFIinquiry_section li:last-child {
    margin-bottom: 0;
}

.DtzTinquiry_panel .iylaquery_reach .OJFIinquiry_section li svg path {
    fill: rgb(135,148,138);
    transition: all 0.3s ease;
}



::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    background: rgb(95,104,96);
    box-shadow: inset 2px 1px 15px -2px rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-track:active {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    animation: slide_scrollbar 2.7s ease-in-out 3;
    transition: transform 4.9s linear;
    border-radius: 19%;
    background: #ffffff;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(180,188,169);
    box-shadow: 2px 5px 9px 4px rgba(0, 0, 0, 0.8);
    border-color: rgb(135,148,138);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px -3px 5px 2px rgba(0, 0, 0, 0.2);
    background: rgb(95,104,96);
}



@media (max-width: 767px) {.DrvSour_mission {
    padding: 80px 0;
}.DrvSour_mission .QoBZtext_holder {
    padding: 30px 25px;
}.DrvSour_mission h1 {
    font-size: calc(47px - 4px);
    margin-bottom: 30px;
}.DrvSour_mission h1::after {
    height: 2px;
    width: 60px;
}.DrvSour_mission ul li h4 {
    font-size: 20px;
    margin-bottom: 10px;
}.DrvSour_mission ul li span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}}



@media (hover: hover) {.goRnlearning_impact .dexmlearning_lab {
    transform: translateY(0);
}}



@media (hover: hover) {.cLgucourse_program_info .dexmlearning_lab:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(135,148,138);
}.cLgucourse_program_info .uRdyphoto_thumbnail:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}



@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}



@media (max-width: 767px) {footer .ftOMassign_help {
    padding: 60px 0 30px;
}footer .IaRvcontact_section {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    flex: 0 1 100px;
    height: 100px;
    padding: 15px;
}footer .dBmnmain_know, footer .jkWDfirst_lesson, footer .subscribe_holder {
    padding: 25px 20px;
}footer .xCFWscholar_cta {
    margin-top: 40px;
}
}



@media (min-width: 992px) {.lLQBtariff_option .GbCicost_deals {
    flex-direction: row;
    align-items: center;
    gap: 50px;
}.lLQBtariff_option .EZAlcost_matrix {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.lLQBtariff_option .cYrfvalue_pricing {
    text-align: left;
    width: 35%;
    margin: 0;
}.lLQBtariff_option .cYrfvalue_pricing h2::after {
    left: 0;
    transform: none;
}.lLQBtariff_option .YscDbasic_cost {
    margin: 0;
}
}



@media (min-width: 1200px) {.bwXUuser_reviews h2 {
    transform: translateX(6vw);
    margin-bottom: 5rem;
}.bwXUuser_reviews .eilOreview_slider {
    gap: 2.5rem;
}.bwXUuser_reviews .ArFjreview_space {
    height: calc(100% - 20px);
}.bwXUuser_reviews .ArFjreview_space:nth-child(1) {
    transform: translateY(0);
}.bwXUuser_reviews .ArFjreview_space:nth-child(2) {
    transform: translateY(40px);
}.bwXUuser_reviews .ArFjreview_space:nth-child(3) {
    transform: translateY(20px);
}.bwXUuser_reviews .ArFjreview_space:nth-child(4) {
    transform: translateY(60px);
}.bwXUuser_reviews .ArFjreview_space:nth-child(5) {
    transform: translateY(10px);
}.bwXUuser_reviews .ArFjreview_space:nth-child(6) {
    transform: translateY(50px);
}.bwXUuser_reviews .ArFjreview_space:nth-child(7) {
    transform: translateY(30px);
}.bwXUuser_reviews .ArFjreview_space:hover {
    transform: translateY(calc(var(--translateY) - 15px));
}
}



@media (min-width: 992px) {.ayZSwelcome .FqIOlearn_top {
    grid-template-columns: 0.35fr 0.65fr;
}.ayZSwelcome .MWKvacademy_track {
    transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}.ayZSwelcome .MWKvacademy_track:hover {
    transform: perspective(1500px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.ayZSwelcome .MWKvacademy_track > div {
    padding: 3rem;
    min-height: 550px;
}.ayZSwelcome .title_style_header {
    font-size: calc(46px * 1.4);
}
}



@media (max-width: 767px) {.KBZgtraining_structure {
    padding: 60px 0;
}.KBZgtraining_structure::before {
    width: 60%;
}.KBZgtraining_structure .dexmlearning_lab > div {
    padding: 25px 30px;
    transform: none;
}.KBZgtraining_structure .dexmlearning_lab > div:hover {
    transform: translateY(-3px);
}.KBZgtraining_structure h3 {
    padding-bottom: 12px;
    font-size: calc(29px * 0.7);
    margin-bottom: 15px;
}.KBZgtraining_structure p {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}



@media screen and (max-width: 768px) {.Defacontact_panel {
    padding: 60px 0;
}.Defacontact_panel h3 {
    font-size: calc(36px - 4px);
}.DtzTinquiry_panel .waHTreach_message,
    .DtzTinquiry_panel .iylaquery_reach {
    padding: 30px;
}.DtzTinquiry_panel .waHTreach_message h3,
    .DtzTinquiry_panel .iylaquery_reach h4 {
    font-size: calc(22px - 2px);
}.DtzTinquiry_panel .waHTreach_message input[type="text"],
    .DtzTinquiry_panel .waHTreach_message textarea {
    padding: 12px 15px;
}.DtzTinquiry_panel .waHTreach_message .gjPmconnect_map {
    text-align: center;
    width: 100%;
}
}



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



@keyframes gradientRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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



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



@keyframes lineGrow {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}



@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(-5%);
  }
}



@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

