.ip-banner {
  display: none;
}

#inner-page-wrapper {
  margin-bottom: 0;
}
#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

.ip-sell-ready {
  position: relative;
  font-size: 0;
}

.ip-sell-ready-banner {
  position: relative;
  z-index: 2;
}
.ip-sell-ready-banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
}
.ip-sell-ready-banner canvas {
  display: block;
  width: 100%;
  min-height: 250px;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ip-sell-ready-banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28.813vw;
  max-width: 95%;
  margin-top: 60px;
  z-index: 10;
}
.ip-breadcrumbs {
  position: relative;
  padding: 12px 15px;
  z-index: 10;
}
.ip-breadcrumbs p#breadcrumbs {
  margin: 0;
}
.ip-sell-ready-dream {
  position: relative;
  padding: 85px 0 95px;
  z-index: 1;
}
.ip-sell-ready-dream::before {
  z-index: 2;
  background-position-y: bottom;
}
.ip-sell-ready-dream .gsite-bg {
  width: 100%;
  height: calc( 100% + 35px );
  top: -35px;
  left: 0;
  z-index: 1;
}
.ip-sell-ready-dream .gsite-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  z-index: 5;
}
.ip-sell-ready-dream .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
.ip-sell-ready-dream .gsite-bg canvas {
  filter: grayscale(1);
}

.ip-sell-ready-dream-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 3;
}

.ip-sell-ready-dream-title {
  margin-bottom: 38px;
}

.ip-sell-ready-dream-container p {
  font-size: 15px;
  color: #434343;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 920px;
  margin: 0 auto 24px;
}

.ip-sell-ready-discover {
  position: relative;
}

.ip-sell-ready-discover-container {
  position: relative;
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-sell-ready-discover-inner {
  position: relative;
  padding: 55px 0 85px;
}
.ip-sell-ready-discover-inner .gsite-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.ip-sell-ready-discover-inner .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/sell-ready/discover-bg-overlay.png) no-repeat center center/cover;
}

.ip-sell-ready-discover-main {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 2;
}

.ip-sell-ready-discover-main-form {
  width: 65.78%;
}
.ip-sell-ready-discover-main-form .gsite-title .gradient {
  left: -20%;
}
.ip-sell-ready-discover-main-form .wpcf7 {
  position: relative;
  margin-top: 55px;
}
.ip-sell-ready-discover-main-form .gsite-input-fields {
  margin: 0 -10px;
}
.ip-sell-ready-discover-main-form .gsite-input {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.ip-sell-ready-discover-main-form .gsite-input input:not([type=checkbox]) {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #ffffff;
  height: 55px;
}
.ip-sell-ready-discover-main-form .gsite-input-sm {
  width: 33.33%;
}
.ip-sell-ready-discover-main-form .gsite-checkbox {
  width: calc(100% - 200px);
  margin-top: 52px;
}
.ip-sell-ready-discover-main-form .gsite-checkbox label {
  display: flex;
  align-items: center;
  position: relative;
}
.ip-sell-ready-discover-main-form .gsite-checkbox input {
  width: 25px;
  height: 25px;
  margin-top: 0;
  background: #ffffff;
}
.ip-sell-ready-discover-main-form .gsite-checkbox .wpcf7-list-item-label {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-left: 15px;
  width: calc(100% - 40px);
}
.ip-sell-ready-discover-main-form .gsite-checkbox .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 1px;
  top: 1px;
  background: rgba(var(--primary-color), 1);
  opacity: 0;
}
.ip-sell-ready-discover-main-form .gsite-checkbox input:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.ip-sell-ready-discover-main-form .gsite-button {
  display: block;
  border: 0;
  width: 185px;
  margin: -50px 0 0 auto;
}
.ip-sell-ready-discover-main-form div.wpcf7 .ajax-loader {
  position: absolute;
  right: 0;
}
.ip-sell-ready-discover-main-form .wpcf7 form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  left: 0;
  margin: 5px 0 0;
  color: #ffffff !important;
}
.ip-sell-ready-discover-main-form .wpcf7 + p {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.4;
  margin-top: 28px;
}

.ip-sell-ready-discover-main-logo {
  width: 28.15%;
  margin-top: 65px;
}
.ip-sell-ready-discover-main-logo img {
  width: 321px;
  max-width: inherit;
  transform: translateX(20%);
}

.ip-sell-ready-tools {
  position: relative;
  padding: 100px 0 0;
}

