body {
  margin: 0;
  padding: 0;
}

body * {
  font-family: 'Outfit', sans-serif;
}

#sound-ultimate .sound-ultimate__page-wrapper {
  background-color: #f4f7f7;
}

#sound-ultimate header {
  height: 88px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sound-ultimate .sound-ultimate__logo-wrapper,
#sound-ultimate .sound-ultimate__logo-wrapper-footer {
  display: flex;
  align-items: center;
}

#sound-ultimate .sound-ultimate__logo-wrapper span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #232329;
  margin-left: 8px;
}

#sound-ultimate .sound-ultimate__open-chrome-store,
#sound-ultimate .sound-ultimate__add-to-chrome {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 260px;
  height: 48px;
  border-radius: 12px;
  background-color: #fff;
  justify-content: center;
}

#sound-ultimate .sound-ultimate__open-chrome-store:hover,
#sound-ultimate .sound-ultimate__add-to-chrome:hover {
  background-color: #e6e6e6;
}

#sound-ultimate .sound-ultimate__open-chrome-store:active,
#sound-ultimate .sound-ultimate__add-to-chrome:active {
  background-color: #d9d9d9;
}

#sound-ultimate .sound-ultimate__add-to-chrome {
  width: 182px;
  height: 48px;
  background-color: #232329;
}

#sound-ultimate .sound-ultimate__add-to-chrome:hover {
  background-color: #2c2c2c;
}

#sound-ultimate .sound-ultimate__add-to-chrome:active {
  background-color: #5a5a5a;
}

#sound-ultimate .sound-ultimate__open-chrome-store span,
#sound-ultimate .sound-ultimate__add-to-chrome span {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #232329;
  margin-left: 8px;
}

#sound-ultimate footer .sound-ultimate__open-chrome-store {
  width: 182px;
  height: 48px;
  background-color: #fff;
  color: #232329;
}

#sound-ultimate .sound-ultimate__add-to-chrome span {
  color: #ffffff;
}

#sound-ultimate .sound-ultimate__main-page-wrapper {
  width: 80%;
  margin: 52px auto 0;
  background: url('images/bg-main.svg') no-repeat bottom 44px right 0;
  padding-bottom: 150px;
}

#sound-ultimate .sound-ultimate__main-page-wrapper.privacy,
#sound-ultimate .sound-ultimate__main-page-wrapper.terms {
  width: 50%;
  margin: 88px auto;
  margin-bottom: 0;
  background: none;
  padding-bottom: 88px;
}

#sound-ultimate .sound-ultimate__main-page-wrapper h1 {
  font-weight: 400;
  font-size: 80px;
  line-height: 88px;
  color: #232329;
  width: 62%;
}

#sound-ultimate .sound-ultimate__main-page-wrapper.privacy h1,
#sound-ultimate .sound-ultimate__main-page-wrapper.terms h1 {
  font-weight: 400;
  font-size: 80px;
  line-height: 88px;
  margin: 0;
  width: 100%;
  color: #232329;
}

#sound-ultimate
  .sound-ultimate__main-page-wrapper.privacy
  .sound-ultimate__last-modifed {
  margin: 14px 0;
}

#sound-ultimate
  .sound-ultimate__main-page-wrapper.terms
  .sound-ultimate__last-modifed {
  margin: 64px 0 0;
}

#sound-ultimate .sound-ultimate__main-page-wrapper.privacy h4,
#sound-ultimate .sound-ultimate__main-page-wrapper.terms h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #232329;
  margin: 0;
  margin-bottom: 8px;
}

#sound-ultimate .sound-ultimate__main-page-wrapper.terms h4 {
  margin-top: 32px;
}

#sound-ultimate .sound-ultimate__main-page-wrapper.privacy h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 35.2px;
  color: #232329;
  margin: 32px 0 16px;
}

#sound-ultimate .sound-ultimate__main-page-wrapper.privacy h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #232329;
  margin: 32px 0 16px;
}

#sound-ultimate .sound-ultimate__main-page-wrapper.privacy p,
#sound-ultimate .sound-ultimate__main-page-wrapper.privacy ul,
#sound-ultimate .sound-ultimate__main-page-wrapper.terms p {
  color: #68687b;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-align: justify;
}

#sound-ultimate .sound-ultimate__review-info {
  display: flex;
  margin-bottom: 24px;
}

#sound-ultimate .sound-ultimate__review-info div {
  padding: 5px 12px;
  background-color: #ffffff99;
  border-radius: 1000px;
  display: flex;
  align-items: center;
}

