.page[name='home'] > .menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: calc(100% - 351px);
    left: 0;
    z-index: 471;
    transition: transform 0.5s ease;
    display: none;
}
.page[name='home'] > .menu.active {
    display: block;
}
.page[name='home'] > .menu > .header {
    height: 64px;
}
.page[name='home'] > .menu > .header > .button {
    padding: 24px;
}
.page[name='home'] > .menu > .header > .button > img {
    width: 16px;
    height: 16x;
    display: block;
}
.page[name='home'] > .menu > .header > .logo {
    padding: 12px 20px;
}
.page[name='home'] > .menu > .header > .logo > img {
    width: 150px;
    height: 34px;
    display: block;
}
.page[name='home'] > .menu > .content {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
.page[name='home'] > .menu > .content > .button:not(.active) {
    font-size: 15px;
    font-weight: 500;
    padding: 11.5px;
}
.page[name='home'] > .menu > .content > .button.active {
    font-size: 16px;
    font-weight: 700;
    padding: 10.5px;
}
.page[name='home'] > .menu > .content > .button > img {
    width: 16px;
}
.page[name='home'] > .header.mobile {
    overflow: hidden;
}
.page[name='home'] > .header.mobile > .logo {
    padding: 15px 20px;
}
.page[name='home'] > .header.mobile > .logo > img {
    width: 150px;
    height: 34px;
    display: block;
}
.page[name='home'] > .header.mobile > .button {
    padding: 22px;
}
.page[name='home'] > .header.mobile > .button > img {
    width: 20px;
    height: 20px;
    display: block;
}
.page[name='home'] > .header.web > .section > side:last-child > .button {
    padding: 16px 24px;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
}
.page[name='home'] > .header.desktop {
    position: absolute;
    top: 0;
    width: 100%;
    height: 136px;
    justify-content: center;
}
.page[name='home'] > .header.desktop > .container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page[name='home'] > .header.desktop > .container > .logo {
    width: 180px;
    cursor: pointer;
}
.page[name='home'] > .header.desktop > .container > .items {
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 10px;
}
.page[name='home'] > .header.desktop > .container > .items > .button {
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 14px;
}
.page[name='home'] > .header.desktop > .container > .items > .button:not(.active) {
    font-weight: 500;
    font-size: 14px;
}
.page[name='home'] > .header.desktop > .container > .items > .button.active {
    font-weight: 700;
    font-size: 15px;
}
.page[name='home'] > .header.desktop > .container > .items > .dot {
    width: 2.5px;
    height: 2.5px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
}
.page[name='home'] > .header.desktop > .container > .button {
    padding: 16px 24px;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
}
.page[name='home'] > .header.desktop > .container > .items > .button.cta:hover {
    transform: translateY(-2px); box-shadow: 0 6px 20px rgba(2, 132, 199, 0.6);
}
.page[name='home'] > .content > .slides > .items > .slick-list > .slick-track > .slick-slide > div > .slide > img {
    object-fit: cover;
    width: 100%;
}
.page[name='home'] > .content > .slides > .items > .slick-dots {
    bottom: -39px;
}
.page[name='home'] > .content > .slides > .items > .slick-dots > li {
    cursor: pointer;
    width: 6px;
    height: 6px;
    margin-right: 4px;
    margin-left: 4px;
}
.page[name='home'] > .content > .slides > .items > .slick-dots > li > button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.page[name='home'] > .content > .slides > .items > .slick-dots > li > button:before {
    display: none;
}
.page[name='home'] > .content > .slides > .items > .slick-dots > li > button:hover,
.page[name='home'] > .content > .slides > .items > .slick-dots > li > button:focus {
    outline: none;
}
.page[name='home'] > .content > .information {
    max-width: 1200px;
    margin: 76px auto 60px;
    padding-right: 24px;
    padding-left: 24px;
    text-align: center;
}
.page[name='home'] > .content > .information > .title {
    margin-bottom: 12px;
}
.page[name='home'] > .content > .services,
.page[name='home'] > .content > .products {
    padding-bottom: 60px;
}
.page[name='home'] > .content > .services > .information,
.page[name='home'] > .content > .products > .information {
    margin-bottom: 36px;
    text-align: center;
    padding-right: 24px;
    padding-left: 24px;
}
.page[name='home'] > .content > .services > .information > .title,
.page[name='home'] > .content > .products > .information > .title {
    margin-bottom: 12px;
}
.page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > thead,
.page[name='home'] > .content > .products > .tableWrapper > .fTable > .content > table > thead {
    display: none;
}
.page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > tbody > tr,
.page[name='home'] > .content > .products > .tableWrapper > .fTable > .content > table > tbody > tr {
    border-radius: 12px;
    margin-bottom: 20px;
}
.page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > tbody > tr > td,
.page[name='home'] > .content > .products > .tableWrapper > .fTable > .content > table > tbody > tr > td {
    padding: 20px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > tbody > tr > td:hover,
.page[name='home'] > .content > .products > .tableWrapper > .fTable > .content > table > tbody > tr > td:hover {
    transform: translateY(-5px);
}
.page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > tbody > tr > td > .icon,
.page[name='home'] > .content > .products > .tableWrapper > .fTable > .content > table > tbody > tr > td > .imageWrapper {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 8px;
}
.page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > tbody > tr > td > .icon > img,
 .page[name='home'] > .content > .products > .tableWrapper > .fTable > .content > table > tbody > tr > td > .imageWrapper > img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    opacity: 0;
}
.page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > tbody > tr > td > .title {
    font-weight: 700;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.page[name='home'] > .content > .services > .tableWrapper > .fTable > .footer {
    display: none;
}
.page[name='home'] > .content > .products > .tableWrapper > .fTable > .footer {
    display: none;
}
.page[name='home'] > .content > .products > .button {
    padding: 8px 12px;
    margin: 20px;
    width: 175px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}
.page[name='home'] > .footer > .top,
.page[name='home'] > .footer > .center {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.page[name='home'] > .footer > .top {
    overflow: hidden;
}
.page[name='home'] > .footer > .top > .logo {
    margin-top: 48px;
    margin-bottom: 30px;
    text-align: center;
}
.page[name='home'] > .footer > .top > .logo > img {
    width: 250px;
}
.page[name='home'] > .footer > .top > .text {
    font-weight: 500;
}
.page[name='home'] > .footer > .center {
    overflow: hidden;
    margin-bottom: 48px;
}
.page[name='home'] > .footer > .center > .info > div {
    margin-bottom: 12px;
    padding: 2px;
    border-radius: 8px;
}
.page[name='home'] > .footer > .center > .info > div > img {
    vertical-align: middle;
    margin-bottom: 4px;
    width: 24px;
    height: 24px;
}
.page[name='home'] > .footer > .center > .info > div > span,
.page[name='home'] > .footer > .center > .terms {
    font-weight: 500;
}
.page[name='home'] > .footer > .center > .terms > div {
    margin-bottom: 16px;
}
.page[name='home'] > .footer > .center > .social > .button {
    width: 36px;
    display: inline-block;
    padding: 6px;
    border-radius: 8px;
}
.page[name='home'] > .footer > .center > .terms > .button.active {
    font-size: 16px;
    font-weight: 600;
}
.page[name='home'] > .footer > .center > .terms > .button:not(.active) {
    font-weight: 500;
}
.page[name='home'] > .footer > .center > .social > .button > img {
    width: 24px;
    height: 24px;
    display: block;
}
.page[name='home'] > .footer > .bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

@media (max-width: 1200px) {
    .page[name='home'] > .header.desktop {
        display: none;
    }
    .page[name='home'] > .content > .slides > .items > .slick-list > .slick-track {
        height: 250px;
    }
    .page[name='home'] > .content > .slides > .items > .slick-list > .slick-track > .slick-slide > div > .slide > img {
        height: 250px
    }
    .page[name='home'] > .content > .information > .title,
    .page[name='home'] > .content > .services > .information > .title,
    .page[name='home'] > .content > .products > .information > .title {
        font-size: 26px;
        font-weight: 600;
    }
    .page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > tbody > tr,
    .page[name='home'] > .content > .products > .tableWrapper > .fTable > .content > table > tbody > tr {
        display: inline-block;
        width: calc(100% - 40px);
    }
    .page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > tbody > tr > td,
    .page[name='home'] > .content > .products > .tableWrapper > .fTable > .content > table > tbody > tr > td {
        width: 400px;
    }
    .page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > tbody > tr > td > .title,
    .page[name='home'] > .content > .products > .tableWrapper > .fTable > .content > table > tbody > tr > td > .title {
        font-size: 14px;
        font-weight: 400;
        width: 320px;
    }
    .page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > tbody > tr > td > .description,
    .page[name='home'] > .content > .products > .tableWrapper > .fTable > .content > table > tbody > tr > td > .description {
        font-size: 14px;
    }
    .page[name='home'] > .footer > div:not(:last-child) {
        padding-right: 40px;
        padding-left: 40px;
    }
    .page[name='home'] > .footer > .top > .text {
        margin-bottom: 32px;
        font-size: 16px;
    }
    .page[name='home'] > .footer > .center > div:not(:last-child) {
        margin-bottom: 32px;
    }
    .page[name='home'] > .footer > .center > .info > div > span,
    .page[name='home'] > .footer > .center > .terms {
        font-size: 14px;
    }
    .page[name='home'] > .footer > .bottom {
        font-size: 14px;
    }
}
@media (min-width: 1201px) {
    .page[name='home'] > .header.mobile {
        display: none;
    }
    .page[name='home'] > .header.desktop {
        display: flex;
    }
    .page[name='home'] > .content > .slides > .items > .slick-list > .slick-track {
        height: 550px;
    }
    .page[name='home'] > .content > .slides > .items > .slick-list > .slick-track > .slick-slide > div > .slide > img {
        height: 550px;
    }
    .page[name='home'] > .content > .services > .tableWrapper,
    .page[name='home'] > .content > .products > .tableWrapper {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    .page[name='home'] > .content > .information > .title,
    .page[name='home'] > .content > .services > .information > .title,
    .page[name='home'] > .content > .products > .information > .title {
        font-size: 32px;
        font-weight: 700;
    }
    .page[name='home'] > .content > .information > .description,
    .page[name='home'] > .content > .services > .information > .description,
    .page[name='home'] > .content > .products > .information > .description {
        font-size: 16px;
        font-weight: 500;
    }
    .page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > tbody > tr,
    .page[name='home'] > .content > .products > .tableWrapper > .fTable > .content > table > tbody > tr {
        margin-bottom: 20px;
        width: calc(25% - 20px);
    }
    .page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > tbody > tr > td > .title,
    .page[name='home'] > .content > .products > .tableWrapper > .fTable > .content > table > tbody > tr > td > .title {
        font-size: 15px;
        font-weight: 500;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 200px;
    }
    .page[name='home'] > .content > .services > .tableWrapper > .fTable > .content > table > tbody > tr > td > .description {
        font-size: 12px;
    }
    .page[name='home'] > .footer > .top > .text {
        margin-bottom: 48px;
        font-size: 20px;
    }
    .page[name='home'] > .footer > .center > div {
        width: calc(33% - 30px);
    }
    .page[name='home'] > .footer > .center > .info > div > span,
    .page[name='home'] > .footer > .center > .terms {
        font-size: 14px;
    }
    .page[name='home'] > .footer > .center > .terms > .button {
        border-radius: 8px;
        padding: 6px 12px;
    }
    .page[name='home'] > .footer > .bottom {
        font-size: 14px;
    }
}