body {
	margin: 0;
	font-family: "Inter", sans-serif;
    font-style: normal;
	display: flex;
	flex-direction: column;
	gap: 8rem;
	background: #1f1f24;
	color: #ffffff;
}

button,
.footer-bottom-company-smedia svg {
	cursor: pointer;
}

h1 {
	font-size: 6rem;
	margin: 0;
}

h2 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 3rem;
}

h3 {
	font-size: 2.2rem;
	margin: 0;
}

h4 {
	font-size: 1.8rem;
	margin: 0;
}

p {
    font-size: 1.6rem;
	margin: 0;
}

li {
    font-size: 1.6rem;
	margin-bottom: 1rem;
}

ul {
	margin: 0;
}

.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 3rem;
}

.logo {
	position: relative;
	display: flex;
	align-items: center;
}

.logo img {
	max-width: 220px;
}

.index {
    display: flex;
    align-items: center;
	gap: 0.2rem;
}

.index svg {
	width: 22px;
}

.index p {
	font-size: 1.2rem;
}

.menu {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.menu a:last-child {
	padding: 0.8rem 1.5rem;
    background: rgb(180 184 204 / 14%);
	border-radius: 2rem;
	text-align: center;
	
}

.menu a:last-child:hover {
	background: rgb(180 184 204 / 65%);
	color: #ffffff;
	text-decoration: none;
	
}

.menu a:hover {
	text-decoration: underline;
	
}

.menu-mobile-only {
	display: none;
}

.menu a {
	color: #ffffff;
	font-size: 1.2rem;
	text-decoration: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  cursor: pointer;
  z-index: 20;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  transition: 0.3s;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.footer {
	background: #1f1f24;
	color: #ffffff;
	width: 100%;
}

.footer-bottom {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
	justify-content: space-between;
	gap: 2rem;
	margin: 3rem 1rem;
}

.footer-bottom-left {
	gap: 1rem;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
	align-items: flex-start;
}

.footer-bottom-company-text,
.footer-bottom-company-address {
	max-width: 200px;
}

.footer p {
	font-size: 1rem;
	line-height: 1.5rem;
	opacity: 0.7;
	letter-spacing: -0.02em;
}

.footer img {
	width: 180px;
	opacity: 0.7;
	object-fit: contain;
}

.footer-bottom-company-smedia {
	margin-right: 2rem;
}

.footer-bottom-company-smedia p {
	opacity: 1;
	font-size: 1.2rem;
}

.footer-bottom-company-smedia-icon {
	display: flex;
    justify-content: space-between;
	margin-top: 0.3rem;
}

.footer-bottom-company-smedia-icon svg {
	width: 38px;
}

.main-text {
	display: flex;
	flex-direction: column;
	gap: 8rem;
    margin: auto;
    width: 85%;
}

.main-text h1 {
	text-align: center;
	margin-bottom: 3rem;
}

.home-screen {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: -4rem;
    position: relative;
}

.home-screen img {
    width: 90%;
}

.home-screen-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 75%;
}

.home-screen-overlay p {
    font-size: 2rem;
    text-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
}

.home-screen-overlay h1 {
    text-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
}

.screen-1 {
    border-radius: 4rem;
    padding: 2rem;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
    background: rgb(180 184 204 / 14%);
}

.screen-1 img {
    border-radius: 50%;
    max-width: 300px;
}

.screen-1-text  {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.screen-1-text h3 {
    font-size: 2rem;
}

.screen-1-text p {
    font-size: 1.4rem;
}

.screen-2,
.screen-6 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 3.5rem;
}

.screen-2 img,
.screen-6 img {
    max-width: 450px;
}

.screen-2-text,
.screen-6-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.screen-2-text h2,
.screen-6-text h2 {
    color: #FFDD57;
}

.screen-3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.5rem;
}

.screen-3 img {
    max-width: 450px;
}

