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

header,footer {
    width: 100%;
}

header {
    background-color: rgb(199,197,187);
    position: relative;
    z-index: 1000;
    padding: 1.2rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
}

.leadership-experience::before {
    z-index: 0;
    transform: rotate(15deg);
    height: 40%;
    opacity: 0.07;
    position: absolute;
    top: -5%;
    filter: blur(20px);
    content: "";
    right: -5%;
    width: 40%;
    background: linear-gradient(135deg, rgb(170,171,171,0.5), rgb(170,171,171));
}

.leadership-experience .learner-voices:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 3px 8px rgba(0,0,0,0.05),
                0 25px 50px rgba(rgb(170,171,171,0.5), 0.06);
}

.leadership-experience .learner-voices > div:first-child {
    justify-self: center;
}

.leadership-experience .img-strip-wrap {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.5s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    width: 170px;
    transform: perspective(800px) rotateY(5deg);
    height: 170px;
    border-radius: 2px;
}

.leadership-experience .learner-voices:hover .img-strip-wrap::after {
    opacity: 1;
    transform: rotate(25deg) translate(50%, 50%);
}

.leadership-experience .name {
    margin: 0 0 0.75rem;
    letter-spacing: 0.03em;
    color: #000000;
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.leadership-experience .learner-voices:hover .name::after {
    transform: scaleX(1);
}

.leadership-experience .learner-voices:hover > div:nth-child(2) > div {
    color: rgb(170,171,171);
    opacity: 1;
}

.leadership-experience .learner-voices:hover > div:nth-child(2) > div::before {
    top: 0.2em;
    height: 1.2em;
}

.leadership-experience .work-table {
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(170,171,171,0.5), 0.3);
    color: #000000;
    transition: border-color 0.3s ease;
    margin: 0;
    padding-left: 1rem;
    font-size: 12px;
    position: relative;
}

.course-highlights::before {
    opacity: 0.4;
    top: -100px;
    height: 300px;
    left: -100px;
    content: "";
    filter: blur(120px);
    animation: floatEffect 15s infinite alternate ease-in-out;
    width: 300px;
    background: rgb(170,171,171,0.5);
    position: absolute;
    z-index: 0;
}

.course-highlights .skill-route:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
}

.course-highlights .img-strip-wrap::after {
    background: linear-gradient(
        135deg,
        rgb(170,171,171,0.5) 0%,
        transparent 100%
    );
    position: absolute;
    content: "";
    transition: opacity 0.5s ease;
    inset: 0;
    opacity: 0.7;
}

.course-highlights .textual-box h3 {
    line-height: 1.4;
    font-size: calc(20px * 1.05);
    transform: translateX(-10px);
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    animation: slideIn 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    opacity: 0;
}

.prospective-students {
    background: rgb(199,197,187);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.prospective-students .expert-study {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    background: rgb(199,197,187);
    padding: 50px;
    border-radius: 19px;
    position: relative;
}

.prospective-students h4::after {
    width: 80px;
    bottom: -15px;
    height: 4px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    content: "";
    border-radius: 2px;
}

.prospective-students div p::before {
    width: 5px;
    left: 0;
    border-radius: 5px 0 0 5px;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(170,171,171), rgb(127,119,130));
    opacity: 0.7;
    content: "";
    top: 0;
}

.prospective-students div p:hover svg {
    transform: rotate(10deg);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.confidential-hearth h2 {
    font-weight: 600;
    color: #ffffff;
    font-size: 30px;
}

.confidential-hearth ul {
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
}

.confidential-hearth ul li {
    font-weight: 400;
    padding-left: 30px;
    padding: 10px 0;
    position: relative;
    color: #ffffff;
    font-size: 17px;
}

.confidential-hearth div {
    margin: 20px 0;
}

.thanksWrap {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(199,197,187) 0%, rgba(rgb(170,171,171), 0.05) 100%);
}

.thanksWrap .container {
    transform-style: preserve-3d;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    perspective: 1000px;
}

