.sidebar-offers{display:flex;flex-direction:column;margin:1rem auto;max-width:25rem}.sidebar-offers:first-child{margin-top:0}.sidebar-offers__title{margin-bottom:.5rem}.sidebar-offers__list{display:flex;flex-direction:column;gap:1rem}.sidebar-offers__item{display:flex;flex-direction:column;gap:.75rem}.sidebar-offers__item:first-child{align-items:center;background-color:var(--sidebar-offers-color);border-radius:.375rem;color:var(--vc-color-neutral-5);padding:2.625rem 1rem 1.5rem;position:relative;text-align:center}.sidebar-offers__item:first-child:before{background-color:var(--vc-color-neutral-5);border-radius:0 0 .1875rem .1875rem;color:var(--vc-color-neutral-1);content:"Top offer";font-size:.6875rem;font-weight:700;left:50%;padding:.25rem .5rem;position:absolute;text-transform:uppercase;top:.0625rem;transform:translateX(-50%)}.sidebar-offers__item:first-child .sidebar-offers__item-info,.sidebar-offers__item:first-child .sidebar-offers__item-main{display:contents}.sidebar-offers__item:first-child .sidebar-offers__item-logo{height:2.8125rem;margin-bottom:.75rem;width:8.75rem}.sidebar-offers__item:first-child .sidebar-offers__item-logo img{max-height:3rem;max-width:8.75rem}.sidebar-offers__item:first-child .sidebar-offers__item-offer{color:inherit;flex-grow:0;font-size:1.25rem;font-weight:700;margin-bottom:.5rem;order:1;text-transform:uppercase}.sidebar-offers__item:first-child .sidebar-offers__item-tc{background-color:transparent;border-radius:0;box-shadow:none;color:inherit;display:block;margin:0 0 1rem;opacity:1;order:2;padding:0}.sidebar-offers__item:first-child .sidebar-offers__item-cta{background-color:var(--vc-color-neutral-5);border-color:var(--vc-color-neutral-5);color:var(--vc-color-neutral-1);order:3;width:100%}.sidebar-offers__item:first-child .sidebar-offers__item-cta:hover{background-color:var(--vc-color-primary-0);border-color:var(--vc-color-primary-0);color:var(--vc-color-primary-2)}.sidebar-offers__item--light-bg:first-child,.sidebar-offers__item--light-bg:not(:first-child) .sidebar-offers__item-logo{box-shadow:inset 0 0 0 .0625rem var(--vc-color-primary-two-3)}.sidebar-offers__item--light-bg:first-child{color:var(--vc-color-neutral-1)}.sidebar-offers__item--light-bg:first-child:before{border:.0625rem solid var(--vc-color-primary-two-3);border-top:0}.sidebar-offers__item--light-bg:first-child .sidebar-offers__item-cta{border-color:var(--vc-color-primary-two-3)}.sidebar-offers__item-main{background-color:var(--vc-color-neutral-5);border-radius:.375rem;box-shadow:inset 0 0 0 .0625rem var(--vc-color-primary-two-3);display:flex;flex-direction:column;gap:.75rem;padding:.75rem;position:relative;z-index:2}.sidebar-offers__item-info{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.sidebar-offers__item-logo{align-items:center;border-radius:.375rem;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;padding:.25rem;width:5.625rem}.sidebar-offers__item-logo img{max-height:2rem;-o-object-fit:contain;object-fit:contain;width:100%}.sidebar-offers__item-offer{color:var(--vc-color-neutral-1);font-size:1rem;font-weight:600;line-height:1.2;text-decoration:none}.sidebar-offers__item-offer:hover{text-decoration:underline}.sidebar-offers__item-cta{flex-shrink:0;font-size:.8125rem;min-height:2.5rem;padding:.25rem .75rem;text-transform:uppercase;white-space:nowrap}.sidebar-offers__item-tc{background-color:var(--vc-background-2);border-radius:0 0 .375rem .375rem;box-shadow:inset 0 0 0 .0625rem var(--vc-color-primary-two-3);color:var(--vc-color-neutral-8);font-size:.75rem;line-height:1.2;margin-top:-1rem;max-height:4.2rem;overflow:hidden;padding-block:.75rem;padding-inline:.75rem;position:relative;transition:max-height .3s ease-out,padding-block .3s ease-out,opacity .3s ease-out;z-index:1}.sidebar-offers__item-tc p{color:inherit;font-size:inherit;line-height:inherit;margin:0}.sidebar-offers__item-tc a{color:inherit;text-decoration:underline}.sidebar-offers__item-tc a:hover{text-decoration:none}.sidebar-offers__item-tc-text{max-height:2.7rem;overflow-y:auto}.sidebar-offers__item-tc-text::-webkit-scrollbar{width:.875rem}.sidebar-offers__item-tc-text::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:currentcolor;border:.3125rem solid transparent;border-radius:1rem}[data-theme=dark] .sidebar-offers__item:first-child .sidebar-offers__item-cta,[data-theme=dark] .sidebar-offers__item:first-child:before{color:#202223}[data-theme=dark] .sidebar-offers__item:first-child .sidebar-offers__item-cta:hover{color:var(--vc-color-primary-two-0)}[data-theme=dark] .sidebar-offers__item-main{background:var(--vc-background-0);box-shadow:none}[data-theme=dark] .sidebar-offers__item-tc{background:color-mix(in srgb,var(--vc-background-0),#fff 5%);box-shadow:none}[data-theme=dark] .sidebar-offers__item--light-bg:not(:first-child) .sidebar-offers__item-logo{box-shadow:none}[data-theme=dark] .sidebar-offers__item--light-bg:first-child{box-shadow:none;color:#202223}[data-theme=dark] .sidebar-offers__item--light-bg:first-child:before{top:0}[data-theme=dark] .sidebar-offers__item--light-bg:first-child .sidebar-offers__item-cta{border-color:var(--vc-color-primary-two-3)}@media (hover:hover){.sidebar-offers__item:not(:first-child) .sidebar-offers__item-tc{max-height:0;opacity:0;padding-block:0}.sidebar-offers__item:not(:first-child):hover .sidebar-offers__item-tc{max-height:4.2rem;opacity:1;padding-block:.75rem}}