@import url(https://fonts.googleapis.com/css?family=Karla:200,300,regular,500,600,700,800,200italic,300italic,italic,500italic,600italic,700italic,800italic);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #f4f7f4;
    font-family: 'Karla', sans-serif;
    font-size: var(--font-size);
}
body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}
input,
textarea {
    width: 100%;
}
label {
    display: inline-block;
}
button,
select,
option {
    cursor: pointer;
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

main {
    overflow-x: hidden;
}





.c-86ff6c53 {
    background: linear-gradient(135deg, #6ba27c, #7fb77e);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.c-ad80db07 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-37faa640 {
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 22px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: 130ms ease-in-out;
    position: relative;
    z-index: 99999;
}

.c-37faa640:hover {
    transform: translateY(-2px);
}

.c-e127357e {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.9);
    animation: float 3s ease-in-out infinite;
}

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

.c-21a937b9 {
    display: flex;
    align-items: center;
    gap: 44px;
}

.c-f4c5e76a {
    display: flex;
    align-items: center;
    gap: 28px;
}

.c-ae92d58c {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 18px 28px;
    border-radius: 24px;
    transition: 130ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-ae92d58c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: 260ms ease;
}

.c-ae92d58c:hover::before {
    transform: translateX(0);
}

.c-ae92d58c:hover {
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.c-f5bd711e {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 18px 44px;
    border-radius: 24px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: 130ms ease-in-out;
    backdrop-filter: blur(10px);
}

.c-f5bd711e:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.c-1a469239 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: 130ms ease-in-out;
}

.c-1a469239:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.c-809f4e43 {
    width: 24px;
    height: 3px;
    background: #ffffff;
    margin: 3px 0;
    transition: 130ms ease-in-out;
    border-radius: 2px;
}

.header__burger--active .c-809f4e43:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.header__burger--active .c-809f4e43:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-809f4e43:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.c-1e06e6c4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #6ba27c, #7fb77e);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    transform: translateY(-100%);
    transition: 260ms ease;
    z-index: 1000;
}

.header__mobile-menu--active {
    transform: translateY(0);
}

.c-556a8e5b {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 24px;
    transition: 130ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header__mobile-menu--active .c-556a8e5b {
    opacity: 1;
    transform: translateY(0);
}

.c-556a8e5b:nth-child(1) {
    transition-delay: 0.1s;
}
.c-556a8e5b:nth-child(2) {
    transition-delay: 0.2s;
}
.c-556a8e5b:nth-child(3) {
    transition-delay: 0.3s;
}
.c-556a8e5b:nth-child(4) {
    transition-delay: 0.4s;
}
.c-556a8e5b:nth-child(5) {
    transition-delay: 0.5s;
}

.c-556a8e5b:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.c-c946f49d {
    background: rgba(255, 255, 255, 0.9);
    color: #6ba27c;
    padding: 10px 28px;
    border-radius: 24px;
    font-weight: 700;
    font-size: 22px;
    margin-top: 44px;
    transition: 130ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
}

.header__mobile-menu--active .c-c946f49d {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.c-c946f49d:hover {
    background: #ffffff;
    transform: scale(1.1);
}



.c-4111d7d8 {
    position: relative;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: #ffffff;
    padding: 44px 0 28px;
    overflow: hidden;
    background: #2e4a2e;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-size: cover;

    background-repeat: no-repeat;
    transform: translateY(-99%);
}

.c-98d7b972 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
    z-index: 1;
}

.c-196fa3d5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 44px;
}

.c-42fdfd55 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.c-7644b284 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.c-7644b284 i {
    font-size: 22px;
}

.c-901187a6 {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 18px;
}

.footer-social {
    display: flex;
    gap: 18px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 130ms ease-in-out;
}

.footer-social-link:hover {
    background-color: #ffffff;
    color: #6ba27c;
    transform: translateY(-5px);
}

