.offer-detail{width:120rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:90vh;border-radius:.5rem;margin:4rem auto 4rem auto;-webkit-transition:all .8s cubic-bezier(.59,0,.52,1.01);transition:all .8s cubic-bezier(.59,0,.52,1.01);-ms-flex-pack:distribute;justify-content:space-around}@media only screen and (max-width:87.88em){.offer-detail{width:75%}}@media only screen and (max-width:70.5626em){.offer-detail{width:87%}}@media only screen and (max-width:38.2em){.offer-detail{margin:2rem auto 8rem auto;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}}@media only screen and (max-width:22.7em){.offer-detail{margin:2rem auto 10rem auto}}.offer-detail .offer-header{display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;text-align:center}.offer-detail .offer-header h1{color:#2c495b;-ms-flex-item-align:center;align-self:center}.offer-body{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.offer-body,.offer-body .item-card{display:-webkit-box;display:-ms-flexbox;display:flex}.offer-body .item-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-preferred-size:47%;flex-basis:47%;margin:2rem 0}.offer-body .item-card .card-img-wrapper{height:38rem;width:100%;border-radius:.5rem .5rem 0 0;position:relative;z-index:1;margin:auto}@media only screen and (max-width:104em){.offer-body .item-card .card-img-wrapper{height:32rem}}@media only screen and (max-width:87.88em){.offer-body .item-card .card-img-wrapper{height:28rem}}@media only screen and (max-width:38.2em){.offer-body .item-card .card-img-wrapper{height:22rem}}.offer-body .item-card .card-img-wrapper .card-img{width:100%;height:100%;border-radius:.5rem .5rem 0 0}.offer-body .item-card .card-img-wrapper .card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.5rem .5rem 0 0;-webkit-transition:-webkit-transform 1s linear;transition:-webkit-transform 1s linear;transition:transform 1s linear;transition:transform 1s linear,-webkit-transform 1s linear;-webkit-backface-visibility:hidden;backface-visibility:hidden}.offer-body .item-card .item-description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:4%;height:auto}@media only screen and (max-width:38.2em){.offer-body .item-card .item-description{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:38.2em){.offer-body .item-card .item-description h2{line-height:1.5}}.offer-summary{margin:0 auto;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;text-align:center;background:#f7fbfe;padding:4%;border-radius:.5rem;width:100%;margin-top:2rem;-webkit-box-shadow:.5rem .5rem 4rem rgba(59,90,109,.24);box-shadow:.5rem .5rem 4rem rgba(59,90,109,.24);-webkit-transition:all .8s cubic-bezier(.59,0,.52,1.01);transition:all .8s cubic-bezier(.59,0,.52,1.01)}.offer-summary:hover{-webkit-transform:translateY(-.2rem);transform:translateY(-.2rem);-webkit-box-shadow:.8rem .8rem 8rem rgba(59,90,109,.68);box-shadow:.8rem .8rem 8rem rgba(59,90,109,.68)}@media only screen and (max-width:38.2em){.offer-summary{margin-top:1rem}}.offer-summary h2{margin-bottom:2rem!important}.offer-summary p{width:70%}@media only screen and (max-width:70.5626em){.offer-summary p{width:80%}}@media only screen and (max-width:56.25em){.offer-summary p{width:90%}}@media only screen and (max-width:38.2em){.offer-summary p{width:100%}}.offer-summary p span{font-weight:bolder}p{font-size:inherit}.user-btns-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:2rem auto 0 auto;width:34rem}@media only screen and (max-width:104em){.user-btns-wrapper{width:32rem}}@media only screen and (max-width:87.88em){.user-btns-wrapper{width:30rem}}@media only screen and (max-width:38.2em){.user-btns-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:90%}}@media only screen and (max-width:22.7em){.user-btns-wrapper{width:100%}}.user-btns-wrapper .btn{background:#8c4a4a;border-radius:.5rem;padding:1.5rem 2rem;font-family:inherit;font-size:inherit;outline:none;border:none;text-decoration:none;text-align:center;-webkit-transition:all .8s cubic-bezier(.59,0,.52,1.01);-webkit-transform-origin:left;max-width:24rem;background:#3f657c;color:#f7fbfe;text-transform:capitalize;transition:all .8s cubic-bezier(.59,0,.52,1.01);transform-origin:left}@media only screen and (max-width:87.88em){.user-btns-wrapper .btn{max-width:22rem}}@media only screen and (max-width:38.2em){.user-btns-wrapper .btn{max-width:100%;padding:1.3rem 0}}.user-btns-wrapper .btn:hover{background-color:#8f4242}@media only screen and (max-width:38.2em){.user-btns-wrapper .btn{width:100%!important}}.user-btns-wrapper .btn:hover{background:#2c495b}.user-btns-wrapper .btn:nth-child(2){background:#d4e8f4;color:#2c495b}@media only screen and (max-width:38.2em){.user-btns-wrapper .btn:nth-child(2){margin-top:1.4rem}}.user-btns-wrapper .btn:nth-child(2):hover{background:#c0d4e0;color:#2c495b}.user-btns-wrapper .btn:nth-child(3){background:#d4e8f4;color:#2c495b}.user-btns-wrapper .btn:nth-child(3):hover{background:#c0d4e0;color:#2c495b}h1{color:#f7fbfe;text-align:center;text-transform:capitalize}.detail,h1{margin-bottom:2rem}.detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}@media only screen and (max-width:38.2em){.detail{margin-bottom:0}}.detail .profile-img{height:3rem;width:3rem;margin-right:1rem}.detail .profile-img,.detail .profile-img img{border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;text-align:center}.detail .profile-img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.detail p{margin-right:1rem}.contact{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;text-align:center;width:100%;margin:3rem auto 0 auto;color:#2c495b;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:38.2em){.contact{margin:2rem auto 0 auto}}.contact .detail{-ms-flex-item-align:center;align-self:center;margin:0}.contact .detail:nth-child(2){margin-top:.6rem}.contact .detail .icon{margin-right:1rem;-ms-flex-item-align:center;align-self:center;font-size:inherit}.contact .detail p{font-size:inherit}.send-offer[data-v-276ef990]{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;text-align:center}