:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}@font-face{font-family:hanson;src:url(https://dtjw3q29z6l8b.cloudfront.net/jetpac-web/_next/static/media/Hanson-Bold.8fbb8336.ttf);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SF Pro Display;src:url(https://dtjw3q29z6l8b.cloudfront.net/jetpac-web/_next/static/media/SFPRODISPLAYREGULAR.6de88030.OTF);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SF Pro Display;src:url(https://dtjw3q29z6l8b.cloudfront.net/jetpac-web/_next/static/media/SFPRODISPLAYBOLD.da4e794c.OTF);font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gabriel;src:url(https://dtjw3q29z6l8b.cloudfront.net/jetpac-web/_next/static/media/GABRWFFR.dbccc0e2.TTF);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://dtjw3q29z6l8b.cloudfront.net/jetpac-web/_next/static/media/InterVariable.53267fe4.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(https://dtjw3q29z6l8b.cloudfront.net/jetpac-web/_next/static/media/InterVariable-Italic.ff4347d1.ttf) format("truetype");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:Obviously;src:url(https://dtjw3q29z6l8b.cloudfront.net/jetpac-web/_next/static/media/Obviously-Semibold.4389b9b3.otf);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Obviously Regular;src:url(/fonts/Obviously-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:handwriting_ernie;src:url(https://dtjw3q29z6l8b.cloudfront.net/jetpac-web/_next/static/media/Handwriting-ernie-Regular.e7f43d44.ttf);font-weight:400;font-style:normal}@font-face{font-family:Subway NewYork SC;src:url(https://dtjw3q29z6l8b.cloudfront.net/jetpac-web/_next/static/media/SubwayNewYorkSCRegular.ec1a1ad9.otf);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Subway Berlin SC;src:url(https://dtjw3q29z6l8b.cloudfront.net/jetpac-web/_next/static/media/Subway-Berlin.e11f8396.otf);font-weight:400;font-style:normal;font-display:swap}:root{--main-app-primary:#3320a2;--main-app-primary-light:#e3deff}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif,hanson,SF Pro Display}.grecaptcha-badge{visibility:hidden}a{color:inherit;text-decoration:none}*{box-sizing:border-box}@media (prefers-color-scheme:light){html{color-scheme:light}body{color:#e5e5e5}}.font-obviously-regular,.font-obviously-regular-mobile{font-family:Obviously Regular,sans-serif!important;font-weight:400;color:#3320a2}.obviously-with-shadow{font-family:Obviously,sans-serif!important;font-weight:600}.green-highlight-with-shadow,.obviously-with-shadow{text-shadow:0 4px 4px rgba(0,0,0,.25);text-align:center;color:#fff}.green-highlight-with-shadow{font-family:Inter,sans-serif!important;font-weight:500}.swiper{width:100%;height:100%}.filterSwipper.swiper{height:auto}.filterSwipper .swiper-wrapper .swiper-slide{width:-moz-fit-content;width:fit-content;margin-left:2px;align-items:center;background-color:transparent}.swiper-slide{text-align:center;font-size:18px;display:flex;justify-content:center;-webkit-box-align:center;-ms-flex-align:center}.setupSwiper .swiper-pagination{height:20px}.setupSwiper span.swiper-pagination-bullet{width:12px;height:12px;text-align:center;line-height:20px;opacity:1;z-index:-1;background:hsla(0,0%,100%,.5)}.setupSwiper span.swiper-pagination-bullet-active{background:#fff}.onboardingSwiper{position:relative!important}.onboardingSwiper .swiper-pagination{height:20px;position:absolute!important;text-align:left;margin-left:9vw;width:-moz-fit-content!important;width:fit-content!important;top:90vh}.onboardingSwiper span.swiper-pagination-bullet{width:12px;height:12px;line-height:20px;opacity:1;z-index:-1;background:hsla(0,0%,100%,.5)}.onboardingSwiper span.swiper-pagination-bullet-active{background:#fff}.esimSwiper{position:relative!important}.esimSwiper .swiper-pagination{position:absolute!important;text-align:left;margin-left:8vw;margin-bottom:4vh!important;margin-top:5vh!important;width:-moz-fit-content!important;width:fit-content!important}.esimSwiper span.swiper-pagination-bullet{width:12px;height:12px;line-height:20px;opacity:1;z-index:-1;background:#fff}.esimSwiper span.swiper-pagination-bullet-active{background:#101aa1}.esimSwiper span:last-child.swiper-pagination-bullet-active{background:hsla(0,0%,100%,0)}.swiper-wrapper .swiper-plans-cards.swiper-slide{margin:auto!important}.networkSwipper .swiper-slide{font-size:18px;text-align:left;display:flex;flex-direction:column;height:auto}.activePlansSwiper.swiper{width:94%;max-height:85px}.activePlansSwiper .swiper-slide{font-size:18px;text-align:left;display:flex;flex-direction:column;height:auto;margin:8px 0}.networkSwipper.swiper{width:94%}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.swiper-shop span.swiper-pagination-bullet-active{text-align:center;line-height:20px;background:#000869;opacity:1;z-index:-1}.swiper-shop .swiper-pagination{bottom:0!important}.swiper-shop-blog-articles .swiper-scrollbar{max-width:90%;margin:0 1rem}.swiper-shop-blog-articles span.swiper-pagination-bullet-active{text-align:center;line-height:20px;background:#000869;opacity:1;z-index:-1}.swiper-shop-blog-articles .swiper-scrollbar-drag{background:#1400b8}.swiper-augustCampaignMasthead .swiper-pagination{text-align:right;margin-bottom:10px;height:-moz-fit-content;height:fit-content}.swiper-augustCampaignMasthead .swiper-pagination.swiper-pagination-horizontal{height:-moz-fit-content;height:fit-content}.swiper-augustCampaignMasthead.masthead-mobile .swiper-pagination{position:absolute;top:0;margin-top:20%;text-align:center;height:-moz-fit-content;height:fit-content}.swiper-augustCampaignMasthead .swiper-pagination-horizontal span.swiper-pagination-bullet{margin-right:35px;background:#d9d9d9;width:7px;height:36px;border-radius:7px;transform:rotate(-90deg)}.swiper-augustCampaignMasthead span.swiper-pagination-bullet-active{text-align:right;line-height:20px;background:#fff;opacity:1;z-index:-1}.swiper-us-plans-mobile{position:relative}.swiper-us-plans-mobile .swiper-pagination{position:absolute;width:100%;height:-moz-fit-content;height:fit-content;justify-content:center!important}.swiper-us-plans-mobile .swiper-pagination.swiper-pagination-horizontal{height:40px;position:relative;display:flex;align-items:flex-end}.swiper-us-plans-mobile.masthead-mobile .swiper-pagination{text-align:center;height:-moz-fit-content;height:fit-content}.swiper-us-plans-mobile .swiper-pagination-horizontal span.swiper-pagination-bullet{background:#3847ff;width:50px;height:11px;border-radius:7px}.swiper-us-plans-mobile span.swiper-pagination-bullet-active{text-align:right;line-height:20px;background:#3847ff;opacity:1;z-index:-1}.swiper-shop-updated span.swiper-pagination-bullet-active{text-align:center;line-height:20px;background:#000869;opacity:1;z-index:-1}.swiper-shop-updated .swiper-pagination{bottom:0!important}.swiper-shop-blog-articles .swiper-button-next,.swiper-shop-updated .swiper-button-next{height:26px;background-color:#00f!important;width:26px;border-radius:90px;color:#fff;font-size:11px}.swiper-shop-blog-articles .swiper-button-next:after,.swiper-shop-updated .swiper-button-next:after{font-size:11px}.swiper-shop-blog-articles .swiper-button-prev,.swiper-shop-updated .swiper-button-prev{height:26px;background-color:#00f!important;width:26px;border-radius:90px;color:#fff;font-size:11px}.swiper-shop-blog-articles .swiper-button-prev:after,.swiper-shop-updated .swiper-button-prev:after{font-size:11px}.swiper-shop-perks span.swiper-pagination-bullet-active{text-align:center;line-height:20px;background:#000869;opacity:1;z-index:-1}.swiper-shop-perks .swiper-pagination{bottom:0!important;width:12px;opacity:1;z-index:-1}.swiper-no-swiping{pointer-events:none;touch-action:none}.swiper-main-banner .swiper-pagination{bottom:14px!important}.swiper-main-banner .swiper-pagination span.swiper-pagination-bullet{background:#fff;opacity:1;width:12px;height:12px;margin-bottom:"16px"}.swiper-main-banner .swiper-pagination span.swiper-pagination-bullet-active{background:#eb008b}.swiper-topup-pagination span.swiper-pagination-bullet{background-color:#d9d9d9}.swiper-topup-pagination .swiper-pagination-bullet-active{background-color:#9aa5b1}input[type=number]{-moz-appearance:textfield}#shop-plan-image{border-bottom-left-radius:32px;border-bottom-right-radius:32px}.custom-calendar .MuiPickersCalendarHeader-root{padding-left:8px}.edit-departure-calendar .MuiButtonBase-root{background-color:transparent;font-size:1em}.edit-departure-calendar .MuiPickersDay-root.Mui-selected{background-color:#00f}.edit-departure-calendar .MuiDayPicker-weekDayLabel{font-size:1.1em}.custom-calendar .MuiPickersCalendarHeader-label{color:#333;font-family:SF Pro Display,Roboto,sans-serif;line-height:24px}.custom-calendar .MuiPickersDay-root{font-size:1em}.custom-calendar .MuiPickersDay-root.Mui-selected{background-color:#00f}.custom-calendar .MuiButtonBase-root.Mui-disabled,.custom-calendar .PrivatePickersYear-yearButton.Mui-disabled,.edit-departure-calendar .MuiButtonBase-root.Mui-disabled,.edit-departure-calendar .PrivatePickersYear-yearButton.Mui-disabled{color:#cbd2d9}.custom-calendar .PrivatePickersYear-yearButton{color:#333}.custom-calendar .PrivatePickersYear-yearButton.Mui-selected,.edit-departure-calendar .PrivatePickersYear-yearButton.Mui-selected{background-color:#00f;color:#fff}.swiper-airport .swiper-wrapper{max-height:200px}.swiper-airport .swiper-slide{justify-content:flex-start;display:-webkit-flex;height:auto}.swiper-flight .swiper-wrapper{max-height:42vh}.swiper-flight .swiper-slide{justify-content:flex-start;display:-webkit-flex;height:auto}.swiper-buddies .swiper-wrapper{padding-left:16px}#plane-video{z-index:1!important;max-width:500px!important}.swiper-itinerary .swiper-pagination{bottom:0!important}.swiper-itinerary .swiper-pagination-bullet-active{background-color:#fff;height:"12px"}.swiper-itinerary.swiper-button-next,.swiper-itinerary.swiper-button-prev{height:20vh!important;color:blue!important;width:4%!important}.swiper-otp-onboarding .swiper-pagination{bottom:0!important}.swiper-otp-onboarding .swiper-pagination-bullet{border:2px solid #fff;background-color:#000;opacity:1}.swiper-otp-onboarding .swiper-pagination-bullet-active{background-color:#fff;height:"12px"}.responsive-calendar{font-size:10px!important}.swiper-downloadapp-pagination span.swiper-pagination-bullet{background-color:#9aa5b1;height:"32px";width:"32px"}.swiper-downloadapp-pagination .swiper-pagination-bullet-active{background-color:#9aa5b1}.swiper-all-otpacks .swiper-slide{display:flex;flex-direction:column;height:48vh!important}.swiper-all-otpacks-webapp .swiper-wrapper{padding:12px 0 28px!important}.swiper-all-otpacks-webapp .swiper-slide{display:flex;flex-direction:column}.swiper-all-otpacks .swiper-pagination,.swiper-all-otpacks-webapp .swiper-pagination{bottom:0!important}.swiper-all-otpacks .swiper-pagination-bullet,.swiper-all-otpacks-webapp .swiper-pagination-bullet{border:1px solid #b8c4d3;background-color:#b8c4d3;opacity:1}.swiper-all-otpacks .swiper-pagination-bullet-active,.swiper-all-otpacks-webapp .swiper-pagination-bullet-active{background-color:#0015c4;border:1px solid #0015c4;height:"12px"}.custom-swiper-container{border:none!important}.custom-swiper-container,.custom-swiper-slide{background-color:transparent!important}.swiper-augustCampaignMasthead .swiper-pagination{bottom:0!important}.swiper-augustCampaignMasthead.swiper-pagination-bullet{border:1px solid #b8c4d3;background-color:#b8c4d3;opacity:1}@media (max-width:1500px){.responsive-calendar{font-size:8px!important}}@media (max-width:1200px){.responsive-calendar{font-size:15px!important}}@media (max-width:768px){.responsive-calendar{font-size:9px!important}}@media (min-width:2500px){.responsive-calendar{font-size:12px!important}}.date-range{color:"white"}.color-gradient-box{width:"100%";border:1px solid transparent;border-radius:8px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#f628c2 1.24%,#0015c4 99.57%) border-box}.image-container__natas-masthead{position:relative;overflow:hidden}.image-container__natas-masthead:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);overflow:hidden;border-radius:4.8%}.swiper-global.masthead-desktop .swiper-pagination{text-align:center;height:-moz-fit-content;height:fit-content}.swiper-global .swiper-pagination.swiper-pagination-horizontal{height:-moz-fit-content;height:fit-content}.swiper-global-masthead-desktop .swiper-pagination-horizontal span.swiper-pagination-bullet{background:var(--main-app-primary-light);width:100%;height:10.659px;border-radius:7px;opacity:100%;max-width:50px}@media only screen and (max-width:600px){.swiper-global-masthead-desktop .swiper-pagination.swiper-pagination-horizontal{display:flex;width:100%;gap:24px;justify-content:center}}.swiper-global-masthead-desktop span.swiper-pagination-bullet-active{background:var(--main-app-primary)!important}.swiper-global-masthead-mobile .swiper-pagination{text-align:center}.swiper-global-masthead-mobile .swiper-pagination-horizontal span.swiper-pagination-bullet{margin:10px 7px;background:var(--main-app-primary-light);width:42px;height:7px;border-radius:7px;opacity:100%}.swiper-global-masthead-mobile span.swiper-pagination-bullet-active{background:var(--main-app-primary)!important}.swiper-global .swiper-pagination-horizontal span.swiper-pagination-bullet{margin:0 5px;background:var(--main-app-primary-light);width:42px;height:7px;border-radius:7px;opacity:100%}.swiper-global.masthead-desktop .swiper-pagination-horizontal span.swiper-pagination-bullet{height:40px;margin-right:50px}.swiper-global span.swiper-pagination-bullet-active{background:var(--main-app-primary)!important}.swiper-global.swiper-featured-plans .swiper-pagination{text-align:center;margin-bottom:-40px}.swiper-global.swiper-featured-plans .swiper-pagination-horizontal span.swiper-pagination-bullet{margin-right:35px;background:#cbcfff;width:7px;height:36px;border-radius:7px;transform:rotate(-90deg)}.swiper-global.swiper-featured-plans span.swiper-pagination-bullet-active{background:#3847ff!important}.carousel-usp .swiper-wrapper{display:flex;justify-content:space-around;width:100%;height:620px}.carousel-usp .swiper-wrapper .swiper-slide{display:flex;flex-direction:column;justify-content:space-around;width:100%}.carousel-usp .swiper-slide-next,.carousel-usp .swiper-slide-prev{opacity:.5;height:85%!important;width:20%!important}.carousel-usp .swiper-slide-prev .carousel-usp-box{width:276px;height:121px}.carousel-usp .swiper-slide-prev .carousel-usp-header{font-size:24px;margin:0;font-family:Obviously!important}.carousel-usp .swiper-slide-prev .carousel-usp-subheader{font-size:14px;font-family:Inter!important}.carousel-usp .swiper-slide-next .carousel-usp-box{width:276px;height:121px}.carousel-usp .swiper-slide-next .carousel-usp-header{font-size:24px;margin:0;font-family:Obviously!important}.carousel-usp .swiper-slide-next .carousel-usp-subheader{font-size:14px;font-family:Inter!important}.carousel-usp-box{width:380px;height:146px;background:hsla(0,0%,100%,.6);padding:13px}.carousel-usp-header{font-size:28px;margin:0;font-family:Obviously;color:#000}.carousel-usp-subheader{font-size:18px;margin:0;font-family:Inter;color:#000}.carousel-usp .swiper-pagination{width:100%;height:-moz-fit-content;height:fit-content;justify-content:center}.carousel-usp .swiper-pagination.swiper-pagination-horizontal{height:11px}.carousel-usp .swiper-pagination-horizontal span.swiper-pagination-bullet{background:#3847ff;width:50px;height:11px;border-radius:7px}.carousel-usp span.swiper-pagination-bullet-active{text-align:right;line-height:20px;background:#3847ff;opacity:1}.carousel-usp-mobile .swiper-wrapper{display:flex;height:650px}.carousel-usp-mobile .swiper-wrapper .swiper-slide{display:flex;flex-direction:column}.carousel-usp-mobile .swiper-slide-prev .carousel-usp-mobile-box{width:276px;height:121px}.carousel-usp-mobile .swiper-slide-prev .carousel-usp-mobile-header{font-size:24px;margin:0;font-family:Obviously!important}.carousel-usp-mobile .swiper-slide-prev .carousel-usp-mobile-subheader{font-size:14px;font-family:Inter!important}.carousel-usp-mobile .swiper-slide-next .carousel-usp-mobile-box{width:276px;height:121px}.carousel-usp-mobile .swiper-slide-next .carousel-usp-mobile-header{font-size:24px;margin:0;font-family:Obviously!important}.carousel-usp-mobile .swiper-slide-next .carousel-usp-mobile-subheader{font-size:14px;font-family:Inter!important}.carousel-usp-mobile-box{width:380px;height:146px}.carousel-usp-mobile-header{font-size:28px;margin:0;font-family:Obviously;color:#000}.carousel-usp-mobile-subheader{font-size:18px;margin:0;font-family:Inter;color:#000}.carousel-usp-mobile .swiper-pagination{width:100%;height:-moz-fit-content;height:fit-content;justify-content:center}.carousel-usp-mobile .swiper-pagination.swiper-pagination-horizontal{height:11px}.carousel-usp-mobile .swiper-pagination-horizontal span.swiper-pagination-bullet{background:#3847ff;width:50px;height:11px;border-radius:7px;margin-right:20px}.carousel-usp-mobile span.swiper-pagination-bullet-active{text-align:right;line-height:20px;background:#3847ff;opacity:1}.swiper-jetffiliates .swiper-pagination{text-align:center}.swiper-jetffiliates .swiper-pagination-horizontal span.swiper-pagination-bullet{margin-right:15px;background:#cbcfff;width:65px;height:11px;border-radius:7px;opacity:100%}.swiper-jetffiliates span.swiper-pagination-bullet-active{background:#3847ff!important}.swiper-enable-data-roaming-dialog span.swiper-pagination-bullet-active{background:#3320a2}.news-swiper .swiper-wrapper{display:flex;width:100%;height:620px}.news-swiper .swiper-pagination{width:100%;height:-moz-fit-content;height:fit-content;justify-content:center}.news-swiper .swiper-pagination.swiper-pagination-horizontal{height:11px}.news-swiper .swiper-pagination-horizontal span.swiper-pagination-bullet{background:#3847ff;width:50px;height:11px;border-radius:7px}.news-swiper span.swiper-pagination-bullet-active{text-align:right;line-height:20px;background:#3847ff;opacity:1}.swiper-referral span.swiper-pagination-bullet-active{background:var(--main-app-primary)!important}.swiper-referral .swiper-pagination-horizontal span.swiper-pagination-bullet{margin:-10px 5px;background:var(--main-app-primary-light);width:20px;height:7px;border-radius:7px;opacity:100%}.swiper-referral-wrapper-tablet{position:relative;z-index:99}.swiper-referral-tablet .swiper-pagination.swiper-pagination-horizontal{position:relative;bottom:-10x}.swiper-referral-tablet .swiper-pagination.swiper-pagination-horizontal span.swiper-pagination-bullet{margin:5px}.swiper-container-sg-1 .swiper-wrapper{max-height:600px}iframe[name="Messaging window"]{height:95%!important}@keyframes santaArc{0%{transform:translate(-50%,-100%) translateX(-1000px) translateY(40px) rotate(-10deg)}50%{transform:translate(-50%,-100%) translateX(0) translateY(-140px) rotate(15deg)}to{transform:translate(-50%,-100%) translateX(1000px) translateY(100px) rotate(50deg)}}