@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);.flex{display:flex}.flex.align-start{align-items:flex-start}.flex.align-end{align-items:flex-end}.flex.justify-start{justify-content:flex-start}.flex.justify-end{justify-content:flex-end}.flex.column{flex-direction:column}.flex.column.reverse{flex-direction:column-reverse}.flex.column.h-center{align-items:center}.flex.column.v-center{justify-content:center}.flex.column.space-between{align-items:space-between}.flex.row.reverse{flex-direction:row-reverse}.flex.row.h-center{justify-content:center}.flex.row.v-center{align-items:center}.flex.row.space-between{justify-content:space-between}.flex.wrap{flex-wrap:wrap}.flex.wrap-reverse{flex-wrap:wrap-reverse}.fill-space{flex:1 1}.align-self.end{align-self:flex-end}.align-self.start{align-self:flex-start}.align-self.center{align-self:center}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%;min-width:487px}body{background-color:#fff;padding:1rem}body,h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif}h1.primary,h2.primary,h3.primary,h4.primary,h5.primary,h6.primary{color:#f4c343}a,button{cursor:pointer}a{text-decoration:none}a,a:visited{color:#000}li{list-style-type:none}label{font-weight:600;margin-bottom:5px}::-webkit-input-placeholder{font-family:Montserrat,sans-serif}::placeholder{font-family:Montserrat,sans-serif}.content{margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.content.centered{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.content span{margin:20px 0 50px}.content a{margin:0 auto}@media screen and (max-height:730px),screen and (max-width:612px){.content{margin-top:30px}.content.centered{position:static;-webkit-transform:translate(0);transform:translate(0)}}.button{border:none;border-radius:4px;font-weight:600;padding:5px 30px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.button.primary{background-color:#f4c343}.button.big{padding:15px 60px}.button.no-style{background-color:transparent;border:none;border-radius:4px;font-weight:600;padding:0}input,textarea{border:2px solid #000;border-radius:4px;font-size:17px;margin-bottom:30px;text-indent:5px;width:500px}input{height:40px}.navbar img{height:80px}.navbar a{font-size:20px;font-weight:500;margin:0 20px;transition:.5s ease}.navbar a:hover{color:#f4c341;-webkit-transform:scale(1.1);transform:scale(1.1);transition:.5s ease}@media screen and (max-width:612px){.navbar{flex-direction:column}a{font-size:20px;font-weight:500;margin-top:15px!important}}.footer{bottom:1rem;position:fixed;right:1rem;text-align:right;width:100%}.footer a{margin:0 10px}.modal-background{align-items:center;background-color:rgba(0,0,0,.35);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw}.modal-background .modal-content{background-color:#373737;border-radius:4px;box-shadow:1px 5px 15px rgba(0,0,0,.35);color:#fff;display:flex;height:540px;padding:30px 30px 50px;width:970px}.modal-background .modal-content .right{margin-left:40px}.modal-background .modal-content .right .logo{align-self:center;margin-top:auto;max-height:200px;max-width:400px}.modal-background .modal-content .left h1{margin-bottom:40px}.modal-background .modal-content .left a{align-self:flex-start;margin-top:auto}.modal-background .modal-content .left p{overflow:auto}.modal-background .modal-content .left button{margin-top:5px}@media screen and (max-height:540px){.modal-background .modal-content{height:100%}}@media screen and (max-width:970px){.modal-background{height:100%;left:0;position:fixed;top:0;width:100%}.modal-background .modal-content{width:100%}.modal-background .modal-content .right{display:none}}.carousel-list{grid-column-gap:180px;grid-row-gap:90px;-webkit-column-gap:180px;column-gap:180px;display:grid;grid-template-columns:1fr 1fr;height:570px;overflow:hidden;row-gap:90px;width:980px}.carousel-item{border-radius:4px;flex-shrink:0;height:240px;overflow:hidden;width:400px}.carousel-item img{object-fit:cover;width:400px}.arrow{display:flex;height:80px;justify-content:center}.arrow.up{align-items:flex-start}.arrow.down{align-items:flex-end}@media screen and (max-height:900px){.carousel-list{height:295px;row-gap:45px}.carousel-item{height:120px}}@media screen and (max-width:1020px){.carousel-list{grid-template-columns:1fr;width:400px}}@media screen and (max-height:612px){.carousel-list{height:295px;row-gap:45px}.carousel-item{height:120px}}
/*# sourceMappingURL=main.3482941d.css.map*/