.platform-hero-gp .bg-blue-angel-combo {
  background-position: 70% top, top;
  background-repeat: no-repeat;
  background-size: 750px 10px, cover;
  min-height: 69px;
  width: 100%;
}

.platform-hero-gp .platform-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
}

.platform-hero-gp .platform-hero__text {
  display: flex;
  flex-direction: column;
  align-items: start;
}

@media screen and (min-width: 768px) {
  .platform-hero-gp .platform-hero__text {
    min-width: 330px;
  }
}

.platform-hero-gp .platform-hero__text h6,
.platform-hero-gp .platform-hero__text p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #384451;
}
.platform-hero-gp .platform-hero__logo {
  max-width: 250px;
  width: 75%;
  margin-bottom: 1rem;
}
.platform-hero-gp .cta-group {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}

.platform-hero-gp .nobreak {
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: Caveat, sans-serif;
}
.platform-hero-gp .nobreak img {
  width: 25px;
}


.platform-hero-gp .platform-hero__hero-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.platform-hero-gp .platform-hero__img {
  width: 100%;
  max-width: 600px;
  margin: -1rem auto 1rem auto;
}

.platform-hero-gp .cta-group .hs-button {
  text-shadow: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0 12px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  vertical-align: middle;
  margin: 0;
  text-decoration: none;
  line-height: 2.75em;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: proxima-nova, sans-serif;
  margin-right: 25px;
  white-space: nowrap;
  transition: none;
}

@media screen and (max-width: 327px) {
  .platform-hero-gp .cta-group .hs-button {
    margin-right: 16px;
  }
}

.platform-hero-gp .cta-group .hs-button:hover {
  background: #ff4d24;
  border-color: #ff4d24;
  color: white;
}
.platform-hero-gp .hs-sec-btn {
  background: transparent;
  border: 0;
  color: #384451;
  font-weight: 800;
  margin-right: 25px;
  padding: 0;
  text-decoration: underline;
  transition: color .4s ease;
  white-space: nowrap;
  line-height: 28px;
}
.platform-hero-gp .hs-sec-btn:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
}
.platform-hero-gp .hs-sec-btn:hover {
  color: #03c6f4;
}

