.green-outline {
    outline: 1px solid green;
}

.red-outline {
    outline: 1px solid red;
}
.driver-active .driver-overlay,
.driver-active * {
    pointer-events: none;
}
.driver-active .driver-active-element,
.driver-active .driver-active-element *,
.driver-popover,
.driver-popover * {
    pointer-events: auto;
}
@keyframes animate-fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.driver-fade .driver-overlay {
    animation: animate-fade-in 0.2s ease-in-out;
}
.driver-fade .driver-popover {
    animation: animate-fade-in 0.2s;
}
.driver-popover {
    all: unset;
    box-sizing: border-box;
    color: #2d2d2d;
    margin: 0;
    padding: 15px;
    border-radius: 5px;
    min-width: 250px;
    max-width: 300px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    z-index: 1000000000;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
}
.driver-popover * {
    font-family:
        Helvetica Neue,
        Inter,
        ui-sans-serif,
        "Apple Color Emoji",
        Helvetica,
        Arial,
        sans-serif;
}
.driver-popover-title {
    font: 19px / normal sans-serif;
    font-weight: 700;
    display: block;
    position: relative;
    line-height: 1.5;
    zoom: 1;
    margin: 0;
}
.driver-popover-close-btn {
    all: unset;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 28px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #d2d2d2;
    z-index: 1;
    text-align: center;
    transition: color;
    transition-duration: 0.2s;
}
.driver-popover-close-btn:hover,
.driver-popover-close-btn:focus {
    color: #2d2d2d;
}
.driver-popover-title[style*="block"] + .driver-popover-description {
    margin-top: 5px;
}
.driver-popover-description {
    margin-bottom: 0;
    font: 14px / normal sans-serif;
    line-height: 1.5;
    font-weight: 400;
    zoom: 1;
}
.driver-popover-footer {
    margin-top: 15px;
    text-align: right;
    zoom: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.driver-popover-progress-text {
    font-size: 13px;
    font-weight: 400;
    color: #727272;
    zoom: 1;
}
.driver-popover-footer button {
    all: unset;
    display: inline-block;
    box-sizing: border-box;
    padding: 3px 7px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    background-color: #fff;
    color: #2d2d2d;
    font: 12px / normal sans-serif;
    cursor: pointer;
    outline: 0;
    zoom: 1;
    line-height: 1.3;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.driver-popover-footer .driver-popover-btn-disabled {
    opacity: 0.5;
    pointer-events: none;
}
:not(body):has(> .driver-active-element) {
    overflow: hidden !important;
}
.driver-no-interaction,
.driver-no-interaction * {
    pointer-events: none !important;
}
.driver-popover-footer button:hover,
.driver-popover-footer button:focus {
    background-color: #f7f7f7;
}
.driver-popover-navigation-btns {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}
.driver-popover-navigation-btns button + button {
    margin-left: 4px;
}
.driver-popover-arrow {
    content: "";
    position: absolute;
    border: 5px solid #fff;
}
.driver-popover-arrow-side-over {
    display: none;
}
.driver-popover-arrow-side-left {
    left: 100%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.driver-popover-arrow-side-right {
    right: 100%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.driver-popover-arrow-side-top {
    top: 100%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.driver-popover-arrow-side-bottom {
    bottom: 100%;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}
.driver-popover-arrow-side-center {
    display: none;
}
.driver-popover-arrow-side-left.driver-popover-arrow-align-start,
.driver-popover-arrow-side-right.driver-popover-arrow-align-start {
    top: 15px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-start,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start {
    left: 15px;
}
.driver-popover-arrow-align-end.driver-popover-arrow-side-left,
.driver-popover-arrow-align-end.driver-popover-arrow-side-right {
    bottom: 15px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-end,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end {
    right: 15px;
}
.driver-popover-arrow-side-left.driver-popover-arrow-align-center,
.driver-popover-arrow-side-right.driver-popover-arrow-align-center {
    top: 50%;
    margin-top: -5px;
}
.driver-popover-arrow-side-top.driver-popover-arrow-align-center,
.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center {
    left: 50%;
    margin-left: -5px;
}
.driver-popover-arrow-none {
    display: none;
}

#screenity-ui,
#screenity-ui div {
    background-color: unset;
    padding: unset;
    width: unset;
    box-shadow: unset;
    display: unset;
    margin: unset;
    border-radius: unset;
}
.screenity-outline {
    position: absolute;
    z-index: 99999999999;
    border: 2px solid #3080f8;
    outline-offset: -2px;
    pointer-events: none;
    border-radius: 5px !important;
}
.screenity-blur {
    filter: blur(10px) !important;
}
.screenity-shadow-dom * {
    transition: unset;
}
.screenity-shadow-dom .TooltipContent {
    border-radius: 30px !important;
    background-color: #29292f !important;
    padding: 10px 15px !important;
    font-size: 12px;
    margin-bottom: 10px !important;
    bottom: 100px;
    line-height: 1;
    font-family: "Satoshi-Medium", sans-serif;
    z-index: 99999999 !important;
    color: #fff;
    box-shadow:
        hsl(206 22% 7% / 35%) 0px 10px 38px -10px,
        hsl(206 22% 7% / 20%) 0px 10px 20px -15px !important;
    user-select: none;
    transition: opacity 0.3 ease-in-out;
    will-change: transform, opacity;
    animation-duration: 400ms;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.screenity-shadow-dom .hide-tooltip {
    display: none !important;
}

.screenity-shadow-dom .tooltip-tall {
    margin-bottom: 20px;
}

.screenity-shadow-dom .tooltip-small {
    margin-bottom: 5px;
}

.screenity-shadow-dom .TooltipContent[data-state="delayed-open"][data-side="top"] {
    animation-name: screenity-slideDownAndFade;
}
.screenity-shadow-dom .TooltipContent[data-state="delayed-open"][data-side="right"] {
    animation-name: screenity-slideLeftAndFade;
}
.screenity-shadow-dom.TooltipContent[data-state="delayed-open"][data-side="bottom"] {
    animation-name: screenity-slideUpAndFade;
}
.screenity-shadow-dom.TooltipContent[data-state="delayed-open"][data-side="left"] {
    animation-name: screenity-slideRightAndFade;
}

@keyframes screenity-slideUpAndFade {
    from {
        opacity: 0;
        transform: translateY(2px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes screenity-slideRightAndFade {
    from {
        opacity: 0;
        transform: translateX(-2px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes screenity-slideDownAndFade {
    from {
        opacity: 0;
        transform: translateY(-2px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes screenity-slideLeftAndFade {
    from {
        opacity: 0;
        transform: translateX(2px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#screenity-ui [data-radix-popper-content-wrapper] {
    z-index: 999999999999 !important;
}

.screenity-shadow-dom .CanvasContainer {
    position: fixed;
    pointer-events: all !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 99999999999 !important;
}
.screenity-shadow-dom .canvas {
    position: fixed;
    top: 0px !important;
    left: 0px !important;
    z-index: 99999999999 !important;
    background: transparent !important;
}
.screenity-shadow-dom .canvas-container {
    top: 0px !important;
    left: 0px !important;
    z-index: 99999999999;
    position: fixed !important;
    background: transparent !important;
}

.ScreenityDropdownMenuContent {
    z-index: 99999999999 !important;
    min-width: 200px;
    background-color: white;
    margin-top: 4px;
    margin-right: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 15px;
    font-family: "Satoshi-Medium", sans-serif;
    color: #29292f;
    box-shadow:
        0px 10px 38px -10px rgba(22, 23, 24, 0.35),
        0px 10px 20px -15px rgba(22, 23, 24, 0.2);
    animation-duration: 400ms;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}
.ScreenityDropdownMenuContent[data-side="top"] {
    animation-name: screenity-slideDownAndFade;
}
.ScreenityDropdownMenuContent[data-side="right"] {
    animation-name: screenity-slideLeftAndFade;
}
.ScreenityDropdownMenuContent[data-side="bottom"] {
    animation-name: screenity-slideUpAndFade;
}
.ScreenityDropdownMenuContent[data-side="left"] {
    animation-name: screenity-slideRightAndFade;
}
.ScreenityItemIndicator {
    position: absolute;
    right: 12px;
    width: 18px;
    height: 18px;
    background: #3080f8;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ScreenityDropdownMenuItem,
.ScreenityDropdownMenuRadioItem {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 5px;
    position: relative;
    padding-left: 22px;
    padding-right: 22px;
    user-select: none;
    outline: none;
}
.ScreenityDropdownMenuItem:hover {
    background-color: #f6f7fb !important;
    cursor: pointer;
}
.ScreenityDropdownMenuItem[data-disabled] {
    color: #6e7684 !important;
    cursor: not-allowed;
    background-color: #f6f7fb !important;
}
.current-news-container {
  max-width: 70%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.current-news-container > *:not(:first-child) {
  padding-top: 20px;
}
.current-news-container img {
  max-width: 40%;
  object-fit: cover;
}
.current-news-container p {
  line-height: 1.5;
  word-wrap: break-word;
  text-align: justify;
}
.icon-container {
  padding-left: 5px;
}
.css-vubbuv {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 770px) {
    aside {
        display: none;
    }
    .menu-list .dropdown {
        display: none!important;
    }
  .product-card-wrapper {
    width: 100%;
  }
}