  .tildasite-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9999;
    background-image: linear-gradient(to right,#FFD457 0%,#FFD457 39%,#FEAC23 39%,#FEAC23 100%) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
  }
  .grey-acc-bg {
     z-index: auto !important;
 }
 
.burger-icon {
    display: block;
}
.burger-icon-closed {
    display: none;
}

body.menu-opened .burger-icon {
    display: none;
}
body.menu-opened .burger-icon-closed {
    display: block;
}

.burger-icon, .burger-icon-closed {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9998;
    transition: all 0.4s cubic-bezier(0, 0, 0.8, 1.0);
}


.fixed .t396__artboard {
    position: relative;
    transition: transform 0.4s ease, background-color 0.4s ease;
}

.fixed .menu-bg {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    background-color: white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

@media (max-width: 960px) {
.fixed .menu-bg {
    left: 0;
    right: 0;
}
}

@media (max-width: 480px) {
.fixed .menu-bg {
    top: -10px;
}
}
#rec1040166431 .t-input-group_rd .t-radio__wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: center;
}


#rec1040166431 .t-input-group_rd .t-input-title {
    font-family: 'Oswald' !important;
    font-size: 18px; 
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    opacity: 0.5;
}


#rec1040166431 .t-input-group_rd .t-radio__item {
    font-family: 'Oswald' !important;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.85;
}

#rec1040166431 .t-radio__indicator {
    border-color: #fe9d2c;
}

#rec1040166431 .t-radio__indicator:after {
    background: #fe9d2c;
}

#rec1040166431 .t-radio__item:hover {
    color: #fe9d2c;
    transition: color 0.3s ease;
}
#rec1059032481 .t-menuburger,
#rec1059032481 .t282__logo__container {
    display: none !important;
}

#rec1059032481 .t282__menu__content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.t282__menu__container {
    top:90px !important;
}