.thanksWrap h2 {
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    max-width: 90%;
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
    line-height: 1.3;
    color: rgb(170,171,171);
    position: relative;
    transform: translateZ(10px);
    font-size: 28px;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.thanksWrap .expert-study::before {
    left: 0;
    height: 6px;
    content: "";
    background: linear-gradient(90deg, rgb(170,171,171) 0%, rgb(127,119,130) 100%);
    width: 100%;
    top: 0;
    position: absolute;
}

.thanksWrap li::before {
    position: absolute;
    border-radius: 50%;
    background: rgb(127,119,130);
    width: 8px;
    content: "";
    height: 8px;
    left: -1.5rem;
    box-shadow: 0 0 0 3px rgba(rgb(127,119,130), 0.1);
    top: 0.5rem;
}

.title-page::before {
    background-size: 20px 20px;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(170,171,171,0.5), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(170,171,171,0.5), 0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(170,171,171,0.5), 0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(170,171,171,0.5), 0.03) 75%);
    top: 0;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    content: '';
    position: absolute;
    z-index: 0;
}

.title-page .textual-box::before {
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(127,119,130,0.5), 0.05), transparent);
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
}

.title-page svg:hover {
    transform: scale(1.05) rotate(2deg);
}

.title-page svg path {
    transition: fill 0.3s ease;
}

.title-page svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}

.title-page .reach-list {
    padding: 1rem 2rem;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(170,171,171), rgb(127,119,130));
    position: relative;
    transform: translateY(0);
    display: block;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 8px 20px rgba(rgb(170,171,171,0.5), 0.3);
    border: none;
}

.our-mission::before {
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(0deg, rgb(170,171,171) 30%, transparent 70%),
        linear-gradient(90deg, rgb(170,171,171) 0%, transparent 50%, rgb(170,171,171) 100%),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
}

.our-mission .expert-study::after {
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130), rgb(170,171,171));
}

.our-mission .how-grow {
    padding: 20px 30px;
    background: rgb(127,119,130);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 280px;
    border-radius: 10px;
    text-align: center;
}

.our-mission h2 {
    margin: 0 0 25px 0;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.our-mission .mission-block {
    border-top: 1px solid rgba(rgb(170,171,171), 0.1);
    align-items: center;
    padding-top: 20px;
    display: flex;
    grid-area: logo;
    margin-bottom: 20px;
}

header .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
}

