body {
    font-family: 'Poppins', sans-serif;
    color: #232623;
    background-color: #f8f9ff;
    line-height: 1.7;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4 {
    font-family: 'Patrick Hand', cursive;
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

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

.PoujoqYYHwAC {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.99);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CTNvgqPFd {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 777;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PoujoqYYHwAC {
    top: 0;
    height: 100%;
}

.CTNvgqPFd {
    bottom: 0;
    padding: 20px 0;
    background: #2c3e50;
    color: white;
}

.NJgauxMBWuH, .GykbnBQexB {
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    text-align: center;
}

.GykbnBQexB {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.pSuxSAcWOoQU {
    font-size: 50px;
    color: #e73c6f;
    margin-bottom: 20px;
}

.tFBvqjOFvNrjB {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.xOKBxm, .fIxMbwAZmrM {
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s;
}

.xOKBxm {
    background-color: #2ecc71;
    color: white;
}

.fIxMbwAZmrM {
    background-color: #e73c6f;
    color: white;
}

.xOKBxm:hover {
    background-color: #27ae60;
}

.fIxMbwAZmrM:hover {
    background-color: #c02b78;
}

body.modalopen {
    overflow: hidden;
}

.limcookienotice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1f5f53 0%, #88b1d3 100%);
    color: white;
    padding: 1.5rem;
    z-index: 777;
    display: none;
    animation: limcookieSlideUp 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.limcookiecontent {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.limcookiecontent p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    flex: 1;
    min-width: 250px;
    color: white;
}

.limcookieaccept {
    background-color: white;
    color: #1f5f53;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.limcookieaccept:hover {
    background-color: #f0f0f0;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

@keyframes limcookieSlideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.EkAov {
    background: linear-gradient(135deg, #1f5f53 0%, #89a3e2 100%);
    box-shadow: 0 8px 30px rgba(38, 136, 123, 0.3);
    position: fixed;
    width: 100%;
    z-index: 100;
}

.YzVpXWOnnmp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.irtrMewpuXbwO img {
    height: 55px;
    width: auto;
    transition: transform 0.4s ease;
}

.irtrMewpuXbwO img:hover {
    transform: rotate(5deg) scale(1.1);
}

.mydqLSgZmQli {
    display: flex;
}

.aTmg {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.uLydENSmFSZ {
    position: relative;
}

.xlubnNs {
    font-weight: 700;
    color: white;
    transition: all 0.3s ease;
    padding: 0.6rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

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

.xlubnNs:hover {
    color: #88b1d3;
    transform: translateY(-3px);
}

.xlubnNs::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #be4c78;
    transition: width 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    border-radius: 3px;
}

.xlubnNs:hover::after {
    width: 100%;
}

.ZRqATgaeMBfYdV {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
}

.IudVDpZzULMe {
    display: block;
    width: 100%;
    height: 3px;
    background: white;
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.ZRqATgaeMBfYdV.limactive .IudVDpZzULMe:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.ZRqATgaeMBfYdV.limactive .IudVDpZzULMe:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}

.ZRqATgaeMBfYdV.limactive .IudVDpZzULMe:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.UTvinl {
    position: fixed;
    top: 0;
    right: -110%;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    background: linear-gradient(135deg, #1f5f53 0%, #89a3e2 100%);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
    padding: 7rem 2rem 2rem;
    transition: right 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: 999;
}

.UTvinl.limactive {
    right: 0;
}

.KfDAxlBLXm {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 0;
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: white;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.KfDAxlBLXm i {
    font-size: 1.3rem;
    width: 30px;
    text-align: center;
}

.KfDAxlBLXm:hover {
    color: #88b1d3;
    padding-left: 10px;
}

.limno-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}


.KfDAxlBLXm i {
    font-size: 1.3rem;
    width: 30px;
    text-align: center;
}

.KfDAxlBLXm:hover {
    color: #88b1d3;
    padding-left: 10px;
}

.bIDfTBfluw {
    padding: 10rem 0 6rem;
    background: linear-gradient(135deg, #1f5f53 0%, #89a3e2 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.bIDfTBfluw::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../media-kiwi/bg1.webp') repeat;
    opacity: 0.1;
    z-index: 0;
}

.vWwtbWujUEiI {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.zNGpleqH {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: white;
    line-height: 1.2;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.FSdOn {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.hSvhMos {
    display: inline-block;
    padding: 1.2rem 3rem;
    background-color: #be4c78;
    color: white;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    box-shadow: 0 10px 30px rgba(255, 95, 194, 0.5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

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

.hSvhMos:hover {
    background-color: #cf36c0;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 95, 226, 0.7);
}

.hSvhMos:hover::before {
    left: 100%;
}

.FsgIgjIPPyDY {
    padding: 6rem 0;
    background-color: #f0f4ff;
    position: relative;
}

.FsgIgjIPPyDY::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(135deg, #1f5f53 0%, #88b1d3 100%);
    opacity: 0.1;
}

.PgyXICJmi {
    margin-bottom: 4rem;
    color: #1f5f53;
    text-align: center;
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.PgyXICJmi::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1f5f53, #88b1d3);
    border-radius: 2px;
}

.RDFRKMOW {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.RRviQXpPqx {
    background: white;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    box-shadow: 0 10px 30px rgba(69, 226, 171, 0.1);
    border: 2px solid rgba(69, 208, 226, 0.1);
    position: relative;
    overflow: hidden;
}

.RRviQXpPqx:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 20px 50px rgba(69, 195, 226, 0.2);
    border-color: rgba(38, 136, 123, 0.3);
}

.RRviQXpPqx::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #1f5f53, #88b1d3);
}

.LeXJqWqcmoLTw {
    width: 90px;
    height: 90px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1f5f53 0%, #89a3e2 100%);
    border-radius: 50%;
    color: white;
    font-size: 2.8rem;
    box-shadow: 0 10px 25px rgba(38, 136, 123, 0.3);
    transition: all 0.4s ease;
}

.RRviQXpPqx:hover .LeXJqWqcmoLTw {
    transform: rotate(15deg) scale(1.1);
    box-shadow: 0 15px 35px rgba(69, 226, 226, 0.4);
}

.rEdCBnjkZRJsxNA {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #1f5f53;
    position: relative;
    padding-bottom: 0.8rem;
}

.rEdCBnjkZRJsxNA::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #88b1d3;
    border-radius: 3px;
}

.vQbQFThRGUV {
    color: #6a6a6a;
    font-size: 1.05rem;
    line-height: 1.7;
}

.BmWTUAMNVi {
    padding: 6rem 0;
    background: linear-gradient(135deg, #88b1d3 0%, #1f5f53 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.BmWTUAMNVi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
}

.XuHtQPRsHoFB {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

.bdqpYFdMTN {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.bdqpYFdMTNb {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

.LNUKHOUC {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 0 2rem;
    max-width: 1300px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 3rem;
    border: 3px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.VicMqqNw {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    max-width: 900px;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.VicMqqNw:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.VicMqqNw img {
    width: 70%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    margin: 20px auto;
}

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

.GHKFCAbHbgYnY {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 2rem;
    color: white;
    text-align: center;
}

.zHBKyK {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #ff0000;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.frUvGvqGrG {
    display: inline-block;
    padding: 0.9rem 2.5rem;
    background-color: #be4c78;
    color: white;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.frUvGvqGrG:hover {
    background-color: #cf36c0;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.FzBPgnsooahT {
    max-width: 700px;
    width: 100%;
    color: white;
    text-align: center;
}

.jShHhEigExmtI {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: white;
    position: relative;
    display: inline-block;
}

.jShHhEigExmtI::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #be4c78;
    border-radius: 2px;
}

.mzZhaxBG {
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
}

.uBZnsmVbA {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.OOQLHq {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
}

.OOQLHq:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}


.qMPQOGytknLn {
    font-weight: 700;
    color: #56e8ff;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: block;
}

.UrSzznlym {
    color: white;
    font-size: 1rem;
}

.DsdYCNjrTaFVJ {
    padding: 6rem 0;
    background-color: white;
    position: relative;
    height: auto;
}

.DsdYCNjrTaFVJ::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #88b1d3, #1f5f53);
    opacity: 0.1;
}

.QeLWIiCgmZPe {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.SvJGAxvcKs {
    width: 48%;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.SvJGAxvcKs img {
    max-width: 550px;
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(69, 226, 197, 0.2);
    border: 3px solid #1f5f53;
    transition: all 0.5s ease;
}

.SvJGAxvcKs img:hover {
    transform: scale(1.02) rotate(1deg);
    box-shadow: 0 25px 60px rgba(38, 136, 123, 0.3);
}

.CZdICmvnHHHmw {
    width: 48%;
    max-width: 550px;    
    padding: 0 2rem;
    text-align: center;
}

.bdqpYFdMTN {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1f5f53;
    position: relative;
    display: inline-block;
}

.bdqpYFdMTN::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1f5f53, #88b1d3);
    border-radius: 2px;
}

.YpAaFKMNQ {
    margin-bottom: 2rem;
    color: #5a5a5a;
    font-size: 1.1rem;
    line-height: 1.8;
}

.EtKJvFYTjBt {
    list-style: none;
    margin: 3rem 0;
    display: inline-block;
    text-align: left;
}

.bfNOE {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #1f5f53;
    font-size: 1.1rem;
    line-height: 1.6;
}

.bfNOE i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem;
    color: #be4c78;
}

.ywJtyxLeVwGkW {
    padding: 6rem 0;
    background-color: #f8f9ff;
    position: relative;
}

.ywJtyxLeVwGkW::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #be4c78, #1f5f53);
    opacity: 0.1;
}

.UUKYvCu {
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
    color: #1f5f53;
    font-size: 2.5rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.UUKYvCu::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1f5f53, #88b1d3);
    border-radius: 2px;
}

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

.fOzbDEyG {
    background-color: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(69, 195, 226, 0.1);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(69, 226, 189, 0.1);
}

.fOzbDEyG:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(69, 226, 176, 0.2);
}

.fOzbDEyG::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #1f5f53, #88b1d3);
}

.KMJTefiL {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.mgKyUc {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1.5rem;
    border: 3px solid #1f5f53;
    box-shadow: 0 5px 15px rgba(69, 197, 226, 0.2);
    transition: all 0.4s ease;
}

.fOzbDEyG:hover .mgKyUc {
    transform: rotate(15deg) scale(1.1);
    box-shadow: 0 10px 25px rgba(38, 136, 123, 0.3);
}

.jbZQFfyUrIzd {
    flex: 1;
}

.DYXtIlnRDFZEs {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #1f5f53;
}

.LJRcCNWNepP {
    color: #be4c78;
    font-size: 1rem;
}

.TvIRa {
    font-style: italic;
    color: #6a6a6a;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    position: relative;
    padding-left: 1.5rem;
}

.TvIRa::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 3rem;
    color: rgba(69, 226, 210, 0.1);
    font-family: Poppins, sans-serif;
    line-height: 1;
}

.WFnPS {
    padding: 8rem 0;
    background: linear-gradient(135deg, #1f5f53 0%, #89a3e2 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.WFnPS::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
}

.CcprSVEtePdUpIZ {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}

.cojFZZVVdo {
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
    color: white;
    font-size: 2.5rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cojFZZVVdo::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1f5f53, #88b1d3);
    border-radius: 2px;
}

.KfGmBs {
    flex: 1;
    min-width: 300px;
}

.fMtRJGTjcQjx {
    background-color: white;
    padding: 3rem;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.limno-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

.hGgDTDajjp.limerror .fYciDRWVesBZQ,
.hGgDTDajjp.limerror .tORIQ {
    border-color: #ff4757;
    background-color: #fff9f9;
}

.limerror-message {
    color: #ff4757;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    animation: limfadeIn 0.3s ease;
}

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

@keyframes limshake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-5px); }
    40%, 80% { transform: translateX(5px); }
}

.limsuccess-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2ed573;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.limsuccess-notification.limshow {
    opacity: 1;
    transform: translateY(0);
}

.limsuccess-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.limsuccess-content i {
    font-size: 1.5rem;
}

.limsuccess-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2ed573;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.limsuccess-notification.limshow {
    opacity: 1;
    transform: translateY(0);
}

.limsuccess-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.limsuccess-content i {
    font-size: 1.5rem;
}

.bdqpYFdMTN {
    color: #1f5f53;
    margin-bottom: 2rem;
    text-align: center;
}

.hGgDTDajjp {
    margin-bottom: 2rem;
}

.gXJpDOpTwRz {
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 700;
    color: #1f5f53;
    font-size: 1.1rem;
}

.fYciDRWVesBZQ, .tORIQ {
    width: 90%;
    padding: 1rem 1.5rem;
    border: 2px solid rgba(69, 226, 213, 0.2);
    border-radius: 12px;
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #f8f9ff;
}

.fYciDRWVesBZQ:focus, .tORIQ:focus {
    outline: none;
    border-color: #1f5f53;
    box-shadow: 0 0 0 4px rgba(69, 226, 142, 0.1);
    background-color: white;
}

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

.MurkB {
    display: inline-block;
    width: 100%;
    padding: 1.2rem;
    background: linear-gradient(135deg, #1f5f53 0%, #89a3e2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 20px rgba(38, 136, 123, 0.3);
    position: relative;
    overflow: hidden;
}

.MurkB:hover {
    background: linear-gradient(135deg, #35d181 0%, #7894e2 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(69, 226, 163, 0.4);
}

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

.MurkB:hover::after {
    left: 100%;
}

.YcqaZqNubqgQR {
    flex: 1;
    min-width: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 3rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.BehJGLrwbR {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: white;
    text-align: center;
    position: relative;
}

.BehJGLrwbR::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #be4c78;
    border-radius: 2px;
}

.aCNafL {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.aCNafL:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(10px);
}

.zzHvqdUEmnqT {
    font-size: 1.8rem;
    margin-right: 1.5rem;
    color: #88b1d3;
    min-width: 40px;
    text-align: center;
}

.jYdGQIjptR, .EiCbJRTUx {
    font-size: 1.1rem;
    color: white;
    transition: all 0.3s ease;
}

.jYdGQIjptR:hover {
    color: #88b1d3;
}

.limsocial-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 3rem;
}

.limsocial-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 1.5rem;
    transition: all 0.4s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.limsocial-icon:hover {
    background: #be4c78;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 20px rgba(255, 126, 95, 0.3);
    border-color: transparent;
}

.TWoipNxvcOTY {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

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

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

.jqmCMJVJMdZ {
    background: linear-gradient(135deg, #1f5f53 0%, #89a3e2 100%);
    padding: 3rem;
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 500px;
    width: 90%;
    position: relative;
    overflow: hidden;
}

.jqmCMJVJMdZ::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
animation: limrotate 15s linear infinite;
}

.JQzGmTEz {
font-size: 4rem;
color: #88b1d3;
margin-bottom: 1.5rem;
position: relative;
z-index: 1;
}

.znLwJLAiAuW {
font-size: 2rem;
margin-bottom: 1rem;
color: white;
position: relative;
z-index: 1;
}

.HzsVqsvH {
font-size: 1.1rem;
margin-bottom: 2rem;
color: rgba(255,255,255,0.9);
position: relative;
z-index: 1;
line-height: 1.6;
}

.qsiIaDl {
display: inline-block;
padding: 0.8rem 2.5rem;
background-color: #be4c78;
color: white;
border-radius: 50px;
font-weight: 700;
border: none;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
z-index: 1;
box-shadow: 0 5px 15px rgba(255,126,95,0.4);
}

.qsiIaDl:hover {
background-color: #cf36c0;
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(255,126,95,0.6);
}

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

.VGaZGOkdb {
padding: 6rem 0;
background-color: #f8f9ff;
position: relative;
background: url('../media-kiwi/bg2.webp');
background-size: cover;
background-position: center;
}

.VGaZGOkdb::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 20px;
background: linear-gradient(90deg, #1f5f53, #88b1d3);
opacity: 0.1;
}

.LkiHM {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem;
text-align: center;
}

.xEAPVUkfyIR {
padding:  1rem;
margin-bottom: 4rem;
border-radius: 10px;
color: #ffffff;
font-size: 2.5rem;
position: relative;
background: linear-gradient(90deg, #1f5f53, #88b1d3);
}

.xEAPVUkfyIR::after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 4px;
background: linear-gradient(90deg, #1f5f53, #88b1d3);
border-radius: 2px;
}

.KGGkBzQpiHb {
max-width: 800px;
margin: 0 auto;
}

.ZZRgPMdsmsgi {
margin-bottom: 1.5rem;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(69, 223, 226, 0.1);
border: 1px solid rgba(69, 226, 205, 0.1);
transition: all 0.3s ease;
}

.ZZRgPMdsmsgi:hover {
box-shadow: 0 10px 25px rgba(69, 226, 187, 0.2);
transform: translateY(-3px);
}

.VodoAIRQOXSL {
width: 100%;
padding: 1.5rem 2rem;
display: flex;
justify-content: space-between;
align-items: center;
background-color: white;
border: none;
cursor: pointer;
text-align: left;
transition: all 0.3s ease;
}

.VodoAIRQOXSL:hover {
background-color: #f5f5ff;
}

.VodoAIRQOXSL[aria-expanded="true"] {
background-color: #1f5f53;
color: white;
}

.muyZMtIhFWY {
font-weight: 700;
font-size: 1.2rem;
flex: 1;
}

.KSpljFJG {
font-size: 1.5rem;
transition: all 0.3s ease;
margin-left: 1rem;
color: #1f5f53;
}

.VodoAIRQOXSL[aria-expanded="true"] .KSpljFJG {
transform: rotate(180deg);
color: white;
}

.KQOYubvXizC {
padding: 0 2rem;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.5s cubic-bezier(0.65, 0, 0.35, 1), padding 0.5s ease;
}

.ZZRgPMdsmsgi[aria-expanded="true"] .KQOYubvXizC {
padding: 0 2rem 2rem;
max-height: 500px;
}

.KQOYubvXizC p {
margin-top: 1rem;
color: #030303;
line-height: 1.8;
}

.lOkwmlOfBkt {
padding: 6rem 0;
background: linear-gradient(135deg, #1f5f53 0%, #89a3e2 100%);
color: white;
text-align: center;
position: relative;
overflow: hidden;
}

.lOkwmlOfBkt::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.1;
z-index: 0;
}

.mrLKnJmnHwpr {
max-width: 800px;
margin: 0 auto;
padding: 0 2rem;
position: relative;
z-index: 1;
}

.SZFXNCokpOjwH {
font-size: 2.2rem;
margin-bottom: 2rem;
color: white;
}

.mXeQGfSKSuci {
margin-bottom: 3rem;
font-size: 1.1rem;
line-height: 1.8;
opacity: 0.9;
}

.mIWjoGR {
display: inline-flex;
align-items: center;
gap: 1rem;
margin-bottom: 3rem;
padding: 1rem 2rem;
background-color: rgba(255,255,255,0.1);
border-radius: 50px;
font-weight: 700;
font-size: 1.2rem;
backdrop-filter: blur(5px);
border: 2px solid rgba(255,255,255,0.2);
}

.mIWjoGR i {
font-size: 2rem;
color: #be4c78;
}

.fETcEiWisnVxsg {
background-color: rgba(0,0,0,0.2);
padding: 3rem;
border-radius: 20px;
backdrop-filter: blur(10px);
border: 2px solid rgba(255,255,255,0.2);
}

.yvvRgL {
font-size: 1.5rem;
margin-bottom: 2rem;
color: #88b1d3;
}

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

.PHoFCdvw a {
transition: all 0.3s ease;
}

.PHoFCdvw a:hover {
transform: translateY(-5px) scale(1.05);
}

.lajdCcdD {
background-color: #232623;
color: white;
padding: 4rem 0 0;
}

.StfwDpli {
max-width: 1400px;
margin: 0 auto;
padding: 0 2rem;
display: flex;
flex-direction: column;
gap: 4rem;
}

.rTCX {
    text-align: center;
}

.UvtExQzwGccrMrf {
height: 70px;
margin: 0 auto;
margin-bottom: 1.5rem;
transition: all 0.4s ease;
}

.UvtExQzwGccrMrf:hover {
transform: rotate(-5deg) scale(1.1);
}

.UOExOQUBuRlEA {
opacity: 0.7;
font-size: 1rem;
max-width: 500px;
margin: 0 auto;
line-height: 1.6;
}

.sIqVDcGzOCzo {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 3rem;
}

.ErmuS {
margin-bottom: 2rem;
}

.PcHJWAyFHlO {
font-size: 1.3rem;
margin-bottom: 1.5rem;
position: relative;
padding-bottom: 0.8rem;
color: #88b1d3;
}

.PcHJWAyFHlO::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 3px;
background-color: #be4c78;
border-radius: 3px;
}

.NLLJlWM {
list-style: none;
}

.NLLJlWM li {
margin-bottom: 1rem;
}

.RuafDPXPhnnLqy {
opacity: 0.7;
transition: all 0.3s ease;
font-size: 0.95rem;
display: inline-block;
}

.RuafDPXPhnnLqy:hover {
opacity: 1;
color: #88b1d3;
transform: translateX(5px);
}

.UiagzH {
background-color: rgba(0,0,0,0.3);
padding: 2rem;
text-align: center;
margin-top: 4rem;
}

.IqjmBC {
font-size: 0.9rem;
opacity: 0.7;
margin-bottom: 1.5rem;
}

.ewzmPEQXTe {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1.5rem;
}

.CAzMbnmUROr {
font-size: 0.85rem;
opacity: 0.7;
transition: all 0.3s ease;
}

.CAzMbnmUROr:hover {
opacity: 1;
color: #be4c78;
}

.lCMxy {
opacity: 0.3;
}

.wyAyHlfg {
text-align: center;
margin-top: 3rem;
}

.vmTGxSyVMaCd {
display: inline-block;
padding: 1rem 2.5rem;
background: linear-gradient(135deg, #1f5f53 0%, #89a3e2 100%);
color: white;
border-radius: 50px;
font-weight: 700;
transition: all 0.4s ease;
box-shadow: 0 5px 20px rgba(69, 226, 176, 0.3);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
position: relative;
overflow: hidden;
}

.vmTGxSyVMaCd:hover {
background: linear-gradient(135deg, #22ae6d 0%, #7894e2 100%);
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(69, 226, 187, 0.4);
}

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

.vmTGxSyVMaCd:hover::after {
left: 100%;
}

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

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

@media (max-width: 1275px) {
    .aTmg {
        gap: 0.5rem;
    }
}

@media (max-width: 1024px) {
.mydqLSgZmQli {
    display: none;
}

.ZRqATgaeMBfYdV {
    display: flex;
}

.mydqLSgZmQli {
    display: none;
}

.zNGpleqH {
    font-size: 2.5rem;
}

.bdqpYFdMTN {
    font-size: 2rem;
}

.RDFRKMOW {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {
.YzVpXWOnnmp {
    padding: 0.8rem 1.5rem;
}

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

.bIDfTBfluw {
    padding-top: 8rem;
}

.zNGpleqH {
    font-size: 2.2rem;
}

.vWwtbWujUEiI {
    padding: 2rem;
}

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

.CcprSVEtePdUpIZ {
    flex-direction: column-reverse;
}

.YcqaZqNubqgQR {
    order: -1;
}

.QeLWIiCgmZPe {
    flex-direction: column;
}

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

@media (max-width: 480px) {
.zNGpleqH {
    font-size: 2rem;
}

.bdqpYFdMTN {
    font-size: 1.8rem;
}

.jqmCMJVJMdZ {
    padding: 2rem 1.5rem;
}

.znLwJLAiAuW {
    font-size: 1.5rem;
}

.LNUKHOUC {
    padding: 1rem;
}

.SvJGAxvcKs,
.CZdICmvnHHHmw {
    width: 95%;
}

.OXjgBA {
    padding: 0 0.5rem;
}

.CcprSVEtePdUpIZ,
.YcqaZqNubqgQR {
    padding: 0;
}

.mIWjoGR {
    flex-direction: column;
}

.VodoAIRQOXSL {
    padding: 1.2rem 1.5rem;
}

.muyZMtIhFWY {
    font-size: 1rem;
}

.KQOYubvXizC {
    padding: 0 1.5rem;
}

.ZZRgPMdsmsgi[aria-expanded="true"] .KQOYubvXizC {
    padding: 0 1.5rem 1.5rem;
}

.mrLKnJmnHwpr {
    padding: 0 0.5rem;
}

.ewzmPEQXTe {
    flex-direction: column;
    gap: 0.5rem;
}

.lCMxy {
    display: none;
}
}