@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";.header{width:100%;display:flex;align-items:center;font-weight:600;padding:2rem 2.5rem 0}@media screen and (max-width:1050px){.header{padding:1rem 1.5rem .5rem}}.header-head{display:flex;margin-right:2.5rem;position:relative}@media screen and (max-width:1050px){.header-head{margin-right:0;width:100%}}.header-logo{display:flex;margin:0 auto}.header-logo-link{height:50px}.header-logo svg{width:auto;height:50px;fill:var(--paladium-ui-kit-white)}.mobile-header-hamburger-button{display:inline-flex;position:absolute;align-items:center;justify-content:center;border-radius:.5rem;padding:.25rem;color:#ffffffe6;cursor:pointer;border:none;background:transparent;transition:background-color .2s}.mobile-header-hamburger-button:hover{background-color:#ffffff1a}.mobile-header-hamburger-button svg{height:2.75rem;width:2.75rem;stroke:currentColor;fill:none;stroke-width:2}.open-mobile-header-button{display:none}@media screen and (max-width:1050px){.open-mobile-header-button{display:block}}.header-content{align-items:center;display:flex;flex:1;justify-content:space-between}.header-nav{display:none;margin-right:2.5rem;max-width:850px;width:100%}.header-menu-list{display:flex;gap:2rem;justify-content:space-around}@media(min-width:1050px){.header-nav{display:flex}}.header-nav-link{letter-spacing:.05em;position:relative;display:inline-block;color:inherit;text-decoration:none}.header-nav-link:after{content:"";position:absolute;left:0;bottom:-6px;display:block;height:3px;width:0;border-radius:3px;background-color:var(--paladium-ui-kit-primary-orange, #fd6f1f);transition:width .3s ease-in-out}.header-nav-link:hover:after{width:100%}.header-buttons{display:flex;gap:.5rem;margin-left:auto}.header-button{display:none}@media(min-width:1050px){.header-button{display:flex}}.mobile-header-logo{display:flex}@media(min-width:1050px){.mobile-header-logo{display:none!important}}.mobile-header{align-items:center;background-color:var(--paladium-ui-kit-black);display:flex;flex-direction:column;font-weight:600;gap:1.5rem;left:0;max-height:100vh;padding:1rem 1.5rem .5rem;position:fixed;right:0;top:0;transform:translateY(-100%);transition:all .35s ease-in-out;visibility:hidden;z-index:9999}.mobile-header.active{box-shadow:0 1rem 1rem #00000026;transform:translateY(0);visibility:visible}.mobile-header-head{display:flex;margin-right:2.5rem;position:relative}@media screen and (max-width:1050px){.mobile-header-head{margin-right:0;width:100%}}.mobile-header-logo{display:flex;margin:0 auto}.mobile-header-logo svg{fill:var(--paladium-ui-kit-white);height:50px;width:auto}.mobile-header-menu{align-items:center;display:flex;flex-direction:column;gap:1.25rem}.mobile-header-buttons{display:flex;flex-direction:column;gap:.5rem;max-width:350px;width:100%}.mobile-header .pala-item-button.second{background-color:var(--paladium-ui-kit-black)}.pala-item-footer{display:flex;gap:2rem;grid-gap:2rem;background-color:transparent;color:var(--paladium-ui-kit-white);line-height:1.5;padding:2rem 2.5rem;width:100%}@media screen and (max-width:950px){.pala-item-footer{flex-direction:column;padding:1rem 1.5rem}}.pala-item-footer-item svg{height:70px;width:auto;fill:var(--paladium-ui-kit-white)}.pala-item-footer-copyrights{display:flex;flex:0;flex-direction:column}@media screen and (max-width:950px){.pala-item-footer-copyrights{align-items:center;justify-content:space-between}.pala-item-footer-copyrights svg{height:40px;margin-bottom:1rem}}.pala-item-footer-copyrights-rights{font-size:.65rem;line-height:1.25;margin-top:auto}.pala-item-footer-contact{display:flex;flex-direction:column}.pala-item-footer-contact p{margin-bottom:1rem}.pala-item-footer-contact-networks{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);grid-gap:1rem;margin-top:1rem;opacity:1!important}@media screen and (max-width:950px){.pala-item-footer-contact-networks{grid-template-columns:repeat(5,1fr)}}.pala-item-footer-contact-networks a{display:flex;align-items:center;justify-content:center;line-height:1}.pala-item-footer-contact-networks svg{opacity:1;fill:var(--paladium-ui-kit-white);height:35px;width:35px}.pala-item-footer-item{flex:1}.pala-item-footer-item h6{font-size:1.25rem;margin-bottom:1.5rem;font-weight:600}.pala-item-footer-item ul{display:block!important;margin-left:1rem}.pala-item-footer-item p,.pala-item-footer-item ul{opacity:.7}.pala-item-footer-copyrights-rights p{opacity:1}.loading-wrap{display:flex;align-items:center;justify-content:center;width:100%;min-height:50vh}.loading-spinner{width:42px;height:42px;border:4px solid rgba(255,255,255,.15);border-top-color:var(--orange, #ff6f00);border-radius:50%;animation:loading-spin .8s linear infinite}@keyframes loading-spin{to{transform:rotate(360deg)}}:root{--staff-content-gap: 3rem}.page-status .hero{width:100%;gap:2.5rem;margin-bottom:5rem}@media screen and (max-width:767px){.page-status .hero{margin-top:5rem;gap:0;margin-bottom:0}}.page-status .hero-description{display:flex;flex:1;flex-direction:column;gap:2.5rem;max-width:100%;padding-right:2.5rem}@media screen and (max-width:767px){.page-status .hero-description{padding-right:0}}.page-status .hero-description-buttons{display:flex;gap:1rem;width:100%}@media screen and (max-width:480px){.page-status .hero-description-buttons{flex-direction:column;gap:1.5rem}}.page-status .hero-description-buttons a{flex:1;white-space:nowrap}.page-status .hero-description-stats{display:flex;gap:2.5rem}.page-status .hero-image{flex:1;position:relative}.page-status .hero-image img{width:100%}.page-status .api-and-bot{flex-direction:column;margin-bottom:15rem}.page-status .api-and-bot-container{display:flex;flex-direction:column;scroll-margin-top:100px}.page-status .api-and-bot-header{display:flex;width:100%;margin-bottom:2rem}@media(max-width:1279px){.page-status .api-and-bot-header{flex-direction:column;gap:3rem}}.page-status .api-and-bot-operational{display:flex;align-items:center;height:100%;gap:.75rem;margin-top:auto;flex-shrink:0}.page-status .api-and-bot-operational svg{width:32px;height:auto}.page-status .api-and-bot-content{display:flex;flex-direction:column;gap:1rem}.page-status .api-and-bot-downtime{display:flex;flex-direction:column}.page-status .api-and-bot-downtime-availability{margin-left:auto;margin-bottom:1rem}.page-status .api-and-bot-downtime-availability h6.available{color:var(--green)}.page-status .api-and-bot-downtime-availability h6.unavailable{color:var(--red)}.page-status .api-and-bot-downtime-container{display:flex}.page-status .api-and-bot-downtime-wrapper{position:relative;width:100%;margin:.2rem}@media screen and (max-width:1280px){.page-status .api-and-bot-downtime-wrapper{margin:.15rem}}@media screen and (max-width:867px){.page-status .api-and-bot-downtime-wrapper{margin:.25rem}}@media screen and (max-width:767px){.page-status .api-and-bot-downtime-wrapper{margin:.2rem}}@media screen and (max-width:480px){.page-status .api-and-bot-downtime-wrapper{margin:.15rem}}.page-status .api-and-bot-downtime-item-hover{z-index:1;position:absolute;padding:.6rem .5rem;background-color:var(--paladium-ui-kit-black);border-radius:1rem;opacity:0;pointer-events:none;transition:opacity .15s;top:135%;transform:translate(calc(-50% + .4rem));width:182px;display:flex;align-items:center;flex-direction:column;gap:.4rem}.page-status .api-and-bot-downtime-wrapper:hover .api-and-bot-downtime-item-hover{opacity:1}.page-status .api-and-bot-downtime-item-hover p{color:var(--paladium-ui-kit-gray);text-align:center;font-size:.8rem;line-height:.9rem}.page-status .api-and-bot-downtime-item-hover-header{display:flex;flex-direction:column;align-items:center;gap:.3rem}.page-status .api-and-bot-downtime-item-hover-status{display:flex;gap:.3rem}.page-status .api-and-bot-downtime-item-hover-status svg{width:16px;height:auto}.page-status .api-and-bot-downtime-item{display:block;height:2.2rem;border-radius:50rem}.page-status .api-and-bot-downtime-item:hover{transition:all ease-in-out .15s;opacity:.8;transform:scale(1.3)}.page-status .api-and-bot-downtime-item.positive{background-color:var(--red)}.page-status .api-and-bot-downtime-item.zero{background-color:var(--green)}.page-status .api-and-bot-downtime-item.unknown{background-color:var(--gray)}.api-and-bot-downtime-legend{display:flex;margin-top:.5rem;color:var(--paladium-ui-kit-gray);font-size:.9rem}.api-and-bot-downtime-legend p.today{margin-left:auto}.page-status .staff{flex-direction:column;margin-bottom:15rem}.page-status .staff-container{display:flex;flex-direction:column;scroll-margin-top:100px}.page-status .staff-header{display:flex;width:100%;margin-bottom:2rem}@media(max-width:1279px){.page-status .staff-header{flex-direction:column;gap:3rem}}.page-status .staff-count{display:flex;align-items:center;height:100%;gap:.75rem;margin-top:auto;flex-shrink:0}.page-status .staff-content{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--staff-content-gap)}@media(max-width:1279px){.page-status .staff-content{grid-template-columns:1fr;gap:3rem}}.page-status .staff-list-container{display:flex;flex-direction:column;gap:1rem}@media(max-width:1279px){.page-status .staff-list-container{width:auto}}.page-status .staff-list-container h4{color:var(--paladium-ui-kit-primary-orange)}.page-status .staff-list{display:flex;flex-direction:column;gap:1.5rem}.page-status .staff-list li{display:flex;align-items:center;gap:1rem}.page-status .staff-list span{display:flex;align-items:center;gap:1rem;font-size:1.5rem}.page-status .staff-list span img{width:3.5rem;height:auto;border-radius:50%}.page-status .staff-list h5{text-transform:uppercase}.page-status .staff-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--staff-content-gap);margin-top:2.5rem}@media(max-width:1279px){.page-status .staff-buttons{grid-template-columns:1fr;gap:2rem}}.page-status .staff-button{display:flex}@media(max-width:1279px){.page-status .staff-button{width:auto}}.page-home{overflow:visible}.page-home .hero{width:100%;gap:2.5rem;margin-bottom:5rem}@media screen and (max-width:767px){.page-home .hero{margin-top:5rem;gap:0;margin-bottom:0}}.page-home .hero-description{display:flex;flex:1;flex-direction:column;gap:2.5rem;max-width:100%;padding-right:2.5rem}@media screen and (max-width:767px){.page-home .hero-description{padding-right:0}}.page-home .hero-description-buttons{display:flex;gap:1rem;width:100%}@media screen and (max-width:480px){.page-home .hero-description-buttons{flex-direction:column;gap:1.5rem}}.page-home .hero-description-buttons a{flex:1;white-space:nowrap}.page-home .hero-image{flex:1;position:relative}.page-home .hero-image img{width:100%}.page-home .learn-more{display:flex;flex-direction:column;gap:170px;width:100%}.page-home .learn-more-container{display:flex;flex-direction:column;gap:4rem;scroll-margin-top:100px}.page-home .learn-more-header{display:flex;padding-left:20px;padding-right:20px;width:100%;justify-content:space-between}@media(max-width:1279px){.page-home .learn-more-header{flex-direction:column;gap:3rem}}@media(min-width:1280px){.page-home .learn-more-header{padding-left:150px;padding-right:150px}}.page-home .learn-more-texts{display:flex;flex-direction:column;gap:.5rem}@media screen and (min-width:1280px){.page-home .learn-more-texts{width:50%}}.page-home .learn-more-title{color:var(--paladium-ui-kit-white);font-weight:700;font-size:36px}@media screen and (min-width:1405px)and (max-width:1468px){.page-home .learn-more-title{font-size:35px}}.page-home .learn-more-subtitle{color:var(--gray);font-weight:500;font-size:20px}.page-home .learn-more-buttons{display:flex;gap:1rem;height:68px}.page-home .learn-more-content{width:100%;padding-left:20px;padding-right:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:50px}@media(min-width:1280px){.page-home .learn-more-content{padding-left:150px;padding-right:150px}}.page-home .learn-more-card{position:relative;width:100%;height:450px;background-color:#121212;border-radius:4px;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.page-home .learn-more-card .selected-outline{position:absolute;z-index:-20;transform:translate(-6px,-6px);border:2px solid #FF6F00;border-radius:10px;transition-property:all;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.page-home .learn-more-card.selected .selected-outline{height:calc(100% + .75rem);width:calc(100% + .75rem);box-shadow:0 0 140px #ff6f00b3}.page-home .learn-more-card .card-content{display:flex;flex-direction:column;margin:15px}.page-home .learn-more-card .card-number{display:flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:4px;background-color:#181818;transition-property:all;transition-duration:.5s;transition-timing-function:ease-in-out}.page-home .learn-more-card.selected .card-number{background-color:var(--orange)}.page-home .learn-more-card .card-number p{font-weight:900;font-size:20px;color:var(--light-gray)}.page-home .learn-more-card.selected .card-number p{color:var(--white)}.page-home .learn-more-card .card-title{font-weight:700;font-size:24px;margin-top:31px;color:var(--second-white)}.page-home .learn-more-card.selected .card-title{color:var(--white)}.page-home .learn-more-card .card-text{font-weight:500;font-size:15px;margin-top:10px;color:var(--second-gray)}.page-home .learn-more-card.selected .card-text{color:var(--gray)}.page-home .learn-more-card .card-text a{color:var(--paladium-ui-kit-second-orange)}.page-home .learn-more-card .card-text a:hover{text-decoration:underline}.page-home .learn-more-card img{border-radius:4px;width:100%;height:auto}.page-not-found .error{align-items:center;gap:5rem;justify-content:space-around;margin:2rem 0;min-height:calc(100vh - 80px - 4rem)}@media screen and (max-width:767px){.page-not-found .error{gap:0;margin-bottom:0}}.page-not-found .error-description{display:flex;flex:1;flex-direction:column}.page-not-found .error-description-title{margin-bottom:2.5rem}.page-not-found .error-description-refresh{margin-right:auto}.page-not-found footer{margin-top:10rem}.page-not-authorized .error{align-items:center;gap:5rem;justify-content:space-around;margin:2rem 0;min-height:calc(100vh - 80px - 4rem)}@media screen and (max-width:767px){.page-not-authorized .error{gap:0;margin-bottom:0}}.page-not-authorized .error-description{display:flex;flex:1;flex-direction:column}.page-not-authorized .error-description-title{margin-bottom:2.5rem}.page-not-authorized .error-description-refresh{margin-right:auto}.page-not-authorized footer{margin-top:10rem}.page-internal-server-error .error{align-items:center;gap:5rem;justify-content:space-around;margin:2rem 0;min-height:calc(100vh - 80px - 4rem)}@media screen and (max-width:767px){.page-internal-server-error .error{gap:0;margin-bottom:0}}.page-internal-server-error .error-description{display:flex;flex:1;flex-direction:column}.page-internal-server-error .error-description-title{margin-bottom:2.5rem}.page-internal-server-error .error-description-refresh{margin-right:auto}.page-internal-server-error footer{margin-top:10rem}:root{--black: #141414;--black-second: #181818;--black-third: #121212;--black-fourth: #0F0F0F;--white: #fff;--second-white: #ffffff80;--light-gray: #ffffff80;--gray: #717171;--second-gray: #71717180;--orange: #FF6F00;--second-orange: #FF6F00B3;--green: #22C55E;--red: #EF4444;--paladium-ui-kit-primary-orange: #ff5c00;--paladium-ui-kit-second-orange: #e0621b;--paladium-ui-kit-primary-black: #383838;--paladium-ui-kit-second-black: #212121;--paladium-ui-kit-white: #fff;--paladium-ui-kit-black: #303030;--paladium-ui-kit-gray: #aaa}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:var(--second-gray);border-radius:6px}::-webkit-scrollbar-track{background-color:transparent}*{scrollbar-width:thin;scrollbar-color:var(--second-gray) transparent}body{background-color:var(--black);color:var(--white);margin:0;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;margin:0;padding:0;vertical-align:baseline}html body,html body *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html body main a,html body main a:hover,html body main a:visited{color:inherit;outline:0;text-decoration:none}img{-webkit-user-select:none;user-select:none;vertical-align:middle;height:auto;width:100%}main img{max-height:90vh;max-width:1000px;object-fit:contain}html body footer{margin-top:10rem}html{font-size:16px;scroll-behavior:smooth}@media screen and (max-width:767px){html{font-size:14px}}html body main .layout,html body main .layout-small{display:flex;flex-direction:row;padding:0 5rem;width:100%}@media screen and (max-width:1050px){html body main .layout,html body main .layout-small{padding:0 2.5rem}}@media screen and (max-width:767px){html body main .layout,html body main .layout-small{flex-direction:column}}@media screen and (max-width:480px){html body main .layout,html body main .layout-small{padding:0 1.5rem}}.hidden{display:none!important}.no-margin-top{margin-top:0!important}.hero{display:flex;align-items:center;min-height:calc(100vh - 80px)}.size-full{width:100%;height:100%}.pala-item{color:var(--paladium-ui-kit-white);box-sizing:border-box;line-height:1.5}.pala-item,.pala-item *{box-sizing:border-box}.pala-item h1,.pala-item h2,.pala-item h3,.pala-item h4,.pala-item h5,.pala-item h6,.pala-item p{margin:0;padding:0;vertical-align:baseline}.pala-item h1{font-size:4em;font-weight:800}.pala-item h3{font-size:2.5em;font-weight:700}.pala-item h4{font-size:2em;font-weight:700}.pala-item h5{font-size:1.4em;font-weight:700}.pala-item h6{font-size:1em;font-weight:600}@media screen and (max-width:480px){.pala-item h1{font-size:3em}}.pala-item ul,.pala-item ol{display:flex;list-style:none;margin:0;padding:0}.pala-item a,.pala-item a:hover,.pala-item a:visited{color:inherit;outline:0;text-decoration:none}.pala-item-title,.pala-item-subtitle{width:100%}.pala-item-title.primary .pala-item-title-subtitle{color:var(--paladium-ui-kit-primary-orange)!important;font-size:1em}.pala-item-subtitle-container{align-items:center;display:flex;margin-bottom:1rem}.pala-item-subtitle-text{color:var(--paladium-ui-kit-gray);font-weight:400;line-height:1.5}.pala-item-title-title{line-height:1.25}.pala-item-title-subtitle{text-transform:uppercase;margin-bottom:1rem!important}.pala-item-title-text{color:var(--paladium-ui-kit-gray);font-weight:400;line-height:1.5;margin-top:2rem!important}.pala-item-button-container{font-size:1em;font-weight:600}.pala-item-button{display:flex;align-items:center;background-color:var(--paladium-ui-kit-primary-orange);border-radius:6px;cursor:pointer;font:inherit;justify-content:center;line-height:1.25;min-height:40px;padding:.6em 1.35em;transition:background-color .2s linear;width:100%;font-size:1em;font-weight:600;border:0}.pala-item-button:hover{background-color:var(--paladium-ui-kit-second-orange)}.pala-item-button.large{min-height:53px;padding:1em 2.5em!important}.pala-item-button.small{min-height:30px;padding:0!important}.pala-item-button.primary{color:#fff}.pala-item-button.second{background-color:var(--paladium-ui-kit-primary-black);color:var(--paladium-ui-kit-white)}.pala-item-button.second:hover{background-color:var(--paladium-ui-kit-second-black)}.pala-item-button.hover-outline{border:2px solid transparent}.pala-item-button.hover-outline:hover{background-color:var(--paladium-ui-kit-primary-orange);border-color:var(--paladium-ui-kit-primary-black)}.pala-item-button.second.hover-outline:hover{background-color:var(--paladium-ui-kit-primary-black);border-color:var(--paladium-ui-kit-primary-orange)}.pala-item-button.disabled{opacity:.5;cursor:not-allowed}.pala-item-button.danger{background-color:var(--red);color:#fff}.pala-item-button.danger:hover{background-color:#d32f2f}.pala-item-button.width-auto{width:auto;align-self:flex-start}.pala-item-button svg{width:9px;height:auto;stroke:currentColor}.pala-item-button-content{align-items:center;display:flex;height:100%;gap:.75rem}.pala-item-button-accent{position:relative;padding:20px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;color:var(--white);border-style:inset;border-width:1px;border-color:#ffbf39;background-image:linear-gradient(to bottom left,#ff6f00,#ff6200,#ff6f00);box-shadow:inset 0 0 43px #fff3,inset 0 -2px 13px #ffffff40,0 0 33px #ff6f0066,0 4px 4px #0006}.pala-item-button-accent:hover{box-shadow:inset 0 0 43px #ffffff80,inset 0 -2px 13px #ffffff80,0 0 33px #ff6f0033,0 4px 4px #0006}.pala-item-button-accent.second{border-color:#161616;background-image:linear-gradient(to bottom left,var(--black-fourth),var(--black-third),var(--black-fourth));box-shadow:inset 0 0 30px #ffffff0d,inset 0 -2px 10px #ffffff14,0 0 20px #0009,0 4px 4px #0009}.pala-item-button-accent.second:hover{box-shadow:inset 0 0 43px #ffffff1a,inset 0 -2px 13px #fff3}.pala-item-button-accent img{width:auto;height:24px}.pala-item-button-accent p{margin:0;line-height:24px;font-weight:700;font-size:20px;text-align:center;text-decoration:none}.pala-item-button-selected-outline{position:absolute;transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out;border-width:2px;border-style:solid;border-color:#ff6f00;height:calc(100% + 12px);width:calc(100% + 12px);border-radius:8px}.pala-item-stats{border-left:3px solid var(--paladium-ui-kit-primary-orange);padding-left:.65rem}.pala-items-stats-value{align-items:baseline;color:var(--paladium-ui-kit-white);display:flex;font-weight:800!important}.pala-items-stats-description{color:var(--gray)}.pala-item-separation-bar{margin-top:.25rem;margin-bottom:.25rem;border-radius:1px;border-bottom:.05rem solid var(--paladium-ui-kit-gray);width:100%}.pala-item-vertical-separation-bar{margin-left:.25rem;margin-right:.25rem;border-radius:1px;border-right:.05rem solid var(--paladium-ui-kit-gray);height:100%}.pala-item-separation-bar.primary,.pala-item-vertical-separation-bar.primary{border-color:var(--paladium-ui-kit-primary-orange)}.pala-item-mobile-header{box-shadow:0 1rem 1rem #00000026;transform:translateY(0)}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}to{transform:translate(0)}}.pala-item-shake-error{animation:shake .3s ease-in-out;border:1px solid #ff4444!important;border-radius:4px}