.platform-hero-gp .platform-hero__img {
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .platform-hero-gp .platform-hero-inner {
    flex-direction: row;
    max-width: inherit;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .platform-hero-gp .platform-hero__text {
    margin-bottom: 0;
    flex: 1 1 50%;
    padding-right: 3rem;
  }
  .platform-hero-gp .platform-hero__logo {
    margin-bottom: 1.5rem;
  }
  .platform-hero-gp .platform-hero__hero-img, 
  .platform-hero-gp .platform-hero__custom-woo {
    flex: 1 1 50%;
  }
  .platform-hero-gp .platform-hero__img {
    min-width: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .platform-hero-gp .platform-hero__logo {
    margin-bottom: 2rem;
  }
  .platform-hero-gp .platform-hero__img {
    min-width: 400px;
    padding-right: 2rem;
  }

  .platform-hero-gp .hs-sec-btn {
    display: inline;
    margin: 0 0 0 30px;
  }
}

@media screen and (min-width: 1300px) {
  .platform-hero-gp .platform-hero__text {
    flex: 1 1 40%;
    padding-right: 0;
  }
  .platform-hero-gp .platform-hero__hero-img, 
  .platform-hero-gp .platform-hero__custom-woo {
    flex: 1 1 60%;
  }
}


@media(max-width:991px){
  .platform-hero-gp .bg-blue-angel-combo {
    min-height: 67px;
  }
  .platform-hero-gp .nobreak {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .platform-hero-gp .hs-sec-btn {
    margin-right: 25px;
    white-space: nowrap;
    display: block;
    margin-top: 20px;
  }
}

@media(max-width:767px){
  .platform-hero-gp .page-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 480px;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    overflow: hidden;
  }

}

@media(max-width:544px){
  .platform-hero-gp .platform-hero__text h6,
  .platform-hero-gp .platform-hero__text p {
    font-size: 1.125rem;
  }
}

.platform-hero__img_img_australia, .platform-hero__img_img_canada, .platform-hero__img_img_europe, .platform-hero__img_img_united_kingdom, .platform-hero__img_img_united_states, .platform-hero__img_img_rest_of_world {
  display: none;
}

.platform-hero__custom-woo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://wwwblue.oredev.shipperhq.com/hubfs/ShipperHQ_May2024/images/marker-swish-woohero-3fd9a74d6493fec693829c13925b6f1e5b7b7297315d1bdef88dead60b7ae55a.png);
  background-repeat: no-repeat;
  background-position: 30%;
  background-size: contain;
  padding: 90px 15px;
  min-width: 380px;
  flex-flow: row wrap;
}

@media(max-width:767px){
  .platform-hero__custom-woo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.platform-hero__custom-woo .images {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 220px;
  padding: 0 20px;
}

@media(max-width:428px){
  .platform-hero__custom-woo .images {
    padding: 0 20px 32px;
  }
}

.platform-hero__custom-woo img {
  width: 100%;
  vertical-align: middle;
  border: 0;
}

.platform-hero__custom-woo img.woo-app {
  max-width: 220px;
  margin-bottom: 15px;
}

.platform-hero__custom-woo img.ups-arrow {
  width: 110px;
}

.platform-hero__custom-woo img.app-arrow {
  position: absolute;
  top: -68px;
  left: 90px;
  width: 124px;
  transform: rotate(-30deg);
}

@media(max-width:479px){
  .platform-hero__custom-woo img.app-arrow {
    left: 68px;
  }
}

.platform-hero__custom-woo .text {
  flex: 1;
  max-width: 200px;
}

@media(max-width:767px){
  .platform-hero__custom-woo .text {
    margin-right: 16px;
  }
}

.platform-hero__custom-woo div {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #384451;
}

.platform-hero__custom-woo img.woo-logo-sm {
  width: 66px;
  margin-bottom: 15px;
}

.platform-hero__custom-woo .text .strong.text-xl.mb0 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.platform-hero__custom-woo .text p {
  margin: 0 0 12px 0;
}

.platform-hero__custom-woo .text a {
  color: #384451;
  font-weight: 800;
  text-decoration: underline;
  transition: color 0.4s ease;
}

.platform-hero__custom-woo .text a:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
}

.platform-hero__custom-woo .text a:hover {
  color: #03c6f4;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .platform-hero__custom-woo {
    flex: 1 1 50%;
  }
}

@media screen and (min-width: 1300px) {
  .platform-hero__custom-woo {
    flex: 1 1 60%;
  }
}

.pb-modal {
  display: none;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-overflow-scrolling: touch;
}

.pb-modal.is-open {
  display: flex;
  opacity: 1;
}

.pb-modal__container {
  background-color: #fff;
  padding: 4rem;
  max-width: 600px;
  max-height: 80vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.pb-modal.is-open .pb-modal__container {
  transform: translateY(0);
}

.pb-modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  color: #000;
}

.pb-modal__close:hover {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}

.pb-modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

/* Additional styles for the modal content */
#free-offer-info-modal-content {
  text-align: center;
}

#free-offer-info-modal-content .mb40 {
  margin-bottom: 40px;
}

#free-offer-info-modal-content .mb20 {
  margin-bottom: 20px;
}

#free-offer-info-modal-content h3 {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 700;
  font-family: filson-pro, sans-serif;
  margin: 0 0 20px 0;
}

#free-offer-info-modal-content h5.blue {
  color: #03c6f4;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin: 10px 0;
}

#free-offer-info-modal-content .info-msg {
  background: #f1faff;
  border: 1px solid #e9eff4;
  border-radius: 3px;
  padding: 25px;
  margin-bottom: 20px;
}

#free-offer-info-modal-content .checklist {
  list-style-type: none;
  padding; 0;
}

#free-offer-info-modal-content .checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

#free-offer-info-modal-content .checklist li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

#free-offer-info-modal-content .btn-orange {
  background: #f77746;
  border-color: #f77746;
  color: white;
  text-shadow: none;
  font-weight: 600;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 2.25rem;
  padding: 0 12px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
}

.platform-hero-gb-large-img .bg-blue-angel-combo {
  min-height: 32px;
}

.platform-hero-gb-large-img .platform-hero__text {
  margin-right: 16px;
}

.platform-hero-gb-large-img .platform-hero__img {
  max-width: 738px;
}