.home .background-wrapper{position:relative;min-height:calc(100vh - 60px);width:100%}.home .background-wrapper .content{padding-top:20px;min-height:calc(100vh - 60px)}.home .background-wrapper .content .header-cover{display:flex;flex-direction:column;width:100%;align-items:center}.home .background-wrapper .content .header-cover .header-title{background:linear-gradient(90deg,#24bad6,#7162cf 75%,#e43e6d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:80px;margin-top:80px;font-size:50px}@media screen and (max-width:996px){.home .background-wrapper .content .header-cover .header-title{font-size:32px}}@media screen and (max-width:500px){.home .background-wrapper .content .header-cover .header-title{padding-left:20px}}.home .background-wrapper .content .header-cover .input-cover{width:400px;margin-bottom:95px}.home .background-wrapper .content .header-cover input{min-height:45px!important;max-height:45px!important}.home .background-wrapper .content .header-cover input::-moz-placeholder{font-size:16px}.home .background-wrapper .content .header-cover input::placeholder{font-size:16px}.home .background-wrapper .content .cart{display:grid;grid-template-columns:repeat(3,minmax(250px,1fr));gap:20px;width:100%}@media screen and (max-width:996px){.home .background-wrapper .content .cart{grid-template-columns:repeat(1,minmax(250px,1fr));-moz-column-gap:0!important;column-gap:0!important;justify-items:center}}.home .background-wrapper .content .cart .cart-item{width:100%;display:flex;flex-direction:column;align-items:center;background:#fff;padding:20px;border:1px solid #e2eaf4;border-radius:.75rem;text-align:center}.home .background-wrapper .content .cart .cart-item:hover{cursor:pointer;outline:1px solid #dce0ff}.home .background-wrapper .content .cart .cart-item .cart-item_content .title{font-size:20px;color:#0b0e58;text-align:start;font-weight:500;line-height:33px}.home .background-wrapper .content .cart .cart-item .cart-item_content .intro{font-size:18px;color:#666;line-height:33px;text-align:start}
