@-webkit-keyframes LoaderRotate{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}@keyframes LoaderRotate{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}@-webkit-keyframes LoaderShow{from{visibility:visible;opacity:0;z-index:10000}to{visibility:visible;opacity:1;z-index:10000}}@keyframes LoaderShow{from{visibility:visible;opacity:0;z-index:10000}to{visibility:visible;opacity:1;z-index:10000}}@-webkit-keyframes LoaderHide{from{opacity:1}to{opacity:0;visibility:hidden;z-index:-1}}@keyframes LoaderHide{from{opacity:1}to{opacity:0;visibility:hidden;z-index:-1}}.__Loader{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10000;background-color:rgba(255,255,255,.75);display:block}.__Loader.show{-webkit-animation:LoaderShow .5s linear 1;animation:LoaderShow .5s linear 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.__Loader.hide{-webkit-animation:LoaderHide .5s linear 1;animation:LoaderHide .5s linear 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.__Loader.viewport{position:fixed;top:0;left:0;width:100vw;height:100vh}.__Loader svg{position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);-webkit-animation:LoaderRotate 2s ease-in-out infinite;animation:LoaderRotate 2s ease-in-out infinite}
.h1-heading-bold-64-96{font-family:"Gilroy";font-style:normal;font-weight:700;font-size:64px;line-height:96px}.h1-heading-bold-56-70{font-family:"Gilroy";font-style:normal;font-weight:800;font-size:56px;line-height:70px}.h1-heading-bold-64-76{font-family:"Gilroy";font-style:normal;font-weight:700;font-size:64px;line-height:76px}.h2-heading-bold-48-72{font-family:"Gilroy";font-style:normal;font-weight:700;font-size:48px;line-height:72px}.h2-heading-bold-48-58{font-family:"Gilroy";font-style:normal;font-weight:700;font-size:48px;line-height:58px}.h3-heading-regular-36-52{font-family:"Gilroy";font-style:normal;font-weight:400;font-size:36px;line-height:52px}.h3-heading-bold-34-40{font-family:"Gilroy";font-style:normal;font-weight:700;font-size:34px;line-height:40px}.h4-subtitle-regular-34-40{font-family:"Gilroy";font-style:normal;font-weight:400;font-size:34px;line-height:40px}.h5-subtitle-regular-24-36{font-family:"Gilroy";font-style:normal;font-weight:400;font-size:24px;line-height:36px}.h5-subtitle-semibold-24-36{font-family:"Gilroy";font-style:normal;font-weight:600;font-size:24px;line-height:36px}.banners-title-semibold-20-22{font-family:"Gilroy";font-style:normal;font-weight:600;font-size:20px;line-height:22px;letter-spacing:.01em}.banners-text-regular-16-22{font-family:"Gilroy";font-style:normal;font-weight:400;font-size:16px;line-height:22px;letter-spacing:.01em}.banners-link-semibold-16-19{font-family:"Gilroy";font-style:normal;font-weight:600;font-size:16px;line-height:19px;letter-spacing:.01em}.title-link-semibold-18-24{font-family:"Gilroy";font-style:normal;font-weight:600;font-size:18px;line-height:24px}.title-link-semibold-16-24{font-family:"Gilroy";font-style:normal;font-weight:600;font-size:16px;line-height:24px}.title-link-regular-16-24{font-family:"Gilroy";font-style:normal;font-weight:400;font-size:16px;line-height:24px}.small-text-12-16{font-family:"Gilroy";font-style:normal;font-weight:400;font-size:12px;line-height:16px}.small-text-semibold-12-16{font-family:"Gilroy";font-style:normal;font-weight:600;font-size:12px;line-height:16px}.button-text-16-20{font-family:"Gilroy";font-style:normal;font-weight:600;font-size:16px;line-height:20px}.color-base-white{color:#fff}.color-base-red{color:#d71b38}.color-base-black{color:#000}.color-base-grey{color:#666}.color-base-light-grey{color:#f3f3f3}body{margin:0;padding:0;overflow-x:hidden;font-family:Gilroy !important}.__App{font-family:Gilroy !important}.__App .suspense-loader{height:60px}.global-note{position:fixed;top:0px;left:0;width:100%;height:75px;z-index:3;background:#fff;display:none}.global-note.active{display:block}.global-note .container{display:flex;justify-content:space-between;align-items:center;width:1140px;padding:0 24px;box-sizing:border-box;margin:auto;height:75px}.global-note .container .box-left{display:flex;align-items:center;gap:24px}.global-note .container .box-left .pic{display:flex;width:64px;height:64px;padding:0px 3px;justify-content:center;align-items:center}.global-note .container .box-left .info{display:flex;padding:12px 0px;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;align-self:stretch}.global-note .container .box-left .info .title{display:flex;align-items:flex-start;gap:6px;color:#000;font-family:Gilroy;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.global-note .container .box-left .info .text{display:flex;align-items:center;gap:5px;color:#000;font-family:Gilroy;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.global-note .container .box-right{display:flex;align-items:center;gap:32px}.global-note .container .box-right .link{display:flex;padding:0 24px;align-items:center;gap:10px;height:32px;box-sizing:border-box}.global-note .container .box-right .reset{cursor:pointer;width:24px;height:24px}.global-note .container .box-right .reset svg{width:24px;height:24px}.underline{display:inline-block;border-bottom:1px solid #000}.stroke{position:relative;display:inline-block}.stroke:after{content:"";position:absolute;margin-top:-2px;top:50%;left:-5px;width:calc(100% + 10px);background-color:#d71b39;height:2px;transform:rotate(-5deg)}.stroke-grey:after{background-color:#666}.popup-content[role=dialog]{padding:24px 48px 8px 48px;width:auto;box-shadow:0px 8px 32px rgba(215,27,57,.4);border-radius:12px;text-align:center}.popup-content[role=tooltip]{padding:4px 8px;width:auto !important;background-color:#f3f3f3;border:0;border-radius:8px !important;text-align:center;color:#000}.popup-content[role=tooltip] .popup-arrow{display:none}button{font-family:"Gilroy"}.inner-box{width:1140px;max-width:100%;position:relative;margin:auto;box-sizing:content-box}@-webkit-keyframes FadeIn{from{opacity:0}to{opacity:1}}@keyframes FadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes FadeOut{from{opacity:1}to{opacity:0}}@keyframes FadeOut{from{opacity:1}to{opacity:0}}
