:root {
    --color-background-ivory: #FFFFF0;
    --color-background-soft: #f8f8f0;
    --color-text-primary: #2c3e50;
    --color-text-light: #f0f0f0;
    --color-accent: #a28b8b;
    --color-border: #e0e0d1;
    --font-primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --header-height: 80px;
    --transition-speed: 0.4s;
    --transition-timing: ease-in-out;
    --border-radius: 8px;
    --max-width: 1200px;
    --color-error: #e74c3c;
}
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    font-family: var(--font-primary);
    background-color: var(--color-background-ivory);
    color: var(--color-text-primary);
    font-size: 1.6rem;
    line-height: 1.6;
    overflow-x: hidden;
}
a {
    color: var(--color-accent);
    text-decoration: none;
    transition: color var(--transition-speed);
}
a:hover {
    color: var(--color-text-primary);
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
    display: block;
}
button {
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
}
section {
    padding: 8rem 2rem;
}
body.no-scroll {
    overflow: hidden;
}
.HGFDsaqweasdr {
    font-size: clamp(2.8rem, 4vw, 3.8rem);
    text-align: center;
    margin-bottom: 5rem;
}
.OKJUytrewqasdf {
    display: inline-block;
    background-color: var(--color-text-primary);
    color: var(--color-text-light);
    padding: 1.4rem 3.5rem;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--color-text-primary);
    transition: all var(--transition-speed);
}
.OKJUytrewqasdf:hover {
    background-color: transparent;
    color: var(--color-text-primary);
}
.CDEWdfrgtbhy {
    background: transparent;
    border: none;
    color: var(--color-accent);
    font-weight: bold;
    text-decoration: underline;
    margin-top: 1rem;
    padding: 0.5rem;
}
.OKMNJIbhuygv {
    display: none;
}
.RFVTGbyhnujm p {
    display: inline;
}
.WSXCDErfvbgt {
    background-color: var(--color-background-soft);
}
.TGBYHnujmikl {
    display: flex;
    justify-content: center;
    gap: 3rem;
    max-width: var(--max-width);
    margin: 0 auto;
    flex-wrap: wrap;
}
.UJMkloikjuhy {
    text-align: center;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    padding: 2rem;
}
.UJMkloikjuhy svg {
    color: var(--color-accent);
    margin-bottom: 1.5rem;
}
.UJMkloikjuhy h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
.KJHhgfdsasdfg {
    background-color: rgba(255, 255, 240, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--color-border);
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.POlkjhgfdcvbn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}
.GFDsaqwertyu {
    height: 40px;
}
.ZXCVbnmlkjhg {
    display: flex;
    gap: 3rem;
}
.ZXCVbnmlkjhg a {
    font-weight: 500;
    color: var(--color-text-primary);
    padding-bottom: 0.5rem;
    border-bottom: 2px solid transparent;
    transition: border-color var(--transition-speed);
}
.ZXCVbnmlkjhg a:hover, .ZXCVbnmlkjhg a.QWERtyuiopasd {
    border-color: var(--color-accent);
}
.ASDFghjklqwer {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 22px;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1100;
}
.ASDFghjklqwer span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: var(--color-text-primary);
    border-radius: 3px;
    transition: all var(--transition-speed) var(--transition-timing);
}
.ASDFghjklqwer.active span:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
}
.ASDFghjklqwer.active span:nth-child(2) {
    opacity: 0;
}
.ASDFghjklqwer.active span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
}
.DFGHjkloiuytr {
    background-color: var(--color-text-primary);
    color: var(--color-text-light);
    padding: 6rem 2rem 0;
}
.CVBNMlkjhgfds {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem;
}
.JHGfdsapoiuyt {
    flex: 2;
    min-width: 300px;
}
.JHGfdsapoiuyt .GFDsaqwertyu {
    filter: invert(1) grayscale(1) brightness(2);
    height: 40px;
    margin-bottom: 1.5rem;
}
.JHGfdsapoiuyt .VBNMlkjhgfdsa {
    color: #ccc;
    font-size: 1.4rem;
    line-height: 1.7;
    padding-right: 2rem;
}
.HGFDsaqwertyu {
    flex: 1;
    min-width: 160px;
}
.POIUytrewqasdf {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.HGFDsaqwertyu ul li {
    margin-bottom: 1.2rem;
}
.HGFDsaqwertyu a {
    color: #ccc;
    transition: color var(--transition-speed);
}
.HGFDsaqwertyu a:hover {
    color: var(--color-background-ivory);
}
.QWERtyuiopasdfg {
    text-align: center;
    padding: 2.5rem 0;
    margin-top: 4rem;
    border-top: 1px solid #4a5c6e;
    font-size: 1.3rem;
    color: #aaa;
}
main {
    padding-top: var(--header-height);
}
.YTRewqasdfghj {
    position: relative; 
    min-height: calc(100vh - var(--header-height)); 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem;
    color: var(--color-text-light); 
    background-image: url('images/bg2.webp'); 
    background-size: cover;
    background-position: center center; 
    background-attachment: fixed;
}
.YTRewqasdfghj::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, 0.5); 
    z-index: 1; 
}
.FGHJklmnbvcxz {
    max-width: 800px;
}
.CVBNmlkjhgfds {
    font-size: clamp(3.2rem, 5vw, 5.8rem);
    margin-bottom: 1rem;
}
.YTRewqasdfghj .FGHJklmnbvcxz {
    position: relative;
    z-index: 2;
}
.LKJHhgfdsapoiu {
    font-size: clamp(1.8rem, 2.5vw, 2.2rem);
    color: #fff;
    max-width: 600px;
    margin: 0 auto 3rem;
}
.ZAQwsxcdefrvb {
    min-height: 40vh;
    background-color: var(--color-background-soft);
}
.POLKJHuygtrfd {
    background-color: var(--color-background-soft);
}
.NBVCXzasdfghj {
    max-width: var(--max-width);
    margin: 0 auto;
    position: relative;
}
.MKJHNBvgcfxd {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.MKJHNBvgcfxd::-webkit-scrollbar {
    display: none;
}
.QASWdefrgtbhy {
    flex: 0 0 80%;
    scroll-snap-align: center;
    margin-right: 2rem;
    background: var(--color-background-ivory);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.POIuytrfghjkl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 240, 0.7);
    border: 1px solid var(--color-border);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-primary);
    transition: all var(--transition-speed);
}
.POIuytrfghjkl:hover {
    background: var(--color-background-ivory);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.ZYxwVutsrqpon {
    left: 1rem;
}
.MLkjihgfedcb {
    right: 1rem;
}
.QASWdefrgtbhy:not(.GFDsaqwertyuiop) {
    text-align: center;
    padding-bottom: 2rem;
}
.QASWdefrgtbhy:not(.GFDsaqwertyuiop) img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.QASWdefrgtbhy:not(.GFDsaqwertyuiop) h3 {
    font-size: 2rem;
    margin: 1.5rem 1rem 0.5rem;
}
.QASWdefrgtbhy:not(.GFDsaqwertyuiop) p {
    font-size: 1.5rem;
    padding: 0 2rem;
    color: #595959;
}
.GFDsaqwertyuiop {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.GFDsaqwertyuiop img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 2rem;
    border: 3px solid var(--color-border);
}
.RFVtgbyhnujmikol {
    font-size: 1.6rem;
    font-style: italic;
    color: #595959;
    margin-bottom: 2rem;
    position: relative;
    padding: 0 1rem;
}
.RFVtgbyhnujmikol::before {
    content: '“';
    font-size: 4rem;
    color: var(--color-border);
    position: absolute;
    left: -1rem;
    top: -1rem;
    line-height: 1;
}
.TGBYHnujmikolp {
    font-weight: 600;
    font-style: normal;
}
.VFRTGBnhyujm {
    max-width: 1000px;
    margin: 0 auto;
}
.EDCVfrtgbnhy {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 4rem;
}
.PLOKIjhuygtfr {
    padding: 1rem 2rem;
    border: 1px solid var(--color-border);
    background: transparent;
    border-radius: 50px;
    font-weight: 500;
    transition: all var(--transition-speed);
}
.PLOKIjhuygtfr.active, .PLOKIjhuygtfr:hover {
    background: var(--color-text-primary);
    color: var(--color-text-light);
    border-color: var(--color-text-primary);
}
.ZAQWscdefrgt {
    display: none;
    align-items: center;
    gap: 4rem;
    animation: fadeIn 0.6s;
}
.ZAQWscdefrgt.active {
    display: flex;
}
.ZAQWscdefrgt img {
    /*flex-shrink: 0;*/
    width: 40%;
    border-radius: var(--border-radius);
}
.ZAQWscdefrgt .LKJHGFdsaqwerty h4 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.YHNUJmikolp {
    max-width: 800px;
    margin: 0 auto;
}
.TGBYHnujmkol {
    border-bottom: 1px solid var(--color-border);
}
.EDCRFvtgbyhn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 2rem 0;
    background: transparent;
    border: none;
    font-size: 1.8rem;
    font-weight: 500;
}
.EDCRFvtgbyhn .RFVtgbyhnujm {
    font-size: 2.4rem;
    font-weight: 300;
    transition: transform var(--transition-speed) var(--transition-timing);
}
.EDCRFvtgbyhn.active .RFVtgbyhnujm {
    transform: rotate(45deg);
}
.UJMkloPikujy {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-speed) var(--transition-timing);
}
.UJMkloPikujy p {
    padding: 0 0 2rem;
    color: #595959;
}
.XSWcdevfrbgtnh {
    max-width: var(--max-width);
    margin: 0 auto;
}
.YHNujmikolpmnb {
    display: flex;
    align-items: center;
    gap: 5rem;
}
.UJMkloikjuhygv {
    flex: 1;
    min-width: 40%;
}
.UJMkloikjuhygv img {
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.TGByhnujmiklop {
    flex: 1.5;
}
.TGByhnujmiklop .HGFDsaqweasdr {
    text-align: left;
    margin-bottom: 2rem;
}
#data-counter {
    background-color: var(--color-background-soft);
}
.GFDSsqwertyui {
    display: flex;
    justify-content: center;
    gap: 3rem;
    max-width: var(--max-width);
    margin: 0 auto;
    flex-wrap: wrap;
}
.ZXCvbnmlkjhgf {
    text-align: center;
    flex: 1;
    min-width: 200px;
}
.data-count {
    font-size: clamp(4rem, 6vw, 5.5rem);
    font-weight: 600;
    color: var(--color-accent);
    line-height: 1;
}
.ZXCvbnmlkjhgf h3 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #595959;
    margin-top: 1rem;
}
.POLikujmnhytgb {
    max-width: 900px;
    margin: 0 auto;
}
.RFVtgbyhnujmik {
    position: relative;
    padding: 2rem 0;
}
.RFVtgbyhnujmik::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    width: 3px;
    background-color: var(--color-border);
}
.EDCrfvtgbyhnuj {
    position: relative;
    margin-bottom: 4rem;
    padding-left: 50px;
}
.EDCrfvtgbyhnuj:last-child {
    margin-bottom: 0;
}
.EDCrfvtgbyhnuj::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--color-accent);
    border: 4px solid var(--color-background-ivory);
    z-index: 1;
}
.WSXcdevfrbgt {
    position: relative;
    background: var(--color-background-soft);
    padding: 2rem;
    border-radius: var(--border-radius);
    border: 1px solid var(--color-border);
}
.WSXcdevfrbgt h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
#team {
    background-color: var(--color-background-soft);
}
.ZAQwsxcderfv {
    background: var(--color-background-ivory);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    padding: 0;
    padding-bottom: 2rem;
}
.ZAQwsxcderfv img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.ZAQwsxcderfv h3 {
    margin-top: 2rem;
    font-size: 2.2rem;
}
.ZAQwsxcderfv h4 {
    font-size: 1.5rem;
    color: var(--color-accent);
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.ZAQwsxcderfv .RFVTGbyhnujm, .ZAQwsxcderfv .CDEWdfrgtbhy {
    padding: 0 2rem;
}
.XSWcdevfrbgtnh.VBNMlkjhgfdsa {
    background-color: var(--color-background-soft);
}
.OKMIJNBHuygvc {
    text-align: center;
}
.VFRTGBNhyujmki {
    max-width: 800px;
    margin: 0 auto;
}
.POLKIJUHygtrfd {
    max-width: 650px;
    margin: 0 auto 3.5rem;
    color: #595959;
    font-size: clamp(1.6rem, 2.5vw, 1.8rem);
}
.OKMNJIbhuygvcf {
    display: inline-block;
    padding: 1.6rem 4.5rem;
    border-radius: 50px;
    background: linear-gradient(45deg, var(--color-accent), #4a5c6e);
    color: var(--color-text-light);
    font-weight: bold;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform var(--transition-speed) var(--transition-timing), box-shadow var(--transition-speed) var(--transition-timing);
}
.OKMNJIbhuygvcf:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.POIUYTREWQlkjh {
    max-width: var(--max-width);
    margin: 0 auto;
}
.LKJHGFDSAmnbvc {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 6rem;
    align-items: start;
}
.ASDFGHJKLzxcvb .HGFDsaqweasdr,
.QWERTYUIOPmnbv .HGFDsaqweasdr {
    text-align: left;
}
.ASDFGHJKLzxcvb p {
    margin-bottom: 3rem;
    color: #595959;
}
.ZXCVBNMlkjhgfd li {
    display: flex;
    align-items: start;
    gap: 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
}
.ZXCVBNMlkjhgfd svg {
    flex-shrink: 0;
    color: var(--color-accent);
    margin-top: 3px;
}
.QWERTYUIopasdfg img {
    border-radius: var(--border-radius);
    margin-top: 2rem;
}
.VFRTGBnhyujm {
    margin-bottom: 2.5rem;
}
.VFRTGBnhyujm label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.8rem;
}
.VFRTGBnhyujm input[type="text"],
.VFRTGBnhyujm input[type="email"],
.VFRTGBnhyujm textarea {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.6rem;
    font-family: inherit;
    border: 1px solid var(--color-border);
    border-radius: var(--border-radius);
    background-color: var(--color-background-soft);
    transition: all var(--transition-speed);
}
.VFRTGBnhyujm input[type="text"]:focus,
.VFRTGBnhyujm input[type="email"]:focus,
.VFRTGBnhyujm textarea:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(162, 139, 139, 0.2);
}
.VFRTGBnhyujm textarea {
    resize: vertical;
}
.EDCVfrtgbnhy {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
    position: relative;
}
.EDCVfrtgbnhy input[type="checkbox"] {
    width: 1.8rem;
    height: 1.8rem;
    accent-color: var(--color-accent);
}
.EDCVfrtgbnhy label {
    margin-bottom: 0;
    font-weight: normal;
}
.EDCVfrtgbnhy label a {
    text-decoration: underline;
}
.QWERTYUIOPmnbv .OKJUytrewqasdf {
    cursor: pointer;
    width: 100%;
}
.VFRTGBnhyujm .error-message,
.EDCVfrtgbnhy .error-message {
    display: none;
    color: var(--color-error);
    font-size: 1.3rem;
    margin-top: 0.5rem;
}
.VFRTGBnhyujm.error input,
.VFRTGBnhyujm.error textarea {
    border-color: var(--color-error);
}
.VFRTGBnhyujm.error .error-message,
.EDCVfrtgbnhy.error .error-message {
    display: block;
}
.QWERTYUIopasdfgh {
    max-width: 800px;
    margin: 0 auto;
}
.QWERTYUIopasdfgh h2 {
    font-size: 2.8rem;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-border);
}
.QWERTYUIopasdfgh h3 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.QWERTYUIopasdfgh p {
    margin-bottom: 2rem;
    line-height: 1.7;
    color: #4a4a4a;
}
.QWERTYUIopasdfgh ul {
    list-style: disc;
    padding-left: 2rem;
    margin-bottom: 2rem;
}
.QWERTYUIopasdfgh li {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
}
.thank-you-body {
    background-color: var(--color-background-soft);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.thank-you-container {
    padding-top: 0;
    text-align: center;
}
.thank-you-content {
    background-color: var(--color-background-ivory);
    padding: 6rem 4rem;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    max-width: 500px;
}
.thank-you-content .GFDsaqwertyu {
    height: 50px;
    margin: 0 auto 3rem;
}
.success-icon {
    color: var(--color-accent);
    margin-bottom: 2rem;
}
.thank-you-content .CVBNmlkjhgfds {
    font-size: 4rem;
}
.thank-you-content .LKJHhgfdsapoiu {
    margin-bottom: 4rem;
}
.ZXCVBNMasdfghj {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.LKJHGFDSmnbvcx,
.ZXCVBNMasdfghj .RFVTGbyhnujm {
    text-align: left;
}
.LKJHGFDSmnbvcx {
    margin-bottom: 2rem;
    color: #595959;
}
.ASDFGHJKLqwerty {
    text-align: center;
    margin-top: 2rem;
}
[data-aos] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}
@media (min-width: 769px) {
    .QASWdefrgtbhy {
        flex-basis: 31%;
    }
    .RFVtgbyhnujmik::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .EDCrfvtgbyhnuj {
        width: 50%;
        padding-left: 0;
        padding-right: 50px;
        left: 0;
    }
    .EDCrfvtgbyhnuj::before {
        left: 100%;
        top: 5px;
        transform: translateX(-50%);
    }
    .EDCrfvtgbyhnuj:nth-child(even) {
        left: 50%;
        padding-left: 50px;
        padding-right: 0;
        text-align: left;
    }
    .EDCrfvtgbyhnuj:nth-child(even)::before {
        left: 0;
    }
}
@media (max-width: 900px) {
    .LKJHGFDSAmnbvc {
        grid-template-columns: 1fr;
    }
    .ASDFGHJKLzxcvb .HGFDsaqweasdr,
    .QWERTYUIOPmnbv .HGFDsaqweasdr {
        text-align: center;
    }
}
@media (max-width: 768px) {
    body {
        font-size: 1.5rem;
    }
    section {
        padding: 6rem 2rem;
    }
    .ASDFghjklqwer {
        display: flex;
    }
    .ZXCVbnmlkjhg {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: var(--color-background-ivory);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3rem;
        transition: right var(--transition-speed) var(--transition-timing);
        box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.1);
    }
    .ZXCVbnmlkjhg.active {
        right: 0;
    }
    .ZXCVbnmlkjhg a {
        font-size: 2rem;
    }
    .ZAQWscdefrgt.active {
        flex-direction: column;
        text-align: center;
    }
    .ZAQWscdefrgt img {
        width: 100%;
        max-width: 350px;
    }
    .YHNujmikolpmnb {
        flex-direction: column;
    }
    .TGByhnujmiklop .HGFDsaqweasdr {
        text-align: center;
    }
    .CVBNMlkjhgfds {
        flex-direction: column;
        text-align: center;
    }
    .JHGfdsapoiuyt {
        min-width: auto;
        order: -1;
    }
    .JHGfdsapoiuyt .VBNMlkjhgfdsa {
        padding-right: 0;
    }
    .JHGfdsapoiuyt .GFDsaqwertyu {
        margin: 0 auto 1.5rem;
    }
}
@media (max-width: 480px) {
    .QASWdefrgtbhy {
        flex-basis: 90%;
    }
    .POIuytrfghjkl {
        display: none;
    }
}
:focus-visible {
    outline: 3px solid var(--color-accent);
    outline-offset: 3px;
    border-radius: 2px;
}