*,*:after,*:before{box-sizing:border-box}*{margin:0;padding:0;box-sizing:border-box}html{font-size:100%}body,.bot{font-family:"Poppins",sans-serif;background-color:#fff;color:#1e3163;line-height:1.4}.bot{background-color:#f2f4f6;min-height:100vh}@media (min-width: 64em){.bot{display:flex;justify-content:center;align-items:center}}a{text-decoration:none;display:inline-block}img{width:100%}.container{max-width:62.5rem;margin:0 auto;padding:1.125rem 1.25rem}.hide{display:none}.navbar{border-bottom:1px solid #1e3163}.navbar__logo{margin-bottom:.9375rem;text-transform:uppercase;font-weight:300;font-size:1.25rem}.hero{padding:1.875rem 0;min-height:calc(100vh - 43.8px - 1.875rem - 1.125rem)}@media (min-width: 64em){.hero{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:6.25rem}}.hero__content{text-align:center;padding:1.875rem 0}@media (min-width: 64em){.hero__content{text-align:left;flex:1}}.hero__content--heading{font-size:1.875rem;font-weight:700}@media (min-width: 64em){.hero__content--heading{font-size:2.8125rem}}.hero__content--paragraph{font-weight:400;font-size:1.125rem;margin:.875rem 0 1.5625rem}@media (min-width: 64em){.hero__img{flex:1}}.hero__img img{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.btn{background-color:#1e3163;font-weight:500;color:#fff;padding:.75rem 1.875rem;border-radius:1.875rem}.chat{background-color:#fff;border-radius:30px;padding:30px;width:500px}.chat__header{display:flex;align-items:center;gap:10px;border-bottom:2px solid #f2f4f6;padding-bottom:20px}.chat__header i{font-size:20px;color:#2174ea}.chat__header h3{font-weight:300;text-transform:uppercase}.chat__messages{margin-top:28px;height:350px;overflow-y:auto;position:relative}.chat__messages--message{background-color:#f2f4f6;max-width:300px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:15px;font-size:15px}.chat__messages--message:not(:first-child){margin-top:15px}.chat__messages--message.right{background-color:#eeeefe;position:absolute;right:0;border-radius:10px 0 10px 10px}.chat__form{margin-top:20px}.chat__form input{width:100%;padding:10px 20px;background-color:#f2f4f6;outline:none;border:0;border-radius:25px;font-family:"Poppins",sans-serif;color:#1e3163}.chat__form input:focus,.chat__form input:active{outline:none;border:0}
