@charset "UTF-8";.loader{border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;width:50px;height:50px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;margin:20px auto}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.stamped-wrapper{padding:60px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.stamped-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:30px 0}.stamped-nav-wrap{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;color:#909090}.stamped-nav #next-arrow,.stamped-nav #prev-arrow{font-size:18px;position:static;-webkit-transform:none;-ms-transform:none;transform:none;color:#909090}.stamped-nav #next-arrow:before,.stamped-nav #prev-arrow:before{content:none}.stamped-nav-arrow{width:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.stamped-nav-arrow:before{content:none}.stamped-list-item{width:100%;padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Inter,sans-serif}.review-item{width:100%}.review-item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.review-item-header .date{font-style:italic;font-size:12px;color:#909090}.review-item-header small i{color:#FFD600}.review-item h4{font-size:16px;font-weight:700}.review-item-body{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:15px}.review-item-body .review-thumb{width:80px;height:80px;overflow:hidden;border:1px solid #D9D9D9;border-radius:12px;background:#D9D9D9}.review-item-body .review-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.review-item-body p{display:block;width:calc(100% - 95px);max-height:100px;font-style:italic;font-size:14px;font-weight:400;line-height:20px;color:#757575;overflow-y:auto}