
/*forbidden copy*/
*{
  -webkit-touch-callout:none;  
  -webkit-user-select:none; /*webkit*/
  -khtml-user-select:none; 
  -moz-user-select:none;/*firefox*/
  -ms-user-select:none; /*IE10*/
  user-select:none;
  box-sizing: border-box;
}
input,textarea {
  outline: none;
}
html{
  font-size: 16px;
  height: 100%;
}
body{
  background: #fff;
  font-family: 'Gilroy';
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  height: 100%;
  margin: 0 auto;
}
img{
  object-fit: contain;
  vertical-align: top;
}
a{
  text-decoration: none;
  text-transform: capitalize;
}
p, h2{
  margin: 0
}
h2{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: -0.03px;
}
svg{
  transform: unset !important;
}

.webviewMain{
  width: 100%;
  height: 100%;
}
.webviewMain .webviewHeader{
  position: fixed;
  top: 0;
  height: 4rem;
  width: 100%;
  background: #000;
  padding: 20px 0 20px 24px;
}
.webviewMain .webview{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 128px;
  height: 100%;
}
.webviewMain .webviewcontent{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 64px 0px;
  @media screen and (max-width: 1024px) {
    padding: 0px 20px 32px 20px;
    justify-content: start;
  }
}
.webviewMain .webviewcontent .wyzeMeetTheAllNew{
  color: #3B3B3B;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.08px;
  @media screen and (max-width: 768px) {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.03px;
  }
}
.webviewMain .webviewcontent .wyzeWebPortal{
  color:#4E2FD2;
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.52px;
  margin-bottom: 20px;
  @media screen and (max-width: 768px) {
    font-size: 32px;
    line-height: 40px; 
    letter-spacing: -0.08px;
  }
}
.webviewMain .webviewcontent .wyzeContentText{
  color:#3B3B3B;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 32px;
  max-width: 600px;
  @media screen and (max-width: 768px) {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
  }
} 
.webviewMain .webviewcontent .wyzeVistBtn{
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #4E2FD2;
  margin-bottom: 40px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  @media screen and (max-width: 768px) {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 16px; 
  }
}
.webviewMain .webviewcontent .wyzePublicity{
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.webviewMain .webviewcontent .wyzePublicity img{
  width: 900px;
  height: 608px;
  @media screen and (max-width: 1024px) {
    width: 800px;
    height: 508px;
  }
  @media screen and (max-width: 768px) {
    width: 700px;
    height: 400px;
  }
  @media screen and (max-width: 600px) {
    width: 335px;
    height: 226.311px;
  }
  @media screen and (max-width: 320px) {
    width: 310px;
    height: 206.311px;
  }
}
.webviewMain .webviewFooter{
  height: 2.5rem;
  width: 100%;
  background: #000;
  line-height: 2.5rem;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #f7f7f7;
}