.breakdance .bde-section{position:relative;width:100%;background-position:center center;background-size:cover}.breakdance .bde-section .section-container{max-width:var(--bde-section-width);background-size:cover;position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin:0 auto;padding:var(--bde-section-vertical-padding) var(--bde-section-horizontal-padding)}.breakdance .bde-section .section-shape-divider-wrapper{position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;pointer-events:none}.breakdance .bde-section .section-shape-divider-wrapper .section-shape-divider svg{position:absolute;color:#000;width:100%;height:320px;left:0;right:0;top:0}.breakdance .bde-heading{max-width:100%;margin:0}.breakdance .bde-text{max-width:100%;margin:0;color:var(--bde-text-color,var(--bde-body-text-color))}.phox-advanced-audio-player .aap-player{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border-radius:16px;max-width:400px;margin:0 auto;position:relative}.phox-advanced-audio-player .aap-audio{display:none}.phox-advanced-audio-player .aap-artwork{width:200px;height:200px;flex-shrink:0;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,0.4)}.phox-advanced-audio-player .aap-artwork-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.3s ease}.phox-advanced-audio-player .aap-player.is-playing .aap-artwork-img{animation:aap-pulse 2s ease-in-out infinite}@keyframes aap-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.02)}}.phox-advanced-audio-player .aap-artwork-placeholder{width:200px;height:200px;background:linear-gradient(135deg,#2d2d44 0%,#1a1a2e 100%);border-radius:12px;display:flex;align-items:center;justify-content:center}.phox-advanced-audio-player .aap-artwork-placeholder svg{width:64px;height:64px;color:rgba(255,255,255,0.3)}.phox-advanced-audio-player .aap-info{text-align:center;width:100%}.phox-advanced-audio-player .aap-track-title{font-size:20px;font-weight:600;color:#fff;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phox-advanced-audio-player .aap-track-artist{font-size:14px;color:rgba(255,255,255,0.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phox-advanced-audio-player .aap-progress-container{width:100%}.phox-advanced-audio-player .aap-progress-bar{width:100%;height:6px;background:rgba(255,255,255,0.15);border-radius:3px;cursor:pointer;position:relative;overflow:visible}.phox-advanced-audio-player .aap-progress-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#a78bfa);border-radius:3px;width:0%;transition:width 0.1s linear;position:relative}.phox-advanced-audio-player .aap-progress-thumb{position:absolute;top:50%;left:0%;width:14px;height:14px;background:#fff;border-radius:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity 0.2s ease;box-shadow:0 2px 8px rgba(0,0,0,0.3)}.phox-advanced-audio-player .aap-progress-bar:hover .aap-progress-thumb{opacity:1}.phox-advanced-audio-player .aap-time{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:rgba(255,255,255,0.5);font-variant-numeric:tabular-nums}.phox-advanced-audio-player .aap-controls{display:flex;align-items:center;justify-content:center;gap:16px}.phox-advanced-audio-player .aap-btn{background:none;border:none;padding:0;cursor:pointer;color:rgba(255,255,255,0.8);transition:all 0.2s ease;display:flex;align-items:center;justify-content:center}.phox-advanced-audio-player .aap-btn:hover{color:#8b5cf6;transform:scale(1.1)}.phox-advanced-audio-player .aap-btn svg{width:100%;height:100%}.phox-advanced-audio-player .aap-btn-play{width:56px;height:56px;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border-radius:50%;color:#fff;padding:14px;box-shadow:0 4px 20px rgba(139,92,246,0.4)}.phox-advanced-audio-player .aap-btn-play:hover{color:#fff;transform:scale(1.05);box-shadow:0 6px 25px rgba(139,92,246,0.5)}.phox-advanced-audio-player .aap-btn-prev,.phox-advanced-audio-player .aap-btn-next{width:32px;height:32px}.phox-advanced-audio-player .aap-btn-shuffle,.phox-advanced-audio-player .aap-btn-repeat{width:24px;height:24px;color:rgba(255,255,255,0.4)}.phox-advanced-audio-player .aap-btn-shuffle.active,.phox-advanced-audio-player .aap-btn-repeat.active{color:#8b5cf6}.phox-advanced-audio-player .aap-btn-repeat.repeat-one::after{content:'1';position:absolute;font-size:8px;font-weight:700}.phox-advanced-audio-player .aap-volume{display:flex;align-items:center;gap:8px;width:100%;justify-content:center}.phox-advanced-audio-player .aap-btn-volume{width:24px;height:24px}.phox-advanced-audio-player .aap-volume-slider{width:100px;height:24px;display:flex;align-items:center;cursor:pointer}.phox-advanced-audio-player .aap-volume-track{width:100%;height:4px;background:rgba(255,255,255,0.15);border-radius:2px;position:relative}.phox-advanced-audio-player .aap-volume-fill{height:100%;background:rgba(255,255,255,0.6);border-radius:2px;transition:width 0.1s ease}.phox-advanced-audio-player .aap-btn-download{width:24px;height:24px;text-decoration:none}.phox-advanced-audio-player .aap-playlist{width:100%;background:rgba(0,0,0,0.2);border-radius:12px;overflow:hidden;margin-top:8px}.phox-advanced-audio-player .aap-playlist-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1)}.phox-advanced-audio-player .aap-playlist-title{font-size:14px;font-weight:600;color:#fff}.phox-advanced-audio-player .aap-playlist-count{font-size:12px;color:rgba(255,255,255,0.5)}.phox-advanced-audio-player .aap-playlist-items{max-height:200px;overflow-y:auto}.phox-advanced-audio-player .aap-playlist-items::-webkit-scrollbar{width:6px}.phox-advanced-audio-player .aap-playlist-items::-webkit-scrollbar-track{background:transparent}.phox-advanced-audio-player .aap-playlist-items::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.2);border-radius:3px}.phox-advanced-audio-player .aap-playlist-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:all 0.2s ease;color:rgba(255,255,255,0.7)}.phox-advanced-audio-player .aap-playlist-item:hover{background:rgba(255,255,255,0.05);color:#fff}.phox-advanced-audio-player .aap-playlist-item.active{background:rgba(139,92,246,0.2);color:#8b5cf6}.phox-advanced-audio-player .aap-playlist-item-num{width:24px;font-size:12px;color:rgba(255,255,255,0.4);text-align:center}.phox-advanced-audio-player .aap-playlist-item.active .aap-playlist-item-num{display:none}.phox-advanced-audio-player .aap-playlist-item-info{flex:1;min-width:0}.phox-advanced-audio-player .aap-playlist-item-title{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phox-advanced-audio-player .aap-playlist-item-artist{font-size:12px;opacity:0.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phox-advanced-audio-player .aap-playlist-item-playing{display:none;gap:2px;align-items:flex-end;height:16px}.phox-advanced-audio-player .aap-playlist-item.active .aap-playlist-item-playing{display:flex}.phox-advanced-audio-player .aap-playlist-item-playing span{width:3px;background:#8b5cf6;border-radius:1px;animation:aap-bars 0.8s ease-in-out infinite}.phox-advanced-audio-player .aap-playlist-item-playing span:nth-child(1){height:60%;animation-delay:0s}.phox-advanced-audio-player .aap-playlist-item-playing span:nth-child(2){height:100%;animation-delay:0.2s}.phox-advanced-audio-player .aap-playlist-item-playing span:nth-child(3){height:40%;animation-delay:0.4s}@keyframes aap-bars{0%,100%{transform:scaleY(1)}50%{transform:scaleY(0.5)}}.phox-advanced-audio-player .aap-player:not(.is-playing) .aap-playlist-item-playing span{animation-play-state:paused}.phox-advanced-audio-player .aap-layout-horizontal{flex-direction:row;flex-wrap:wrap;gap:16px;padding:16px 20px;max-width:100%;align-items:center}.phox-advanced-audio-player .aap-layout-horizontal .aap-artwork{width:60px;height:60px;flex-shrink:0}.phox-advanced-audio-player .aap-layout-horizontal .aap-artwork-placeholder{width:60px;height:60px}.phox-advanced-audio-player .aap-layout-horizontal .aap-artwork-placeholder svg{width:28px;height:28px}.phox-advanced-audio-player .aap-layout-horizontal .aap-info{flex:1;min-width:120px;text-align:left}.phox-advanced-audio-player .aap-layout-horizontal .aap-track-title{font-size:15px;margin-bottom:2px}.phox-advanced-audio-player .aap-layout-horizontal .aap-track-artist{font-size:12px}.phox-advanced-audio-player .aap-layout-horizontal .aap-controls{gap:8px;order:0}.phox-advanced-audio-player .aap-layout-horizontal .aap-btn-play{width:40px;height:40px;padding:10px}.phox-advanced-audio-player .aap-layout-horizontal .aap-btn-prev,.phox-advanced-audio-player .aap-layout-horizontal .aap-btn-next{width:24px;height:24px}.phox-advanced-audio-player .aap-layout-horizontal .aap-btn-shuffle,.phox-advanced-audio-player .aap-layout-horizontal .aap-btn-repeat{width:20px;height:20px}.phox-advanced-audio-player .aap-layout-horizontal .aap-progress-container{width:100%;order:10}.phox-advanced-audio-player .aap-layout-horizontal .aap-progress-bar{height:4px}.phox-advanced-audio-player .aap-layout-horizontal .aap-progress-thumb{width:10px;height:10px}.phox-advanced-audio-player .aap-layout-horizontal .aap-time{font-size:11px;margin-top:6px}.phox-advanced-audio-player .aap-layout-horizontal .aap-volume{width:auto;order:5}.phox-advanced-audio-player .aap-layout-horizontal .aap-volume-slider{width:60px}.phox-advanced-audio-player .aap-layout-horizontal .aap-btn-download{width:20px;height:20px;order:6}.phox-advanced-audio-player .aap-layout-horizontal .aap-playlist{width:100%;order:20;margin-top:0}.phox-advanced-audio-player .aap-layout-horizontal .aap-playlist-items{max-height:150px}.phox-advanced-audio-player .aap-layout-horizontal .aap-playlist-item{padding:8px 12px}.phox-advanced-audio-player .aap-layout-minimal{flex-direction:row;gap:12px;padding:12px 16px;max-width:100%;align-items:center}.phox-advanced-audio-player .aap-layout-minimal .aap-artwork{width:44px;height:44px;border-radius:8px}.phox-advanced-audio-player .aap-layout-minimal .aap-artwork-placeholder{width:44px;height:44px;border-radius:8px}.phox-advanced-audio-player .aap-layout-minimal .aap-artwork-placeholder svg{width:20px;height:20px}.phox-advanced-audio-player .aap-layout-minimal .aap-info{flex:1;min-width:0;text-align:left}.phox-advanced-audio-player .aap-layout-minimal .aap-track-title{font-size:14px;margin-bottom:0}.phox-advanced-audio-player .aap-layout-minimal .aap-track-artist{font-size:11px}.phox-advanced-audio-player .aap-layout-minimal .aap-progress-container{flex:1;min-width:100px}.phox-advanced-audio-player .aap-layout-minimal .aap-progress-bar{height:4px}.phox-advanced-audio-player .aap-layout-minimal .aap-progress-thumb{width:8px;height:8px}.phox-advanced-audio-player .aap-layout-minimal .aap-time{font-size:10px;margin-top:4px}.phox-advanced-audio-player .aap-layout-minimal .aap-controls{gap:6px}.phox-advanced-audio-player .aap-layout-minimal .aap-btn-play{width:36px;height:36px;padding:9px}.phox-advanced-audio-player .aap-layout-minimal .aap-btn-prev,.phox-advanced-audio-player .aap-layout-minimal .aap-btn-next{width:20px;height:20px}.phox-advanced-audio-player .aap-layout-minimal .aap-btn-shuffle,.phox-advanced-audio-player .aap-layout-minimal .aap-btn-repeat{display:none}.phox-advanced-audio-player .aap-layout-minimal .aap-volume{display:none}.phox-advanced-audio-player .aap-layout-minimal .aap-btn-download{width:18px;height:18px}.phox-advanced-audio-player .aap-layout-minimal .aap-playlist{display:none}@media (max-width:480px){.phox-advanced-audio-player .aap-player.aap-layout-standard{padding:24px 20px}.phox-advanced-audio-player .aap-layout-standard .aap-artwork,.phox-advanced-audio-player .aap-layout-standard .aap-artwork-placeholder{width:160px;height:160px}.phox-advanced-audio-player .aap-layout-standard .aap-track-title{font-size:18px}.phox-advanced-audio-player .aap-layout-standard .aap-btn-play{width:48px;height:48px;padding:12px}.phox-advanced-audio-player .aap-volume-slider{width:80px}.phox-advanced-audio-player .aap-layout-horizontal .aap-volume{display:none}.phox-advanced-audio-player .aap-layout-minimal{flex-wrap:wrap}.phox-advanced-audio-player .aap-layout-minimal .aap-progress-container{width:100%;order:10}}.breakdance .bde-columns{max-width:100%;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--bde-column-gap)}.breakdance .bde-column{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;align-items:flex-start;width:calc(var(--column-width) - var(--bde-column-gap) * ((var(--columnCount) - 1) / var(--columnCount)));position:relative;background-size:cover}.breakdance .bde-text-link{display:flex}.breakdance .bde-text-link>*{margin:0;color:currentColor}.breakdance .bde-pricing-table{--defaultFontWeight:500;--textColor:var(--bde-body-text-color);--textGreyColor:var(--bde-body-text-color);--textGreyLightColor:var(--bde-body-text-color);--headingColor:var(--bde-headings-color);--featuredColor:var(--bde-brand-primary-color);--textAlign:center;--alignItems:center;position:relative;display:flex;text-align:left;flex-direction:column;text-align:var(--textAlign);align-items:var(--alignItems);border-radius:16px;background-color:#fff;max-width:100%;padding:40px;height:100%}.breakdance .bde-pricing-table--featured{border:4px solid var(--featuredColor)}.breakdance .bde-pricing-table__accent-label{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background-color:var(--featuredColor);color:#fff;padding:0.5em;line-height:1;border-radius:4px;font-size:0.875em;font-weight:800;text-transform:uppercase}.breakdance .bde-pricing-table__icon{margin-bottom:24px;order:0}.breakdance .bde-pricing-table__icon svg{font-size:inherit;width:3em;height:3em;stroke-width:0;stroke:var(--bde-brand-primary-color);fill:var(--bde-brand-primary-color)}.breakdance .bde-pricing-table__title{color:var(--headingColor);line-height:1;font-weight:var(--defaultFontWeight);font-size:22px;order:10;margin-bottom:36px;margin-top:0px}.breakdance .bde-pricing-table__price-area{display:flex;flex-direction:column;align-items:var(--alignItems);order:20;margin-bottom:36px}.breakdance .bde-pricing-table__price-area--before-price-text{font-size:1em;font-weight:var(--defaultFontWeight);color:var(--textGreyColor);margin-bottom:12px}.breakdance .bde-pricing-table__price-area--amount-and-period-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px}.breakdance .bde-pricing-table__price-area--amount{flex-wrap:nowrap;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;line-height:1;gap:4px}.breakdance .bde-pricing-table__price-area--amount-currency{font-size:32px;font-weight:700;color:var(--headingColor)}.breakdance .bde-pricing-table__price-area--amount-number{color:var(--headingColor);font-weight:800;font-size:64px;white-space:nowrap;display:inline-flex}.breakdance .bde-pricing-table__price-area--amount-number .bde-pricing-table__price-area--amount-number-fractional{display:inline-block;font-size:60%;margin-top:0.15em}.breakdance .bde-pricing-table__price-area--billing-period{color:var(--textGreyColor);font-weight:var(--defaultFontWeight);font-size:1em}.breakdance .bde-pricing-table__price-area--badge{padding:0.55em;line-height:1;background-color:rgba(255,165,0,0.2);color:var(--textColor);border-radius:4px;font-size:0.875em;font-weight:800;text-transform:uppercase;display:inline-block;margin-top:12px;letter-spacing:0.15em}.breakdance .bde-pricing-table__description{color:var(--textColor);line-height:1.2;font-weight:var(--defaultFontWeight);font-size:1em;overflow-wrap:break-word;order:30;margin-bottom:24px}.breakdance .bde-pricing-table__features{display:flex;flex-direction:column;margin:0;padding:0;list-style-type:none;order:40;margin-bottom:36px}.breakdance .bde-pricing-table__features-item{font-size:1em;color:var(--textColor);position:relative;display:flex;flex-direction:row;margin-bottom:16px;align-items:center;text-align:left}.breakdance .bde-pricing-table .bde-pricing-table__features-item:last-child{margin-bottom:0!important}.breakdance .bde-pricing-table__features-text{margin-left:12px;font-weight:var(--defaultFontWeight);line-height:1.3}.breakdance .bde-pricing-table__features-item--included .bde-pricing-table__features-text{color:var(--textColor)}.breakdance .bde-pricing-table__features-icon{display:flex;font-size:1.125em}.breakdance .bde-pricing-table__features-icon svg{font-size:inherit;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.breakdance .bde-pricing-table__features-item--included .bde-pricing-table__features-icon{color:#0DA532}.breakdance .bde-pricing-table__features-item--not-included .bde-pricing-table__features-icon{color:#D4351E}.breakdance .button-atom.bde-pricing-table__cta-button{order:50;margin-top:auto;width:100%}.breakdance .bde-logo-list{width:100%;--wrapper-gradient-color:rgba(255,255,255,1)}.breakdance .bde-logo-list,.un-logo-bar,.un-logo-bar__marquee-content,.un-logo-bar__logo-wrapper,.bde-logo-list .breakdance-link,.un-logo-bar__scrollable-wrapper{display:flex;position:relative;align-items:center}.un-logo-bar__marquee-content,.un-static-image-grid,.un-logo-bar__scrollable-wrapper{column-gap:30px}.un-logo-bar__logo-wrapper,.bde-logo-list .breakdance-link{justify-content:center;align-items:center}.un-static-image-grid{flex-wrap:wrap;align-items:stretch;justify-content:center;max-width:100%;row-gap:20px}.breakdance .un-logo-bar__logo-wrapper img{max-width:initial;height:100%;width:auto}.un-image-carousel-container{display:flex;overflow:hidden}.un-logo-bar__marquee-content{will-change:transform;transform:translate3d(0,0,0)}@keyframes logo-marquee-LTR{0%{transform:translateX(0)}100%{transform:translate(-50%)}}@keyframes logo-marquee-RTL{0%{transform:translateX(0)}100%{transform:translate(50%)}}.un-image-carousel-container .un-logo-bar__marquee-content{animation:logo-marquee-LTR 30s linear infinite running}.un-image-carousel-container.to-right .un-logo-bar__marquee-content{animation:logo-marquee-RTL 30s linear infinite running}.un-image-carousel-container .carousel-type__stop-on-hover:hover{animation-play-state:paused}.un-image-carousel-container .carousel-type__start-on-hover{animation:logo-marquee-LTR 30s linear infinite paused}.un-image-carousel-container.to-right .carousel-type__start-on-hover{animation:logo-marquee-RTL 30s linear infinite paused}.un-image-carousel-container .carousel-type__start-on-hover:hover{animation-play-state:running}.un-image-carousel-container.to-right{justify-content:flex-end}.un-logo-bar__scrollable-wrapper{overflow:auto;padding-bottom:20px}.gradient-overlay__both.un-scrollable-image-container::before,.gradient-overlay__both.un-scrollable-image-container::after,.gradient-overlay__left.un-scrollable-image-container::before,.gradient-overlay__right.un-scrollable-image-container::after,.gradient-overlay__right.un-image-carousel-container::after,.gradient-overlay__left.un-image-carousel-container::before,.gradient-overlay__both.un-image-carousel-container::before,.gradient-overlay__both.un-image-carousel-container::after{content:'';position:absolute;left:0;top:0;width:50px;height:100%;z-index:1;background-image:linear-gradient(to left,rgba(255,255,255,0),var(--wrapper-gradient-color))}.gradient-overlay__right.un-scrollable-image-container::after,.gradient-overlay__both.un-scrollable-image-container::after,.gradient-overlay__right.un-image-carousel-container::after,.gradient-overlay__both.un-image-carousel-container::after{left:auto;right:-1px;transform:rotate(180deg)}.breakdance .bde-icon-box{max-width:100%;display:flex;flex-direction:column;align-items:center;padding:30px;gap:20px}.breakdance .bde-icon-box .ee-iconbox-title{margin:0;margin-bottom:10px}.breakdance .bde-icon-box .ee-iconbox-content{max-width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%}.breakdance .bde-icon-box .ee-iconbox-button{margin-top:20px}.breakdance .bde-form-builder{width:100%;max-width:100%}.breakdance .autogenerated-be-openstreetmap{max-width:100%;width:500px;height:500px;overflow:hidden}.map-container{max-width:100%;width:500px;height:500px;overflow:hidden}.breakdance .bde-grid{--bde-grid-gap:var(--bde-column-gap);display:grid;grid-template-columns:repeat(var(--bde-grid-items-per-row,4),minmax(0,1fr));gap:var(--bde-grid-gap);text-align:left;max-width:100%;width:100%;position:relative;background-size:cover;align-items:var(--bde-grid-align-items,stretch);justify-items:var(--bde-grid-justify-items,stretch)}.breakdance .bde-image-hover-card{max-width:100%;display:flex}.breakdance .bde-image-hover-card .c4-izmir{--transition-duration:var(--bde-transition-duration)}.breakdance .bde-image-hover-card figure{display:flex;width:100%}.breakdance .bde-image-hover-card img{max-width:100%;height:auto}