.c-bdaf20de {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.c-863ffb8e {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.c-8fe5896f {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
}

.c-8fe5896f::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}

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

.c-8f226440 {
    opacity: 0.8;
    transition: all 130ms ease-in-out;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-8f226440:hover {
    opacity: 1;
    transform: translateX(5px);
}

.c-8f226440 i {
    font-size: 10px;
}

.c-b09e60ea {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.c-8b810af3 {
    line-height: 1.6;
    opacity: 0.8;
}

.c-5d1e69f3 {
    position: relative;
    margin-top: 10px;
}

.c-17651127 {
    border: 1px solid #f4f7f4;
    padding: 18px;
    padding-right: 50px;
    border-radius: 12px;
    color: #ffffff;
}

.c-17651127::placeholder {
    color: #ffffff;
}

.c-b3f99399 {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #ffffff;
    color: #6ba27c;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 130ms ease-in-out;
}

.c-b3f99399:hover {
    background-color: #7fb77e;
    color: #ffffff;
}

.c-1777e7de {
    margin-top: 44px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
}

.c-4f004fef {
    opacity: 0.8;
    font-size: 14px;
}

.c-4dd13995 {
    display: flex;
    gap: 28px;
}

.c-6cd1f3b9 {
    opacity: 0.8;
    font-size: 14px;
    transition: opacity 130ms ease-in-out;
}

.c-6cd1f3b9:hover {
    opacity: 1;
}

.c-1864d6b7 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.c-a792dd1f {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.c-bca62ece {
    width: 150px;
    height: 150px;
    top: -50px;
    right: 10%;
}

.c-8d65d105 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 5%;
}

.c-427ac579 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: 20%;
}



.c-d5fed174 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f4f7f4, #e6f2e6);
    position: relative;
    overflow: hidden;
}

.c-306bc86e {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.c-ef8ac5d5 {
    position: absolute;
    font-size: 8rem;
    font-weight: 100;
    color: #6ba27c;
    opacity: 0.03;
    animation: typographyFloat 20s ease-in-out infinite;
    will-change: transform;
}

.c-0fe769b4 {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.c-8952bdd4 {
    top: 20%;
    right: 10%;
    animation-delay: 5s;
}

.c-b634b40f {
    bottom: 30%;
    left: 15%;
    animation-delay: 10s;
}

.c-977b526a {
    bottom: 10%;
    right: 20%;
    animation-delay: 15s;
}

.c-3e3bf40a {
    max-width: 1180px;
    width: 100%;
    padding: 0 28px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.c-9e2d6cc2 {
    opacity: 0;
    transform: translateY(30px);
    animation: typographyFadeIn 1s ease 0.3s forwards;
}

.c-ede94f48 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: #f4f7f4;
    color: #6ba27c;
    border: 1px solid #6ba27c;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 28px;
    box-shadow: 0 2px 10px 0 1px 2px rgba(0, 50, 0, 0.05);
    transition: all 260ms ease;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.c-ede94f48:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px 0 2px 4px rgba(0, 50, 0, 0.1);
}

.c-63eb33ff {
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: 28px;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -2px;
    position: relative;
}

.c-9da7012d {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.c-f37fb73f {
    color: #1c2b1e;
    animation: typographySlide 2s ease 0.5s both;
}

.c-e1f775a5 {
    background: linear-gradient(135deg, #6ba27c, #7fb77e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: typographySlide 2s ease 0.8s both;
}

.c-aa21ec15 {
    color: transparent;
    -webkit-text-stroke: 2px #6ba27c;
    animation: typographySlide 2s ease 1.1s both;
}

.c-74df24db {
    font-size: 22px;
    color: #607760;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-weight: 300;
    opacity: 0;
    animation: typographyFadeIn 1s ease 1.5s forwards;
}

.c-ff7aef13 {
    font-size: 30px;
    font-style: italic;
    color: #6ba27c;
    margin: 60px 0;
    position: relative;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    animation: typographyFadeIn 1s ease 1.8s forwards;
}

.c-ff7aef13::before,
.c-ff7aef13::after {
    content: '"';
    font-size: 4rem;
    font-weight: 700;
    color: #7fb77e;
    position: absolute;
    line-height: 1;
}

.c-ff7aef13::before {
    top: -20px;
    left: -30px;
}

.c-ff7aef13::after {
    bottom: -40px;
    right: -30px;
}

.c-c65c5361 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 28px;
    margin: 60px 0;
    opacity: 0;
    animation: typographyFadeIn 1s ease 2.1s forwards;
}

.c-9d3bb55d {
    text-align: center;
    padding: 28px;
    background: #f4f7f4;
    border-radius: 18px;
    box-shadow: 0 2px 15px 0 1px 2px rgba(0, 50, 0, 0.05);
    transition: all 260ms ease;
    will-change: transform;
}

.c-9d3bb55d:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px 0 2px 4px rgba(0, 50, 0, 0.1);
}

.c-c5605973 {
    font-size: 3rem;
    font-weight: 900;
    color: #6ba27c;
    display: block;
    margin-bottom: 4px;
    line-height: 1;
}

.c-b77d4429 {
    font-size: 14px;
    color: #607760;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.c-b6631bbb {
    display: flex;
    gap: 28px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 44px;
    opacity: 0;
    animation: typographyFadeIn 1s ease 2.4s forwards;
}

.c-1c632011 {
    padding: 18px 44px;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 260ms ease;
    will-change: transform;
    position: relative;
    overflow: hidden;
}

.c-6d1e46ea {
    background: linear-gradient(135deg, #6ba27c, #7fb77e);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.c-6d1e46ea::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: left 260ms ease;
}

.c-6d1e46ea:hover::before {
    left: 100%;
}

.c-6d1e46ea:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5);
}

.c-05f25752 {
    background: transparent;
    color: #6ba27c;
    border: 2px solid #6ba27c;
}

.c-05f25752:hover {
    background: #6ba27c;
    color: #ffffff;
    transform: translateY(-3px);
}

@keyframes typographyFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes typographyFloat {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(5deg);
    }
}

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



.c-588c1d4c {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
}

.c-0a020960 {
    padding: 44px 0;
}

.c-133cef4e {
    text-align: center;
    margin-bottom: 60px;
}

.c-73c67d79 {
    font-size: 30px;
    font-weight: 700;
    color: #1c2b1e;
    margin-bottom: 18px;
}

.c-e221b69a {
    font-size: 18px;
    color: #607760;
    max-width: 600px;
    margin: 0 auto;
}

.c-737c0b99 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.c-98a2b70b {
    background: #e6f2e6;
    padding: 44px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.about-map-container {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #6ba27c, #7fb77e);
    border-radius: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 28px;
}

.about-office-markers {
    position: absolute;
    width: 100%;
    height: 100%;
}

.about-office-marker {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f9ca24;
    border: 3px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 260ms ease;
    animation: aboutPulse 2s infinite;
}

.about-office-marker:hover {
    transform: scale(1.2);
    background: #d63031;
}

.about-office-marker.about-active {
    background: #d63031;
    transform: scale(1.3);
}

@keyframes aboutPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.about-office-info {
    background: #f4f7f4;
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 4px 6px 0 1px 2px rgba(0, 50, 0, 0.05);
}

.about-office-details {
    display: none;
}

.about-office-details.about-active {
    display: block;
}

.about-office-name {
    font-size: 18px;
    font-weight: 600;
    color: #6ba27c;
    margin-bottom: 18px;
}

.about-office-address {
    color: #607760;
    margin-bottom: 10px;
}

.about-office-contact {
    color: #607760;
    font-size: 14px;
}

.c-45ea0296 {
    background: #f4f7f4;
    padding: 44px;
    border-radius: 24px;
    box-shadow: 0 8px 25px 0 1px 2px rgba(0, 50, 0, 0.05);
}

.c-3b6f800e {
    font-size: 22px;
    font-weight: 600;
    color: #1c2b1e;
    margin-bottom: 28px;
}

.c-9128ab34 {
    color: #607760;
    line-height: 1.7;
    margin-bottom: 28px;
}

.c-dd0ba310 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 28px;
    margin-top: 28px;
}

.c-33a2ab1c {
    background: #e6f2e6;
    padding: 28px;
    border-radius: 18px;
    text-align: center;
    transition: all 260ms ease;
}

.c-33a2ab1c:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px 0 2px 4px rgba(0, 50, 0, 0.1);
}