.screen-3-text  {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.screen-3-text h2 {
    color: #FFDD57;
}

.screen-3-text p:nth-child(3) {
    border-radius: 1.2rem;
    background: rgb(180 184 204 / 14%);
    padding: 1rem 2rem;
}

.screen-4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 4%;
    width: 100%;
}

.screen-4-cube {
    border-radius: 3rem;
    background: rgb(180 184 204 / 14%);
    box-sizing: border-box;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 48%;
}

.screen-4-cube svg {
    width: 55px;
}

.screen-4-cube h3 {
    color: #FFDD57;
    margin-top: 2rem;
}

.screen-5 {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	border-collapse: separate;
}

.table thead th {
	text-align: left;
	border: none;
	padding: 1.5rem;
	background: #FFDD57;
	color: #1f1f24;
}

.table thead tr th:first-child {
	border-radius: 20px 0 0 0;
}

.table thead tr th:last-child {
	border-radius: 0 20px 0 0;
}

.table tbody td {
	text-align: left;
	border: none;
	padding: 1.5rem 0.5rem;
	vertical-align: top;
}

.table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}

.table tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

th,
td,
.loading-again p {
	font-size: 1.4rem;
}

.screen-7 {
    display: flex;
    justify-content: space-between;
}

.screen-7-info {
    text-align: center;
    width: 32%;
}

.screen-7-info p:first-child {
    color: #FFDD57;
    font-weight: 700;
    font-size: 8rem;
}

.screen-7-info p:first-child span {
    font-size: 3rem;
}

.screen-8 {
    display: flex;
    gap: 2rem;
    flex-direction: column;
}

.screen-8-info {
    gap: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.screen-8-info p {
    flex: 1;
}

.chart-mb {
    flex: none;
    border-radius: 2rem;
    width: 60%;
    background: rgb(180 184 204 / 14%);
    height: 40px;
    position: relative;
    overflow: hidden;
}

.chart-mb-overlay {
    color: #000000;
    display: flex;
    position: absolute;
    height: 100%;
    width: 85%;
    background: #FFDD57;
    align-items: center;
    justify-content: space-around;
    font-weight: 700;
}

.chart-geo-overlay {
    color: #000000;
    display: flex;
    position: absolute;
    height: 100%;
    width: 65%;
    background: #FFDD57;
    align-items: center;
    justify-content: space-around;
    font-weight: 700;
}

.chart-kp-overlay {
    color: #000000;
    display: flex;
    position: absolute;
    height: 100%;
    width: 92%;
    background: #FFDD57;
    align-items: center;
    justify-content: space-around;
    font-weight: 700;
}

.chart-mb-overlay p,
.chart-geo-overlay p,
.chart-kp-overlay p {
    margin: 0 !important;
}

.screen-8 h2 {
    color: #FFDD57;
    margin-bottom: 3rem;
}

.screen-8 p:last-child {
    text-align: center;
    margin-top: 3rem;
}

.screen-9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.screen-9 p {
    text-align: center;
    font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
    table thead {
        display: none;
    }

    table, 
    table tbody, 
    table tr, 
    table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    table tr {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin-bottom: 15px;
        padding: 10px 15px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    }

    table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem !important;
        text-align: right !important;
        font-size: 1.2rem;
    }

    table td:last-child {
        border-bottom: none;
    }

    table td.hidden-files-line-title,
    table tr td:first-child {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        text-align: left;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }
    
    table td.hidden-files-line-title::before,
    table tr td:first-child::before {
        content: "" !important;
        display: none;
    }

    table td[data-label]::before {
        content: attr(data-label);
        font-weight: 500;
        color: #666666;
        text-align: left;
        padding-right: 10px;
    }
}

@media (max-width: 1150px) {
    .hamburger {
        display: flex;
    }

    .menu {
        display: none;
        position: absolute;
        top: 70px;
        right: 20px;
	    width: 70%;
        flex-direction: column;
	    align-items: unset;
        background: #1f1f24;
        padding: 20px;
        border-radius: 10px;
        z-index: 9999;
	    color: #ffffff;
    }

    .menu.show {
        display: flex !important;
    }

    .menu a {
        margin: 0.5rem 0;
        color: #ffffff;
        font-size: 1.4rem;
    }
  
    .menu a:last-child {
	    color: #ffffff;
    }
  
    .hamburger.active {
	    height: 18px;
    }
}

