@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);
.xyX9EDdfvpvZPcgiJA8p{background-color:#d9d9d9}.ivbPU6qCV3eITWKD0Qew{display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:500;padding:10px 0px;margin-top:20px}
.mIyqBYDEeqxNAkfznzzU{background-color:#d9d9d9}.XEmGjN_E1z_dCUs8Yk6g{padding:10px 0px;margin-bottom:20px}.L59uBLYX6_cLU863UTxw{font-size:24px}
* {
   padding: 0;
   margin: 0;
   border: 0;
}

*,
*:before,
*:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

:focus,
:active {
   outline: none;
}

a:focus,
a:active {
   outline: none;
}

nav,
footer,
header,
aside {
   display: block;
}

input,
textarea {
   font-family: inherit;
}

input::-ms-clear {
   display: none;
}

button {
   cursor: pointer;
}

button::-moz-focus-inner {
   padding: 0;
   border: 0;
}

a,
a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: none;
}

ul li {
   list-style: none;
}

img {
   vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-size: inherit;
   font-weight: 400;
}

.button {
   color: white;
   background-color: #FF7400;
   padding: 14px 18px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   font-size: 14px;
   transition: background-color 0.3s linear;

   &:hover {
      background-color: #994500;
   }
}

.title {}

.subtitle {}
body{background-color:#fff;background-repeat:no-repeat;background-size:cover;font-family:Lato,sans-serif;font-size:16px;margin-top:0px}.container{width:calc(100% - 60px);max-width:1440px;margin:0 auto;display:block}.response{min-height:calc(100vh - 128px)}

/*# sourceMappingURL=main.44518477.css.map*/