.c-5b5afd85 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #6ba27c;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto 18px;
}

.c-fde97daf {
    font-size: 14px;
    color: #9ea89a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.c-ef1172e5 {
    font-size: var(--font-size);
    font-weight: 600;
    color: #1c2b1e;
}

.c-1c018924 {
    background: #e6f2e6;
    padding: 60px;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 60px;
}

.c-2ea10731 {
    font-size: 22px;
    font-weight: 600;
    color: #1c2b1e;
    margin-bottom: 44px;
}

.c-69645952 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 28px;
}

.c-1bfbb4c0 {
    background: #f4f7f4;
    padding: 28px;
    border-radius: 18px;
    transition: all 260ms ease;
}

.c-1bfbb4c0:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px 0 2px 4px rgba(0, 50, 0, 0.1);
}

.c-4a6e8f3e {
    font-size: 30px;
    font-weight: 700;
    color: #6ba27c;
    display: block;
    margin-bottom: 4px;
}

.c-fd2d22c8 {
    font-size: 14px;
    color: #607760;
}




.c-ddf5cee5 {
    opacity: 0;
    transition: all 400ms ease-in;
}

.c-83f02265 {
    transform: translateY(30px);
}

.c-83f02265.about-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-98e7c271 {
    transform: translateY(50px);
}

