:root {
   --primary-accent: #064e3b;
--primary-accent-text: #f9fafb;
--secondary-accent: #f59e0b;
--error-color: #ef4444;
--success-color: #10b981;
--link-color: #22c55e;
--error-border: 2px solid var(--error-color);
--text-dark: #111827;
--text-light: #e5e7eb;
--bg-gradient: linear-gradient(135deg, #064e3b 0%, #22c55e 100%);
--card-bg: rgba(255, 255, 255, 0.95);
--transition: all 0.3s ease;

}

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

body {
    font-family: 'Josefin Sans ', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Amatic SC ', serif;
}

.ZjpXYvYyrvE {
    position: relative;
    width: 100%;
    min-height: 30vh;
    overflow: hidden;
    background: rgba(27, 27, 27, 0.6);
}

.FKMfdSY {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../arts/arts_f3.webp') no-repeat center center;
    background-size: cover;
    z-index: -1;
    opacity: 0.9;
}

.GRtRlGfu {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    min-height: 30vh;
}

.tJPzBwIYZij {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    animation: fadeInDown 0.8s ease;
}

.FdlMxRktMVdOAs {
    background-color: var(--secondary-accent);
    color: var(--text-dark);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    transition: var(--transition);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.FdlMxRktMVdOAs:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.FdlMxRktMVdOAs:active {
    transform: translateY(1px);
}

.fhSZbKaL {
    display: flex;
    align-items: center;
    gap: 0.5rem;   
    color: var(--text-light); 
    font-size: 1.7rem;
}

.fhSZbKaL p {
    max-width: 200px;
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: left;
    margin-left: 0.5rem;
}

.QvwuXRe {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem 0;
    color: var(--text-light);
    animation: fadeInUp 0.8s ease;
}

.QvwuXRe h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.QvwuXRe p {
    font-size: 1.2rem;
    max-width: 700px;
    margin-bottom: 3rem;
}

.ByiPgTJsKDRs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
}

.MfKiDOJ {
    background-color: var(--card-bg);
    padding: 1.5rem;
    border-radius: 10px;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    transition: var(--transition);
    animation: bounceIn 0.8s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.MfKiDOJ:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.MfKiDOJ i {
    font-size: 2rem;
    color: var(--primary-accent);
}

.MfKiDOJ p {
    font-weight: bold;
    color: var(--primary-accent);
    margin: 0;
    font-size: 1rem;
}

.iWBjBjxPwwHNm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.iWBjBjxPwwHNm.active {
    opacity: 1;
    display: flex;
    animation: fadeIn 0.3s ease;
}

.VQPBGHNrBx {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    max-width: 768px;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    animation: slideUp 0.5s ease;
}

.UYrZvXnuJlEK {
    flex: 1;
    padding: 2rem;
}

.qGffvVIu {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}

.qGffvVIu img {
    max-width: 80%;
    height: auto;
}

.fWgwnNpAEAZbFmA {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.fWgwnNpAEAZbFmA i {
    font-size: 1.5rem;
    cursor: pointer;
    transition: var(--transition);
}

.fWgwnNpAEAZbFmA i:hover {
    transform: rotate(-90deg);
    color: var(--error-color);
}

.LMjcMBdzBCaAjK h2 {
    color: var(--primary-accent);
    margin-bottom: 1.5rem;
    text-align: center;
}

.qBtDcnle {
    margin-bottom: 1.5rem;
}

.eGhxLiwGdYALMQ {
    color: var(--error-color);
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
    min-height: 1rem;
    display: none;
}

.qBtDcnle input,
.qBtDcnle select {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: var(--transition);
}

.qBtDcnle input:focus,
.qBtDcnle select:focus {
    border-color: var(--primary-accent);
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 51, 102, 0.2);
}

.qBtDcnle input.error,
.qBtDcnle select.error {
    border: var(--error-border);
}

.qFjIjYu {
    margin: 2rem 0;
}

.hPJwpkPTboDCE {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.hyTjxdfOWHOzQG {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hyTjxdfOWHOzQG input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: var(--transition);
}

.hyTjxdfOWHOzQG input[type="checkbox"]:checked {
    background-color: var(--primary-accent);
    border-color: var(--primary-accent);
}

.hyTjxdfOWHOzQG input[type="checkbox"]:checked::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.9rem;
}

.hyTjxdfOWHOzQG label {
    cursor: pointer;
    font-size: 0.9rem;
}

.hyTjxdfOWHOzQG a {
    color: var(--link-color);
    text-decoration: none;
}

.hyTjxdfOWHOzQG a:hover {
    text-decoration: underline;
}

.mJsTAAgVeSy {
    width: 100%;
    padding: 1rem;
    background-color: var(--primary-accent);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 1rem;
}

.mJsTAAgVeSy:hover {
    background-color: #004431;
    transform: translateY(-2px);
}

.mJsTAAgVeSy:active {
    transform: translateY(0);
}

.mJsTAAgVeSy.active {
    background-color: var(--primary-accent);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.mJsTAAgVeSy.active:hover {
    background-color: #004431;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.mJsTAAgVeSy.active:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.mJsTAAgVeSy:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.lNDCOYhY {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lNDCOYhY.active {
    opacity: 1;
    display: flex;
    animation: fadeIn 0.3s ease;
}

.nPpvoDxqLWgka {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    animation: bounceIn 0.5s ease;
}

.uNbGEbqcSNB {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.uNbGEbqcSNB i {
    font-size: 1.5rem;
    color: #777;
    transition: var(--transition);
}

.uNbGEbqcSNB i:hover {
    color: var(--error-color);
    transform: rotate(90deg);
}

.nPpvoDxqLWgka i {
    font-size: 3rem;
    color: var(--success-color);
    margin-bottom: 1rem;
}

.nPpvoDxqLWgka h2 {
    color: var(--primary-accent);
    margin-bottom: 1rem;
}

.nPpvoDxqLWgka p {
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

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

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

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

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

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 1280px) {
    .QvwuXRe h1 {
        font-size: 3.5rem;
    }
}

@media (max-width: 1024px) {
    .QvwuXRe h1 {
        font-size: 3rem;
    }
    
    .MfKiDOJ {
        width: 160px;
        padding: 1.2rem;
    }
}

@media (max-width: 768px) {
    .GRtRlGfu {
        padding: 1.5rem;
    }
    
    .QvwuXRe h1 {
        font-size: 2.5rem;
    }
    
    .QvwuXRe p {
        font-size: 1rem;
    }
    
    .ByiPgTJsKDRs {
        flex-direction: column;
        align-items: center;
    }
    
    .MfKiDOJ {
        width: 100%;
        max-width: 300px;
        flex-direction: row;
        justify-content: flex-start;
        padding: 1rem;
    }
    
    .VQPBGHNrBx {
        flex-direction: column;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .qGffvVIu {
        padding: 1.5rem;
    }
    
    .qGffvVIu img {
        max-width: 150px;
    }
}

@media (max-width: 480px) {
    .QvwuXRe h1 {
        font-size: 2rem;
    }
    
    .tJPzBwIYZij {
        flex-direction: column-reverse;
        gap: 1rem;
    }
    
    .UYrZvXnuJlEK {
        padding: 1.5rem;
    }
}

@media (max-width: 320px) {
    .QvwuXRe h1 {
        font-size: 1.8rem;
    }
    
    .UYrZvXnuJlEK {
        padding: 1rem;
    }
}

.jRYCCQHhSzPH {
    background-color: #f8f8f8;
    padding: 4rem 2rem;
    position: relative;
}

.GrIoTKfmRh {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    align-items: center;
}

.AnKvefZDsNywi {
    flex: 1;
}

.XTJwVxGySbe {
    flex: 1;
    display: flex;
    justify-content: center;
}

.jRYCCQHhSzPH h2 {
    font-family: 'Amatic SC ', serif;
    font-size: 2.5rem;
    color: var(--primary-accent);
    margin-bottom: 1.5rem;
}

.smccgWgrt {
    margin-bottom: 1.5rem;
}

.eqqBfAVEZHUQ {
    display: block;
    font-size: 1rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.HJlwSheMuJ {
    font-family: 'Amatic SC ', serif;
    font-size: 2.8rem;
    color: var(--secondary-accent);
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.nSedmmZxVf {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 2rem;
    max-width: 500px;
}

.qVkCRGZ {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}

.VREifehdFV {
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    transition: var(--transition);
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.VREifehdFV:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.VREifehdFV i {
    font-size: 2rem;
    color: var(--primary-accent);
}

.VREifehdFV p {
    font-weight: bold;
    color: var(--primary-accent);
    margin: 0;
    font-size: 0.9rem;
    text-align: center;
}

.PcThefDeZRtkkE {
    background: var(--bg-gradient);
    padding: 2rem;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    animation: pulse 2s infinite alternate;
}

.PcThefDeZRtkkE h3 {
    color: white;
    font-family: 'Amatic SC ', serif;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.NtXUpjoFXD {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.ojFrFWkaghU {
    flex: 1;
}

.yFnZWoDL {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}

.zWkfeF {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.OFEWyVxb {
    background-color: var(--secondary-accent);
    color: var(--text-dark);
    border: none;
    padding: 1rem 2rem;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    transition: var(--transition);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.OFEWyVxb:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.OFEWyVxb:active {
    transform: translateY(1px);
}

@keyframes pulse {
    from {
        transform: scale(1);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
    to {
        transform: scale(1.02);
        box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    }
}

@media (max-width: 1024px) {
    .GrIoTKfmRh {
        flex-direction: column;
        gap: 2rem;
    }
    
    .AnKvefZDsNywi,
    .XTJwVxGySbe {
        width: 100%;
    }
    
    .PcThefDeZRtkkE {
        max-width: 100%;
    }
    
    .qVkCRGZ {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .jRYCCQHhSzPH {
        padding: 3rem 1.5rem;
    }
    
    .jRYCCQHhSzPH h2 {
        font-size: 2rem;
    }
    
    .HJlwSheMuJ {
        font-size: 2.2rem;
    }
    
    .qVkCRGZ {
        flex-wrap: wrap;
    }
    
    .VREifehdFV {
        width: calc(50% - 0.75rem);
    }
}

@media (max-width: 480px) {
    .XTJwVxGySbe {
      width: 110%;
    }

    .NtXUpjoFXD {
        gap: 0.25rem;
    }
    
    .yFnZWoDL {
        font-size: 1.8rem;
        padding: 0.25rem;
    }
    
    .VREifehdFV {
        width: 100%;
    }
}

.BayjzdrOGZc {
    background-color: white;
    padding: 4rem 2rem;
}

.KvahKvnKull {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
}

.gaVeTmXdtSE {
    text-align: center;
    margin-bottom: 3rem;
}

.BayjzdrOGZc h2 {
    font-family: 'Amatic SC ', serif;
    font-size: 2.5rem;
    color: var(--primary-accent);
    margin-bottom: 1.5rem;
}

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

.wTehDkoyNJQT {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.UiNVQrB {
    background-color: #f8f8f8;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    width: 200px;
    transition: var(--transition);
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.UiNVQrB:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    background-color: var(--primary-accent);
    color: white;
}

.UiNVQrB:hover h3,
.UiNVQrB:hover p,
.UiNVQrB:hover i {
    color: white;
}

.UiNVQrB i {
    font-size: 2.5rem;
    color: var(--primary-accent);
    margin-bottom: 1rem;
    display: block;
    transition: var(--transition);
}

.UiNVQrB h3 {
    font-family: 'Amatic SC ', serif;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: var(--primary-accent);
    transition: var(--transition);
}

.UiNVQrB p {
    font-size: 0.9rem;
    color: #666;
    transition: var(--transition);
}

.CUWtcTBgVNGYn {
    background-color: var(--secondary-accent);
    color: var(--text-dark);
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    transition: var(--transition);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-top: 1rem;
}

.CUWtcTBgVNGYn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    background-color: #ffd700;
}

.CUWtcTBgVNGYn:active {
    transform: translateY(1px);
}

.nbdwhzZxW {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.nbdwhzZxW img {
    width: 100%;
    max-width: 1560px;
    height: auto;
    max-height: 500px;
    display: block;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .wTehDkoyNJQT {
        gap: 1rem;
    }
    
    .UiNVQrB {
        width: calc(33.333% - 0.67rem);
    }
}

@media (max-width: 768px) {
    .BayjzdrOGZc {
        padding: 3rem 1.5rem;
    }
    
    .BayjzdrOGZc h2 {
        font-size: 2rem;
    }
    
    .UiNVQrB {
        width: calc(50% - 0.75rem);
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 480px) {
    .wTehDkoyNJQT {
        flex-direction: column;
        align-items: center;
    }
    
    .UiNVQrB {
        width: 100%;
        max-width: 300px;
    }
    
    .GJMJNg {
        font-size: 1rem;
    }
}

.bXeSTHRlNVRsj {
    background-color: #f8f8f8;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}

.eWZol {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.bXeSTHRlNVRsj h2 {
    font-family: 'Amatic SC ', serif;
    font-size: 2.8rem;
    color: var(--primary-accent);
    text-align: center;
    margin-bottom: 1rem;
}

.SSTqya {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.TRgZgJEZcBmls {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    perspective: 1000px;
}

.kEiySl {
    width: 250px;
    height: 320px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.kEiySl:hover {
    transform: translateY(-10px) rotateY(15deg);
}

.kEiySl[data-step="1"]:hover {
    transform: translateY(-10px) rotateY(15deg) scale(1.03);
}

.kEiySl[data-step="2"]:hover {
    transform: translateY(-10px) rotateY(15deg) scale(1.03);
}

.kEiySl[data-step="3"]:hover {
    transform: translateY(-10px) rotateY(15deg) scale(1.03);
}

.kEiySl[data-step="4"]:hover {
    transform: translateY(-10px) rotateY(15deg) scale(1.03);
}

.WejRbVWfN {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.kEiySl:hover .WejRbVWfN {
    transform: rotateY(180deg);
}

.dTFHttIAYG,
.ZNUSFQa {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dTFHttIAYG {
    background-color: white;
    color: var(--primary-accent);
}

.ZNUSFQa {
    background: var(--bg-gradient);
    color: white;
    transform: rotateY(180deg);
}

.NmqgjeQ {
    font-family: 'Amatic SC ', serif;
    font-size: 3rem;
    font-weight: bold;
    color: rgba(0,51,102,0.1);
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.kEiySl i {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--primary-accent);
}

.ZNUSFQa i {
    color: white;
}

.kEiySl h3 {
    font-family: 'Amatic SC ', serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.dTFHttIAYG p {
    color: #666;
    font-size: 0.9rem;
}

.ZNUSFQa p {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

.VGHKDpeicymW {
    background-color: var(--secondary-accent);
    color: var(--text-dark);
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    transition: var(--transition);
    margin-top: auto;
}

.VGHKDpeicymW:hover {
    background-color: #ffd700;
    transform: translateX(5px);
}

.kCocMy {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
}

.kCocMy i {
    font-size: 1.5rem;
}

.XnyNSSrHLx {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
}

.XnyNSSrHLx i {
    font-size: 2rem;
}

.WRmLHSKDptXb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    font-weight: bold;
}

.bXeSTHRlNVRsj::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 204, 133, 0.1) 0%, rgba(0,102,204,0) 70%);
    border-radius: 50%;
}

.bXeSTHRlNVRsj::after {
    content: "";
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,204,0,0.1) 0%, rgba(255,204,0,0) 70%);
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .TRgZgJEZcBmls {
        gap: 1.5rem;
    }
    
    .kEiySl {
        width: 220px;
        height: 300px;
    }
}

@media (max-width: 768px) {
    .bXeSTHRlNVRsj {
        padding: 3rem 1.5rem;
    }
    
    .bXeSTHRlNVRsj h2 {
        font-size: 2.2rem;
    }
    
    .TRgZgJEZcBmls {
        flex-direction: column;
        align-items: center;
    }
    
    .kEiySl {
        width: 100%;
        max-width: 350px;
        height: 280px;
    }
}

@media (max-width: 480px) {
    .bXeSTHRlNVRsj h2 {
        font-size: 2rem;
    }
    
    .SSTqya {
        font-size: 1rem;
    }
    
    .dTFHttIAYG,
    .ZNUSFQa {
        padding: 1.5rem;
    }
}

.mlAlxH {
    background-color: white;
    padding: 4rem 2rem;
}

.cvutkfrZ {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
}

.NrAUlTuYJqgi {
    flex: 1;
}

.bjFzlv {
    flex: 1;
}

.mlAlxH h2 {
    font-family: 'Amatic SC ', serif;
    font-size: 2.2rem;
    color: var(--primary-accent);
    margin-bottom: 1.5rem;
}

.bjFzlv p {
    color: #666;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.tIEnkEIA {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.knNXrsvXucsaJ {
    background-color: #f8f8f8;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.knNXrsvXucsaJ h3 {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1rem;
}

.FLbDmCsq {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.vZtOGrcojo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    animation: bounceIn 0.5s ease;
}

.vZtOGrcojo.main {
    background-color: var(--primary-accent);
}

.vZtOGrcojo.VgBIeMovoJd {
    background-color: var(--secondary-accent);
}

.knNXrsvXucsaJ p {
    font-weight: bold;
    color: var(--primary-accent);
}

.UZwsppr {
    background-color: #f8f8f8;
    padding: 2rem;
    border-radius: 10px;
}

.JKuTh {
    margin-bottom: 1.5rem;
}

.JKuTh label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: var(--primary-accent);
}

.JKuTh input {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: var(--transition);
}

.JKuTh input:focus {
    border-color: var(--primary-accent);
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,51,102,0.1);
}

.JKuTh input.error {
    border-color: var(--error-color);
}

.uYQzzejk {
    color: var(--error-color);
    font-size: 0.8rem;
    margin-top: 0.3rem;
    min-height: 1rem;
    display: none;
}

.IRfjFyhjbevkm {
    width: 100%;
    padding: 1rem;
    background-color: var(--primary-accent);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 1rem;
}

.IRfjFyhjbevkm:hover:not(:disabled) {
    background-color: #004431;
    transform: translateY(-2px);
}

.IRfjFyhjbevkm:active:not(:disabled) {
    transform: translateY(0);
}

.IRfjFyhjbevkm:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.IRfjFyhjbevkm.active {
    background-color: var(--primary-accent);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.IRfjFyhjbevkm.active:hover {
    background-color: #004431;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.fPjoRVSgkXUX {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fPjoRVSgkXUX.active {
    opacity: 1;
    display: flex;
    animation: fadeIn 0.3s ease;
}

.mzrSRcIexo {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    animation: bounceIn 0.5s ease;
}

.LDSSrTkJZKCz {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.LDSSrTkJZKCz i {
    font-size: 1.5rem;
    color: #777;
    transition: var(--transition);
}

.LDSSrTkJZKCz i:hover {
    color: var(--error-color);
    transform: rotate(90deg);
}

.mzrSRcIexo i {
    font-size: 3rem;
    color: var(--success-color);
    margin-bottom: 1rem;
}

.mzrSRcIexo h2 {
    color: var(--primary-accent);
    margin-bottom: 1rem;
}

.mzrSRcIexo p {
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

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

@media (max-width: 1024px) {
    .cvutkfrZ {
        flex-direction: column;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .mlAlxH {
        padding: 3rem 1.5rem;
    }
    
    .mlAlxH h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .vZtOGrcojo {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .UZwsppr {
        padding: 1.5rem;
    }
}

.QDtuNyBxH {
    background-color: #f8f8f8;
    padding: 5rem 2rem;
}

.PIGkBZmiZlUEz {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
}

.QDtuNyBxH h2 {
    font-family: 'Amatic SC ', serif;
    font-size: 2.8rem;
    color: var(--primary-accent);
    text-align: center;
    margin-bottom: 1rem;
}

.JUxEgyeHlUD {
    font-size: 1.2rem;
    color: #666;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.gXQdyKYmlge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.aLZld {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: var(--transition);
}

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

.IRvjoZPiSZJFD {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    position: relative;
}

.IRvjoZPiSZJFD img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1rem;
    border: 3px solid var(--secondary-accent);
}

.kvIoAwMl {
    flex: 1;
}

.IRvjoZPiSZJFD h3 {
    font-family: 'Amatic SC ', serif;
    font-size: 1.2rem;
    color: var(--primary-accent);
    margin-bottom: 0.3rem;
}

.PgNdxnb {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.PgNdxnb i {
    color: var(--secondary-accent);
    font-size: 1rem;
}

.PgNdxnb span {
    margin-left: 0.5rem;
    font-weight: bold;
    color: var(--primary-accent);
}

.IRvjoZPiSZJFD i[class^="ri-double-quotes"] {
    font-size: 2rem;
    color: rgba(0,51,102,0.1);
    position: absolute;
    top: -10px;
    right: 0;
}

.tFwxnQAGsEfu {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.ayDHmCfYkOVL {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #888;
    font-size: 0.9rem;
}

.ayDHmCfYkOVL i {
    font-size: 1rem;
}

@media (max-width: 1024px) {
    .gXQdyKYmlge {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .QDtuNyBxH {
        padding: 4rem 2rem;
    }
}

@media (max-width: 768px) {
    .gXQdyKYmlge {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .QDtuNyBxH h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .QDtuNyBxH {
        padding: 3rem 1.5rem;
    }
    
    .QDtuNyBxH h2 {
        font-size: 2rem;
    }
    
    .JUxEgyeHlUD {
        font-size: 1rem;
    }
    
    .aLZld {
        padding: 1.5rem;
    }
    
    .IRvjoZPiSZJFD img {
        width: 50px;
        height: 50px;
    }
}

.hnybosOHJp {
    position: relative;
    padding: 5rem 2rem;
    color: white;
}

.WltIJkjMxTyE {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../arts/arts_f2.webp') no-repeat center center;
    background-size: cover;
    z-index: -1;
    opacity: 0.9;
}

.WltIJkjMxTyE::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 102, 60, 0.8);
    z-index: 1;
}

.uwfYPnBkzaTL {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hnybosOHJp h2 {
    font-family: 'Amatic SC ', serif;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 1rem;
}

.JeyGKPb {
    font-size: 1.2rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
    line-height: 1.6;
    opacity: 0.9;
}

.dIyzBebErTU {
    display: flex;
    gap: 2rem;
}

.csGnuOkvfzuu {
    flex: 1;
}

.csGnuOkvfzuu h3 {
    font-family: 'Amatic SC ', serif;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.csGnuOkvfzuu h3 i {
    font-size: 1.8rem;
    color: var(--secondary-accent);
}

.ybeymbmYpsstIVk {
    margin-bottom: 1rem;
    background-color: rgba(255,255,255,0.1);
    border-radius: 8px;
    overflow: hidden;
    transition: var(--transition);
}

.bzqApNCI {
    padding: 1.2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    transition: var(--transition);
}

.bzqApNCI:hover {
    background-color: rgba(255,255,255,0.15);
}

.bzqApNCI i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.bzqApNCI.active i {
    transform: rotate(180deg);
}

.qwtksaYsaWuLgIE {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
}

.qwtksaYsaWuLgIE.active {
    max-height: 300px;
    padding: 0 1.5rem 1.5rem;
}

.qwtksaYsaWuLgIE p {
    line-height: 1.6;
    opacity: 0.9;
}

.wdVzEtLTulih {
    width: 1px;
    background-color: rgba(255,255,255,0.2);
    margin: 3rem 0;
}

@media (max-width: 1024px) {
    .dIyzBebErTU {
        flex-direction: column;
        gap: 0;
    }
    
    .wdVzEtLTulih {
        width: 100%;
        height: 1px;
        margin: 2rem 0;
    }
    
    .hnybosOHJp h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .hnybosOHJp {
        padding: 3rem 1.5rem;
    }
    
    .hnybosOHJp h2 {
        font-size: 2.2rem;
    }
    
    .JeyGKPb {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .hnybosOHJp h2 {
        font-size: 2rem;
    }
    
    .bzqApNCI {
        padding: 1rem;
        font-size: 0.95rem;
    }
    
    .qwtksaYsaWuLgIE p {
        font-size: 0.9rem;
    }
}

.PVzAyaTP {
    background-color: #f8f8f8;
    padding: 4rem 2rem;
}

.eAsOcyKX {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
}

.ZDjaUHkIicIbo {
    flex: 1;
    padding-right: 2rem;
}

.JFaVeiIIlKoOZ {
    flex: 1;
    padding-left: 2rem;
}

.PVzAyaTP h2 {
    font-family: 'Amatic SC ', serif;
    font-size: 2.2rem;
    color: var(--primary-accent);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.PVzAyaTP h2 i {
    font-size: 1.8rem;
    color: var(--secondary-accent);
}

.PVzAyaTP p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 2rem;
}

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

.QVxoFHXH ul {
    list-style-type: none;
    margin-bottom: 2rem;
}

.QVxoFHXH li {
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 1.5rem;
}

.QVxoFHXH li::before {
    content: "•";
    color: var(--secondary-accent);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -0.2rem;
}

.QVxoFHXH a {
    color: var(--primary-accent);
    text-decoration: none;
    transition: var(--transition);
}

.QVxoFHXH a:hover {
    color: var(--secondary-accent);
    text-decoration: underline;
}

.lvuMEUtBJZH {
    margin-top: 2rem;
}

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

.jkDVxyls {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.jkDVxyls a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 0.5rem;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: var(--transition);
}

.jkDVxyls a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

.pIVzzjLb {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.pIVzzjLb p {
    margin: 0;
    font-weight: bold;
    color: var(--primary-accent);
}

.bERYjT {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.cLrgGZWntng {
    margin-bottom: 1.5rem;
}

.cLrgGZWntng label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: var(--primary-accent);
}

.cLrgGZWntng input,
.cLrgGZWntng textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: var(--transition);
}

.cLrgGZWntng textarea {
    resize: vertical;
    min-height: 100px;
}

.cLrgGZWntng input:focus,
.cLrgGZWntng textarea:focus {
    border-color: var(--primary-accent);
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 102, 78, 0.1);
}

.cLrgGZWntng input.error,
.cLrgGZWntng textarea.error {
    border-color: var(--error-color);
}

.ujCLPVk {
    color: var(--error-color);
    font-size: 0.8rem;
    margin-top: 0.3rem;
    min-height: 1rem;
    display: none;
}

.UnhPbycC {
    margin: 2rem 0;
}

.UnhPbycC-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.UnhPbycC-row input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: var(--transition);
}

.UnhPbycC-row input[type="checkbox"]:checked {
    background-color: var(--primary-accent);
    border-color: var(--primary-accent);
}

.UnhPbycC-row input[type="checkbox"]:checked::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 0.9rem;
}

.UnhPbycC-row label {
    cursor: pointer;
    font-size: 0.9rem;
    color: #666;
}

.wVICVrYtCpeZff {
    width: 100%;
    padding: 1rem;
    background-color: var(--primary-accent);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 1rem;
}

.wVICVrYtCpeZff:hover:not(:disabled) {
    background-color: #004431;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.wVICVrYtCpeZff:active:not(:disabled) {
    transform: translateY(0);
}

.wVICVrYtCpeZff:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.FCyMUCiIVzJW {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.FCyMUCiIVzJW.active {
    opacity: 1;
    display: flex;
    animation: fadeIn 0.3s ease;
}

.ObXbbsSVjQT {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    animation: bounceIn 0.5s ease;
}

.yBhnESXWZB {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.yBhnESXWZB i {
    font-size: 1.5rem;
    color: #777;
    transition: var(--transition);
}

.yBhnESXWZB i:hover {
    color: var(--error-color);
    transform: rotate(90deg);
}

.ObXbbsSVjQT i {
    font-size: 3rem;
    color: var(--success-color);
    margin-bottom: 1rem;
}

.ObXbbsSVjQT h2 {
    color: var(--primary-accent);
    margin-bottom: 1rem;
}

.ObXbbsSVjQT p {
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

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

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 1024px) {
    .eAsOcyKX {
        flex-direction: column;
        gap: 2rem;
    }
    
    .ZDjaUHkIicIbo,
    .JFaVeiIIlKoOZ {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .PVzAyaTP {
        padding: 3rem 1.5rem;
    }
    
    .PVzAyaTP h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .jkDVxyls {
        flex-direction: column;
    }
    
    .bERYjT {
        padding: 1.5rem;
    }
}

.sPWLP {
    background-color: var(--primary-accent);
    color: white;
    padding: 2rem 1rem;
    text-align: center;
}

.IvCSmaCa {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
}

.EZiZaFlktz {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.EZiZaFlktz a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--transition);
    position: relative;
}

.EZiZaFlktz a:hover {
    color: var(--secondary-accent);
}

.EZiZaFlktz a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--secondary-accent);
    transition: var(--transition);
}

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

.kcOmQTpXuTX p {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.7);
    margin: 0;
}

@media (max-width: 768px) {
    .EZiZaFlktz {
        gap: 1rem;
    }
    
    .EZiZaFlktz a {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .EZiZaFlktz {
        flex-direction: column;
        gap: 0.5rem;
    }
}

.ztQMMdeAiASND {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 102, 97, 0.95);
    color: white;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.ztQMMdeAiASND.active {
    transform: translateY(0);
}

.RbpMfNeBDnV {
    max-width: 1526px;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 2rem;
}

.NPKqNuCt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.NPKqNuCt p {
    margin: 0;
    flex: 1;
    min-width: 300px;
    line-height: 1.6;
}

.NPKqNuCt a {
    color: var(--secondary-accent);
    text-decoration: underline;
}

.aEtyGHlORxVDf {
    background-color: var(--secondary-accent);
    color: var(--text-dark);
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.aEtyGHlORxVDf:hover {
    background-color: #ffd700;
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.XbSCXIVpdYHn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.97);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.XbSCXIVpdYHn.active {
    opacity: 1;
    pointer-events: all;
}

.EXCupMj {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    max-width: 500px;
    width: 90%;
    transform: scale(0.8);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.XbSCXIVpdYHn.active .EXCupMj {
    transform: scale(1);
}

.BDSpnWFp {
    padding: 2.5rem;
    text-align: center;
}

.BDSpnWFp i {
    font-size: 3rem;
    color: var(--primary-accent);
    margin-bottom: 1.5rem;
    display: inline-block;
}

.BDSpnWFp h2 {
    font-family: 'Amatic SC ', serif;
    color: var(--primary-accent);
    margin-bottom: 1rem;
}

.BDSpnWFp p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.QiJDxPcnXSr {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.iEPiXMewUVv, .wfvQE {
    padding: 1rem 2rem;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
    min-width: 180px;
}

.iEPiXMewUVv {
    background-color: var(--primary-accent);
    color: white;
    border: none;
}

.iEPiXMewUVv:hover {
    background-color: #004431;
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.wfvQE {
    background-color: transparent;
    color: var(--primary-accent);
    border: 2px solid var(--primary-accent);
}

.wfvQE:hover {
    background-color: #f8f8f8;
    transform: translateY(-3px);
}

.iFwOGE {
    position: fixed;
    left: 30px;
    bottom: 199px;
    width: 50px;
    height: 50px;
    background-color: var(--primary-accent);
    color: white;
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    animation: luiJump 2s infinite;
}

.iFwOGE.visible {
    opacity: 1;
    transform: translateY(0);
}

.iFwOGE i {
    font-size: 1.5rem;
}

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

@media (max-width: 768px) {
    .NPKqNuCt {
        flex-direction: column;
        text-align: center;
    }
    
    .aEtyGHlORxVDf {
        width: 100%;
    }
    
    .iFwOGE {
        left: 20px;
        bottom: 20px;
        width: 40px;
        height: 40px;
    }
    
    .QiJDxPcnXSr {
        flex-direction: column;
    }
    
    .iEPiXMewUVv, .wfvQE {
        width: 100%;
    }
}

.mOAnYTgMmXUT {
    color: var(--text-dark);
}

.LRpkZjVQXLjy {
    background: linear-gradient(135deg, var(--primary-accent) 0%, #00cc74 100%);
    color: white;
    padding: 5rem 2rem;
    text-align: center;
}

.LRpkZjVQXLjy h2 {
    font-family: 'Amatic SC ', serif;
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.LRpkZjVQXLjy p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
}

.TXdlKXYegdcU {
    padding: 4rem 2rem;
}

.ujPGJgCiUg {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.PyaudWcFg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.iFyllYP {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background-color: #f8f8f8;
    padding: 1.5rem;
    border-radius: 10px;
    transition: var(--transition);
}

.iFyllYP:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.iFyllYP i {
    font-size: 2rem;
    color: var(--primary-accent);
    flex-shrink: 0;
    margin-top: 0.3rem;
}

.JhZVCcWbtMGRd h3 {
    font-family: 'Amatic SC ', serif;
    font-size: 1.3rem;
    color: var(--primary-accent);
    margin-bottom: 0.8rem;
}

.JhZVCcWbtMGRd p {
    line-height: 1.6;
    color: #555;
}

.giuPXQB {
    background-color: var(--primary-accent);
    color: white;
    padding: 2.5rem;
    border-radius: 10px;
    text-align: center;
}

.giuPXQB h2 {
    font-family: 'Amatic SC ', serif;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.giuPXQB p {
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    opacity: 0.9;
}

.giuPXQB ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.giuPXQB li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
}

.giuPXQB i {
    font-size: 1.2rem;
}

.giuPXQB a {
    color: var(--secondary-accent);
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: var(--transition);
}

.giuPXQB a:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .LRpkZjVQXLjy h2 {
        font-size: 2.5rem;
    }
    
    .PyaudWcFg {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .LRpkZjVQXLjy {
        padding: 4rem 1.5rem;
    }
    
    .LRpkZjVQXLjy h2 {
        font-size: 2.2rem;
    }
    
    .TXdlKXYegdcU {
        padding: 3rem 1.5rem;
    }
    
    .iFyllYP {
        flex-direction: column;
        gap: 1rem;
    }
    
    .giuPXQB ul {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .LRpkZjVQXLjy h2 {
        font-size: 2rem;
    }
    
    .LRpkZjVQXLjy p {
        font-size: 1rem;
    }
    
    .giuPXQB {
        padding: 1.5rem;
    }
    
    .giuPXQB h2 {
        font-size: 1.5rem;
    }
}

.eJlBGyprGYOG {
    color: var(--text-dark);
    background-color: #f8f8f8;
}

.EylsiuwmN {
    background: linear-gradient(135deg, #00664b 0%, #00cc74 100%);
    color: white;
    padding: 5rem 2rem;
    text-align: center;
}

.EylsiuwmN h2 {
    font-family: 'Amatic SC ', serif;
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.EylsiuwmN p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
}

.DMDkEfqePng {
    padding: 4rem 2rem;
}

.mnOVaR {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.BeyBFEgk {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 3rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    line-height: 1.6;
}

.QaJHQzcz {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.pVulxZz {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    transition: var(--transition);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.pVulxZz:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.pVulxZz i {
    font-size: 2rem;
    color: var(--primary-accent);
    flex-shrink: 0;
    margin-top: 0.3rem;
}

.jeWvkeYhD h3 {
    font-family: 'Amatic SC ', serif;
    font-size: 1.3rem;
    color: var(--primary-accent);
    margin-bottom: 0.8rem;
}

.jeWvkeYhD p {
    line-height: 1.6;
    color: #555;
}

.qvKhEgcYGN {
    background-color: var(--primary-accent);
    color: white;
    padding: 2.5rem;
    border-radius: 10px;
    text-align: center;
}

.qvKhEgcYGN h2 {
    font-family: 'Amatic SC ', serif;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.qvKhEgcYGN p {
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    opacity: 0.9;
}

.oVJVe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.PWsEgATED,
.jKHXXlUEo,
.LEbsisqUrGPmo {
    padding: 1rem 2rem;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
    min-width: 200px;
}

.PWsEgATED {
    background-color: var(--secondary-accent);
    color: var(--text-dark);
    border: none;
}

.PWsEgATED:hover {
    background-color: #ffd700;
    transform: translateY(-3px);
}

.jKHXXlUEo {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.jKHXXlUEo:hover {
    background-color: rgba(255,255,255,0.1);
    transform: translateY(-3px);
}

.LEbsisqUrGPmo {
    background-color: transparent;
    color: white;
    border: 2px solid #e74c3c;
}

.LEbsisqUrGPmo:hover {
    background-color: rgba(231,76,60,0.1);
    transform: translateY(-3px);
}

@media (max-width: 1024px) {
    .EylsiuwmN h2 {
        font-size: 2.5rem;
    }
    
    .QaJHQzcz {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .EylsiuwmN {
        padding: 4rem 1.5rem;
    }
    
    .EylsiuwmN h2 {
        font-size: 2.2rem;
    }
    
    .DMDkEfqePng {
        padding: 3rem 1.5rem;
    }
    
    .pVulxZz {
        flex-direction: column;
        gap: 1rem;
    }
    
    .oVJVe {
        flex-direction: column;
        align-items: center;
    }
    
    .PWsEgATED,
    .jKHXXlUEo,
    .LEbsisqUrGPmo {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .EylsiuwmN h2 {
        font-size: 2rem;
    }
    
    .EylsiuwmN p {
        font-size: 1rem;
    }
    
    .qvKhEgcYGN {
        padding: 1.5rem;
    }
    
    .qvKhEgcYGN h2 {
        font-size: 1.5rem;
    }
}

.VGJGSejJPpIgl {
    color: var(--text-dark);
    background-color: #f8f8f8;
}

.FpmNXgC {
    background: linear-gradient(135deg, #00664b 0%, #00cc74 100%);
    color: white;
    padding: 5rem 2rem;
    text-align: center;
}

.FpmNXgC h2 {
    font-family: 'Amatic SC ', serif;
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.FpmNXgC p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
}

.WDFDOjCaXtiJm {
    padding: 4rem 2rem;
}

.rgrrIBQAGE {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.ATSXDppGS {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 3rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    line-height: 1.6;
    text-align: center;
}

.wRSIGyY {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.XSKzG {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    transition: var(--transition);
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.XSKzG:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.XSKzG i {
    font-size: 2rem;
    color: var(--primary-accent);
    flex-shrink: 0;
    margin-top: 0.3rem;
}

.GMIYDgQo h3 {
    font-family: 'Amatic SC ', serif;
    font-size: 1.3rem;
    color: var(--primary-accent);
    margin-bottom: 0.8rem;
}

.GMIYDgQo p {
    line-height: 1.6;
    color: #555;
}

.oJodP {
    background-color: var(--primary-accent);
    color: white;
    padding: 2.5rem;
    border-radius: 10px;
    text-align: center;
}

.oJodP h2 {
    font-family: 'Amatic SC ', serif;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.oJodP ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.oJodP li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
}

.oJodP i {
    font-size: 1.2rem;
}

.oJodP a {
    color: var(--secondary-accent);
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: var(--transition);
}

.oJodP a:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .FpmNXgC h2 {
        font-size: 2.5rem;
    }
    
    .wRSIGyY {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .FpmNXgC {
        padding: 4rem 1.5rem;
    }
    
    .FpmNXgC h2 {
        font-size: 2.2rem;
    }
    
    .WDFDOjCaXtiJm {
        padding: 3rem 1.5rem;
    }
    
    .XSKzG {
        flex-direction: column;
        gap: 1rem;
    }
    
    .oJodP ul {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .FpmNXgC h2 {
        font-size: 2rem;
    }
    
    .FpmNXgC p {
        font-size: 1rem;
    }
    
    .oJodP {
        padding: 1.5rem;
    }
    
    .oJodP h2 {
        font-size: 1.5rem;
    }
}