*, ** {
    box-sizing: border-box;
    --scale: 1;
}

.md-sidebar, .md-sidebar--secondary {
    display: none !important;
}

.md-grid {
    max-width: none !important;
    margin-top: 0 !important;
}

.md-content {
    margin: 0 !important;
    padding: 0 !important;
}

.md-content__inner {
    margin: 0 !important;
    padding: 0 !important;
}

.md-content__inner:before {
    display: none !important;
}

.md-content {
    background: transparent !important;
}

h1 {
    display: none;
}

.ar-landing__upper {
    height: calc(100dvh - 70px);
    display: flex;
    overflow: hidden;
    position: relative;
}

.ar-landing__textwork {
    margin-top: 98px;
    margin-left: 98px;
    text-align: left;
    color: #93b8df;
}

.ar-landing__text-large {
    font-family: Micra;
    font-size: 45px;
    font-weight: 400;
    line-height: 100%;
}

.ar-landing__text {
    font-family: OpenSans;
    font-size: 32px;
    font-weight: 400;
    line-height: 140%;
}

.ar-landing__circle {
    background-color: #f2f7fc;
    width: 100%;
    aspect-ratio: 2;
    border-radius: 50%;
    top: 18%;
    left: 2%;
    rotate: -1.2deg;
    position: absolute;
    z-index: -1;
}

.ar-landing__menu-container {
    width: 336px;
    height: 351px;
    scale: var(--scale);
    transform: translate(-50%, -50%);
    top: 49%;
    left: 66%;
    position: absolute;
}

.ar-landing__menu-block {
    font-family: Micra;
    font-size: 20px;
    color: white !important;
    text-align: center;
    position: absolute;
    width: 336px;
    height: 351px;
    clip-path: path("M163.13 1.64419C166.042 0.114042 169.52 0.114043 172.433 1.64419L329.989 84.43C333.278 86.1581 335.338 89.5671 335.338 93.2824V257.279C335.338 260.994 333.278 264.403 329.989 266.131L172.433 348.917C169.52 350.447 166.042 350.447 163.13 348.917L5.57343 266.131C2.28453 264.403 0.224792 260.994 0.224792 257.279V93.2824C0.224792 89.5671 2.28453 86.1581 5.57343 84.43L163.13 1.64419Z");
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.1s ease-in-out !important;
    cursor: pointer;
}

.ar-landing__menu-block.center {
    background-color: #5984C4;
    padding-bottom: 20px;
}

.ar-landing__menu-block.top-right {
    background-image: url(/assets/images/bpla.png);
    top: -79%;
    left: 52%;
}

.ar-landing__menu-block.top-left {
    background-image: url(/assets/images/edu.png);
    top: -79%;
    left: -52%;
}

.ar-landing__menu-block.left {
    background-image: url(/assets/images/manipulator.png);
    left: -104%;
}

.ar-landing__menu-block.bottom-left {
    background-image: url(/assets/images/software.png);
    top: 79%;
    left: -52%;
}

.ar-landing__menu-block.right {
    background-image: url(/assets/images/ev-modules.png);
    left: 104%;
}

.ar-landing__menu-block.bottom-right {
    background-image: url(/assets/images/mobile-manipulator.png);
    top: 79%;
    left: -156%;
}

.bg-tint {
    box-shadow: inset 0 0 0 2000px rgba(89, 132, 196, 0.76);
}

.bg-tint:hover {
    color: transparent !important;
    box-shadow: none;
}

.ar-landing__footer {
    height: 159px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.ar-landing__text-legal {
    margin-top: 53px;
    display: flex;
    font-family: OpenSans;
    color: #3E7CBF;
    font-size: 25px;
    line-height: 130%;
    margin-left: 130px;
}

.ar-landing__footer-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width:215px;
    height: 115px;
    margin-right: 55px;
    margin-top: 30px;
    flex-shrink: 0;
}

.ar-landing__top-logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.ar-landing__top-logos > :first-child {
    flex: 1 1 0;
}

.ar-landing__top-logos > :last-child {
    flex: 2 1 0;
}

.ar-landing__bottom-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ar-landing__socials {
    display: flex;
    gap: 8px;
    margin-left: 112px;
    margin-right: 55px;
}

.ar-landing__socials-icon {
    width: 48px;
    height: 48px !important;
}

.ar-background-effect::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 120%;
    background: rgba(0, 123, 255, 0.3);
    transform: translate(-50%, -50%) scale(0.6);
    border-radius: 50% / 60%;
    filter: blur(15px);
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.1s ease !important;
    z-index: -1;
}

.ar-background-effect:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}