:root{--white-color:#fff;--black-color:#151515;--accent-color:#58b74c;--sky-color:#3eb7f3;--blue-color:#0083c5;--txt-color:#313131;--gray-color:#6c6c6c;--gray2-color:#c8c8c8;--error-color:red;--back-color:#f2f2f2;--green-back-color:#e2f5df;--lines-color:rgba(49,49,49,.12);--lines-white-color:hsla(0,0%,100%,.1);--trs-300:0.3s cubic-bezier(0.25,0.46,0.45,0.94);--shadow:0px 4px 28px 0px rgba(0,0,0,.1);--screensize:1920}@media (max-width:1660px){:root{--screensize:1660}}@media (max-width:1400px){:root{--screensize:1275}}@media (max-width:1279px){:root{--screensize:1045}}@media (max-width:1023px){:root{--screensize:1024}}@media (max-width:992px){:root{--screensize:992}}@media (max-width:767px){:root{--screensize:360}}.alert{margin-bottom:5.5rem}.alert .alert__inner{align-items:center;display:flex;flex-direction:column;position:relative}.alert .alert__inner .alert__ellipses{height:calc(318/var(--screensize)*100vw);left:0;margin:auto;pointer-events:none;position:absolute;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}@media (max-width:768px){.alert .alert__inner .alert__ellipses{display:none}}.alert .alert__inner .alert__ellipses img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.alert .alert__inner>svg{color:var(--accent-color);height:1.5rem;margin:0 auto 1.75rem;width:1.25rem}.alert .alert__inner .alert__title{font-size:2.25rem;font-weight:500;letter-spacing:-.0625rem;line-height:106%;margin:0 auto 2.25rem;max-width:55.5rem;text-align:center}@media (max-width:992px){.alert .alert__inner .alert__title{font-size:1.625rem;letter-spacing:-.0625rem;margin:0 auto 1rem}}.alert .alert__inner .collapse-text{display:-webkit-box;overflow:hidden;-webkit-line-clamp:9;-webkit-box-orient:vertical;margin:0 auto 2.25rem;max-width:41.25rem;text-overflow:ellipsis}@media (max-width:992px){.alert .alert__inner .collapse-text{-webkit-line-clamp:7;margin:0 auto 1.5rem}}.alert .alert__inner .collapse-text p{font-size:1rem;font-weight:400;line-height:148%;margin-bottom:.625rem;text-transform:none}.alert .alert__inner .show-all{align-items:center;color:var(--txt-color);display:flex;gap:1rem;justify-content:center;margin:auto}.alert .alert__inner .show-all:hover span,.alert .alert__inner .show-all:hover svg{color:var(--accent-color)}.alert .alert__inner .show-all span{font-size:.75rem;font-weight:600;line-height:115%;text-transform:uppercase;transition:var(--trs-300)}.alert .alert__inner .show-all svg{color:var(--txt-color);height:.75rem;width:.75rem}.alert .alert__inner .show-all.active svg{transform:rotate(180deg)}