@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;700&display=swap");
.btn {
  max-width: 333px;
  width: 100%;
  height: 61px;
  border-radius: 12px;
  border: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.18px;
  text-align: center;
  margin-left: 54px;
  margin-bottom: 16px;
  transition: all 0.2s;
}
@media screen and (max-width: 700px) {
  .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 95%;
  }
}

.btn-blue {
  background-color: #191826;
  color: #FCFAF9;
}
.btn-blue:hover {
  background-color: #66E2DC;
  cursor: pointer;
}

.btn-yellow {
  background-color: #FCFAF9;
  color: #191826;
  margin-bottom: 48px;
}
.btn-yellow:hover {
  background-color: #FFB964;
  cursor: pointer;
}

body {
  padding: 0;
  margin: 0;
  background-image: url("images/bg-main-desktop.png");
  background-color: #FCFAF9;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  display: flex;
}

.left-header {
  max-width: 845px;
  margin-left: auto;
  padding-top: 62px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .left-header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.left-header img {
  width: 146px;
}
.left-header h1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 88px;
  line-height: 88px;
  letter-spacing: -1px;
  color: #191826;
  margin-top: 127px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1060px) {
  .left-header h1 {
    margin-top: 95px;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -0.73px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 640px) {
  .left-header h1 {
    margin-top: 64px;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.45px;
    margin-bottom: 20px;
  }
}
.left-header p {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #191826;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1060px) {
  .left-header p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 640px) {
  .left-header p {
    font-size: 16px;
    line-height: 26px;
  }
}

.right-header {
  max-width: 312px;
  width: 100%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1060px) {
  .right-header {
    max-width: 266px;
  }
}
@media screen and (max-width: 768px) {
  .right-header {
    display: none;
  }
}
.right-header img {
  position: absolute;
  width: 100%;
  right: 0;
  top: -40px;
}
@media screen and (max-width: 1060px) {
  .right-header img {
    top: -32px;
  }
}

main {
  max-width: 1110px;
  margin: auto;
  background-color: #191826;
  border-radius: 12px;
  position: relative;
  margin-top: 321px;
  min-height: 600px;
}
@media screen and (max-width: 700px) {
  main {
    z-index: -1;
  }
}

.main-bg {
  position: absolute;
  top: -40px;
  left: 336px;
}
@media screen and (max-width: 700px) {
  .main-bg {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 384px;
    width: 100%;
  }
}

.main-app {
  max-width: 312px;
  position: absolute;
  top: -213px;
  left: 102px;
}
@media screen and (max-width: 700px) {
  .main-app {
    top: -98px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.main-content {
  max-width: 446px;
  background-color: #FA7453;
  border-radius: 12px;
  position: absolute;
  right: 95px;
  top: 90px;
}
@media screen and (max-width: 700px) {
  .main-content {
    display: none;
  }
}
.main-content h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #FCFAF9;
  padding-left: 54px;
  margin: 58px auto 22px auto;
}
@media screen and (max-width: 700px) {
  .main-content h2 {
    padding-left: 0;
    text-align: center;
  }
}
.main-content p {
  padding-left: 54px;
  padding-right: 59px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #FCFAF9;
  margin: 0 auto 39px auto;
}
@media screen and (max-width: 700px) {
  .main-content p {
    padding-left: 54px;
    padding-right: 54px;
    text-align: center;
  }
}
.main-content h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 65px;
  line-height: 52px;
  color: #FCFAF9;
  position: relative;
  padding-left: 54px;
  margin: 0 auto 46px auto;
}
@media screen and (max-width: 700px) {
  .main-content h3 {
    padding-left: 0;
    text-align: center;
  }
}
.main-content h3 span {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 16px;
}

.mobile-main-content {
  display: none;
}
@media screen and (max-width: 700px) {
  .mobile-main-content {
    margin-top: -20px;
    display: inline-block;
    position: static;
    width: 100%;
    max-width: 700px;
    z-index: 1;
  }
}

footer {
  max-width: 1110px;
  margin: auto;
  margin-top: 202px;
  display: flex;
  margin-bottom: 91px;
}
@media screen and (max-width: 700px) {
  footer {
    margin-top: 64px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 75px;
  }
}
footer .logo-footer {
  width: 146px;
  height: 32px;
  padding-left: 10px;
}
@media screen and (max-width: 700px) {
  footer .logo-footer {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer p {
  max-width: 366px;
  margin: auto;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #191826;
}
footer p strong {
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  footer p {
    margin-bottom: 30px;
  }
}
footer .social {
  padding: 0 10px;
  width: 100px;
  min-width: 100px;
  display: flex;
  justify-content: space-between;
  align-self: center;
}
footer .social i {
  font-size: 25px;
}
footer .social i:hover {
  cursor: pointer;
  color: #FA7453;
}

/*# sourceMappingURL=style.css.map */
