.v-m-vertical {
  margin-top: 0;
}
.form-group {
  margin-top: 0;
}
body.rdp-large #covert-app {
  min-width: 1008px;
}
body.rdp-large #covert-app .content {
  position: relative;
  width: 978px;
  margin-left: auto;
  margin-right: auto;
}
body.rdp-small {
  margin: 0;
}
body.rdp-small .content {
  margin-left: 15px;
  margin-right: 15px;
}
body.rdp-small small,
body.rdp-small .small {
  font-size: 11px;
}

.src-components-pages--heading--JMGLU .primary-text-highlight {
  color: #0046be;
}
.rdp-large .src-components-pages--heading--JMGLU {
  font-size: 50px;
  /* larger than PL h1 font size */
}
.rdp-small .src-components-pages--heading--JMGLU {
  font-size: 30px;
  font-weight: 600;
}

.src-components-common--hero--1MtUk {
  margin-bottom: 30px;
}
.src-components-common--title--1hzMZ {
  margin-bottom: 18px;
}
.src-components-common--badge--2HrA9 {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@keyframes src-components-common--shimmering--SjXH9 {
  from {
    transform: translate(100%, 100%);
  }
  to {
    transform: translate(-100%, -100%);
  }
}
.src-components-common--shimmer--2-IGj {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  transform: translate(100%, 100%);
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0) 75%);
  animation: src-components-common--shimmering--SjXH9 2s 1s linear infinite;
}
.rdp-large .src-components-common--section--3Ubxy {
  padding: 108px 0 40px;
}
.rdp-large .src-components-common--subtitle--1pzZV {
  max-width: 530px;
  margin: 0 auto;
}
.rdp-small .src-components-common--section--3Ubxy {
  padding: 42px 0 40px;
}
.rdp-small .src-components-common--badge--2HrA9 {
  margin: 0 44px;
}
.rdp-small .src-components-common--badge--2HrA9 > img {
  width: 100%;
}