.c-98e7c271.about-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-5aa0b94d {
    transform: translateX(-50px);
}

.c-5aa0b94d.about-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-23d65e9f {
    transform: translateX(50px);
}

.c-23d65e9f.about-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-48a07df2 {
    transform: scale(0.9);
}

.c-48a07df2.about-visible {
    opacity: 1;
    transform: scale(1);
}

.c-3d037f46 {
    transform: scale(0.8);
}

.c-3d037f46.about-visible {
    opacity: 1;
    transform: scale(1);
}

.c-d1b98253 {
    transition-delay: 0.1s;
}

.c-8d21c0e9 {
    transition-delay: 0.2s;
}

.c-60dd9d50 {
    transition-delay: 0.3s;
}

.c-a219d3c7 {
    transition-delay: 0.4s;
}

.c-35b85458 {
    transition-delay: 0.5s;
}

.c-33962ebe {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
}

.c-395902a6 {
    padding: 44px 0;
    background: #e6f2e6;
}

.c-3992750f {
    text-align: center;
    margin-bottom: 60px;
}

.c-e5f84d00 {
    font-size: 30px;
    font-weight: 700;
    color: #1c2b1e;
    margin-bottom: 18px;
}

.c-e1e0ce24 {
    font-size: 18px;
    color: #607760;
    max-width: 600px;
    margin: 0 auto;
}

.c-c43a3666 {
    background: #f4f7f4;
    border-radius: 24px;
    box-shadow: 0 8px 25px 0 1px 2px rgba(0, 50, 0, 0.05);
    overflow: hidden;
}

.c-cc5b5135 {
    display: flex;
    background: #d0e2d0;
    overflow-x: auto;
}

.c-5398b33c {
    flex: 1;
    min-width: 150px;
    padding: 28px 44px;
    background: transparent;
    border: none;
    font-size: var(--font-size);
    font-weight: 500;
    color: #607760;
    cursor: pointer;
    transition: all 260ms ease;
    position: relative;
    white-space: nowrap;
}

.c-5398b33c:hover {
    background: #e6f2e6;
    color: #1c2b1e;
}

.c-5398b33c.benefits-active {
    color: #6ba27c;
    background: #f4f7f4;
}

.c-5398b33c::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #6ba27c;
    transform: scaleX(0);
    transition: transform 260ms ease;
}

.c-5398b33c.benefits-active::after {
    transform: scaleX(1);
}

.c-d975e7b4 {
    padding: 44px;
    min-height: 500px;
}

