@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');


:root {
    --lm-primary: #e66439;
    --lm-secondary: #f8faee;
    --lm-accent: #a8dcc9;
    --lm-dark: #391d57;
    --lm-light: #f8f9fa;
    --lm-gradient: linear-gradient(135deg, #e66a39 0%, #a8dcb9 100%);
    --lm-overlay: rgba(58, 29, 87, 0.85);
    --lm-text-dark: #262129;
    --lm-text-light: #f8f9fa;
    --lm-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    --lm-transition: all 0.3s ease;
    --lm-border-radius: 8px;
}

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

body {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    color: var(--lm-text-dark);
    background-color: var(--lm-secondary);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

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

.zofOYV {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.99);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: var(--lm-text-light);
    padding: 20px;
    text-align: center;
}

.VGjJZIrssV {
    max-width: 500px;
    background-color: var(--lm-dark);
    padding: 40px;
    border-radius: var(--lm-border-radius);
    box-shadow: var(--lm-shadow);
    animation: lmfadeIn 0.5s ease;
}

.VGjJZIrssV i {
    font-size: 3rem;
    color: var(--lm-primary);
    margin-bottom: 20px;
}

.VGjJZIrssV h2 {
    margin-bottom: 15px;
    color: var(--lm-text-light);
}

.VGjJZIrssV p {
    margin-bottom: 25px;
}

.NKQEJhpmgx {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.Anoww, .XeXDTZoe {
    padding: 12px 25px;
    border-radius: var(--lm-border-radius);
    font-weight: bold;
    transition: var(--lm-transition);
}

.Anoww {
    background-color: var(--lm-primary);
    color: var(--lm-text-light);
}

.XeXDTZoe {
    background-color: var(--lm-secondary);
    color: var(--lm-text-dark);
}

.Anoww:hover {
    background-color: darken(#e68139, 10%);
    transform: translateY(-3px);
}

.XeXDTZoe:hover {
    background-color: darken(#f1faee, 10%);
    transform: translateY(-3px);
}

.bkAalSgQpwNa {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--lm-dark);
    color: var(--lm-text-light);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

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

.zqysgsWNCKhw {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 1682px;
    width: 100%;
    margin: 0 auto;
}

.zqysgsWNCKhw p {
    flex: 1;
}

.zqysgsWNCKhw a {
    color: var(--lm-accent);
    text-decoration: underline;
}

.CYwqNUnGqi {
    padding: 8px 20px;
    background-color: var(--lm-primary);
    color: var(--lm-text-light);
    border-radius: var(--lm-border-radius);
    transition: var(--lm-transition);
}

.CYwqNUnGqi:hover {
    background-color: darken(#e68139, 10%);
    transform: translateY(-2px);
}

.dWKDBKbofYCqU {
    background-color: var(--lm-dark);
    color: var(--lm-text-light);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: var(--lm-shadow);
}

.QoHNimGx {
    max-width: 1682px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.qMIGWHhjESJ {
    display: flex;
    align-items: center;
    gap: 15px;
}

.qMIGWHhjESJ img {
    height: 40px;
}

.qMIGWHhjESJ h1 {
    font-size: 1.8rem;
    margin: 0;
}

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

.qsGwZEeobt {
    display: flex;
    list-style: none;
    gap: 25px;
}

.PITNhUZrTZfx {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    border-radius: var(--lm-border-radius);
    transition: var(--lm-transition);
    font-weight: 500;
}

.PITNhUZrTZfx:hover {
    color: var(--lm-primary);
    transform: translateY(-2px);
}

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

.zSQMipkZRZ {
    background-color: var(--lm-primary);
    color: var(--lm-text-light);
    padding: 10px 20px;
    border-radius: var(--lm-border-radius);
    font-weight: bold;
    transition: var(--lm-transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

.zSQMipkZRZ:hover {
    background-color: darken(#e68139, 10%);
    transform: translateY(-3px);
}

.Wuug {
    position: relative;
}

.sgbtgGXEzLn {
    background-color: transparent;
    color: var(--lm-text-light);
    padding: 8px 15px;
    border-radius: var(--lm-border-radius);
    border: 1px solid var(--lm-accent);
    transition: var(--lm-transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

.sgbtgGXEzLn:hover {
    background-color: var(--lm-accent);
    color: var(--lm-text-dark);
}

.uoSbsti {
    position: absolute;
    right: 0;
    top: 100%;
    background-color: var(--lm-secondary);
    color: var(--lm-text-dark);
    padding: 20px;
    border-radius: var(--lm-border-radius);
    box-shadow: var(--lm-shadow);
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: var(--lm-transition);
    transform: translateY(10px);
    z-index: 10;
}

.Wuug:hover .uoSbsti {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.uoSbsti p {
    margin-bottom: 15px;
}

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

.wLRmADrmmcRBJ a {
    color: var(--lm-primary);
    display: flex;
    align-items: center;
    gap: 5px;
    transition: var(--lm-transition);
}

.wLRmADrmmcRBJ a:hover {
    color: var(--lm-dark);
}

.TQXpdVCXbekGd {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url('/sd-core/sd-arts/sd-bg.webp') no-repeat center center;
    background-size: cover;
    padding: 80px 20px;
    overflow: hidden;
}

.klugYE {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--lm-overlay);
    z-index: 1;
}

.VlDgX {
    position: relative;
    z-index: 2;
    max-width: 1682px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: var(--lm-text-light);
    padding: 0 20px;
}

.VlDgX h2 {
    font-size: 4rem;
    margin-bottom: 20px;
    animation: lmfadeInUp 1s ease;
}

.VlDgX p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 40px;
    animation: lmfadeInUp 1s ease 0.2s forwards;
    opacity: 0;
}

.oUYdPDblOBnxjqM {
    background-color: var(--lm-primary);
    color: var(--lm-text-light);
    padding: 15px 30px;
    border-radius: var(--lm-border-radius);
    font-size: 1.2rem;
    font-weight: bold;
    transition: var(--lm-transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    animation: lmfadeInUp 1s ease 0.4s forwards;
    opacity: 0;
}

.oUYdPDblOBnxjqM:hover {
    background-color: darken(#e68139, 10%);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

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

.uWEFTiWgaXNzm {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 80px;
    animation: lmfadeInUp 1s ease 0.6s forwards;
    opacity: 0;
}

.qXiaeaxM {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--lm-border-radius);
    padding: 30px;
    width: 250px;
    transition: var(--lm-transition);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.qXiaeaxM:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.2);
}

.qXiaeaxM i {
    font-size: 2.5rem;
    color: var(--lm-primary);
    margin-bottom: 15px;
}

.qXiaeaxM h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--lm-text-light);
}

.qXiaeaxM p {
    font-size: 1rem;
    margin-bottom: 0;
    opacity: 0.9;
    animation: none;
}

.LwaCLism {
    background: var(--lm-gradient);
    padding: 80px 20px;
    color: var(--lm-text-light);
    text-align: center;
}

.zEzrMezKEL {
    max-width: 1682px;
    margin: 0 auto;
}

.zEzrMezKEL h2 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.zEzrMezKEL p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 40px;
}

.VEZiwidJ {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.CIeSdwPCnA {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: var(--lm-border-radius);
    padding: 20px;
    min-width: 120px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.CIeSdwPCnA span {
    font-size: 3rem;
    font-weight: bold;
    display: block;
    font-family: 'Lato', sans-serif;
}

.CIeSdwPCnA small {
    font-size: 1rem;
    opacity: 0.8;
}

.jGVyNKbq {
    background-color: var(--lm-dark);
    color: var(--lm-text-light);
    padding: 15px 30px;
    border-radius: var(--lm-border-radius);
    font-size: 1.2rem;
    font-weight: bold;
    transition: var(--lm-transition);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.jGVyNKbq:hover {
    background-color: darken(#1d3557, 10%);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

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

.DXvy {
    padding: 100px 20px;
    background-color: var(--lm-light);
}

.mZEb {
    max-width: 1682px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

.nBOUHbhQq {
    flex: 1;
}

.nBOUHbhQq h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: var(--lm-dark);
}

.nBOUHbhQq p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.8;
}

.iiGCGsDbwR {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.ImwPEdQdc {
    flex: 1;
    background-color: white;
    padding: 25px;
    border-radius: var(--lm-border-radius);
    box-shadow: var(--lm-shadow);
    transition: var(--lm-transition);
}

.ImwPEdQdc:hover {
    transform: translateY(-10px);
}

.ImwPEdQdc i {
    font-size: 2rem;
    color: var(--lm-primary);
    margin-bottom: 15px;
}

.ImwPEdQdc h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.rnBBwPshEuIr {
    flex: 1;
    border-radius: var(--lm-border-radius);
    overflow: hidden;
    box-shadow: var(--lm-shadow);
}

.rnBBwPshEuIr img {
    width: 100%;
    height: auto;
    transition: var(--lm-transition);
}

.rnBBwPshEuIr:hover img {
    transform: scale(1.05);
}

.cevcRth {
    padding: 100px 20px;
    background-color: white;
}

.NROcJOQYDq {
    max-width: 1682px;
    margin: 0 auto;
}

.NROcJOQYDq h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: var(--lm-dark);
}

.KNRyvLuSMmzvsf {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.tDPCblX {
    background-color: var(--lm-light);
    border-radius: var(--lm-border-radius);
    padding: 40px 30px;
    width: calc(33.333% - 20px);
    text-align: center;
    transition: var(--lm-transition);
    box-shadow: var(--lm-shadow);
}

.tDPCblX:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.tDPCblX i {
    font-size: 2.5rem;
    color: var(--lm-primary);
    margin-bottom: 20px;
}

.tDPCblX h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.tDPCblX p {
    color: #666;
}

.AGuUYtKdoBG {
    padding: 100px 20px;
    background-color: var(--lm-dark);
    color: var(--lm-text-light);
}

.TGxZFo {
    max-width: 1682px;
    margin: 0 auto;
}

.TGxZFo h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
}

.NIKCFcpWiHdMxq {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.unSscmezivD {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: var(--lm-border-radius);
    padding: 40px 30px;
    width: calc(25% - 23px);
    text-align: center;
    transition: var(--lm-transition);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.unSscmezivD:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.2);
}

.boUvtuWjG {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.2);
    font-family: 'Lato', sans-serif;
}

.unSscmezivD i {
    font-size: 2.5rem;
    color: var(--lm-primary);
    margin-bottom: 20px;
}

.unSscmezivD h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.unSscmezivD p {
    margin-bottom: 25px;
    opacity: 0.9;
}

.CBKDxwJsWfJe {
    background-color: var(--lm-primary);
    color: var(--lm-text-light);
    padding: 10px 20px;
    border-radius: var(--lm-border-radius);
    font-weight: bold;
    transition: var(--lm-transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.CBKDxwJsWfJe:hover {
    background-color: darken(#e68139, 10%);
    transform: translateY(-3px);
}

.DdlbIvXGXguYD {
    padding: 100px 20px;
    background-color: var(--lm-light);
}

.ImrMvw {
    max-width: 1682px;
    margin: 0 auto;
}

.ImrMvw h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: var(--lm-dark);
}

.QbnDzdIrv {
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    padding: 40px;
    border-radius: var(--lm-border-radius);
    box-shadow: var(--lm-shadow);
}

.KhrQPlp {
    margin-bottom: 25px;
}

.KhrQPlp label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.KhrQPlp label i {
    color: var(--lm-primary);
}

.KhrQPlp input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: var(--lm-border-radius);
    font-family: 'Lato', sans-serif;
    transition: var(--lm-transition);
}

.KhrQPlp input:focus {
    border-color: var(--lm-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.2);
}

.lmcheckhint {
    display: block;
    margin-top: 5px;
    font-size: 0.8rem;
    color: #666;
}

.nsmHWFXkVw {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nsmHWFXkVw input {
    width: auto;
}

.nsmHWFXkVw label {
    margin-bottom: 0;
    font-weight: normal;
}

.nsmHWFXkVw a {
    color: var(--lm-primary);
    text-decoration: underline;
}

.oCaKMOij {
    background-color: var(--lm-primary);
    color: var(--lm-text-light);
    padding: 15px 30px;
    width: 100%;
    border-radius: var(--lm-border-radius);
    font-weight: bold;
    transition: var(--lm-transition);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.oCaKMOij:hover {
    background-color: darken(#e68139, 10%);
    transform: translateY(-3px);
}

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

.khylholHLWcpt {
    padding: 100px 20px;
    background-color: white;
}

.agovNi {
    max-width: 1682px;
    margin: 0 auto;
}

.agovNi h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: var(--lm-dark);
}

.NFpFyaTY {
    display: flex;
    gap: 40px;
}

.JMrPOMcAx {
    flex: 1;
}

.JMrPOMcAx h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--lm-dark);
}

.JMrPOMcAx h3 i {
    color: var(--lm-primary);
}

.XtPTxNwpb {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: var(--lm-border-radius);
    overflow: hidden;
}

.fUTRhoGz {
    width: 100%;
    padding: 20px;
    text-align: left;
    background-color: var(--lm-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    transition: var(--lm-transition);
}

.fUTRhoGz:hover {
    background-color: #f0f0f0;
}

.fUTRhoGz i {
    transition: var(--lm-transition);
}

.fUTRhoGz.active i {
    transform: rotate(45deg);
}

.MAZMXwzKy {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.MAZMXwzKy.active {
    padding: 20px;
    max-height: 500px;
}

.MAZMXwzKy p {
    margin-bottom: 0;
}

.sVZEHNSwWvohyo {
    padding: 100px 20px;
    background-color: var(--lm-light);
}

.XVEahit {
    max-width: 1682px;
    margin: 0 auto;
}

.XVEahit h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: var(--lm-dark);
}

.nzxHcKqvH {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-snap-type: x mandatory;
}

.XnuoPFwKa {
    min-width: 350px;
    background-color: white;
    border-radius: var(--lm-border-radius);
    padding: 30px;
    box-shadow: var(--lm-shadow);
    scroll-snap-align: start;
    transition: var(--lm-transition);
}

.XnuoPFwKa:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.RdDWmdqB {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.RdDWmdqB img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.DbLCqvWBm {
    display: flex;
    gap: 5px;
}

.DbLCqvWBm i {
    color: var(--lm-primary);
}

.neruHBrZWE h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--lm-dark);
}

.neruHBrZWE p {
    margin-bottom: 15px;
    font-style: italic;
}

.xGiCcgZ {
    display: block;
    font-size: 0.9rem;
    color: #666;
}

.stQCgVT {
    padding: 100px 20px;
    background-color: var(--lm-dark);
    color: var(--lm-text-light);
}

.dQRFCDdZfbjFvk {
    max-width: 1682px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: center;
}

.rUpeB {
    flex: 1;
}

.rUpeB h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.rUpeB h2 i {
    color: var(--lm-primary);
}

.rUpeB p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.8;
    opacity: 0.9;
}

.eSEzt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.eSEzt a {
    transition: var(--lm-transition);
}

.eSEzt a:hover {
    transform: translateY(-5px);
}

.eSEzt img {
    width: 190px;
    height: 60px;
    text-align: center;
    background-color: #9f81b3;
    padding: .5rem;
    border-radius: var(--lm-border-radius);
    transition: var(--lm-transition);
}

.eSEzt img:hover {
    transform: translateY(-5px);
}

.jLAPOkN {
    flex: 1;
    position: relative;
    border-radius: var(--lm-border-radius);
    overflow: hidden;
    box-shadow: var(--lm-shadow);
}

.jLAPOkN img {
    width: 100%;
    height: auto;
    transition: var(--lm-transition);
}

.jLAPOkN:hover img {
    transform: scale(1.05);
}

.leNyCCsLALcLhQ {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: var(--lm-primary);
    color: var(--lm-text-light);
    padding: 10px 20px;
    border-radius: var(--lm-border-radius);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
}

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

.WCkPcd {
    padding: 100px 20px;
    background-color: white;
}

.NvOCzGQBkKeVto {
    max-width: 1682px;
    margin: 0 auto;
}

.NvOCzGQBkKeVto h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    color: var(--lm-dark);
}

.XtLqqrVzEOfss {
    max-width: 600px;
    margin: 0 auto;
    background-color: var(--lm-light);
    padding: 40px;
    border-radius: var(--lm-border-radius);
    box-shadow: var(--lm-shadow);
}

.ohqvWtzlukZvpR {
    margin-bottom: 25px;
}

.ohqvWtzlukZvpR label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ohqvWtzlukZvpR label i {
    color: var(--lm-primary);
}

.ohqvWtzlukZvpR input,
.ohqvWtzlukZvpR textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: var(--lm-border-radius);
    font-family: 'Lato', sans-serif;
    transition: var(--lm-transition);
}

.ohqvWtzlukZvpR textarea {
    min-height: 150px;
    resize: vertical;
}

.ohqvWtzlukZvpR input:focus,
.ohqvWtzlukZvpR textarea:focus {
    border-color: var(--lm-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.2);
}

.lmcontacthint {
    display: block;
    margin-top: 5px;
    font-size: 0.8rem;
    color: #666;
}

.yESRFjRBAAwoEdS {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.yESRFjRBAAwoEdS input {
    width: auto;
}

.yESRFjRBAAwoEdS label {
    margin-bottom: 0;
    font-weight: normal;
}

.yESRFjRBAAwoEdS a {
    color: var(--lm-primary);
    text-decoration: underline;
}

.VpPuAITxFBy {
    background-color: var(--lm-primary);
    color: var(--lm-text-light);
    padding: 15px 30px;
    width: 100%;
    border-radius: var(--lm-border-radius);
    font-weight: bold;
    transition: var(--lm-transition);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.VpPuAITxFBy:hover {
    background-color: darken(#e68139, 10%);
    transform: translateY(-3px);
}

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

.ArgPuS {
    background-color: var(--lm-dark);
    color: var(--lm-text-light);
    padding: 60px 20px 30px;
}

.afnjDcbM {
    max-width: 1682px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.SJXNzwTzp {
    flex: 1;
    min-width: 250px;
}

.SJXNzwTzp img {
    height: 50px;
    margin-bottom: 15px;
}

.SJXNzwTzp h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.SJXNzwTzp p {
    opacity: 0.7;
    font-size: 0.9rem;
}

.nQxjneb {
    flex: 1;
    min-width: 250px;
}

.IlppfOHbolQOaB {
    list-style: none;
}

.IlppfOHbolQOaB li {
    margin-bottom: 15px;
}

.sNAaUm {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--lm-transition);
    opacity: 0.8;
}

.sNAaUm:hover {
    opacity: 1;
    color: var(--lm-primary);
}

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

.SRVECOIsPOa {
    flex: 1;
    min-width: 250px;
}

.SRVECOIsPOa h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.SRVECOIsPOa h4 i {
    color: var(--lm-primary);
}

.SRVECOIsPOa p {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.8;
}

.SRVECOIsPOa p i {
    width: 20px;
    color: var(--lm-primary);
}

.qQofjxpz {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: var(--lm-transition);
}

.qQofjxpz.active {
    opacity: 1;
    visibility: visible;
}

.HXGNRSf {
    background-color: white;
    border-radius: var(--lm-border-radius);
    width: 100%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 40px;
    position: relative;
    transform: translateY(20px);
    transition: var(--lm-transition);
}

.qQofjxpz.active .HXGNRSf {
    transform: translateY(0);
}

.mGWPLtORGrzvwb {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.5rem;
    color: #666;
    transition: var(--lm-transition);
}

.mGWPLtORGrzvwb:hover {
    color: var(--lm-primary);
    transform: rotate(90deg);
}

.HXGNRSf h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--lm-dark);
}

.HXGNRSf h2 i {
    color: var(--lm-primary);
}

.ZVkqMqgUaRMY {
    margin-bottom: 25px;
}

.ZVkqMqgUaRMY label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ZVkqMqgUaRMY label i {
    color: var(--lm-primary);
}

.ZVkqMqgUaRMY input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: var(--lm-border-radius);
    font-family: 'Lato', sans-serif;
    transition: var(--lm-transition);
}

.ZVkqMqgUaRMY input:focus {
    border-color: var(--lm-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.2);
}

.lmtickethint {
    display: block;
    margin-top: 5px;
    font-size: 0.8rem;
    color: #666;
}

.vUMTCeOx {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.echnzMWWT {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--lm-light);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transition: var(--lm-transition);
    border: 2px solid #ddd;
}

.echnzMWWT:hover {
    background-color: #f0f0f0;
}

.lmnumber-error {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--lm-primary);
    margin: 8px 0;
    padding: 8px 12px;
    background-color: #fff0f0;
    border-radius: 4px;
    animation: fadeIn 0.3s ease;
}

.echnzMWWT.selected {
    background-color: var(--lm-primary);
    color: white;
    border-color: var(--lm-primary);
}

.echnzMWWT-hint {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: var(--lm-border-radius);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.echnzMWWT-hint i {
    color: var(--lm-primary);
}

.ByyIzcmjsNbE {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-size: 0.85rem;
    color: #666;
    background-color: #f8f9fa;
    padding: 8px 12px;
    border-radius: 6px;
    transition: var(--lm-transition);
}

.ByyIzcmjsNbE i {
    color: var(--lm-primary);
    font-size: 1rem;
}

.echnzMWWT {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--lm-light);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transition: var(--lm-transition);
    border: 2px solid #ddd;
}

.echnzMWWT span {
    position: relative;
    z-index: 1;
}

.echnzMWWT.selected {
    background-color: var(--lm-primary);
    color: white;
    border-color: var(--lm-primary);
    transform: scale(1.1);
}

.echnzMWWT.selected::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid var(--lm-primary);
    border-radius: 50%;
    animation: lmpulse 1.5s infinite;
}

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

.echnzMWWT-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.RueFeGuOds, .EewuXFMd {
    flex: 1;
    padding: 10px;
    border-radius: var(--lm-border-radius);
    font-weight: 500;
    transition: var(--lm-transition);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.RueFeGuOds {
    background-color: #f8f9fa;
    color: #666;
}

.EewuXFMd {
    background-color: var(--lm-dark);
    color: white;
}

.RueFeGuOds:hover {
    background-color: #e9ecef;
}

.EewuXFMd:hover {
    background-color: #14213d;
}

.DMXXRqSXNm {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.DMXXRqSXNm input {
    width: auto;
}

.DMXXRqSXNm label {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 0.9rem;
}

.DMXXRqSXNm a {
    color: var(--lm-primary);
    text-decoration: underline;
}

.KYndZn {
    background-color: var(--lm-primary);
    color: var(--lm-text-light);
    padding: 15px;
    width: 100%;
    border-radius: var(--lm-border-radius);
    font-weight: bold;
    transition: var(--lm-transition);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.KYndZn:hover {
    background-color: darken(#e68139, 10%);
    transform: translateY(-3px);
}

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

.HFjFiOCwYYdM {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: var(--lm-transition);
}

.HFjFiOCwYYdM.active {
    opacity: 1;
    visibility: visible;
}

.tAuVRJVbX {
    background-color: white;
    border-radius: var(--lm-border-radius);
    width: 100%;
    max-width: 500px;
    padding: 40px;
    text-align: center;
    transform: translateY(20px);
    transition: var(--lm-transition);
}

.HFjFiOCwYYdM.active .tAuVRJVbX {
    transform: translateY(0);
}

.tAuVRJVbX i {
    font-size: 4rem;
    color: #7428a7;
    margin-bottom: 20px;
}

.tAuVRJVbX h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: var(--lm-dark);
}

.tAuVRJVbX p {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

.SfAmVLQLvaFJOh {
    background-color: var(--lm-primary);
    color: white;
    padding: 12px 30px;
    border-radius: var(--lm-border-radius);
    font-weight: bold;
    transition: var(--lm-transition);
}

.SfAmVLQLvaFJOh:hover {
    background-color: darken(#e68139, 10%);
    transform: translateY(-3px);
}

.BlsRhxHoXU {
    position: fixed;
    bottom: 224px;
    right: 17px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--lm-primary);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: var(--lm-transition);
    z-index: 99;
    box-shadow: var(--lm-shadow);
}

.BlsRhxHoXU.active {
    opacity: 1;
    visibility: visible;
}

.BlsRhxHoXU:hover {
    background-color: darken(#e68139, 10%);
    transform: translateY(-5px);
}

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

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

@media (max-width: 1024px) {
    .VlDgX h2 {
        font-size: 3rem;
    }
    
    .qXiaeaxM {
        width: calc(50% - 15px);
    }
    
    .mZEb {
        flex-direction: column;
    }
    
    .rnBBwPshEuIr {
        order: -1;
    }
    
    .tDPCblX {
        width: calc(50% - 15px);
    }
    
    .unSscmezivD {
        width: calc(50% - 15px);
    }
    
    .NFpFyaTY {
        flex-direction: column;
    }
    
    .dQRFCDdZfbjFvk {
        flex-direction: column;
    }
    
    .jLAPOkN {
        order: -1;
    }
}

@media (max-width: 768px) {
    .QoHNimGx {
        flex-direction: column;
    }
    
    .muDeqJBIMSWHM {
        width: 100%;
    }
    
    .qsGwZEeobt {
        flex-wrap: wrap;
        justify-content: center;
        display: none;
    }
    
    .VlDgX h2 {
        font-size: 2.5rem;
    }
    
    .CIeSdwPCnA {
        min-width: 80px;
    }
    
    .CIeSdwPCnA span {
        font-size: 2rem;
    }
    
    .KNRyvLuSMmzvsf, .NIKCFcpWiHdMxq {
        gap: 20px;
    }
    
    .tDPCblX, .unSscmezivD {
        width: 100%;
    }
    
    .XnuoPFwKa {
        min-width: 300px;
    }
}

@media (max-width: 480px) {
    .VlDgX h2 {
        font-size: 2rem;
    }
    
    .qXiaeaxM {
        width: 100%;
    }
    
    .VEZiwidJ {
        gap: 10px;
    }
    
    .CIeSdwPCnA {
        min-width: 60px;
        padding: 10px;
    }
    
    .CIeSdwPCnA span {
        font-size: 1.5rem;
    }
    
    .CIeSdwPCnA small {
        font-size: 0.8rem;
    }
    
    .iiGCGsDbwR {
        flex-direction: column;
    }
    
    .echnzMWWT {
        width: 35px;
        height: 35px;
    }
    
    .echnzMWWT-actions {
        flex-direction: column;
    }
    
    .afnjDcbM {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 320px) {
    .VlDgX h2 {
        font-size: 1.8rem;
    }
    
    .CIeSdwPCnA {
        min-width: 50px;
    }
    
    .CIeSdwPCnA span {
        font-size: 1.2rem;
    }
    
    .qsGwZEeobt {
        gap: 10px;
    }
    
    .PITNhUZrTZfx {
        padding: 5px 8px;
    }
    
    .HXGNRSf {
        padding: 20px;
    }
}

.vfMCNcUU {
    max-width: 1682px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    font-family: 'Lato', sans-serif;
    color: #333;
}

.jXHHiZxdFe {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.jXHHiZxdFe h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #d4af37;
    margin-bottom: 20px;
}

.jXHHiZxdFe i {
    font-size: 4rem;
    color: #d4af37;
    opacity: 0.7;
}

.fCynXxJdB {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.OseUIl {
    width: calc(33.333% - 30px);
    margin-bottom: 40px;
    padding: 25px;
    background: rgba(255,255,255,0.9);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.OseUIl i {
    font-size: 2.5rem;
    color: #d4af37;
    margin-bottom: 15px;
    display: block;
}

.OseUIl h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #222;
}

.OseUIl p {
    line-height: 1.6;
    font-size: 1rem;
}

@media (max-width: 1024px) {
    .OseUIl {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .jXHHiZxdFe h2 {
        font-size: 2.5rem;
    }
    
    .jXHHiZxdFe i {
        font-size: 3rem;
    }
    
    .OseUIl {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .jXHHiZxdFe h2 {
        font-size: 2rem;
    }
    
    .vfMCNcUU {
        padding: 100px 15px 40px;
    }
}

@media (max-width: 320px) {
    .jXHHiZxdFe h2 {
        font-size: 1.8rem;
    }
    
    .OseUIl {
        padding: 20px 15px;
    }
}

.NEPeybkoVrTKjN {
    max-width: 1682px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    font-family: 'Lato', sans-serif;
    color: #333;
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
}

.yzuudwSHet {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.yzuudwSHet h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #8b4513;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.yzuudwSHet i {
    font-size: 4rem;
    color: #8b4513;
    opacity: 0.7;
    animation: pulse 2s infinite;
}

.ouKSeDhjcr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nVmp {
    width: calc(33.333% - 30px);
    margin-bottom: 40px;
    padding: 25px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 4px solid #8b4513;
    transition: all 0.3s ease;
}

.nVmp:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-left: 4px solid #d4af37;
}

.nVmp i {
    font-size: 2.5rem;
    color: #8b4513;
    margin-bottom: 15px;
    display: block;
}

.nVmp h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #5a3921;
}

.nVmp p {
    line-height: 1.6;
    font-size: 1rem;
    color: #555;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@media (max-width: 1024px) {
    .nVmp {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .yzuudwSHet h2 {
        font-size: 2.5rem;
    }
    
    .yzuudwSHet i {
        font-size: 3rem;
    }
    
    .nVmp {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .yzuudwSHet h2 {
        font-size: 2rem;
    }
    
    .NEPeybkoVrTKjN {
        padding: 100px 15px 40px;
    }
}

@media (max-width: 320px) {
    .yzuudwSHet h2 {
        font-size: 1.8rem;
    }
    
    .nVmp {
        padding: 20px 15px;
    }
    
    .nVmp i {
        font-size: 2rem;
    }
}

.NpJaMuNh {
    max-width: 1682px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    font-family: 'Lato', sans-serif;
    color: #333;
    background-color: #f5f5f5;
}

.cZAGR {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.cZAGR h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #4b5320;
    margin-bottom: 20px;
}

.cZAGR i {
    font-size: 4rem;
    color: #4b5320;
    opacity: 0.7;
    animation: rotate 8s linear infinite;
}

.ibcTOLxc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.evWoLKGB {
    width: calc(33.333% - 30px);
    margin-bottom: 40px;
    padding: 25px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.evWoLKGB:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.evWoLKGB::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #4b5320, #8ba888);
}

.evWoLKGB i {
    font-size: 2.5rem;
    color: #4b5320;
    margin-bottom: 15px;
    display: block;
}

.evWoLKGB h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #3a4413;
}

.evWoLKGB p {
    line-height: 1.6;
    font-size: 1rem;
    color: #555;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (max-width: 1024px) {
    .evWoLKGB {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .cZAGR h2 {
        font-size: 2.5rem;
    }
    
    .cZAGR i {
        font-size: 3rem;
    }
    
    .evWoLKGB {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cZAGR h2 {
        font-size: 2rem;
    }
    
    .NpJaMuNh {
        padding: 100px 15px 40px;
    }
}

@media (max-width: 320px) {
    .cZAGR h2 {
        font-size: 1.8rem;
    }
    
    .evWoLKGB {
        padding: 20px 15px;
    }
    
    .evWoLKGB i {
        font-size: 2rem;
    }
}

.NeIwhyKblHG {
    max-width: 1682px;
    margin: 0 auto;
    padding: 120px 20px 60px;
    font-family: 'Lato', sans-serif;
    color: #333;
    background: linear-gradient(to bottom, #ffffff, #f0f7f4);
}

.TBADSokV {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.TBADSokV h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #7428a9;
    margin-bottom: 20px;
}

.TBADSokV i {
    font-size: 4rem;
    color: #7428a9;
    opacity: 0.7;
    animation: bounce 2s ease infinite;
}

.JskI {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.RcQOrMq {
    width: calc(33.333% - 30px);
    margin-bottom: 40px;
    padding: 25px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(109, 46, 125, 0.1);
    transition: all 0.3s ease;
    border-top: 3px solid #7428a9;
}

.RcQOrMq:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(89, 46, 125, 0.15);
}

.RcQOrMq i {
    font-size: 2.5rem;
    color: #7428a9;
    margin-bottom: 15px;
    display: block;
}

.RcQOrMq h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #3d1b5e;
}

.RcQOrMq p {
    line-height: 1.6;
    font-size: 1rem;
    color: #555;
}

.RcQOrMq a {
    color: #7428a9;
    text-decoration: underline;
    font-weight: bold;
}

.RcQOrMq a:hover {
    color: #441b5e;
}

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

@media (max-width: 1024px) {
    .RcQOrMq {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .TBADSokV h2 {
        font-size: 2.5rem;
    }
    
    .TBADSokV i {
        font-size: 3rem;
    }
    
    .RcQOrMq {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .TBADSokV h2 {
        font-size: 2rem;
    }
    
    .NeIwhyKblHG {
        padding: 100px 15px 40px;
    }
}

@media (max-width: 320px) {
    .TBADSokV h2 {
        font-size: 1.8rem;
    }
    
    .RcQOrMq {
        padding: 20px 15px;
    }
    
    .RcQOrMq i {
        font-size: 2rem;
    }
}

.EZnGlpPuyUu {
    max-width: 1682px;
    margin: 0 auto;
    padding: 150px 20px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.nndMcpGtiUgU {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.mhSwbzIAaSg i {
    font-size: 6rem;
    color: #dc3545;
    margin-bottom: 20px;
    animation: shake 0.5s ease-in-out infinite alternate;
}

.nndMcpGtiUgU h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #343a40;
    margin-bottom: 20px;
}

.nndMcpGtiUgU p {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 30px;
    line-height: 1.6;
}

.sAkdpHoGpC {
    display: inline-block;
    padding: 12px 30px;
    background-color: #d4af37;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.sAkdpHoGpC:hover {
    background-color: #b8972e;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(212,175,55,0.3);
}

.sAkdpHoGpC i {
    margin-right: 8px;
}

@keyframes shake {
    from { transform: rotate(-5deg); }
    to { transform: rotate(5deg); }
}

@media (max-width: 768px) {
    .EZnGlpPuyUu {
        padding: 100px 20px;
    }
    
    .mhSwbzIAaSg i {
        font-size: 5rem;
    }
    
    .nndMcpGtiUgU h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .nndMcpGtiUgU {
        padding: 30px 20px;
    }
    
    .mhSwbzIAaSg i {
        font-size: 4rem;
    }
    
    .nndMcpGtiUgU h2 {
        font-size: 1.8rem;
    }
    
    .nndMcpGtiUgU p {
        font-size: 1rem;
    }
    
    .sAkdpHoGpC {
        padding: 10px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 320px) {
    .EZnGlpPuyUu {
        padding: 80px 15px;
    }
    
    .nndMcpGtiUgU {
        padding: 25px 15px;
    }
}