.src-components-common--section--2vM5H .secondary-text-highlight {
  color: #fff200;
}
.src-components-common--protrusion--2O94q {
  background: #1d252c;
  color: #fff;
}
.src-components-common--title--3gqU4 {
  margin-bottom: 5px;
}
.src-components-common--contentRow--1S51- {
  display: flex;
}
.rdp-large .src-components-common--section--2vM5H {
  background: #F7F9FB;
  padding-bottom: 100px;
}
.rdp-large .src-components-common--protrusion--2O94q {
  background: #1d252c;
  color: #fff;
  position: relative;
  padding: 30px 30px 30px 0;
}
.rdp-large .src-components-common--protrusion--2O94q:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 50vw;
  background: #1d252c;
}
.rdp-large .src-components-common--protrusion--2O94q sup {
  font-weight: 400;
  font-style: normal;
  font-size: 35%;
  top: -1.5em;
}
.rdp-large .src-components-common--contentLeft--2cZKM {
  width: 60%;
}
.rdp-large .src-components-common--contentLeft--2cZKM p {
  margin-bottom: 15px;
}
.rdp-large .src-components-common--contentLeft--2cZKM a {
  color: #fff;
}
.rdp-large .src-components-common--contentRight--2wX7o {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.rdp-large .src-components-common--cta--1n2de {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rdp-large .src-components-common--cta--1n2de .src-components-common--totaltechCta--29n4T {
  margin: 0 24px;
}
.rdp-large .src-components-common--cta--1n2de > a {
  color: #030303;
  min-width: 220px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
}
.rdp-large .src-components-common--cta--1n2de .src-components-common--totalTechImg--1QrEQ {
  margin-left: -7em;
}
.rdp-small .src-components-common--section--2vM5H {
  background: #1d252c;
}
.rdp-small .src-components-common--protrusion--2O94q {
  padding: 15px 0;
}
.rdp-small .src-components-common--contentRow--1S51- {
  flex-direction: column;
}
.rdp-small .src-components-common--contentLeft--2cZKM {
  margin-bottom: 20px;
}
.rdp-small .src-components-common--contentLeft--2cZKM a {
  color: #fff;
}
.rdp-small sup {
  font-weight: 400;
  font-style: normal;
  font-size: 35%;
  top: -1.5em;
}
.rdp-small .src-components-common--cta--1n2de {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rdp-small .src-components-common--cta--1n2de > a {
  color: #030303;
  height: 45px;
  padding: 13.5px 0;
  margin-bottom: 20px;
  background: #fff;
}
.rdp-small .src-components-common--cta--1n2de > img {
  width: 180px;
}
.rdp-small .src-components-common--cta--1n2de .src-components-common--myBbyTotalImg--2cAfD {
  width: 220px;
  margin: 12px 0;
}

.src-components-common--input--3qod9 {
  margin: 0;
  /* override PL v-m-vertical style on PLInputWrapper */
}
.src-components-common--spinnerContainer--17aWG {
  display: flex;
  justify-content: center;
}
.src-components-common--chatNowBtn--3ZnMn {
  height: 45px;
}
.rdp-small .src-components-common--input--3qod9 {
  margin-bottom: 14px;
}
.rdp-large .src-components-common--form--2_7Gw {
  display: flex;
  margin: 0 15px 15px 15px;
  justify-content: center;
  width: 100%;
}
.rdp-large .src-components-common--input--3qod9 {
  flex: 1;
  padding-right: 10px;
}
.rdp-large .src-components-common--authorized--236Gm {
  justify-content: center;
}
.rdp-large .src-components-common--authorized--236Gm .src-components-common--submit--34qP2 {
  width: 220px;
}
.rdp-large .src-components-common--chatNowBtn--3ZnMn {
  width: 138px;
}

.src-components-common--item--3aw3J {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #1d252c;
}
.src-components-common--title--3ywFf {
  margin-top: 4px;
}
.rdp-large .src-components-common--item--3aw3J {
  margin: 0 8px;
}
.rdp-small .src-components-common--item--3aw3J {
  text-align: center;
  width: 25%;
  margin: 0 4px;
}

.src-components-common--list--1Deq8 {
  display: flex;
  margin-bottom: 15px;
}
.src-components-common--divider--30PaH {
  border-bottom: 1px solid #1d252c;
  flex: 1;
  height: 0;
}
.rdp-large .src-components-common--list--1Deq8 {
  align-items: flex-end;
}
.rdp-large .src-components-common--divider--30PaH {
  margin: 6px 0;
}
.rdp-small .src-components-common--list--1Deq8 {
  align-items: flex-start;
}
.rdp-small .src-components-common--divider--30PaH {
  flex: 1 0 62px;
  align-self: center;
}

.src-components-common--section--ydvV0 {
  position: relative;
  background-color: #F7F9FB;
}
.src-components-common--hero--2J3Sk {
  display: flex;
  flex-direction: column;
}
.src-components-common--readMore--9rib_ {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.src-components-common--spinner--sCyuj {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 80px;
}
.src-components-common--spinner--sCyuj .src-components-common--spinnerContainer--wpIne {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.src-components-common--spinner--sCyuj .src-components-common--spinnerContainer--wpIne b {
  height: 27px;
  font-size: 15px;
}
.rdp-small .src-components-common--hero--2J3Sk {
  margin: 32px 0;
}
.rdp-small .src-components-common--titleGroup--NaaTD {
  margin-bottom: 24px;
}
.rdp-small .src-components-common--signInBlock--3GmkH {
  max-width: 160px;
  margin: 0 auto;
}
.rdp-small .src-components-common--disclaimer--3r91S {
  margin-bottom: 32px;
}
.rdp-large .src-components-common--hero--2J3Sk {
  margin: 90px 0 76px;
}
.rdp-large .src-components-common--heroTitle--3mtQ- {
  text-align: center;
}
.rdp-large .src-components-common--titleGroup--NaaTD {
  margin-bottom: 32px;
}
.rdp-large .src-components-common--disclaimer--3r91S {
  padding-bottom: 42px;
  margin-bottom: 0 !important;
}

.rdp-large .src-components-common--tile--3PP0m.highlight,
.rdp-small .src-components-common--tile--3PP0m.highlight {
  background: rgba(255, 242, 0, 0.85);
}
.rdp-large .src-components-common--tile--3PP0m.highlight i,
.rdp-small .src-components-common--tile--3PP0m.highlight i {
  color: #0046be;
}
.src-components-common--title--3GHA3 {
  margin-bottom: 20px;
}
.rdp-large .src-components-common--tile--3PP0m {
  margin: 16px;
  margin-top: 38px;
  padding: 50px;
  padding-top: 56px;
  background: rgba(255, 255, 255, 0.85);
}
.rdp-large:not(:last-item) {
  margin-right: 30px;
}
.rdp-small .src-components-common--tile--3PP0m {
  margin-bottom: 20px;
  padding: 25px 20px;
  background: #fff;
}

.src-components-common--section--76_C4 {
  background: #F7F9FB;
}
.src-components-common--backToTop--2aPAl.btn {
  border-radius: 13px;
  padding: 2px;
  width: 130px;
  height: auto;
  font-weight: 300;
}
.src-components-common--tileRow--3vAzN {
  display: flex;
}
.src-components-common--featuresList--pFa4q {
  margin: 0;
  padding: 0;
  list-style: none;
}
.src-components-common--featuresListRow--cW8p6 {
  display: flex;
  justify-content: space-between;
}
.src-components-common--priceDelimiter--nIJxP {
  font-size: 20px;
}
.src-components-common--confirmIcon--3TBeK {
  flex: 0 0 20px;
  height: 20px;
  margin-right: 5px;
}
.rdp-large .src-components-common--section--76_C4 {
  position: relative;
  padding: 80px 0;
}
.rdp-large .src-components-common--backgroundImg--3OCn5 {
  position: absolute;
  top: 0;
  width: 100%;
}
.rdp-large .src-components-common--backgroundImg--3OCn5 > img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.rdp-large .src-components-common--hero--37CUt {
  margin-bottom: 65px;
}
.rdp-large .src-components-common--featuresList--pFa4q {
  font-size: 20px;
}
.rdp-large .src-components-common--featuresList--pFa4q > li {
  margin-bottom: 25px;
  display: flex;
}
.rdp-large .src-components-common--featuresList--pFa4q .src-components-common--confirmIcon--3TBeK {
  margin-top: 2px;
}
.rdp-large .src-components-common--tuneUpsList--apLQi {
  margin-bottom: 38px;
}
.rdp-large .src-components-common--costBlock--xXpCy {
  margin-left: 30px;
}
.rdp-large .src-components-common--price--3BofL {
  font-size: 64px;
  line-height: 50px;
}
.rdp-large .src-components-common--totalTechBlock--30zEt {
  margin: 30px 0 12px;
  font-size: 15px;
}
.rdp-large .src-components-common--totalTechBlock--30zEt sup {
  font-size: 60% !important;
}
.rdp-large .src-components-common--learnMore--1YAhB {
  margin-left: 56px;
}
.rdp-small .src-components-common--section--76_C4 {
  padding: 20px 0 30px;
}
.rdp-small .src-components-common--hero--37CUt {
  margin-bottom: 40px;
}
.rdp-small .src-components-common--heroTitle--2IUG3 {
  margin-bottom: 20px;
}
.rdp-small .src-components-common--tileRow--3vAzN {
  flex-direction: column;
}
.rdp-small .src-components-common--featuresList--pFa4q {
  font-size: 15px;
}
.rdp-small .src-components-common--featuresList--pFa4q > li {
  margin-bottom: 12px;
  display: flex;
}
.rdp-small .src-components-common--onlineOptionsList--2Stw_ > li:last-child {
  margin-bottom: 0;
}
.rdp-small .src-components-common--costBlock--xXpCy {
  margin-left: 20px;
}
.rdp-small .src-components-common--price--3BofL {
  font-size: 30px;
}
.rdp-small .src-components-common--startingAt--lmXHB {
  display: block;
  margin: 0;
  font-size: 11px;
}
.rdp-small .src-components-common--totalTechBlock--30zEt {
  margin-top: 18px;
  font-size: 15px;
}
.rdp-small .src-components-common--totalTechBlock--30zEt > sup {
  font-size: 8px !important;
}
.rdp-small .src-components-common--learnMore--1YAhB {
  margin-left: 10px;
}

.src-components-common--content--3K__j {
  position: relative;
}
.src-components-common--hero--3ZdI5 {
  margin-bottom: 80px;
}
.src-components-common--agentImg--qNcD7 {
  float: right;
}
.src-components-common--chartRow--2oiu6 {
  display: flex;
}
.rdp-large .src-components-common--section--1IoZo {
  padding-top: 120px;
  overflow: hidden;
}
.rdp-large .src-components-common--chart--3GtA- {
  display: inline-block;
}
.rdp-large .src-components-common--chart--3GtA-:not(:last-child) {
  margin-right: 120px;
}
.rdp-small .src-components-common--heroTitle--JuABz {
  margin-bottom: 20px;
}
.rdp-small .src-components-common--section--1IoZo {
  padding: 42px 0 50px;
}
.rdp-small .src-components-common--chartRow--2oiu6 {
  flex-direction: column;
}
.rdp-small .src-components-common--chart--3GtA- {
  display: inline-block;
  margin: 0 auto;
}
.rdp-small .src-components-common--chart--3GtA-:not(:last-child) {
  margin-bottom: 24px;
}

.src-components-common--container--BLUDE {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(35, 31, 32, 0.62);
  height: 78px;
}
.src-components-common--action--1f-yb {
  min-width: 220px;
}

.src-components-common--chartContainer--3O790 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.src-components-common--chart--1Qtky {
  position: relative;
}
.src-components-common--circle--2NRom {
  transform: rotate(-90deg);
  transform-origin: center;
}
.src-components-common--animation--3B-GC {
  animation: src-components-common--bby-dial-chart-fill--3sQ3I 2s reverse ease-in;
}
.src-components-common--slow--MepVs {
  animation-duration: 5s;
}
@keyframes src-components-common--bby-dial-chart-fill--3sQ3I {
  to {
    stroke-dasharray: 0 283;
  }
}
.src-components-common--stats--2eNLG {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.src-components-common--title--1AWZ7 {
  font-size: 35px;
}
.src-components-common--subtitle--RYq9v {
  font-size: 15px;
}
.src-components-common--label--mkpKB {
  color: #55555a;
  margin-top: 25px;
}

.src-components-common--header--3qI-t {
  background: #0046be;
  position: fixed;
  left: 0;
  right: 0;
  transition: transform 250ms ease-out;
  z-index: 300;
}
.src-components-common--content--1-ICY {
  height: 100%;
}
.src-components-common--form--3bJM9 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.src-components-common--tagline--WcnR- {
  color: #fff200;
}
.src-components-common--input--Y-XJB {
  flex: 1;
  margin: 0;
  /* override PL v-m-vertical style on PLInputWrapper */
}
.rdp-large .src-components-common--header--3qI-t {
  top: 0;
  height: 100px;
  transform: translateY(-100px);
}
.rdp-large .src-components-common--header--3qI-t.active {
  transform: translateY(0);
}
.rdp-large .src-components-common--submit--2CEry {
  min-width: 220px;
  margin-left: 20px;
}
.rdp-large .src-components-common--input--Y-XJB {
  margin-left: 20px;
}
.rdp-small .src-components-common--header--3qI-t {
  bottom: 0;
  height: 70px;
  transform: translateY(70px);
}
.rdp-small .src-components-common--header--3qI-t.active {
  transform: translateY(0);
}
.rdp-small .src-components-common--input--Y-XJB {
  margin-right: 5px;
}