.c-6f03e964 {
    display: none;
    animation: benefitsFadeIn 0.3s ease;
}

.c-6f03e964.benefits-active {
    display: block;
}

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

.c-b7a21a00 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.c-fd54ca62 h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1c2b1e;
    margin-bottom: 28px;
}

.c-fd54ca62 p {
    color: #607760;
    line-height: 1.7;
    margin-bottom: 28px;
}

.c-b15b3999 {
    list-style: none;
}

.c-b15b3999 li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    color: #607760;
}

.c-b15b3999 li::before {
    content: '✓';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #00b894;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 18px;
    flex-shrink: 0;
}

.c-c0cce7da {
    background: #e6f2e6;
    border-radius: 18px;
    padding: 44px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.c-6c2b3dde {
    font-size: 4rem;
    margin-bottom: 28px;
    display: block;
}

.c-ebb5f543 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 28px;
}

.c-4b67b246 {
    background: #f4f7f4;
    padding: 28px;
    border-radius: 12px;
}

.c-afb776fa {
    font-size: 22px;
    font-weight: 700;
    color: #6ba27c;
    display: block;
    margin-bottom: 4px;
}

.c-2f096f6c {
    font-size: 14px;
    color: #9ea89a;
}




.c-d66f03e5 {
    opacity: 0;
    transition: all 400ms ease-in;
}

.c-ecb8f726 {
    transform: translateY(30px);
}

.c-ecb8f726.benefits-visible {
    opacity: 1;
    transform: translateY(0);
}

.c-dd8d0cb9 {
    transform: scale(0.9);
}

.c-dd8d0cb9.benefits-visible {
    opacity: 1;
    transform: scale(1);
}

.benefits-slide-left {
    transform: translateX(-50px);
}

.benefits-slide-left.benefits-visible {
    opacity: 1;
    transform: translateX(0);
}

.benefits-slide-right {
    transform: translateX(50px);
}

.benefits-slide-right.benefits-visible {
    opacity: 1;
    transform: translateX(0);
}

