
.privacy-policy-wrapper{
	background:#fff;
	padding-top:40px;
	padding-bottom:20px;
}
.privacy-policy-wrapper .container{
	max-width:768px;

}
.terms-services-effective{
	text-align:center;
	color: #737373;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding:25px 0px 30px 0px
}
.privacy-policy .terms-services-effective a{text-decoration:none; font-weight:normal;}
.privacy-policy .terms-services-effective a:hover{text-decoration:underline;}
.privacy-policy-wrapper h1{
    color: #161F27;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 120% */
	letter-spacing: -0.75px;
	margin-bottom:20px;
}
div.privacy-policy{
    margin-bottom: 60px;
}
div.privacy-policy li{
    list-style: disc !important;
    margin-left: 20px;
    color: #161F27;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
    margin-bottom: 10px;
}
div.privacy-policy h2{
	font-size: 24px !important;
	color: #161F27;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 133.333% */
	letter-spacing: -0.6px;
}
div.privacy-policy h5{
	font-weight: 700;
    font-size: 20px;
    line-height: 24px;
	color: #242435;
    margin-bottom: 15px;
}
.terms-of-use-content-section{
	color: #161F27;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
    margin-bottom: 30px;
}
div.privacy-policy p{
	color: #161F27;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
    margin-bottom: 30px;
}
div.privacy-policy table{
    margin-bottom: 30px;
    border: 1px solid #EBEBEB;
}
div.privacy-policy tr th{
    border: 1px solid #EBEBEB;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #242435;
    vertical-align: initial;
    text-align: left;
    padding: 6px 10px;
}
div.privacy-policy tr td{
    border: 1px solid #EBEBEB;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #242435;
    vertical-align: initial;
    text-align: left;
    padding: 6px 10px;
}
div.privacy-policy a{
    color: #338595;
    font-weight: 600;
    text-decoration: underline;
}
div.privacy-policy h6 a{
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #338595;
    text-decoration: none;
}
div.privacy-policy h6 img{
    background-color: #338595;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    padding: 2px;
    margin-left: 6px;
    vertical-align: initial;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 15px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: #338595;
    background: none;
    cursor: pointer;
    padding: 0px;
    border-radius: 10px;
    font-size: 18px;
    width: initial;
    height: auto;
}
#myBtn:hover:before {
  background: none; /* Add a dark-grey background on hover */
}