:root {
    --primary-color: #FFC107;
    --secondary-color: #F5A623;
    --dark-color: #333333;
    --text-color: #4A4A4A;
    --light-bg-color: #fffaf0;
    --white-color: #FFFFFF;
    --border-color: #e0e0e0;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}
.KkdiwenwSldpwo {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: var(--white-color);
    color: var(--dark-color);
    font-size: 1rem;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Georgia', 'Times New Roman', Times, serif;
    color: var(--text-color);
    line-height: 1.2;
    margin-top: 0;
}

a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--primary-color);
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.PQornvneSlwmnav {
    background-color: var(--white-color);
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.LdmsnwbVdjamwbw {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.OdjnwbPqebvwie {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: var(--dark-color);
    font-size: 1.5rem;
}

.PqwoenbxUiqbwxz {
    height: 40px;
    margin-right: 0.5rem;
}

.RytubvIsmnxbsqa ul {
    display: flex;
    gap: 2rem;
}

.RytubvIsmnxbsqa a {
    color: var(--text-color);
    font-weight: 500;
    position: relative;
    padding-bottom: 0.25rem;
}

.RytubvIsmnxbsqa a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.3s ease;
}

.RytubvIsmnxbsqa a:hover::after {
    width: 100%;
}


.ZxmncbqwAqwuebx {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
}

.ZxmncbqwAqwuebx span {
    width: 2rem;
    height: 0.25rem;
    background: var(--dark-color);
    border-radius: 10px;
    transition: all 0.3s linear;
    position: relative;
    transform-origin: 1px;
}

.ZxmncbqwAqwuebx.open .PqwuebnxAqwbxui {
    transform: rotate(45deg);
}

.ZxmncbqwAqwuebx.open .AlsmnwpqAqbxuww {
    opacity: 0;
    transform: translateX(20px);
}

.ZxmncbqwAqwuebx.open .OiqbwuxAqwuiebx {
    transform: rotate(-45deg);
}
.GsjfkdQlweoruty {
    background-color: var(--dark-color);
    color: #f0f0f0;
    padding: 4rem 1rem 1rem;
}

.HqwertYuiopasdf {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.JkfdslQprutowq {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: var(--white-color);
    font-size: 1.5rem;
    font-weight: bold;
}

.KfdslAmnbvxza {
    height: 40px;
    margin-right: 0.75rem;
}

.MhgfdBvcxzlkjh {
    color: #cccccc;
    max-width: 350px;
}

.ObvcxZlkjhqwer {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.PbvcxZasdfghjk a {
    color: #f0f0f0;
}

.PbvcxZasdfghjk li {
    margin-bottom: 0.5rem;
}

.QlkjhgFdsaqwery {
    text-align: center;
    border-top: 1px solid var(--text-color);
    padding-top: 1rem;
    font-size: 0.9rem;
    color: #cccccc;
}

.UvbqowinbAqwiueb {
    padding: 4rem 1rem;
    background-color: var(--light-bg-color);
}

.AhdiqbnwIqpweub {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
}

.RhfjdkslAqwiueb {
    font-size: 3.5rem;
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.TjduebnsAqwuebn {
    font-size: 1.2rem;
    color: var(--text-color);
    margin-bottom: 2rem;
}

.YduebnxIqpweubn {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--dark-color);
    padding: 1rem 2rem;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.YduebnxIqpweubn:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.LqpweubxIqpweubx {
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.FdhjskAqwuiebns {
    padding: 5rem 1rem;
}

.PoiuytrewqLkjhgfdsMnbvcx {
    padding: 5rem 1rem;
    background-color: #faf8f2;
}

.JhgfdsaZxcasdqwertNew {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.RewqasdfVcxzbnmNew {
    background-color: var(--white-color);
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.RewqasdfVcxzbnmNew:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.YuiopjklHjklmnIcon {
    height: 70px;
    width: 70px;
    margin: 0 auto 1.5rem auto;
}

.RewqasdfVcxzbnmNew h3 {
    font-size: 1.5rem;
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.RewqasdfVcxzbnmNew p {
    line-height: 1.7;
    color: var(--text-color);
}
.GjfkdlsmAqpwiebn {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.HkdfjlsAqpwiebns {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.IkfdjlsAqpwiebns {
    max-width: 700px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
    color: var(--text-color);
}

.JkdfjlsAqpwiebns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    text-align: left;
}

.SldkfjAqpwiebns {
    background-color: var(--white-color);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.SldkfjAqpwiebns:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.SldkfjAqpwiebns .TlekfjAqpwiebns {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.SldkfjAqpwiebns .UlefkjAqpwiebns {
    font-size: 1.5rem;
    padding: 1.5rem 1.5rem 0.5rem;
    margin-bottom: 0.5rem;
}

.SldkfjAqpwiebns .VlefkjAqpwiebns {
    padding: 0 1.5rem;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.SldkfjAqpwiebns .WlefkjAqpwiebns {
    display: inline-block;
    margin: 0 1.5rem 1.5rem;
    font-weight: bold;
}

.MnbvcxzLkjahqpw {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    text-align: left;
    margin-top: 4rem;
}

.PoiuytrEwqasdfg {
    padding: 2rem;
}

.NmbvcxZlkjhgfd {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.OkjhgfdSaqwert {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.BvcxzLkjahqpwmn {
    max-width: 800px;
    margin: 3rem auto 0;
    text-align: left;
}

.CvxzaSdjfklqwe {
    border-bottom: 1px solid var(--border-color);
}

.DasklfjQweuioxc {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 1.5rem 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--dark-color);
}

.EwerouIcxvbmkl {
    transition: transform 0.3s ease;
    font-size: 1.5rem;
    color: var(--primary-color);
}

.FasjdflKqweiuov {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.FasjdflKqweiuov p {
    padding: 0 1rem 0;
    margin: 0;
    color: var(--text-color);
    line-height: 1.7;
}

@media (max-width: 992px) {
    .AhdiqbnwIqpweub {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .OqpweubxIqpweubx {
        order: -1;
        margin: 0 auto 2rem;
    }

    .HqwertYuiopasdf {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .RhfjdkslAqwiueb { font-size: 2.5rem; }
    .HkdfjlsAqpwiebns { font-size: 2rem; }

    .RytubvIsmnxbsqa {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 69px;
        left: 0;
        background-color: var(--white-color);
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    .RytubvIsmnxbsqa.active { display: flex; }
    .RytubvIsmnxbsqa ul { flex-direction: column; width: 100%; }
    .RytubvIsmnxbsqa li { text-align: center; padding: 1rem; border-top: 1px solid #f0f0f0; }

    .ZxmncbqwAqwuebx { display: flex; }

    .HqwertYuiopasdf { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .UvbqowinbAqwiueb, .FdhjskAqwuiebns { padding: 3rem 1rem; }
    .JkdfjlsAqpwiebns { grid-template-columns: 1fr; }
    .RhfjdkslAqwiueb { font-size: 2.2rem; }
    .TjduebnsAqwuebn { font-size: 1.1rem; }
    .DasklfjQweuioxc { font-size: 1rem; padding: 1.2rem 0.5rem; }
}

.XcnvbiUowpqalsk {
    padding: 5rem 1rem;
    background-color: #faf8f2;
    border-top: 1px solid #f0f0f0;
}

.LpmnbvOiwqeurty {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem auto;
}

.CmxnbyZpqwoieut {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.IkfdjlsAqpwiebns {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: var(--text-color);
}

.ZbnxmvIqpwoalsk {
    display: flex;
    align-items: center;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.AmnxbcvOqpwoeir {
    flex: 1; 
    min-width: 280px; 
    display: flex;
    justify-content: center;
}

.AmnxbcvOqpwoeir svg {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.BnvcmxApqwoieur {
    flex: 2; 
    text-align: left;
}

.DbnvxmOpqowieur {
    font-size: 1.6rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--dark-color);
}
.BnvcmxApqwoieur p:first-of-type {
    margin-top: 0;
}

@media (max-width: 768px) {
    .ZbnxmvIqpwoalsk {
        flex-direction: column; 
        text-align: center; 
    }
    .BnvcmxApqwoieur {
        text-align: left; 
    }
}

@media (max-width: 480px) {
    .XcnvbiUowpqalsk {
        padding: 3rem 1rem;
    }
    .CmxnbyZpqwoieut {
        font-size: 2rem;
    }
    .DbnvxmOpqowieur {
        font-size: 1.4rem;
    }
}
.ZxcvbnMlkjhgfdS {
    padding: 5rem 1rem;
    background-color: var(--white-color);
    border-top: 1px solid #f0f0f0;
}

.PoiuytRewqasdFgh {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 2.5rem; 
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.MnbvcxzasdfGhjk {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-color);
    position: relative;
    padding-bottom: 0.75rem;
}

.MnbvcxzasdfGhjk::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
}

.LkjhgfdsAqwertYui p {
    line-height: 1.7;
    color: var(--text-color);
}

@media (max-width: 992px) {
    .PoiuytRewqasdFgh {
        grid-template-columns: 1fr; 
        gap: 3rem; 
    }
}

@media (max-width: 480px) {
    .ZxcvbnMlkjhgfdS {
        padding: 3rem 1rem;
    }

    .MnbvcxzasdfGhjk {
        font-size: 1.4rem;
    }
}
.QwerAsdfZxcvYuiop {
    padding: 5rem 1rem;
    background-color: var(--light-bg-color);
}

.HjklVbnmRtyuIopq {
    display: flex;
    align-items: center;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.PlkmNjhbVfgcRdes {
    flex: 2;
    min-width: 0;
}

.CrfvTgbnYhnUjmi {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: var(--dark-color);
}
.PlkmNjhbVfgcRdes .CrfvTgbnYhnUjmi:first-of-type {
    margin-top: 0;
}
.PlkmNjhbVfgcRdes p {
    line-height: 1.7;
    color: var(--text-color);
}

.ZaswXdecRfvbTgnh {
    flex: 1; 
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 900px) {
    .HjklVbnmRtyuIopq {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .HjklVbnmRtyuIopq {
        flex-direction: column; 
    }
    .PlkmNjhbVfgcRdes {
        margin-bottom: 2rem; 
    }
    .ZaswXdecRfvbTgnh {
        width: 60%;
        max-width: 250px;
    }
}
.LkjhgfdsZxcvbnmPoiu {
    padding: 5rem 1rem;
    background-color: var(--white-color);
    border-top: 1px solid #f0f0f0;
}

.OplkmnJhuygVfrdcXswe {
    display: flex;
    align-items: center;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.NbhgvcFrdexSwzaq {
    flex: 1;
    min-width: 280px;
    display: flex;
    justify-content: center;
}

.MklopNjhbgvTfrdc {
    flex: 2;
    text-align: left;
}

.PoinbgVfrdcXswq {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--dark-color);
}
.MklopNjhbgvTfrdc .PoinbgVfrdcXswq:first-of-type {
    margin-top: 0;
}
.MklopNjhbgvTfrdc p {
    line-height: 1.7;
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

.RdeswaqGfvbhyUjnm {
    display: inline-block;
    font-weight: bold;
    color: var(--dark-color);
    background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
    padding: 0.9rem 2rem;
    border-radius: 8px;
    margin-top: 1rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.RdeswaqGfvbhyUjnm:hover {
    color: var(--dark-color);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .OplkmnJhuygVfrdcXswe {
        flex-direction: column-reverse; 
    }
    .NbhgvcFrdexSwzaq {
        margin-top: 2rem;
        width: 60%;
        max-width: 250px;
    }
}
.RtyuioPasdfghjklZxcvb {
    padding: 5rem 1rem;
    background-color: #faf8f2; 
}

.BnmvCxzlkjhgfdsaqWerty {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.HjklmnbvcXzasdf {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.UiopjklvbnmAsdfg p {
    line-height: 1.7;
    color: var(--text-color);
}

.QwertyuioPasdfghjkl {
    text-align: center;
    max-width: 700px;
    margin: 4rem auto 0 auto;
}
.QwertyuioPasdfghjkl p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.ZxcvbnmKjhgfdsaPqwer {
    display: inline-block;
    font-weight: bold;
    color: var(--white-color);
    background: linear-gradient(45deg, #D4AF37, #F5A623); 
    padding: 1rem 2.5rem;
    border-radius: 50px; 
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    box-shadow: 0 5px 15px rgba(245, 166, 35, 0.4);
    transition: all 0.3s ease;
}

.ZxcvbnmKjhgfdsaPqwer:hover {
    color: var(--white-color);
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(245, 166, 35, 0.5);
}

@media (max-width: 992px) {
    .BnmvCxzlkjhgfdsaqWerty {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}
.PoiuytrewqLkjhgfdsMnbvcx {
    background-color: var(--light-bg-color);
    padding: 5rem 1rem; 
}

.GjfkdlsmAqpwiebn {
    max-width: 1200px; 
    margin: 0 auto;
    text-align: center;
}

.LpmnbvOiwqeurty {
    margin-bottom: 3rem; 
}

.CmxnbyZpqwoieut {
    font-size: 2.5rem; 
    margin-bottom: 1rem;
}

.IkfdjlsAqpwiebns {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 3rem auto;
    color: var(--text-color);
    line-height: 1.6; 
}

.JhgfdsaZxcasdqwert {
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 2rem; 
    text-align: left; 
}

.RewqasdfVcxzbnm {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.YuiopjklHjklmn {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333; 
}

.RewqasdfVcxzbnm p {
    line-height: 1.7; 
    color: #555; 
}
.XcvbnmAsdfghjkl {
    padding: 5rem 1rem;
}
.PoiuytrewqZxcasd {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}
.QwertyuiklHjklmnb {
    flex: 1;
    min-width: 280px;
}
.QwertyuiklHjklmnb img {
    border-radius: 10px;
}
.VcxzasdfgBnmjkl {
    flex: 1.5;
}
.VcxzasdfgBnmjkl .CmxnbyZpqwoieut {
    text-align: left;
}
.VcxzasdfgBnmjkl p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.TgbnhyujmKloiuytr {
    padding: 5rem 1rem;
}
.FrewqasdZxcvbnm {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}
.VbcnmAsdfghjklp {
    text-align: left;
    padding: 2rem;
    background-color: var(--white-color);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.VbcnmAsdfghjklp h3 {
    margin-bottom: 1rem;
}

.JkloiuytRewqasdf {
    position: relative;
    max-width: 900px;
    margin: 3rem auto 0;
    padding: 2rem 0;
}
.JkloiuytRewqasdf::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0.3;
}
.MnbvcxZasdfghjkl {
    position: relative;
    width: 50%;
    padding: 1rem 2.5rem;
    box-sizing: border-box;
}
.MnbvcxZasdfghjkl:nth-child(even) {
    left: 50%;
}
.MnbvcxZasdfghjkl:nth-child(odd) {
    text-align: right;
}
.MnbvcxZasdfghjkl::after {
    content: '';
    position: absolute;
    top: 2rem;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--white-color);
    border: 3px solid var(--primary-color);
    z-index: 1;
}
.MnbvcxZasdfghjkl:nth-child(even)::after {
    left: -8px;
    transform: translateX(-50%);
}
.MnbvcxZasdfghjkl:nth-child(odd)::after {
    right: -8px;
    transform: translateX(50%);
}
.PlmoknijbUhvygctfr {
    padding: 1rem;
}
.CfvgybhnujmIkolp {
    font-size: 1.5rem;
    color: var(--dark-color);
    margin-bottom: 0.25rem;
}
.ZxcasdqwertYuiop {
    font-style: italic;
    color: var(--text-color);
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
}

@media(max-width: 992px) {
    .FrewqasdZxcvbnm {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .SmnbvcfdRewqtyu { font-size: 2.5rem; }
    .PoiuytrewqZxcasd {
        flex-direction: column;
        gap: 2rem;
    }
    .VcxzasdfgBnmjkl .CmxnbyZpqwoieut {
        text-align: center;
    }
    .JkloiuytRewqasdf::before {
        left: 20px;
    }
    .MnbvcxZasdfghjkl,
    .MnbvcxZasdfghjkl:nth-child(even) {
        width: 100%;
        left: 0;
        padding-left: 50px;
        text-align: left;
    }
    .MnbvcxZasdfghjkl:nth-child(odd)::after,
    .MnbvcxZasdfghjkl:nth-child(even)::after {
        left: 20px;
    }
}

.YtrewqAsdfgVbnmkl {
    padding: 5rem 1rem;
    position: relative;
    background-color: var(--white-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%23000000' fill-opacity='0.03'%3E%3Cpath d='M0 30L30 0L60 30L30 60z'/%3E%3C/g%3E%3C/svg%3E");
}

.ZxcasdRewqVbnmju {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.CvbnyuIoplkjhgf {
    background-color: var(--white-color);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
    width: 100%; 
    max-width: 350px; 
    flex-shrink: 0; 
}

.CvbnyuIoplkjhgf:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.DfghjkLmnbvcxz {
    height: 350px;
}
.DfghjkLmnbvcxz img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.AsdfghjklPoiuyt {
    padding: 1.5rem 2rem 2rem 2rem;
    text-align: center;
}
.AsdfghjklPoiuyt h3 {
    font-size: 1.7rem;
    margin-bottom: 0.25rem;
}
.AsdfghjklPoiuyt h4 {
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 1rem;
}
.AsdfghjklPoiuyt p {
    text-align: left;
    line-height: 1.6;
    color: var(--text-color);
}

@media (max-width: 400px) {
    .YtrewqAsdfgVbnmkl {
        padding: 3rem 1rem;
    }
    .CvbnyuIoplkjhgf {
        max-width: none; 
    }
    .DfghjkLmnbvcxz {
        height: 300px;
    }
    .AsdfghjklPoiuyt {
        padding: 1.5rem;
    }
    .AsdfghjklPoiuyt h3 {
        font-size: 1.5rem;
    }
    .AsdfghjklPoiuyt h4 {
        font-size: 0.9rem;
    }
}

.CvbntreWqasdfghjklZx {
    padding: 5rem 1rem;
    background-color: var(--white-color);
}

.UiopjklHjklmnbv {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.UiopjklHjklmnbv p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-color);
    margin-bottom: 1.5rem;
}
.UiopjklHjklmnbv .CmxnbyZpqwoieut {
    margin-bottom: 2rem;
}

.ZasdfgVbntrewqHjkl {
    display: inline-block;
    font-weight: bold;
    color: var(--dark-color);
    background: linear-gradient(45deg, var(--secondary-color), var(--primary-color));
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 8px;
    margin-top: 1rem;
    font-size: 1.1rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease-out;
}
.ZasdfgVbntrewqHjkl:hover {
    color: var(--white-color);
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 7px 20px rgba(245, 166, 35, 0.3);
}

@media (max-width: 480px) {
    .CvbntreWqasdfghjklZx {
        padding: 4rem 1rem;
    }
}

.FghjklpoiUytrewqas {
    padding: 5rem 1rem;
    background-color: var(--white-color);
}

.VbnmkljHjgfdsaq {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2.5rem; 
    max-width: 1200px;
    margin: 0 auto;
}

.YtrewqasdfgHjklmnbvc {
    display: flex;
    align-items: flex-start; 
    gap: 1.5rem;
}

.PlmoknbhgvcfdRewq {
    flex: 0 0 60px; 
}

.ZxcasdqweVbntrew h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--dark-color);
}
.ZxcasdqweVbntrew p {
    line-height: 1.6;
    color: var(--text-color);
}

@media (max-width: 992px) {
    .VbnmkljHjgfdsaq {
        grid-template-columns: 1fr; 
    }
}

@media (max-width: 768px) {
    .YtrewqasdfgHjklmnbvc {
        flex-direction: column; 
        text-align: center;
    }
    .PlmoknbhgvcfdRewq {
        margin: 0 auto;
    }
    .ZxcasdqweVbntrew p {
        text-align: left; 
    }
}
.AsdfghjklQwertyuio {
    max-width: 900px;
    margin: 3rem auto 0;
}
.ZxcasdqwertVbnhyuj {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid var(--border-color);
    margin-bottom: 2rem;
}
.BnmjukiolpGfvdcs {
    padding: 0.8rem 1.5rem;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--text-color);
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s ease, color 0.3s ease;
}
.BnmjukiolpGfvdcs.active {
    color: var(--dark-color);
    border-bottom-color: var(--primary-color);
}
.CfvgybhnujmIkolpq {
    display: none;
    text-align: left;
}
.CfvgybhnujmIkolpq.active {
    display: block;
}
.CfvgybhnujmIkolpq h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.CfvgybhnujmIkolpq p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.YtrewqasdfVbnmklp {
    position: relative;
    max-width: 900px;
    margin: 2rem auto 0;
    overflow: hidden;
}
.PlmoknbhgvcfdRewqas {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.ZxcasdqweVbntrewq {
    flex: 0 0 33.333%;
    box-sizing: border-box;
    padding: 0 1rem;
    text-align: center;
}
.ZxcasdqweVbntrewq img {
    width: 100%;
    aspect-ratio: 16 / 9; 
    object-fit: cover;
    border-radius: 8px;
}
.ZxcasdqweVbntrewq h3 {
    margin-top: 1rem;
    font-size: 1.2rem;
}
.CvbntrewqHjklmnb, .FghjklpoiuytRewq {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 1.5rem;
    z-index: 10;
}
.CvbntrewqHjklmnb { left: -10px; }
.FghjklpoiuytRewq { right: -10px; }

@media(max-width: 992px) {
    .ZxcasdqweVbntrewq {
        flex: 0 0 50%; 
    }
}
@media(max-width: 768px) {
    .BnmjukiolpGfvdcs {
        font-size: 1rem;
        padding: 0.8rem 1rem;
    }
    .CvbntrewqHjklmnb { left: 5px; }
    .FghjklpoiuytRewq { right: 5px; }
}
@media(max-width: 580px) {
    .ZxcasdqweVbntrewq {
        flex: 0 0 100%; 
    }
    .BnmjukiolpGfvdcs {
        flex-grow: 1; 
        font-size: 0.9rem;
    }
}

.PoiuytrewqLkjhgfdsMnbvcx {
    padding: 5rem 1rem;
    background-color: var(--white-color);
}

.YtrewqasdfgHjklmnbvcxz {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
}

.RewqasdfVcxzbnmq {
    background-color: #faf8f2;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.PlmoknbhgvcfdRewqa img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.ZxcasdqweVbntrewqa {
    padding: 2rem 2.5rem;
}

.BnmjukiolpGfvdcsa {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.BnmjukiolpGfvdcsa svg {
    flex: 0 0 40px;
}
.BnmjukiolpGfvdcsa h3 {
    font-size: 1.8rem;
    color: var(--dark-color);
}

.ZxcasdqweVbntrewqa p {
    line-height: 1.7;
    color: var(--text-color);
}

@media (min-width: 992px) {
    .RewqasdfVcxzbnmq {
        flex-direction: row;
        align-items: center;
    }
    .RewqasdfVcxzbnmq:nth-child(even) {
        flex-direction: row-reverse;
    }
    .PlmoknbhgvcfdRewqa {
        flex: 1;
        min-width: 40%;
    }
    .PlmoknbhgvcfdRewqa img {
        height: 100%;
    }
    .ZxcasdqweVbntrewqa {
        flex: 1.5;
    }
}

@media (max-width: 480px) {
    .ZxcasdqweVbntrewqa {
        padding: 1.5rem;
    }
    .BnmjukiolpGfvdcsa h3 {
        font-size: 1.5rem;
    }
}
.KkdiwenwSldpwo > main .CvbntreWqasdfghjklZx .ZasdfgVbntrewqHjkl {
    background: linear-gradient(45deg, #4682B4, #87CEEB); 
    color: var(--white-color);
}
.KkdiwenwSldpwo > main .CvbntreWqasdfghjklZx .ZasdfgVbntrewqHjkl:hover {
    color: var(--white-color);
    box-shadow: 0 7px 20px rgba(70, 130, 180, 0.4);
}

.AsdfghjklpoiUytrewqZxcvb {
    padding: 5rem 1rem;
    background-color: var(--white-color);
}

.VbnmkljhgfdsAqwertYuiop {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 2.5rem;
    max-width: 1400px; 
    margin: 0 auto;
}

.CxzlkjhgfdsaqWertyu {
    text-align: center;
}
.Plmoknijbuhvygctfr {
    height: 80px; 
    width: 80px;
    margin: 0 auto 1.5rem auto;
    background-color: #faf8f2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
}
.CxzlkjhgfdsaqWertyu h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}
.CxzlkjhgfdsaqWertyu p {
    text-align: left;
    line-height: 1.6;
    color: var(--text-color);
}

@media (max-width: 1200px) {
    .VbnmkljhgfdsAqwertYuiop {
        grid-template-columns: repeat(2, 1fr); 
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .VbnmkljhgfdsAqwertYuiop {
        grid-template-columns: 1fr; 
    }
}

.JhgfdsaZxcasdqwertVbnm {
    padding: 5rem 1rem;
}
.UiopjklHjklmnbvAsdfg {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr; 
    gap: 4rem;
}

.RewqasdfVcxzbnmqw h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
#contactForm {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.PlmoknijbUhvygctfrdsa {
    display: flex;
    flex-direction: column;
}
.PlmoknijbUhvygctfrdsa label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.PlmoknijbUhvygctfrdsa input,
.PlmoknijbUhvygctfrdsa select,
.PlmoknijbUhvygctfrdsa textarea {
    padding: 0.9rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
    background-color: #fdfdfd;
}
.PlmoknijbUhvygctfrdsa input:focus,
.PlmoknijbUhvygctfrdsa select:focus,
.PlmoknijbUhvygctfrdsa textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.3);
}
.CfvgybhnujmIkolpqsdf {
    color: #d9534f;
    font-size: 0.9rem;
    display: none;
    margin-top: 0.25rem;
}
.PlmoknijbUhvygctfrdsa input.error,
.PlmoknijbUhvygctfrdsa select.error,
.PlmoknijbUhvygctfrdsa textarea.error {
    border-color: #d9534f;
}

.YtrewqasdfgHjklmnbvcq h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.YtrewqasdfgHjklmnbvcq > p {
    margin-bottom: 2rem;
}
.AsdfghjklPoiuytzx {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
}
.AsdfghjklPoiuytzx h3 {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.AsdfghjklPoiuytzx h3 svg {
    width: 20px;
    height: 20px;
    fill: var(--primary-color);
    flex-shrink: 0;
}
.AsdfghjklPoiuytzx p {
    padding-left: 28px;
}
.CvbntrewqHjklmnbvc {
    margin-top: 2rem;
}
.CvbntrewqHjklmnbvc iframe {
    border-radius: 8px;
    width: 100%; 
}

@media (max-width: 992px) {
    .UiopjklHjklmnbvAsdfg {
        grid-template-columns: 1fr; 
        gap: 4rem;
    }
}

@media (max-width: 480px) {
    .JhgfdsaZxcasdqwertVbnm {
        padding: 3rem 1rem; 
    }

    .RewqasdfVcxzbnmqw h2,
    .YtrewqasdfgHjklmnbvcq h2 {
        font-size: 1.8rem; 
    }

    .UiopjklHjklmnbvAsdfg {
        gap: 3rem; 
    }
}
.JhgfdsaZxcasdqwertVbnm main {
    padding: 4rem 1rem;
}
.AsdfghjklpoiUytrewqZxc {
    max-width: 900px;
    margin: 0 auto;
}

.AsdfghjklpoiUytrewqZxc .LpmnbvOiwqeurty {
    text-align: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.AsdfghjklpoiUytrewqZxc .CmxnbyZpqwoieut {
    margin-bottom: 0.5rem;
}
.AsdfghjklpoiUytrewqZxc .IkfdjlsAqpwiebns {
    font-size: 1rem;
    color: var(--text-color);
}

.VbnmkljhgfdsaqwertyUiop {
    margin-bottom: 2.5rem;
}
.VbnmkljhgfdsaqwertyUiop h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}
.VbnmkljhgfdsaqwertyUiop h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}
.VbnmkljhgfdsaqwertyUiop p, 
.VbnmkljhgfdsaqwertyUiop li {
    line-height: 1.7;
    color: var(--text-color);
}
.VbnmkljhgfdsaqwertyUiop ul {
    list-style: disc;
    padding-left: 2rem;
    margin-top: 1rem;
}
.VbnmkljhgfdsaqwertyUiop li {
    margin-bottom: 0.75rem;
}

.RewqasdfVcxzbnmqwertyu {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #faf8f2;
    padding: 2rem;
    box-sizing: border-box;
}

.HjklmnbvcXzasdfgh {
    max-width: 600px;
    text-align: center;
}

.HjklmnbvcXzasdfgh svg {
    margin-bottom: 1.5rem;
}

.HjklmnbvcXzasdfgh h1 {
    font-size: 3rem;
    color: var(--dark-color);
    margin-bottom: 1rem;
}

.HjklmnbvcXzasdfgh .IkfdjlsAqpwiebns {
    font-size: 1.2rem;
    color: var(--text-color);
    margin: 0 auto 1rem auto;
}

.HjklmnbvcXzasdfgh .FghjklmnbVcxzasd {
    color: var(--text-color);
    margin: 0 auto 2.5rem auto;
}

.HjklmnbvcXzasdfgh .ZasdfgVbntrewqHjkl {
    font-size: 1rem;
    padding: 1rem 2rem;
}
.JsodfjAnimateFadeUp,
.JsodfjAnimateFadeLeft,
.JsodfjAnimateFadeRight {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.JsodfjAnimateFadeUp { transform: translateY(30px); }
.JsodfjAnimateFadeLeft { transform: translateX(-30px); }
.JsodfjAnimateFadeRight { transform: translateX(30px); }
.JsodfjAnimateFadeUp.is-visible,
.JsodfjAnimateFadeLeft.is-visible,
.JsodfjAnimateFadeRight.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}
.JsodfjAnimateDelay1 { transition-delay: 0.1s; }
.JsodfjAnimateDelay2 { transition-delay: 0.2s; }
.JsodfjAnimateDelay3 { transition-delay: 0.3s; }
.JsodfjAnimateDelay4 { transition-delay: 0.4s; }
.JsodfjAnimateDelay5 { transition-delay: 0.5s; }
.JsodfjAnimateDelay6 { transition-delay: 0.6s; }