.c-bf4a11ac {
            padding: 60px 28px;
            background: #f4f7f4;
        }

        .c-091ba099 {
            max-width: 1180px;
            margin: 0 auto;
        }

        .c-ab26583b {
            text-align: center;
            margin-bottom: 60px;
            padding-bottom: 44px;
            border-bottom: 1px solid #d0e2d0;
        }

        .c-1ecaaa15 {
            font-size: 30px;
            font-weight: 500;
            color: #1c2b1e;
            margin-bottom: 18px;
            opacity: 0;
            transform: translateY(20px);
        }

        .c-6c85bbd2 {
            font-size: 18px;
            color: #607760;
            max-width: 600px;
            margin: 0 auto;
            opacity: 0;
            transform: translateY(20px);
        }

        .c-c1b26980 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 60px;
            margin-bottom: 60px;
        }

        .c-4a321f53 {
            padding: 44px;
            border: 1px solid #d0e2d0;
            border-radius: 12px;
            transition: all 260ms ease;
            opacity: 0;
            transform: translateY(30px);
        }

        .c-4a321f53:hover {
            border-color: #6ba27c;
            box-shadow: 0 4px 20px 0 1px 2px rgba(0, 50, 0, 0.05);
            transform: translateY(-5px);
        }

        .c-55a5b483 {
            display: flex;
            align-items: center;
            gap: 28px;
            margin-bottom: 28px;
        }

        .c-9cb52013 {
            width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            color: #ffffff;
            flex-shrink: 0;
        }

        .c-7f61b404 .c-9cb52013 {
            background: #6ba27c;
        }

        .c-faa391d2 .c-9cb52013 {
            background: #00b894;
        }

        .c-6117c23e .c-9cb52013 {
            background: #f9ca24;
        }

        .c-a284fad0 .c-9cb52013 {
            background: #7fb77e;
        }

        .c-f270da77 {
            font-size: 22px;
            font-weight: 500;
            color: #1c2b1e;
            margin-bottom: 4px;
        }

        .c-c54a2cb7 {
            color: #9ea89a;
            font-size: 14px;
        }

        .c-94577010 {
            color: #607760;
            line-height: 1.7;
            margin-bottom: 28px;
        }

        .c-64e955d1 {
            margin-bottom: 28px;
        }

        .c-8912c945 {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
            color: #607760;
        }

        .c-8912c945::before {
            content: '•';
            color: #6ba27c;
            font-weight: bold;
            font-size: 18px;
        }

        .c-6e161c79 {
            width: 100%;
            padding: 18px;
            background: transparent;
            color: #6ba27c;
            border: 1px solid #6ba27c;
            border-radius: 6px;
            text-align: center;
            cursor: pointer;
            transition: all 260ms ease;
            font-weight: 500;
        }

        .c-6e161c79:hover {
            background: #6ba27c;
            color: #ffffff;
        }

        .c-9da6267f {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 44px;
            padding: 44px 0;
            border-top: 1px solid #d0e2d0;
            border-bottom: 1px solid #d0e2d0;
            margin-bottom: 60px;
            opacity: 0;
            transform: translateY(20px);
        }

        .c-d0e76cd8 {
            text-align: center;
        }

        .c-5627e80d {
            font-size: 30px;
            font-weight: 600;
            color: #6ba27c;
            margin-bottom: 4px;
        }

        .c-f63d9aab {
            color: #607760;
            font-size: 14px;
        }

        .c-44ff65ab {
            text-align: center;
            padding: 44px;
            background: #e6f2e6;
            border-radius: 18px;
            opacity: 0;
            transform: translateY(20px);
        }

        .c-101e3629 {
            font-size: 22px;
            font-weight: 500;
            color: #1c2b1e;
            margin-bottom: 18px;
        }

        .c-27ef5082 {
            color: #607760;
            margin-bottom: 28px;
        }

        .c-cfc2ae3b {
            display: flex;
            justify-content: center;
            gap: 44px;
            margin-bottom: 28px;
        }

        .c-1f25f167 {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #607760;
        }

        .c-abb7a303 {
            display: inline-block;
            padding: 18px 44px;
            background: #6ba27c;
            color: #ffffff;
            text-decoration: none;
            border-radius: 6px;
            font-weight: 500;
            transition: all 260ms ease;
        }

        .c-abb7a303:hover {
            background: #7fb77e;
            transform: translateY(-2px);
        }

        .services-clean__animate {
            opacity: 1;
            transform: translateY(0);
        }

        
