.ideal-gallery{margin-top:24px}.ideal-gallery__header{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:16px;text-align:center}.ideal-gallery__tabs{display:inline-flex;position:relative;background:#e5e7eb;border-radius:30px;overflow:hidden}.ideal-gallery__tab-indicator{position:absolute;top:0;height:100%;background:#1a2d4a;border-radius:30px;transition:left .28s cubic-bezier(.4,0,.2,1),width .28s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:0}.ideal-gallery__tab{position:relative;z-index:1;flex:1;padding:10px 20px;border-radius:26px;border:none;font-size:14px;font-weight:700;cursor:pointer;background:transparent;color:#223843;transition:color .2s ease;white-space:nowrap}.ideal-gallery__tab.is-active{color:#fff}.ideal-gallery__slider{width:100vw;position:relative;left:50%;transform:translate(-50%);box-sizing:border-box;padding:0 20px}.ideal-gallery__viewport{overflow:hidden;width:100%}.ideal-gallery__track{display:flex;gap:8px}.ideal-gallery__item{flex:0 0 78%}.ideal-gallery__item img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;border-radius:12px;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ideal-gallery__empty{flex:0 0 100%;display:flex;align-items:center;justify-content:center;height:220px;color:#6b7280;font-size:14px}.ideal-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:34px;height:34px;border-radius:50%;border:none;background:#1a2d4a;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;box-shadow:0 2px 8px #00000040;transition:opacity .18s ease}.ideal-gallery__arrow--prev{left:12px}.ideal-gallery__arrow--next{right:12px}.ideal-gallery__arrow:hover:not(:disabled){opacity:.85}.ideal-gallery__arrow:disabled{opacity:.2;cursor:default}@media (min-width: 768px){.ideal-gallery{margin-top:32px}.ideal-gallery__tab{font-size:17px;padding:12px 28px}.ideal-gallery__item{flex:0 0 calc(40% - 6px)}.ideal-gallery__item img{height:380px;border-radius:14px}.ideal-gallery__arrow{width:38px;height:38px}.ideal-gallery__arrow--prev{left:16px}.ideal-gallery__arrow--next{right:16px}}@media (min-width: 1024px){.ideal-gallery{margin-top:40px}.ideal-gallery__tab{font-size:18px;padding:11px 26px}.ideal-gallery__track{gap:12px}.ideal-gallery__item{flex:0 0 calc(30% - 9px)}.ideal-gallery__item img{height:600px;border-radius:16px}.ideal-gallery__arrow{width:42px;height:42px}.ideal-gallery__arrow--prev{left:20px}.ideal-gallery__arrow--next{right:20px}}