.ip-sell-ready-tools-container {
  position: relative;
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-sell-ready-tools-list {
  margin: 0 -10px;
}

.ip-sell-ready-tools-item {
  width: 25%;
  padding: 10px;
  margin-bottom: 30px;
}
.ip-sell-ready-tools-item a {
  display: block;
  position: relative;
  padding: 0 20px;
}
.ip-sell-ready-tools-item a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 80px);
  bottom: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
}

.ip-sell-ready-tools-image {
  width: 200px;
  height: 200px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  background: rgba(var(--primary-color), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.ip-sell-ready-tools-image img {
  filter: brightness(0) invert(1);
}

.ip-sell-ready-tools-item:nth-child(even) .ip-sell-ready-tools-image {
  background: rgba(var(--secondary-color), 1);
}

.ip-sell-ready-tools-item a:hover .ip-sell-ready-tools-image {
  background: rgba(var(--tertiary-color), 1);
}

.ip-sell-ready-tools-text {
  position: relative;
  text-align: center;
  padding: 52px 10px 36px;
}
.ip-sell-ready-tools-text strong {
  font-size: 22px;
  font-weight: 700;
  color: #2b2b2b;
  letter-spacing: 0.02em;
}
.ip-sell-ready-tools-text p {
  font-size: 15px;
  color: #434343;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 28px auto 0;
  max-width: 275px;
  min-height: 96px;
}

.ip-sell-ready-program {
  position: relative;
  padding: 90px 0 100px;
}

.ip-sell-ready-program-container {
  position: relative;
  max-width: 1420px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-sell-ready-program-container .heading {
  font-size: 41px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  text-align: center;
  margin: 30px 0 75px;
}
.ip-sell-ready-program-container .heading span {
  display: block;
  color: rgba(var(--primary-color), 1);
}

.ip-sell-ready-program-holder {
  max-width: 1290px;
  margin: 0 auto;
}

.ip-sell-ready-program-list {
  -moz-column-count: 2;
       column-count: 2;
  margin: 0 -15px;
}

.ip-sell-ready-program-item {
  padding: 0 15px;
  margin-bottom: 15px;
}

.ip-sell-ready-program-item-inner {
  position: relative;
  border: 2px solid rgba(var(--primary-color), 1);
  font-size: 20px;
  font-weight: 700;
  color: #282828;
  line-height: 1;
  padding: 30px 30px 30px 85px;
}
.ip-sell-ready-program-item-inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 17px;
  left: 44px;
  background: url(../../images/check.png) no-repeat center center/contain;
}

.ip-sell-ready-program-container p {
  font-size: 15px;
  color: #434343;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 40px;
}
.ip-sell-ready-program-container p strong {
  font-weight: 600;
}

.ip-sell-ready-want {
  position: relative;
}

.ip-sell-ready-want-container {
  position: relative;
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-sell-ready-want-inner {
  position: relative;
  padding: 70px 0 95px;
}
.ip-sell-ready-want-inner .gsite-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.ip-sell-ready-want-inner .gsite-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/straight-cash-offer/cta-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
}

.ip-sell-ready-want-main {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}

.ip-sell-ready-want-main-title {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 45px;
}
.ip-sell-ready-want-main-title .gsite-title {
  text-transform: none;
}
.ip-sell-ready-want-main-title .gsite-title .gradient {
  width: 115%;
  left: -15%;
}
.ip-sell-ready-want-main-title .gsite-title span {
  color: rgba(var(--primary-color), 1);
}

.ip-sell-ready-step {
  position: relative;
  padding: 100px 0;
  z-index: 2;
}

.ip-sell-ready-step-container {
  position: relative;
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-sell-ready-step-tab {
  position: relative;
  max-width: 1000px;
  margin: 35px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ip-sell-ready-step-tab::before {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 3px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  background: url(../../images/list/dash.png) repeat-x;
  z-index: -1;
}
.ip-sell-ready-step-tab button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 50%;
  padding: 15px;
  width: 115px;
  height: 115px;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}
.ip-sell-ready-step-tab button span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(var(--secondary-color), 0.5);
  border-radius: 50%;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  font-size: 30px;
  font-weight: 700;
  color: #282828;
  line-height: 1;
  text-align: center;
  transition: all var(--transition);
}
.ip-sell-ready-step-tab button:hover span, .ip-sell-ready-step-tab button.is-active span {
  background: rgba(var(--secondary-color), 1);
  border-color: rgba(var(--secondary-color), 1);
  color: #ffffff;
}

.ip-sell-ready-step-panel {
  margin-top: 65px;
}
.ip-sell-ready-step-panel:not(.slick-initialized) > div:nth-child(1) ~ div {
  display: none;
}

.ip-sell-ready-step-panel-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ip-sell-ready-step-panel-image {
  width: 51.78%;
  padding: 20px;
  background: rgba(var(--secondary-color), 1);
}
.ip-sell-ready-step-panel-image.no-padding-right {
  padding-right: 0;
}
.ip-sell-ready-step-panel-image.no-padding-bottom {
  padding-bottom: 0;
}

.ip-sell-ready-step-panel-text {
  width: 48.22%;
  padding: 15px 0 15px 90px;
}
.ip-sell-ready-step-panel-text .heading-title {
  font-size: 36px;
  font-weight: 700;
  color: #282828;
  line-height: 1.2;
  text-transform: uppercase;
}
.ip-sell-ready-step-panel-text p {
  font-size: 15px;
  color: rgba(var(--font-color-default), 1);
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 30px;
}

.ip-sell-ready-qa {
  position: relative;
  z-index: 1;
}
.ip-sell-ready-qa::before {
  transform: translateY(-30%);
}

.ip-sell-ready-qa-container {
  position: relative;
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-sell-ready-qa-title {
  margin-bottom: 60px;
}
.ip-sell-ready-qa-title .gsite-title {
  width: 100%;
}

.ip-sell-ready-qa-list {
  margin: 0 -18px;
}

.ip-sell-ready-qa-item {
  width: 33.33%;
  padding: 18px;
}
.ip-sell-ready-qa-item a {
  display: block;
  position: relative;
  background: #ffffff;
}

.ip-sell-ready-qa-text {
  position: relative;
  padding: 15px 15px 34px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
}

.ip-sell-ready-qa-counter {
  width: 95px;
  height: 95px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: -60px auto 16px;
}
.ip-sell-ready-qa-counter span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 700;
  color: rgba(var(--primary-color), 1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
}

.ip-sell-ready-qa-name {
  font-size: 18px;
  font-weight: 700;
  color: #2b2b2b;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
}

.ip-sell-ready-qa-desc {
  font-size: 15px;
  color: #434343;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 300px;
  margin: 16px auto 0;
  min-height: 95px;
}

.ip-sell-ready-disclosure {
  position: relative;
  padding: 100px 0;
}

.ip-sell-ready-disclosure-container {
  position: relative;
  max-width: 1405px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-sell-ready-disclosure-inner {
  position: relative;
  background: #ffffff;
  padding: 0 15px 28px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
}
.ip-sell-ready-disclosure-inner::before, .ip-sell-ready-disclosure-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 12px;
  bottom: 0;
}
.ip-sell-ready-disclosure-inner::before {
  left: 0;
  background: rgba(var(--primary-color), 1);
}
.ip-sell-ready-disclosure-inner::after {
  right: 0;
  background: rgba(var(--secondary-color), 1);
}

.ip-sell-ready-disclosure-title {
  display: inline-block;
  background: rgba(var(--secondary-color), 1);
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 350px;
  margin: -40px auto 36px;
  padding: 23px 10px;
}

.ip-sell-ready-disclosure-container p {
  font-size: 16px;
  font-style: italic;
  color: #434343;
  line-height: 1.6;
  letter-spacing: 0.02em;
  max-width: 1140px;
  margin: 0 auto 26px;
}

@media only screen and (min-width: 992px) {
  .ip-sell-ready-banner canvas {
    min-height: 15.625vw;
  }
  .ip-sell-ready-banner img {
    width: 28.813vw;
    margin-top: 3.75vw;
  }
  .ip-sell-ready-dream {
    padding: 5.313vw 0 5.938vw;
  }
  .ip-sell-ready-dream-container {
    max-width: 73.125vw;
    padding: 0 0.938vw;
  }
  .ip-sell-ready-dream-title {
    margin-bottom: 2.375vw;
  }
  .ip-sell-ready-dream-container p {
    font-size: 0.938vw;
    max-width: 57.5vw;
    margin: 0 auto 1.5vw;
  }
  .ip-sell-ready-discover-container {
    max-width: 95.625vw;
    padding: 0 0.938vw;
  }
  .ip-sell-ready-discover-inner {
    padding: 3.438vw 0 5.313vw;
  }
  .ip-sell-ready-discover-main {
    max-width: 73.125vw;
    padding: 0 0.938vw;
  }
  .ip-sell-ready-discover-main-form .wpcf7 {
    margin-top: 3.438vw;
  }
  .ip-sell-ready-discover-main-form .form-fields {
    margin: 0 -0.625vw;
  }
  .ip-sell-ready-discover-main-form .gsite-input {
    padding: 0 0.625vw;
    margin-bottom: 0.938vw;
  }
  .ip-sell-ready-discover-main-form .gsite-input input:not([type=checkbox]) {
    font-size: 0.938vw;
    height: 3.438vw;
  }
  .ip-sell-ready-discover-main-form .gsite-checkbox {
    width: calc(100% - 12.5vw);
    margin-top: 3.25vw;
  }
  .ip-sell-ready-discover-main-form .gsite-checkbox input {
    width: 1.563vw;
    height: 1.563vw;
  }
  .ip-sell-ready-discover-main-form .gsite-checkbox .wpcf7-list-item-label {
    font-size: 1vw;
    margin-left: 0.938vw;
    width: calc(100% - 2.5vw);
  }
  .ip-sell-ready-discover-main-form .gsite-checkbox .wpcf7-list-item-label::before {
    width: 1.438vw;
    height: 1.438vw;
    left: 0.063vw;
    top: 0.063vw;
  }
  .ip-sell-ready-discover-main-form .gsite-button {
    width: 11.563vw;
    margin: -3.125vw 0 0 auto;
  }
  .ip-sell-ready-discover-main-form .wpcf7 form .wpcf7-response-output {
    margin: 0.313vw 0 0;
  }
  .ip-sell-ready-discover-main-form .wpcf7 + p {
    font-size: 0.813vw;
    margin-top: 1.75vw;
  }
  .ip-sell-ready-discover-main-logo {
    margin-top: 4.063vw;
  }
  .ip-sell-ready-discover-main-logo img {
    width: 20.063vw;
  }
  .ip-sell-ready-tools {
    padding: 6.25vw 0 0;
  }
  .ip-sell-ready-tools-container {
    max-width: 95.625vw;
    padding: 0 0.938vw;
  }
  .ip-sell-ready-tools-list {
    margin: 0 -0.625vw;
  }
  .ip-sell-ready-tools-item {
    padding: 0.625vw;
    margin-bottom: 1.875vw;
  }
  .ip-sell-ready-tools-item a {
    padding: 0 1.25vw;
  }
  .ip-sell-ready-tools-item a::before {
    height: calc(100% - 5vw);
  }
  .ip-sell-ready-tools-image {
    width: 12.5vw;
    height: 12.5vw;
    max-width: calc(100% - 1.25vw);
  }
  .ip-sell-ready-tools-text {
    padding: 3.25vw 0.625vw 2.25vw;
  }
  .ip-sell-ready-tools-text strong {
    font-size: 1.375vw;
  }
  .ip-sell-ready-tools-text p {
    font-size: 0.938vw;
    margin: 1.75vw auto 0;
    max-width: 17.188vw;
    min-height: 6vw;
  }
  .ip-sell-ready-program {
    padding: 5.625vw 0 6.25vw;
  }
  .ip-sell-ready-program-container {
    max-width: 88.75vw;
    padding: 0 0.938vw;
  }
  .ip-sell-ready-program-container .heading {
    font-size: 2.563vw;
    margin: 1.875vw 0 4.688vw;
  }
  .ip-sell-ready-program-holder {
    max-width: 80.625vw;
  }
  .ip-sell-ready-program-list {
    margin: 0 -0.938vw;
  }
  .ip-sell-ready-program-item {
    padding: 0 0.938vw;
    margin-bottom: 0.938vw;
  }
  .ip-sell-ready-program-item-inner {
    font-size: 1.25vw;
    padding: 1.875vw 1.875vw 1.875vw 5.313vw;
  }
  .ip-sell-ready-program-item-inner::before {
    width: 1.313vw;
    height: 1.063vw;
    left: 2.75vw;
  }
  .ip-sell-ready-program-container p {
    font-size: 0.938vw;
    margin-top: 2.5vw;
  }
  .ip-sell-ready-want-container {
    max-width: 95.625vw;
    padding: 0 0.938vw;
  }
  .ip-sell-ready-want-inner {
    padding: 4.375vw 0 5.938vw;
  }
  .ip-sell-ready-want-main {
    max-width: 73.125vw;
    padding: 0 0.938vw;
  }
  .ip-sell-ready-want-main-title {
    margin-bottom: 2.813vw;
  }
  .ip-sell-ready-step {
    padding: 6.25vw 0;
  }
  .ip-sell-ready-step-container {
    max-width: 82.5vw;
    padding: 0 0.938vw;
  }
  .ip-sell-ready-step-tab {
    max-width: 62.5vw;
    margin: 2.188vw auto 0;
  }
  .ip-sell-ready-step-tab::before {
    height: 0.188vw;
  }
  .ip-sell-ready-step-tab button {
    padding: 0.938vw;
    width: 7.188vw;
    height: 7.188vw;
  }
  .ip-sell-ready-step-tab button span {
    font-size: 1.875vw;
  }
  .ip-sell-ready-step-panel {
    margin-top: 4.063vw;
  }
  .ip-sell-ready-step-panel-image {
    padding: 1.25vw;
  }
  .ip-sell-ready-step-panel-text {
    padding: 0.938vw 0 0.938vw 5.625vw;
  }
  .ip-sell-ready-step-panel-text .heading-title {
    font-size: 2.25vw;
  }
  .ip-sell-ready-step-panel-text p {
    font-size: 0.938vw;
    margin-top: 1.875vw;
  }
  .ip-sell-ready-qa-container {
    max-width: 82.5vw;
    padding: 0 0.938vw;
  }
  .ip-sell-ready-qa-title {
    margin-bottom: 3.75vw;
  }
  .ip-sell-ready-qa-list {
    margin: 0 -1.125vw;
  }
  .ip-sell-ready-qa-item {
    padding: 1.125vw;
  }
  .ip-sell-ready-qa-text {
    padding: 0.938vw 0.938vw 2.125vw;
  }
  .ip-sell-ready-qa-counter {
    width: 5.938vw;
    height: 5.938vw;
    padding: 0.625vw;
    margin: -3.75vw auto 1vw;
  }
  .ip-sell-ready-qa-counter span {
    width: 4.688vw;
    height: 4.688vw;
    font-size: 1.875vw;
  }
  .ip-sell-ready-qa-name {
    font-size: 1.125vw;
    max-width: 15vw;
  }
  .ip-sell-ready-qa-desc {
    font-size: 0.938vw;
    max-width: 18.75vw;
    min-height: 5.938vw;
  }
  .ip-sell-ready-disclosure {
    padding: 6.25vw 0;
  }
  .ip-sell-ready-disclosure-container {
    max-width: 87.813vw;
    padding: 0 0.938vw;
  }
  .ip-sell-ready-disclosure-inner {
    padding: 0 0.938vw 1.75vw;
  }
  .ip-sell-ready-disclosure-inner::before, .ip-sell-ready-disclosure-inner::after {
    height: 0.75vw;
  }
  .ip-sell-ready-disclosure-title {
    font-size: 1.875vw;
    max-width: 21.875vw;
    margin: -2.5vw auto 2.25vw;
    padding: 1.438vw 0.625vw;
  }
  .ip-sell-ready-disclosure-container p {
    font-size: 1vw;
    max-width: 71.25vw;
    margin: 0 auto 1.625vw;
  }
}
@media only screen and (max-width: 991px) {
  .ip-sell-ready-banner img {
    margin-top: 0;
    width: auto;
  }
  .ip-sell-ready-discover-main-form {
    width: 100%;
  }
  .ip-sell-ready-discover-main-logo {
    width: 100%;
  }
  .ip-sell-ready-discover-main-logo img {
    transform: none;
    margin: 0 auto;
    max-width: 100%;
  }
  .ip-sell-ready-tools-container {
    max-width: 630px;
  }
  .ip-sell-ready-tools-item {
    width: 100%;
  }
  .ip-sell-ready-program-container .heading {
    font-size: 30px;
  }
  .ip-sell-ready-program-list {
    -moz-column-count: 1;
         column-count: 1;
  }
  .ip-sell-ready-program-item {
    width: 100%;
  }
  .ip-sell-ready-step-panel-image {
    width: 100%;
  }
  .ip-sell-ready-step-panel-text {
    width: 100%;
    padding: 50px 0;
  }
  .ip-sell-ready-qa-container {
    max-width: 630px;
  }
  .ip-sell-ready-qa-list {
    flex-wrap: wrap;
  }
  .ip-sell-ready-qa-item {
    width: 100%;
  }
  .ip-sell-ready-disclosure-container {
    max-width: 630px;
  }
}
@media only screen and (max-width: 575px) {
  .ip-sell-ready-discover-main-form .gsite-input {
    width: 100%;
  }
  .ip-sell-ready-discover-main-form .gsite-input-sm {
    width: 100%;
  }
  .ip-sell-ready-discover-main-form .gsite-checkbox {
    width: 100%;
  }
  .ip-sell-ready-discover-main-form .gsite-button {
    margin-top: 0;
  }
  .ip-sell-ready-step-tab button {
    width: 90px;
    height: 90px;
  }
}