@media (max-width: 480px) {
	body {
		gap: 5rem;
	}
	
	h1 {
		font-size: 2.5rem;
	}
	
	h2 {
		font-size: 1.8rem;
		margin-top: 0;
	}
	
	h3 {
		font-size: 1.6rem;
	}
	
	p, li {
		font-size: 1.2rem;
	}
	
	.navbar {
		padding: 1.2rem;
	}
	
	.logo img {
		max-width: 150px;
	}
	
	.footer-bottom {
		flex-direction: column;
	}
	
	.footer-bottom-left {
		flex-direction: column;
	}
	
	.footer-bottom-company-smedia-icon {
		justify-content: unset;
		gap: 1rem;
		margin-top: 0.7rem;
	}
	
	.main-text {
		width: 90%;
		display: flex;
		flex-direction: column;
		gap: 6rem;
		margin: auto;
	}
	
	.screen-1,
	.screen-4 {
	    flex-direction: column;
	}
	
	.screen-2,
	.screen-3,
	.screen-6 {
	    flex-direction: column-reverse;
	}
	
	.screen-7 {
        display: none;
    }
	
	.home-screen {
	    overflow: hidden;
	    margin-top: 0;
	}
	
	.home-screen img {
	    width: 200%;
	}
	
	.home-screen-overlay {
	    width: 90%;
	}
	
	.home-screen-overlay p {
	    font-size: 1.2rem;
	}
	
	.screen-1 img {
	    background: #FFDD57;
        top: -75px;
        position: absolute;
        max-width: 130px;
	}
	
	.screen-2 img,
	.screen-3 img,
	.screen-6 img {
	    max-width: 100%;
	}
	
	.screen-4 {
	    gap: 2rem;
	}
	
	.screen-4-cube {
	    width: 100%;
	}
	
	.screen-1 {
	    margin-top: 10rem;
        position: relative;
        border-radius: 2rem;
        padding: 5rem 2rem;
	}
	
	.screen-1-text h3 {
	    font-size: 1.8rem;
	}
	
	.screen-1-text p {
        font-size: 1.2rem;
    }
    
    .screen-3-text p:nth-child(3) {
        border-radius: 1rem;
        padding: 1rem;
    }
    
    .screen-4-cube {
        border-radius: 1.2rem;
        padding: 1.2rem;
        gap: 1rem;
    }
    
    .screen-4-cube svg {
        width: 35px;
    }
    
    .screen-7-info {
        width: unset;
    }
    
    .screen-8 {
        gap: 1rem;
    }
    
    .screen-9 p {
        font-size: 1.5rem;
    }
    
    .screen-5 {
        gap: 0.5rem;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	body {
		gap: 5rem;
	}
	
	h1 {
		font-size: 3.5rem;
	}
	
	h2 {
		font-size: 2.8rem;
	}
	
	h3 {
		font-size: 2.5rem;
	}
	
	p, li {
		font-size: 1.6rem;
	}
	
	.navbar {
		padding: 1.6rem;
	}
	
	.logo img {
		max-width: 180px;
	}
	
	.hamburger {
		width: 35px;
		height: 25px;
	}
	
	.footer-bottom {
		flex-direction: column;
	}
	
	.footer-bottom-left {
		flex-direction: column;
	}
	
	.footer-bottom-company-smedia-icon {
		justify-content: unset;
		gap: 1rem;
		margin-top: 0.7rem;
	}
	
	.main-text {
		width: 85%;
		display: flex;
		flex-direction: column;
		gap: 4rem;
		margin: auto;
	}
	
	.screen-1,
	.screen-4 {
	    flex-direction: column;
	}
	
	.screen-2,
	.screen-3,
	.screen-6 {
	    flex-direction: column-reverse;
	}
	
	.screen-7 {
        display: none;
    }
	
	.home-screen {
	    overflow: hidden;
	    margin-top: 0;
	}
	
	.home-screen img {
	    width: 180%;
	}
	
	.home-screen-overlay {
	    width: 90%;
	}
	
	.home-screen-overlay p {
	    font-size: 1.4rem;
	}
	
	.screen-1 img {
	    background: #FFDD57;
        top: -90px;
        position: absolute;
        max-width: 150px;
	}
	
	.screen-2 img,
	.screen-3 img,
	.screen-6 img {
	    max-width: 100%;
	}
	
	.screen-4 {
	    gap: 2rem;
	}
	
	.screen-4-cube {
	    width: 100%;
	}
	
	.screen-1 {
	    margin-top: 10rem;
        position: relative;
        border-radius: 2rem;
        padding: 5rem 2rem;
	}
	
	.screen-1-text h3 {
	    font-size: 2.5rem;
	}
	
	.screen-1-text p {
        font-size: 1.6rem;
    }
    
    .screen-3-text p:nth-child(3) {
        border-radius: 1rem;
        padding: 1rem;
    }
    
    .screen-4-cube {
        border-radius: 1.2rem;
        padding: 1.2rem;
        gap: 1rem;
    }
    
    .screen-4-cube svg {
        width: 35px;
    }
    
    .screen-7-info {
        width: unset;
    }
    
    .screen-8 {
        gap: 1rem;
    }
    
    .screen-9 p {
        font-size: 1.5rem;
    }
    
    .screen-5 {
        gap: 0.5rem;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {	
	h1 {
		font-size: 3.5rem;
		margin: 0;
	}

	h2 {
		font-size: 2.5rem;
		margin: 0;
	}

	h3 {
		margin: 0;
	}

	h4 {
		font-size: 1.2rem;
		margin: 0;
	}

	p, li {
		font-size: 1.6rem;
		margin: 0;
	}
	
	.footer p {
		font-size: 0.8rem;
		line-height: 1rem;
	}
	
	.footer-bottom-company-smedia p {
		font-size: 1rem;
	}
	
	.footer img {
		width: 150px;
	}
	
	.footer-bottom-company-text,
	.footer-bottom-company-address {
		max-width: 160px;
	}
	
	.footer-bottom-company-smedia-icon {
		margin-top: 0.6rem;
	}
	
	.footer-bottom-company-smedia-icon svg {
		width: 30px;
	}
	
	.main-text {
		width: 85%;
		display: flex;
		flex-direction: column;
		gap: 6rem;
		margin: auto;
	}
	
	.screen-1 {
	    border-radius: 2rem;
	}
	
	.screen-2,
	.screen-3,
	.screen-6 {
	    flex-direction: column-reverse;
	}
	
	.home-screen {
	    overflow: hidden;
	    margin-top: 0;
	}
	
	.home-screen img {
	    width: 100%;
	}
	
	.home-screen-overlay {
	    width: 90%;
	}
	
	.screen-1 img {
	    max-width: 150px;
	}
	
	.screen-2 img,
	.screen-3 img,
	.screen-6 img {
	    max-width: 70%;
	}
	
	.screen-4 {
	    gap: 2rem;
	}
	
	.screen-4-cube {
	    width: 100%;
	}
	
	.screen-1-text h3 {
	    font-size: 1.5rem;
	}
	
	.screen-1-text p {
        font-size: 1.1rem;
    }
    
    .screen-3-text p:nth-child(3) {
        border-radius: 1rem;
        padding: 1rem;
    }
    
    .screen-4-cube {
        border-radius: 1.2rem;
        padding: 1.2rem;
        gap: 1rem;
    }
    
    .screen-4-cube svg {
        width: 35px;
    }
    
    .screen-7-info {
        width: unset;
    }
    
    .screen-8 {
        gap: 1rem;
    }
    
    .screen-9 p {
        font-size: 2rem;
    }
    
    .screen-5 {
        gap: 0.5rem;
    }
}