html,
body {
  margin: 0;
  padding: 0;
  font-family: "Archivo", sans-serif;
  font-family: "Inter", sans-serif;
}
* {
  box-sizing: border-box;
}
button,
button:active,
button:focus {
  outline: none;
  border: none;
}
.main-wrapper-outer {
  width: 100%;
  height: 100%;
}
.main-wrapper-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.desktop {
  width: 100%;
}

.sing-in-wrapper-outer {
  width: 100%;
  margin-bottom: 150px;
}
.sing-in-wrapper-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 960px;
  min-height: 250px;
  border-radius: 40px;
  background: linear-gradient(
    58.95deg,
    #ebcbb0 0.17%,
    #f6b48a 37.87%,
    #beafd5 81.5%
  );
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 30px;
}
.content {
  display: flex;
  justify-content: center;
}
.main-title {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
}
.input-wrap {
  width: 100%;
  max-width: 340px;
  margin-right: 20px;
}
#main-input {
  border: 1px solid #ff6900;
  max-width: 340px;
  height: 34px;
  width: 100%;
  border-radius: 10px;
  padding-left: 20px;
}
#input-label {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
#input-label a {
  color: #ff6900;
  text-decoration: none;
}
#sendbtn {
  background-color: #ff6900;
  border-radius: 10px;
  width: 133px;
  height: 34px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
#msg-box {
  text-align: center;
}
.content-wrapper {
  display: flex;
  flex-direction: row;
}
.content-left,
.content-right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.content-mobile {
  display: none;
  flex-direction: column;
  width: 100%;
}
.content-mobile img {
  width: 100%;
  margin-bottom: -1px;
}

.retailers {
  max-width: 1300px !important;
  margin: 0 auto 50px auto;
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
.retailers a {
  margin: 20px 10px;
  width: 80%;
  max-width: 400px;
}
.retailer {
  height: 150px;
  border-radius: 10px;
  max-width: 100%;
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
  display: grid;
  place-items: center;
}
.retailer img {
  max-width: 80%;
}
.black-retailer {
  background-color: #111;
}
.retailer-title {
  text-align: center;
  font-size: 60px;
}
.btn-wrapper {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-title {
  font-weight: 700;
  font-size: 54px;
  text-align: center;
}
.btn {
  width: 300px;
  height: 100px;
  color: #fff;
  background: #FF6900;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-middle {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-middle img {
  /* width: 100%; */
  /* margin-bottom: -1px; */
  margin: 20px 0;
}
.img-fix {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-fix img {
  width: 63%;
}
.mobile-fix {
  margin: 30px 0;
}

.content-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 200px;
}

.top-wrap {
  display: flex;
  flex-direction: row;
}

.left-wrap, .right-wrap {
  display: flex;
  flex-direction: column;
}

.top-wrap, .bottom-wrap img {
  margin: 10px
}

.top-wrap img {
  margin: 10px;
}

.top-wrap > .left-wrap img:first-child {
  width: 675px;
  height: 518px;
}
.top-wrap > .left-wrap img:last-child {
  width: 675px;
  height: 355px;
}
.top-wrap > .right-wrap img:first-child {
  width: 431px;
  height: 294px;
}
.top-wrap > .right-wrap img:last-child {
  width: 431px;
  height: 579px;
}


.bottom-wrap img:first-child {
  width: 420px;
  height: 420px;
}

.bottom-wrap img:last-child {
  width: 687px;
  height: 420px;
}

.mobile-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}

.mobile-content img {
  width: 100%;
  /* margin: 10px 0; */
}

.mobile-content > .top {
  width: 90%;
}

.mobile-content > .row-1 {
  width: 90%;
  display: flex;
  flex-direction: row;
}
.mobile-content > .row-2 {
  width: 90%;
  display: flex;
  flex-direction: row;
}

.mobile-content > .row-1 img {
  width: calc(50% - 5px);
}
.mobile-content > .row-2 img {
  width: calc(50% - 5px);
}

.mobile-content > .row-1 img {
  margin: 10px 0;
}
.mobile-content > .row-1 img:first-child {
  margin: 10px 10px 10px 0;
}
.mobile-content > .row-2 img:first-child {
  margin-right: 10px;
}

.mobile-content > .bot {
  width: 90%;
  margin-top: 10px;
}

.mobile {
  width: 100%;
  display: none;
}

.short {
  width: 50%;
}

.middle-fix {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media only screen and (max-width: 725px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: flex;
  }
  .content {
    flex-direction: column;
    align-items: center;
  }
  .main-title {
    font-size: 22px;
  }
  .content-mobile {
    display: flex;
  }
  .retailer-title {
    font-size: 30px;
    margin: 50px 10px 20px 10px;
  }
  .btn-title {
    font-size: 36px;
  }
}