#sound-ultimate .sound-ultimate__review-info img {
  margin-right: 8px;
}

#sound-ultimate .sound-ultimate__review-info div:first-child {
  margin-right: 8px;
}

#sound-ultimate .sound-ultimate__review-info .sound-ultimate__rating {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #a1a1af;
}

#sound-ultimate .sound-ultimate__review-info .sound-ultimate__rating span {
  color: #232329;
}

#sound-ultimate .sound-ultimate__main-page {
  margin-bottom: 52px;
}

#sound-ultimate .sound-ultimate__main-page p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a1a1af;
}

#sound-ultimate .sound-ultimate__main-page p span {
  color: #232329;
}

#sound-ultimate .sound-ultimate__apps {
  display: flex;
  align-items: center;
}

#sound-ultimate .sound-ultimate__apps img {
  margin-right: 16px;
}

#sound-ultimate .sound-ultimate__apps img:last-child {
  margin-right: 0;
}

#sound-ultimate .sound-ultimate__for-free {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

#sound-ultimate .sound-ultimate__for-free span {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-left: 4px;
  color: #68687b;
}

#sound-ultimate .sound-ultimate__features-wrapper {
  background: #e9eff0;
}

#sound-ultimate .sound-ultimate__features {
  width: 80%;
  margin: 0 auto;
}

#sound-ultimate h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 55px;
  /* padding-top: 88px;
  padding-bottom: 52px; */
  padding: 30px 0 15px;
  margin: 0;
  color: #000;
}

#sound-ultimate .sound-ultimate__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#sound-ultimate .sound-ultimate__footer-wrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#sound-ultimate .sound-ultimate__links-wrapper-footer a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #d0d0d7;
}

#sound-ultimate .sound-ultimate__links-wrapper-footer a:first-child {
  margin-right: 25px;
  margin-left: 25px;
}

#sound-ultimate .sound-ultimate__features-row {
  display: flex;
  padding-bottom: 88px;
}

#sound-ultimate .sound-ultimate__feature-wrapper {
  margin-right: 20px;
  padding-right: 30px;
  width: 30%;
}

#sound-ultimate .sound-ultimate__feature-wrapper h4 {
  color: #232329;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  margin: 16px 0 8px 0;
}

#sound-ultimate .sound-ultimate__feature-wrapper p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #a1a1af;
}

#sound-ultimate .sound-ultimate__feature-wrapper:last-child {
  margin-right: 0;
}

#sound-ultimate footer {
  width: 100%;
  height: 158px;
  background-color: #111111;
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#sound-ultimate .sound-ultimate__logo-wrapper-footer span {
  color: #ffffff;
  margin-left: 8px;
}

#sound-ultimate footer .copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.3);
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  color: #00b1ff;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #232329;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.tooltip .tooltiptext.tou {
  width: 260px;
}

.tooltip .tooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1050px) {
  #sound-ultimate .sound-ultimate__main-page-wrapper {
    background-size: 50%;
  }

  #sound-ultimate h2 {
    text-align: center;
  }

  #sound-ultimate .sound-ultimate__features-row {
    flex-direction: column;
    justify-content: center;
  }

  #sound-ultimate .sound-ultimate__feature-wrapper {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-right: 0;
    width: 70%;
    margin: 0 auto;
  }

  #sound-ultimate .sound-ultimate__feature-wrapper p {
    text-align: center;
  }

  #sound-ultimate .sound-ultimate__feature-wrapper:last-child {
    margin-right: auto;
  }
}

@media (max-width: 770px) {
  #sound-ultimate header,
  #sound-ultimate .sound-ultimate__main-page-wrapper,
  #sound-ultimate .sound-ultimate__features,
  #sound-ultimate .sound-ultimate__footer-wrapper {
    width: 95%;
  }
}

@media (max-width: 615px) {
  #sound-ultimate .sound-ultimate__footer {
    flex-direction: column;
    margin-bottom: 0;
  }
  #sound-ultimate .sound-ultimate__logo-wrapper-footer,
  #sound-ultimate .sound-ultimate__links-wrapper-footer,
  #sound-ultimate footer .sound-ultimate__open-chrome-store {
    margin-bottom: 15px;
  }

  #sound-ultimate footer {
    height: 200px;
  }

  #sound-ultimate .sound-ultimate__main-page-wrapper h1 {
    font-size: 55px;
    line-height: 55px;
  }

  #sound-ultimate .sound-ultimate__open-chrome-store span {
    font-size: 16px;
    line-height: 16px;
  }
}
