@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('../fonts/GothamRnd-Medium.woff2') format('woff2'),
        url('../fonts/GothamRnd-Medium.woff') format('woff'),
        url('../fonts/GothamRnd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
html{scroll-behavior: smooth}
body {
    font-family: 'Gotham Rounded';
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}
h1{margin:0px 0 0; padding: 0; text-align: right; font-size: 10px; text-transform: uppercase;}
.container{height: 100vh;display: flex;align-items: center;}
.first{width: 80vw;background: #000;color: #fff;height: 100vh;display: flex;flex-direction: column;align-items: flex-end;justify-content: space-around;}
.hello{padding: 0;margin: 0 80px 0 0;text-align: right;}
.hello span{display: block;}
.logo{margin-right: 80px;text-align: right;}
.logo img{width: 50%;}
.contact{margin: 0 80px 0 0;}
.contact a{color: #fff;text-decoration: none;display: block;text-align: right;}
.second{background: #fff;color: #000;width: 30%;display: flex;flex-direction: column;/*! align-items: center; */padding: 0 80px;}
.logo-business{display: inline-flex;align-items: center;justify-content: space-between;margin-top: 20px;}
.logo-business a{width: 25%}
.logo-business img{width: 100%;}
.info-contact{position: absolute;bottom: 54px;}
.info-contact span{display: block;}

@media (max-width: 1023px) {
    .container{flex-direction: column; height:auto;}
    .first{width: 100%; align-items: center; height: 100vh;}
    .hello{text-align: center; margin: 0;}
    .logo{margin: 0; text-align: center;}
    .logo img{width:80%}
    h1{text-align:center;}
    .contact a{text-align:center;}
    .contact{margin:0;}
    .second{width: 100%; padding:0;align-items: center;justify-content: center;}
    .info-contact{position: relative;bottom: auto; text-align:center; margin-bottom: 30px;}
    .info-contact a{text-decoration:none; color: #000;}
    .logo-business{margin:50px 0; padding: 0 50px}
    .logo-business.margin-zero{margin:0 0 50px;}
}

.st0{fill:#DADADA;}
.st0:hover{fill:#7C7C7C;}
.st1:hover{fill:#0029BC;}
.st2:hover{fill:#92BF1F;}
.st3:hover{fill:#D12C1B;}
.st4:hover{fill:#F6921E;}
.st5:hover{fill:#998675;}
.logo-company{max-width: 400px; width: 70%; margin: 0 auto;}
.super-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 85vh;
}
.link-to-other{list-style-type: none; margin: 120px 0 0; padding: 0;width: 50%;display: flex;}
.link-to-other li{width: 20%;text-align: center;font-size: 16px;font-weight: 200;}
.link-to-other svg{margin-bottom: 20px;width: 35%;margin: 0 auto 20px;}
.link-to-other a{display: flex; flex-direction: column; color: #000; text-decoration: none;}
.contact-us{position: absolute; bottom: 40px; width: 100%; text-align: center; margin: 0; padding: 0; font-size: 14px;}
.contact-us a{color: #000; text-decoration: none;}


@media (max-width: 480px) {
    .link-to-other{width: 100%; margin-top: 40px;}
    .logo-company{width: 50%;}
    .contact-us{bottom: 20px; font-size: 12px;}
    .link-to-other li{font-size:10px;}
}