@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 0.5s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.privacy-section1 {
  display: flex;
  justify-content: center;
}
.privacy-section1-wrapper {
  max-width: 1224px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 16px;
}
.privacy-sec1-content-wrapper{
    max-width: 812px;
}
.privacy-sec1-content-wrapper h2{
	box-sizing: border-box;
	color: #1A1A1A;
	font-family: "Open Sans", sans-serif;
	font-size: 48px;
	font-weight: 600;
	line-height: 62.4px;
	margin: 0px 0px 40px;
	text-align: left;
}
.privacy-sec1-content-wrapper h5{
	box-sizing: border-box;
	color: #1D1E20;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 23.4px;
	margin: 0px 0px 16px;
	text-align: left;
}
.privacy-text-1{
	box-sizing: border-box;
	color: #1D1E20;
	font-family: Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400;
	line-height: 24px;
	margin: 0px 0px 16px;
	text-align: left;
}
.privacy-text-2{
	box-sizing: border-box;
	color: #1D1E20;
	font-family: Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400;
	line-height: 24px;
	margin: 0px 0px 32px;
	text-align: left;
}
.privacy-sec1-content-wrapper a{
    color: #1D1E20;
}
.privacy-sec1-content-wrapper ul{
    margin-bottom: 16px;
}
.privacy-sec1-content-wrapper li{
    box-sizing: border-box;
	color: #1D1E20;
	font-family: Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400;
	line-height: 24px;
	margin: 0px 0px 8px;
	text-align: left;
}

@media screen and (max-width: 1024px) {
    .privacy-sec1-content-wrapper{
        max-width: 328px;
    }
    .privacy-sec1-content-wrapper h2{
        font-size: 32px;
        line-height: 41.6px;
    }
}