.c-98ed1359 {
            padding: 60px 28px;
            background: linear-gradient(135deg, #e6f2e6 0%, #d0e2d0 100%);
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .c-f81eb97b {
            max-width: 1180px;
            width: 100%;
            margin: 0 auto;
        }

        .c-571a4847 {
            text-align: center;
            margin-bottom: 60px;
        }

        .c-e94ceedb {
            font-size: 30px;
            font-weight: 700;
            color: #1c2b1e;
            margin-bottom: 18px;
            line-height: 1.2;
        }

        .c-99d28c3d {
            font-size: 18px;
            color: #607760;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.5;
        }

        .c-6bebb841 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 44px;
            margin-top: 60px;
        }

        .c-3d3902a3 {
            background: #f4f7f4;
            border-radius: 24px;
            padding: 44px;
            box-shadow: 0 10px 30px 0 1px 2px rgba(0, 50, 0, 0.05);
            position: relative;
            overflow: hidden;
            transition: all 260ms ease;
            cursor: pointer;
        }

        .c-3d3902a3::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #6ba27c 0%, #7fb77e 100%);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 260ms ease;
        }

        .c-3d3902a3:hover::before {
            transform: scaleX(1);
        }

        .c-3d3902a3:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px 0 2px 4px rgba(0, 50, 0, 0.1);
        }

        .c-31726da5 {
            border: 2px solid #6ba27c;
            transform: scale(1.05);
        }

        .c-31726da5::before {
            background: linear-gradient(90deg, #00b894 0%, #6ba27c 100%);
        }

        .c-aa7022dc::before {
            background: linear-gradient(90deg, #7fb77e 0%, #d63031 100%);
        }

        .c-2c6732ca {
            position: absolute;
            top: 28px;
            right: 28px;
            background: linear-gradient(135deg, #6ba27c 0%, #7fb77e 100%);
            color: #ffffff;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .c-3f46d0e5 {
            font-size: 22px;
            font-weight: 600;
            color: #1c2b1e;
            margin-bottom: 10px;
        }

        .c-8e51b8e8 {
            color: #607760;
            font-size: 14px;
            margin-bottom: 28px;
            line-height: 1.4;
        }

        .c-28c056a0 {
            display: flex;
            align-items: baseline;
            margin-bottom: 28px;
        }

        .c-0d1807b2 {
            font-size: 48px;
            font-weight: 700;
            color: #1c2b1e;
            line-height: 1;
        }

        .c-0a66237d {
            font-size: 18px;
            font-weight: 600;
            color: #607760;
            margin-right: 4px;
        }

        .c-1f274d71 {
            font-size: 14px;
            color: #9ea89a;
        }

        .c-c5ba55cd {
            list-style: none;
            margin-bottom: 44px;
        }

        .c-9ec9f4a9 {
            display: flex;
            align-items: center;
            margin-bottom: 18px;
            font-size: 14px;
            color: #607760;
        }

        .c-9ec9f4a9::before {
            content: '✓';
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            background: #00b894;
            color: #ffffff;
            border-radius: 50%;
            margin-right: 10px;
            font-weight: 600;
            font-size: 12px;
        }

        .c-63955726 {
            display: flex;
            align-items: center;
            margin-bottom: 18px; 
            font-size: 14px;
            color: #607760;
        }

        .c-63955726::before {
            content: '✕';
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            background: #f44336; 
            color: #fff;
            border-radius: 50%;
            margin-right: 10px;
            font-weight: 600;
            font-size: 12px;
            flex-shrink: 0;
        }



        .c-47c36c82 {
            width: 100%;
            padding: 18px 28px;
            background: linear-gradient(135deg, #6ba27c 0%, #7fb77e 100%);
            color: #ffffff;
            border: none;
            border-radius: 12px;
            font-size: var(--font-size);
            font-weight: 600;
            cursor: pointer;
            transition: all 260ms ease;
            position: relative;
            overflow: hidden;
        }

        .c-47c36c82::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 400ms ease-in;
        }

        .c-47c36c82:hover::before {
            left: 100%;
        }

        .c-47c36c82:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px 0 2px 4px rgba(0, 50, 0, 0.1);
        }

        .c-5b5561ce {
            background: #d0e2d0;
            color: #1c2b1e;
        }

        .c-5b5561ce::before {
            background: linear-gradient(90deg, transparent, 0 1px 2px rgba(0, 50, 0, 0.05), transparent);
        }

        .c-ce5a0ae1 {
            background: linear-gradient(135deg, #7fb77e 0%, #d63031 100%);
        }

        
.c-234d13c4 {
    background: #f4f7f4;
    padding: 44px;
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    text-align: left;
    max-width: 450px;
    width: 100%;
    transition: all 260ms ease;
    border: 1px solid #d0e2d0;
    margin: 40px auto;
}

.c-234d13c4:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-5px);
}

.c-6e55d01a {
    width: 60px;
    height: 60px;
    background: #6ba27c;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    font-size: 22px;
}

.c-6e55d01a::before {
    content: '📞';
}

.c-11cd6596 {
    font-size: 22px;
    font-weight: 700;
    color: #1c2b1e;
    margin-bottom: 10px;
    line-height: 1.3;
}

.c-42f3e0a1 {
    font-size: var(--font-size);
    color: #607760;
    margin-bottom: 44px;
    line-height: 1.6;
}

.c-951b4bbb {
    list-style: none;
    margin-bottom: 44px;
}

.c-951b4bbb li {
    font-size: 14px;
    color: #9ea89a;
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
}

.c-951b4bbb li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #6ba27c;
    font-weight: bold;
}