header .top-main {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

header .main-page {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    padding: 0.7rem 1.2rem;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-family: Arial, sans-serif;
}

header .main-page:hover {
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

header .main-page:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .top-lead::before {
    top: 0;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    transition: 0.5s;
}

.user-comments::after {
    z-index: 0;
    content: "";
    bottom: -5%;
    width: 250px;
    left: -5%;
    position: absolute;
    transform: rotate(15deg);
    background: radial-gradient(circle at center, rgba(rgb(127,119,130,0.5), 0.12), transparent 70%);
    height: 250px;
}

.user-comments .review-track {
    padding: 0;
    list-style: none;
    display: grid;
    gap: 2rem;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.user-comments .learner-voices::before {
    content: "";
    background: linear-gradient(to bottom, rgb(170,171,171), rgb(127,119,130));
    height: 0;
    top: 0;
    width: 5px;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
}

.user-comments .learner-voices img {
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 60px;
    object-fit: cover;
    width: 60px;
    border: 3px solid #ffffff;
}

.user-comments a {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 2rem;
    max-width: 200px;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: 3rem;
    margin-left: auto;
    box-shadow: 0 4px 15px rgba(rgb(170,171,171,0.5), 0.3);
    font-size: 20px;
    background: linear-gradient(45deg, rgb(170,171,171), rgb(127,119,130));
    overflow: hidden;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    margin-right: auto;
}

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

.plan-shelf .study-cost:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.plan-shelf .study-cost .learning-fees {
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 13px;
    margin-bottom: 0;
    max-width: 700px;
}

.plan-shelf .fee-structure {
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}

.plan-shelf .price-tiers {
    height: 100%;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    flex-direction: column;
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.plan-shelf .qtr-cost {
    z-index: 1;
    position: relative;
    flex-direction: column;
    flex: 1;
    padding: 30px;
    display: flex;
}

.plan-shelf .rate-plans {
    font-size: calc(18px + 4px);
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(127,119,130);
    display: inline-block;
    position: relative;
}

.plan-shelf .lesson-rates:hover .rate-plans::after {
    transform: scaleX(1);
}

.plan-shelf .img-strip-wrap {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    height: 200px;
}

.plan-shelf .lesson-rates:hover .img-strip-wrap {
    transform: scale(1.05);
}


.track-manage {
    display: flex;
    padding: 20px 5%;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.cookie-warning-banner h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1px;
}

.data-control svg {
    height: 80px;
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(170,171,171);
}

.edu-track {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    border-radius: 27px;
    padding: 10px 20px;
    color: #000000;
    line-height: 40px;
    text-decoration: none;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 19px;
    text-align: center;
    box-shadow: 0 0 15px rgb(170,171,171);
    min-width: 140px;
    cursor: pointer;
}

footer .info_item:last-child {
    margin-right: 0;
}

footer .info_item svg {
    height: 18px;
    fill: rgb(170,171,171);
    top: 3px;
    position: relative;
    width: 18px;
    margin-right: 10px;
}

footer .head-mainwrap {
    margin-bottom: 15px;
}

footer .head-pro h5 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    color: #000000;
}

footer .top-guide a:hover {
    transform: translateX(5px);
    color: rgb(170,171,171);
}

footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 30px;
    border-radius: 10px;
}

footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 10px;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(170,171,171);
    outline: none;
}

footer .mail-sub:hover {
    background-color: rgb(127,119,130);
}

footer .news-feed {
    margin-top: 50px;
}

.contact-panel {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.contact-panel .support-query {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    display: grid;
}

.contact-panel .feedback-inquiry h3 {
    color: #000000;
    margin-bottom: 40px;
    font-size: 38px;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.contact-panel .feedback-inquiry div {
    border-radius: 10px;
    display: flex;
    background: rgb(199,197,187);
    margin-bottom: 30px;
    flex: 0 0 calc(50% - 20px);
    padding: 20px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-panel .inquiry-support {
    overflow: hidden;
    border-radius: 29px 29px 0 0;
    grid-row: 1;
    position: relative;
    padding: 0;
    background: rgb(170,171,171);
}

.contact-panel form {
    position: relative;
    z-index: 1;
    padding: 60px 50px;
}

.contact-panel form h3::after {
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    background: #ffffff;
    width: 80px;
    content: '';
    bottom: -15px;
    left: 50%;
}

.contact-panel form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-panel .help-links {
    display: flex;
    align-items: flex-start;
    margin: 25px 0 30px;
}

.contact-panel .help-links input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    border: solid rgb(170,171,171);
    left: 7px;
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    content: '';
    height: 10px;
    top: 4px;
}

.contact-panel .help-links a:hover {
    border-bottom-color: #ffffff;
    opacity: 0.8;
}

.contact-panel .reach-list:hover {
    background: rgb(199,197,187);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (min-width: 768px) {.leadership-experience {
    padding: 6rem 0;
}.leadership-experience .learner-voices {
    padding: 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 2rem 3rem;
}.leadership-experience .learner-voices > div:first-child {
    justify-self: start;
    grid-row: 1 / 3;
}.leadership-experience .img-strip-wrap {
    height: 280px;
    width: 220px;
}.leadership-experience .name {
    margin: 0 0 1rem;
    font-size: calc(18px * 1.1);
}.leadership-experience .work-table {
    line-height: 1.75;
    font-size: calc(12px * 1.05);
    padding-left: 1.5rem;
}
}



@media (min-width: 768px) {.course-highlights .skill-route {
    max-height: 500px;
    flex-direction: row;
    align-items: stretch;
}.course-highlights .img-strip-wrap {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    flex: 0 0 45%;
    height: auto;
}.course-highlights .textual-box {
    justify-content: center;
    transform: translateY(0) translateX(-30px);
    flex-direction: column;
    flex: 0 0 55%;
    margin: 30px 30px 30px 0;
    display: flex;
}.course-highlights .textual-box::before {
    height: 40px;
    width: 4px;
    top: 20px;
    left: -8px;
}.course-highlights .textual-box h3 {
    font-size: 20px;
}.course-highlights .textual-box p.description {
    max-height: 330px;
}
}



@media (max-width: 1100px) {.prospective-students div p {
    flex: 1 1 calc(50% - 15px);
}
}



@media (max-width: 991px) {.prospective-students {
    padding: 80px 0;
}.prospective-students .expert-study {
    padding: 40px 30px;
}.prospective-students h4 {
    margin-bottom: 40px;
    font-size: calc(29px - 2px);
}.prospective-students div {
    gap: 20px;
}.prospective-students div p {
    padding: 20px;
}.prospective-students div p svg {
    height: 35px;
    margin-right: 15px;
    width: 35px;
    min-width: 35px;
}
}


@media only screen and (max-width: 800px) {.confidential-hearth {
    padding: 30px;
}.confidential-hearth h1 {
    font-size: calc(23px - 8px);
}.confidential-hearth h2 {
    font-size: calc(23px - 8px);
}.confidential-hearth ul li {
    font-size: calc(17px - 2px);
}.confidential-hearth p {
    font-size: calc(17px - 2px);
}}



@media (min-width: 768px) {.title-page {
    padding: 6rem 3rem;
}.title-page h1 {
    font-size: calc(33px * 0.85);
    margin-bottom: 3rem;
}.title-page .expert-study {
    flex-direction: row;
    align-items: center;
}.title-page .textual-box {
    padding: 3rem;
}.title-page svg {
    width: 150px;
    height: 150px;
}.title-page .img-strip-wrap {
    min-height: 500px;
}
}



@media (max-width: 767px) {.title-page .textual-box {
    order: 2;
}.title-page .img-strip-wrap {
    order: 1;
}}



@media screen and (max-width: 767px) {.our-mission {
    padding: 60px 0;
}.our-mission .expert-study {
    padding: 30px 20px;
    gap: 25px;
}.our-mission .approach-edu .img-strip-wrap {
    height: 280px;
    width: 220px;
    margin-bottom: 30px;
}.our-mission .how-grow {
    padding: 15px 20px;
    max-width: 220px;
}.our-mission h2 {
    font-size: calc(35px * 0.85);
}
}



@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .head-pro {
    gap: 0.3rem;
}header .main-page {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .top-lead svg {
    width: 140px;
}
}



@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .top-main {
    flex-direction: column;
}header .head-pro {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
    padding: 10px;
    gap: 0.5rem;
    flex-wrap: wrap;
    order: 2;
}header .main-page {
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.7rem;
}header .top-lead {
    order: 1;
    margin-bottom: 0.5rem;
}header .top-lead svg {
    width: 130px;
}
}



@media (min-width: 768px) {.plan-shelf .fee-structure {
    grid-template-columns: repeat(2, 1fr);
}.plan-shelf .study-cost {
    padding: 40px;
}.plan-shelf .qtr-cost {
    padding: 30px 35px;
}.plan-shelf .img-strip-wrap {
    height: 240px;
}
}



@media (min-width: 992px) {.plan-shelf .basic-rates {
    align-items: stretch;
    gap: 40px;
    flex-direction: row;
}.plan-shelf .study-cost {
    width: 30%;
    flex-direction: column;
    justify-content: center;
    padding: 50px 40px;
    display: flex;
}.plan-shelf .fee-structure {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.plan-shelf .qtr-cost {
    padding: 30px;
}.plan-shelf .qtr-cost p {
    -webkit-line-clamp: 6;
}
}


@media only screen and (max-width: 800px) {.data-control {
    display: none;
}.track-manage {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie-warning-banner h5 {
    font-size: 19px;
    margin-bottom: 5px;
}.learn-cookies {
    margin-bottom: 15px;
}.edu-track {
    margin: 10px 0;
    min-width: 100%;
}}



@media (min-width: 992px) {.contact-panel form {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.contact-panel form h3 {
    grid-column: span 2;
}.contact-panel .help-links {
    grid-column: span 2;
}.contact-panel .reach-list {
    grid-column: span 2;
}
}



@media (max-width: 576px) {.contact-panel {
    padding: 50px 0;
}.contact-panel .inquiry-support,
    .contact-panel .feedback-inquiry {
    padding: 30px 25px;
}.contact-panel .feedback-inquiry h3,
    .contact-panel form h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.85);
}.contact-panel form input[type="text"],
    .contact-panel form input[type="email"] {
    padding: 15px;
}
}



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

