.bit_browsers {
  background-color: white;
}
.bit_browsers-content {
  background-color: #00a2e5;
  transform: skew(0deg, -3.9deg);
  display: inline-block;
  width: 100%;
  margin: -100px 0 80px 0;
}
.bit_browsers-content:nth-of-type(5) {
  margin: -100px 0 26px 0;
  padding-bottom: 400px;
}
.bit_browsers-content:nth-of-type(6) {
  transform: skew(0deg, 3.9deg);
  margin: -426px 0 33px 0;
}
.bit_browsers-content:nth-of-type(6) .bit_browsers__featureDetail {
  transform: skew(0deg, -3.9deg);
}
.bit_browsers__header {
  margin-bottom: -50px;
  padding: 100px 20% 0 14.6%;
  transform: skew(0deg, 3.9deg);
  display: flex;
}
.bit_browsers__header-logo {
  width: 33%;
  margin: auto 5% auto 0;
  text-align: center;
}
.bit_browsers__header-logo img:first-of-type {
  margin-bottom: 65px;
}
.bit_browsers__header-image {
  width: 62%;
}
.bit_browsers-appStoreLink {
  width: 160px;
}
.bit_browsers-sectionTitle {
  padding: 0 43%;
  text-align: center;
  font-weight: bold;
  font-size: 18.2px;
  margin-bottom: 26px;
}
.bit_browsers-sectionTitle img {
  margin-bottom: 10px;
}
.bit_browsers__feature {
  display: flex;
  padding: 0 23%;
  justify-content: space-between;
}
.bit_browsers__feature__detail {
  margin-bottom: 41px;
  text-align: center;
}
.bit_browsers__feature__detail p {
  color: #00a2e5;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.bit_browsers__feature__detail span {
  font-size: 14px;
}
.bit_browsers__feature__detail:first-of-type {
  margin-right: 180px;
}
.bit_browsers__feature:nth-of-type(4) {
  margin-bottom: 144px;
}
.bit_browsers__featureDetail {
  transform: skew(0deg, 3.9deg);
  padding: 0 23%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 108px;
}
.bit_browsers__featureDetail img {
  width: 40%;
}
.bit_browsers__featureDetail-text {
  display: inline-block;
  margin: auto auto auto 0;
  color: white;
}
.bit_browsers__featureDetail-text p {
  margin-bottom: 14px;
  font-size: 28.8px;
  font-weight: bold;
}
.bit_browsers__featureDetail-text span {
  font-size: 19.2px;
}
.bit_browsers__faq {
  margin: 0 30% 40px 30%;
  border: 1px solid #00a2e5;
  border-bottom: none;
  border-radius: 8px;
  font-size: 16px;
}
.bit_browsers__faq-title {
  font-weight: bold;
  border-bottom: 1px solid #00a2e5;
  padding: 20px 16px;
}
.bit_browsers__faq-content {
  border-bottom: 1px solid #00a2e5;
  border-radius: 8px;
}
.bit_browsers__faq-content div:first-of-type {
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s;
  padding: 0 16px;
  background-color: #d2e9f3;
}
.bit_browsers__faq-content label {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #00a2e5;
}
.bit_browsers__faq-content label img {
  width: 11px;
  height: auto;
  margin-left: 7px;
}
.bit_browsers__faq-closeButton {
  background-color: #d2e9f3;
  border-radius: 0 0 8px 8px;
  padding-bottom: 18px;
  display: none;
}
.bit_browsers__faq-openButton {
  padding: 9px 0 18px 0;
  display: block;
}
#bit_browsers__faq-Button1:checked ~ .bit_browsers__faq-content > div:first-of-type, #bit_browsers__faq-Button2:checked ~ .bit_browsers__faq-content > div:first-of-type, #bit_browsers__faq-Button3:checked ~ .bit_browsers__faq-content > div:first-of-type, #bit_browsers__faq-Button4:checked ~ .bit_browsers__faq-content > div:first-of-type {
  padding: 16px;
  max-height: 20em;
  transition: all 0.8s;
}
#bit_browsers__faq-Button1:checked ~ .bit_browsers__faq-content > .bit_browsers__faq-closeButton, #bit_browsers__faq-Button2:checked ~ .bit_browsers__faq-content > .bit_browsers__faq-closeButton, #bit_browsers__faq-Button3:checked ~ .bit_browsers__faq-content > .bit_browsers__faq-closeButton, #bit_browsers__faq-Button4:checked ~ .bit_browsers__faq-content > .bit_browsers__faq-closeButton {
  display: block;
}
#bit_browsers__faq-Button1:checked ~ .bit_browsers__faq-content > .bit_browsers__faq-openButton, #bit_browsers__faq-Button2:checked ~ .bit_browsers__faq-content > .bit_browsers__faq-openButton, #bit_browsers__faq-Button3:checked ~ .bit_browsers__faq-content > .bit_browsers__faq-openButton, #bit_browsers__faq-Button4:checked ~ .bit_browsers__faq-content > .bit_browsers__faq-openButton {
  display: none;
}
.bit_browsers__faq input {
  display: none;
}
.bit_browsers__faq:nth-of-type(11) {
  margin-bottom: 122px;
}
.bit_browsers__userVoice {
  padding: 0 23%;
  margin-bottom: 102px;
}
.bit_browsers__userVoice ul {
  position: relative;
}
.bit_browsers__userVoice ul li {
  display: flex;
  overflow-x: scroll;
}
.bit_browsers__userVoice ul li img {
  max-height: 175px;
  object-fit: cover;
  margin-right: 22px;
}
.bit_browsers__userVoice .bit_browsers__userVoice-shadowRight, .bit_browsers__userVoice .bit_browsers__userVoice-shadowLeft {
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
}
.bit_browsers__userVoice-shadowLeft {
  background: -webkit-linear-gradient(left, white, transparent);
  left: 0;
  display: none;
}
.bit_browsers__userVoice-shadowRight {
  background: -webkit-linear-gradient(right, white, transparent);
  right: 0;
}
.bit_browsers__footer {
  background-color: #00a2e5;
  color: white;
  padding: 54px 23% 42px 23%;
  display: flex;
  justify-content: space-between;
}
.bit_browsers__footer-logo {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.bit_browsers__footer-logo img {
  width: 7rem;
  margin-bottom: 19px;
}
.bit_browsers__footer-logo span {
  font-size: 14px;
  opacity: 0.5;
}
.bit_browsers__footer-policy {
  display: flex;
  justify-content: center;
}
.bit_browsers__footer-policy a {
  color: white;
  display: flex;
  align-items: center;
}
.bit_browsers__footer-policy a:first-of-type {
  margin-right: 55px;
}
.bit_browsers__footer-policy img {
  height: 16px;
  width: auto;
}