.c-10e7e394 {
    display: inline-flex;
    align-items: center;
    background: #6ba27c;
    color: #ffffff;
    padding: 18px 28px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 600;
    text-decoration: none;
    transition: all 260ms ease;
    gap: 10px;
}

.c-10e7e394::after {
    content: '→';
    transition: transform 130ms ease-in-out;
}

.c-10e7e394:hover {
    background: #7fb77e;
    transform: translateX(2px);
}

.c-10e7e394:hover::after {
    transform: translateX(3px);
}

.c-1b3d440b {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f4f7f4;
    border-top: 2px solid #6ba27c;
    box-shadow: 0 -4px 20px 0 2px 4px rgba(0, 50, 0, 0.1);
    padding: 28px;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 260ms ease;
}

.c-1b3d440b.policy-agreement--visible {
    transform: translateY(0);
}

.c-de9d4d00 {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

.c-21a8497a {
    flex: 1;
    min-width: 300px;
}

.c-d3d2dbb8 {
    font-size: 18px;
    font-weight: 600;
    color: #1c2b1e;
    margin-bottom: 10px;
}

.c-61d8cba7 {
    color: #607760;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.c-e9ece674 {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.c-b80aabe4 {
    color: #6ba27c;
    text-decoration: underline;
    font-size: 14px;
    transition: color 130ms ease-in-out;
}

.c-b80aabe4:hover {
    color: #7fb77e;
}

.c-5960117e {
    display: flex;
    gap: 18px;
    align-items: center;
}

.c-8f3023ba {
    background: #6ba27c;
    color: #ffffff;
    border: none;
    padding: 18px 44px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 500;
    cursor: pointer;
    transition: all 130ms ease-in-out;
    white-space: nowrap;
}

.c-8f3023ba:hover {
    background: #7fb77e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 2px 4px rgba(0, 50, 0, 0.1);
}

.c-8f3023ba:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .c-21a937b9 {
        display: none;
    }

    .c-1a469239 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-196fa3d5 {
        grid-template-columns: 1fr;
    }

    .c-bdaf20de {
        grid-template-columns: 1fr;
    }

    .c-1777e7de {
        flex-direction: column;
        text-align: center;
    }

    .c-4dd13995 {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-63eb33ff {
        font-size: 3rem;
        letter-spacing: -1px;
    }

    .c-ff7aef13 {
        font-size: 18px;
    }

    .c-ff7aef13::before,
    .c-ff7aef13::after {
        font-size: 2rem;
    }

    .c-ff7aef13::before {
        top: -10px;
        left: -15px;
    }

    .c-ff7aef13::after {
        bottom: -20px;
        right: -15px;
    }

    .c-b6631bbb {
        flex-direction: column;
        align-items: center;
    }

    .c-ef8ac5d5 {
        font-size: 4rem;
    }
}
@media (max-width: 768px) {
    .c-737c0b99 {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .about-map-container {
        height: 300px;
    }

    .c-dd0ba310 {
        grid-template-columns: 1fr;
    }

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

    .c-73c67d79 {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .c-b7a21a00 {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .c-d975e7b4 {
        padding: 28px;
    }

    .c-ebb5f543 {
        grid-template-columns: 1fr;
    }

    .c-e5f84d00 {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
            .c-c1b26980 {
                grid-template-columns: 1fr;
                gap: 28px;
            }
            
            .c-9da6267f {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .c-cfc2ae3b {
                flex-direction: column;
                gap: 18px;
            }
        }
@media (max-width: 768px) {
            .c-98ed1359 {
                padding: 44px 18px;
            }
            
            .c-6bebb841 {
                grid-template-columns: 1fr;
                gap: 28px;
            }
            
            .c-31726da5 {
                transform: none;
            }
            
            .c-e94ceedb {
                font-size: 22px;
            }
            
            .c-0d1807b2 {
                font-size: 36px;
            }
        }
@media (max-width: 768px) {
    .c-de9d4d00 {
        flex-direction: column;
        text-align: center;
    }

    .c-21a8497a {
        min-width: auto;
    }

    .c-e9ece674 {
        justify-content: center;
    }
}