.bg-app-blue-softer-2 {
  background-color: rgba(var(--app-blue-softer-rgb), 0.2);
}

/* copied from index.css */
.pg-header .navbar {
  background-color: var(--app-white);
  color: var(--app-darker);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.pg-header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item.active, .pg-header .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:active {
  background-color: var(--app-blue);
}

.pg-header .logo {
  /*height: 50px;*/
  height: 30px;
}

.pg-header .logo.mode-2 {
  display: none;
}

.pg-header .navbar-toggler {
  outline: 0;
  color: inherit;
  transition: color 0.15s linear;
}

.pg-header .navbar-toggler .btn-icon {
  font-size: 30px;
  vertical-align: middle;
}

.pg-header .navbar-nav .nl-btn {
  color: inherit;
  font-weight: 600;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, font-weight 0.15s ease-in-out;
}

@media (min-width: 992px) {
  .pg-header .navbar-nav .nl-btn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* copied from index.css */
.pg-head {
  padding-top: 100px;
  /*position: relative;*/
}

.pg-head .img-main {
  max-height: 550px;
  /*max-width: 80%;*/
}

.pg-head .head-cards {
  margin-right: -40px;
}
.pg-head .head-card-wrap {
  flex: 1;
  padding-right: 40px;
}
.pg-head .head-card-wrap .head-card {
  align-items: center;
}
.pg-head .head-card-wrap .head-card .hcd-side--left {
  flex: 1;
}
.pg-head .head-card-wrap .head-card .hcd-side--left .hcd-body--head {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.pg-head .head-card-wrap .head-card .hcd-side--left .hcd-body--head .hbh-circle {
  margin-right: 15px;
  border-radius: 50%;
  background-color: var(--app-blue);
  background-color: var(--app-blue-dark);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-weight: 600;
}
.pg-head .head-card-wrap .head-card .hcd-side--left .hcd-body--head .hbh-title {
  color: var(--app-darker);
  font-weight: 600;
  text-transform: uppercase;
}
.pg-head .head-card-wrap .head-card .hcd-side--left .hcd-body--desc {
  font-size: 14px;
}
.pg-head .head-card-wrap .head-card .hcd-side--right {
  padding-left: 20px;
}
.pg-head .head-card-wrap .head-card .hcd-side--right .hcd-img {
  height: 50px;
  display: flex;
  vertical-align: middle;
}

.pg-why {
  /*padding-top: 50px;*/
  /*padding-bottom: 50px;*/
}
.pg-why .btn-purchase .btn-img {
  height: 24px;
}
.pg-why .img-features {
  width: 600px;
  height: auto;
}

.pg-why .why-list .li {
  display: flex;
}

.pg-why .why-list .li:not(:last-child) {
  margin-bottom: 8px;
}

.pg-why .why-list .li-icon {
  margin-top: -1px;
  color: var(--app-warn);
  font-size: 16px;
  line-height: 2;
}

.pg-why .why-list .li-text {
  padding-left: 8px;
  line-height: 2;
}

.pg-pricing .gards {
  display: flex;
  justify-content: center;
}
.pg-pricing .gards .gard-wrap {
  flex: 1;
  max-width: 350px;
}
.pg-pricing .gards .gard-wrap .gard {
  border-radius: 10px;
  padding: 25px 20px;
  height: 100%;
  background-color: var(--app-white);
  box-shadow: 0 8px 16px rgba(var(--app-black-rgb), 0.15);
  display: flex;
  flex-direction: column;
}
.pg-pricing .gards .gard-wrap .gard .gard-title {
  padding-top: 20px;
  color: var(--app-gray);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.pg-pricing .gards .gard-wrap .gard .gard-pic {
  padding: 25px 0 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
}
.pg-pricing .gards .gard-wrap .gard .gard-pic .gard-pic-pic {
  height: 100px;
  display: flex;
  vertical-align: middle;
}
.pg-pricing .gards .gard-wrap .gard .gard-mini-cards {
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px 10px;
}
.pg-pricing .gards .gard-wrap .gard .gard-mini-cards .mini-gard {
  border-radius: 5px;
  padding: 10px 5px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.pg-pricing .gards .gard-wrap .gard .gard-mini-cards .mini-gard .mg-title {
  color: var(--app-darker);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.pg-pricing .gards .gard-wrap .gard .gard-mini-cards .mini-gard .mg-lbl {
  font-style: italic;
  padding-top: 5px;
  color: var(--app-gray-light);
  font-size: 13px;
  order: -1;
}
.pg-pricing .gards .gard-wrap .gard .gard-mini-cards .mini-gard .mg-price {
  margin: 15px 0 15px;
  color: var(--app-darker);
  display: flex;
  position: relative;
}
.pg-pricing .gards .gard-wrap .gard .gard-mini-cards .mini-gard .mg-price__unit {
  align-self: flex-start;
  padding-right: 5px;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 100%;
}
.pg-pricing .gards .gard-wrap .gard .gard-mini-cards .mini-gard .mg-price__number {
  font-size: 54px;
  font-weight: 700;
  line-height: 0.85;
  color: var(--app-blue);
}
.pg-pricing .gards .gard-wrap .gard .gard-mini-cards .mini-gard .mg-price__per {
  align-self: flex-end;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
}
.pg-pricing .gards .gard-wrap .gard .gard-mini-cards .mini-gard .mg-foot {
  color: var(--app-darker);
  font-size: 8px;
  text-transform: uppercase;
  display: none;
}
.pg-pricing .gards .gard-wrap .gard .gard-mini-cards .plus {
  align-self: center;
  font-size: 40px;
  font-weight: 300;
  color: var(--app-darker);
}
.pg-pricing .gards .gard-wrap .gard .lbl-under-mini-gards {
  align-self: center;
  padding-top: 10px;
  color: var(--app-gray-light);
  font-size: 12px;
}
.pg-pricing .gards .gard-wrap .gard .gard-btn {
  align-self: center;
  margin: 0;
  margin-top: 30px;
  border-radius: 5px;
  min-width: 180px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.pg-pricing .gards .gard-wrap .gard .gard-btn .btn-img {
  margin-left: 10px;
  margin-bottom: -1px;
  height: 22px;
  display: flex;
  vertical-align: middle;
}
.pg-pricing .gards .gard-wrap .gard .btn-purchase {
  font-size: 17px;
}
.pg-pricing .gards .gard-wrap .gard .gard-mega-list {
  flex: 1;
  margin-top: 45px;
  padding: 0 40px;
}
.pg-pricing .gards .gard-wrap .gard .gard-mega-list .gard-list .gl.gl-heading {
  padding-bottom: 15px;
  color: var(--app-darker);
  font-weight: 600;
}
.pg-pricing .gards .gard-wrap .gard .gard-mega-list .gard-list .list-items {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 5px 10px;
  color: var(--app-gray);
  font-size: 15px;
  word-break: break-all;
  word-break: break-word;
}
.pg-pricing .gards .gard-wrap .gard .gard-mega-list .gard-list .gl-li--check .check-img {
  height: 15px;
  display: flex;
  vertical-align: middle;
}
.pg-pricing .gards .gard-wrap .gard .gard-mega-list .gard-list:not(:last-child) {
  margin-bottom: 25px;
}
.pg-pricing .gards .gard-wrap .gard .gard-foot-link {
  align-self: center;
  margin-top: 30px;
  margin-bottom: 25px;
  color: rgba(var(--app-blue-rgb), 0.75);
  cursor: pointer;
}
.pg-pricing .gards .gard-wrap .gard .gard-foot-link:hover {
  color: rgba(var(--app-blue-rgb), 1);
}

.pg-faq {
  padding: 50px 0 60px;
}
.pg-faq .qa-list-heading {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 20px;
  font-weight: 600;
}

.pg-faq .qa-list {
  margin: 0 auto;
  max-width: 800px;
}

.pg-faq .qa-pane {
  border: 1px solid var(--app-gray-light);
  border-radius: 6px;
}

.pg-faq .qa-pane:not(:last-child) {
  margin-bottom: 20px;
}

.pg-faq .pane-head {
  padding: 15px 20px;
  display: flex;
  /*align-items: flex-start;*/
  align-items: center;
  cursor: pointer;
}

.pg-faq .pane-question {
  flex: 1;
  padding-left: 0;
  padding-right: 20px;
  color: var(--app-blue-dark);
  font-weight: 600;
}

.pg-faq .pane-head .chev-icon {
  color: var(--app-darker);
  font-size: 20px;
  transition: transform 0.2s;
  /* vertical-align */
  display: flex;
  /*align-items: center; !* useful when height is specified *!*/
  /*justify-content: center; !* useful when width is specified *!*/
}

.pg-faq .pane-head .chev-icon.rotated {
  transform: rotate(180deg);
}

.pg-faq .pane-answer {
  /*padding-top: 15px;*/
  padding: 0 20px 15px;
}

.pg-faq .gard-foot-link {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 20px;
  color: rgba(var(--app-blue-rgb), 0.75);
  cursor: pointer;
}
.pg-faq .gard-foot-link:hover {
  color: rgba(var(--app-blue-rgb), 1);
}

.pg-confronto .list-items {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 5px 10px;
  color: var(--app-darker);
  font-size: 16px;
  word-break: break-all;
  word-break: break-word;
}
.pg-confronto .gl-li--check .check-img {
  height: 16px;
  display: flex;
  vertical-align: middle;
}
.pg-confronto .tbody-tr td:nth-of-type(2) {
  padding-left: 16px;
}
.pg-confronto .tbody-tr .gard-foot-link {
  display: block;
  margin-left: 26px;
  margin-top: 5px;
  color: rgba(var(--app-blue-rgb), 0.75);
  cursor: pointer;
}
.pg-confronto .tbody-tr .gard-foot-link.txt-sm {
  font-size: 15px;
}
.pg-confronto .tbody-tr .gard-foot-link:hover {
  color: rgba(var(--app-blue-rgb), 1);
}
.pg-confronto .tbody-tr > * {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pg-confronto .tbody-tr:not(:first-child) {
  border-top: 1px solid var(--app-gray-lighter);
}
.pg-confronto .th-col-title {
  margin-left: 26px;
  color: var(--app-gray);
  font-size: 22px;
  font-weight: 600;
}
.pg-confronto .th-row-inner {
  font-size: 18px;
  font-weight: 600;
  color: var(--app-darker);
  white-space: nowrap;
}
.pg-confronto .td-text {
  margin-left: 26px;
  color: var(--app-darker);
  line-height: 1.4;
}

.pg-advice {
  background-color: var(--app-light);
}
.pg-advice .intro-features {
  font-size: 16px;
}

.pg-advice .sect-img {
  max-height: 300px;
}

@media (min-width: 768px) {
  .pg-advice .sect-btn {
    min-width: 180px;
  }
}
@media (min-width: 1200px) {
  .pg-advice .sect-img {
    max-height: 400px;
  }
}
.pg-localiz .btn-purchase .btn-img {
  height: 22px;
}
.pg-localiz .intro-features {
  font-size: 16px;
}
.pg-localiz .intro-features > b {
  font-size: 20px;
}
.pg-localiz .section-title {
  font-size: 29px;
}
.pg-localiz + .custom-hr {
  height: 1px;
  width: 70%;
  background-color: var(--app-gray-lighter);
  margin: auto;
}

.pg-localiz .sect-img {
  max-height: 300px;
}

@media (min-width: 768px) {
  .pg-localiz .sect-btn {
    min-width: 180px;
  }
}
@media (min-width: 1200px) {
  .pg-localiz .sect-img {
    max-height: 350px;
  }
}
.pg-copertura {
  background-color: var(--app-light);
}
.pg-copertura .intro-features {
  font-size: 16px;
}

.pg-copertura .sect-img {
  max-height: 300px;
}

@media (min-width: 768px) {
  .pg-copertura .sect-btn {
    min-width: 180px;
  }
}
@media (min-width: 1200px) {
  .pg-copertura .sect-img {
    max-height: 400px;
  }
}
/* copied from index.css */
.pg-foot {
  background-color: var(--app-blue-darker);
  color: var(--app-gray-lighter);
}

.pg-foot .btn-brand {
  color: inherit;
  transition: color 0.25s;
}

.pg-foot .btn-brand:hover {
  color: #fff;
}

.pg-foot .sets {
  max-width: 400px;
}

@media (min-width: 576px) {
  .pg-foot .sets {
    max-width: 600px;
  }
}
.pg-foot .sets .divider {
  height: 1px;
  width: 100%;
  /* useful in d-flex container */
  max-width: calc(100% - (12px * 2));
  background-color: var(--app-gray-lighter);
}

.pg-foot .list-head {
  padding-left: 12px;
  /* .btn */
  padding-right: 12px;
  /* .btn */
  padding-bottom: 7px;
  color: var(--app-light);
  font-size: 18px;
  font-weight: 600;
}

.pg-foot .li-link {
  width: 100%;
  border: 0;
  padding: 5px 12px;
  /* default: 6px 12px */
  color: inherit;
  /*font-size: 15px;*/
  line-height: 1.1;
  text-align: left;
}

@media (min-width: 360px) and (max-width: 575.98px) {
  .pg-foot .li-link {
    width: 50%;
    float: left;
    /* I need this to remove "text space" between inline-blocks */
  }
}
.pg-foot .li-link.type-2 {
  display: flex;
  align-items: center;
}

.pg-foot .li-link.type-2 .btn-text {
  flex: 1;
  max-width: 160px;
}

.pg-foot .li-link.type-2 .btn-img {
  margin-left: 15px;
  height: 30px;
}

.pg-foot .li-link:hover {
  color: #fff;
}

.pg-foot .foot-row-2 {
  max-width: calc(600px - (12px * 2));
  text-align: center;
}

@media (min-width: 992px) {
  .pg-foot .foot-row-2 {
    max-width: calc(100% - (12px * 2));
  }
}
.pg-foot .fc-logo {
  height: 36px;
}

.pg-foot .company .disclaimer {
  font-size: 14px;
}

@media (min-width: 576px) {
  .pg-foot .company .disclaimer {
    padding-left: 36px;
  }
}
@media (min-width: 1300px) {
  .pg-foot .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .pg-foot .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .pg-foot .sets {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
  }

  .pg-foot .sets .set {
    width: 50%;
  }

  .pg-foot .sets .set.set-1 {
    padding-bottom: 24px !important;
  }

  .pg-foot .foot-row-2 {
    padding-bottom: 4px;
    text-align: left;
  }

  .pg-foot .company {
    padding-bottom: 0 !important;
  }
}
.modal--confirm-purchase {
  /* MacBook Pro full window (height: 766px) displays desktop layout */
  /* "min-height: 576px" makes most landscape phones display mobile layout */
  /* shows mobile layout on phones/narrow (desktop) windows */
  /*@media*/
  /* quote card body */
  /*----------------------------------------------------------*/
  /* cards (desktop) */
  /* END cards (desktop) */
  /*----------------------------------------------------------*/
}
.modal--confirm-purchase .the-form {
  max-width: 450px;
}
.modal--confirm-purchase .the-form .form-in-lbl {
  margin-bottom: 10px;
}
.modal--confirm-purchase .the-form .in-wrap .input-icon {
  width: 20px;
}
.modal--confirm-purchase .the-form .in-wrap .form-in-in {
  font-size: 15px;
  color: var(--app-darker);
  height: 28px;
}
.modal--confirm-purchase .the-form .in-wrap .form-in-in::placeholder {
  color: var(--app-gray-light);
}
.modal--confirm-purchase .form-check-input {
  margin-top: 3px;
}
.modal--confirm-purchase .form-check-label {
  max-width: 600px;
  margin-top: 1px;
  font-size: 14px;
  color: var(--app-gray-light);
}
.modal--confirm-purchase .modal-footer {
  /* max- */
  width: 650px;
  justify-content: initial;
}
.modal--confirm-purchase .q-cards-wrap,
.modal--confirm-purchase .q-alerts,
.modal--confirm-purchase .q-foot {
  display: none;
}
@media (min-height: 576px) and (min-width: 768px), (min-height: 992px) and (min-width: 576px) {
  .modal--confirm-purchase .q-cards-wrap-mobile,
.modal--confirm-purchase .q-alerts-mobile,
.modal--confirm-purchase .q-foot-mobile {
    display: none;
  }
  .modal--confirm-purchase .q-cards-wrap,
.modal--confirm-purchase .q-alerts,
.modal--confirm-purchase .q-foot {
    display: block;
  }
}
.modal--confirm-purchase .qc-body {
  margin: 0 auto;
  padding-bottom: 36px;
}
.modal--confirm-purchase .q-cards.step-1 {
  /* 2 boxes + gap + counter-gap */
  /* (2 * 150) + 24 + 24 */
  max-width: 348px;
}
.modal--confirm-purchase .q-cards.step-3 {
  /* 2 boxes + gap + counter-gap */
  /* (2 * 150) + 24 + 24 */
  max-width: 348px;
}
.modal--confirm-purchase .q-cards.step-4 {
  /* 3 boxes + 2 gaps + counter-gap */
  /* (3 * 180) + (2 * 24) + 24 */
  max-width: 612px;
}
@media (min-width: 768px) {
  .modal--confirm-purchase .q-cards.step-3 {
    /* 3 boxes + 2 gaps + counter-gap */
    /* (3 * 150) + (2 * 24) + 24 */
    max-width: 522px;
  }
}
@media (min-width: 992px) {
  .modal--confirm-purchase .q-cards.step-1 {
    max-width: none;
  }
  .modal--confirm-purchase .q-cards.step-3 {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .modal--confirm-purchase .q-cards.step-4 {
    max-width: none;
  }
}
.modal--confirm-purchase .q-cards .boxes {
  margin-left: -16px;
}
.modal--confirm-purchase .q-cards .box {
  margin-top: 24px;
  margin-left: 16px;
  border: 1px solid var(--app-gray-light);
  width: 150px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: background-color 0.2s;
  box-shadow: none !important;
}
.modal--confirm-purchase .q-cards.step-4 .box {
  width: 180px;
}
@media (max-width: 575.98px) {
  .modal--confirm-purchase .q-cards .box {
    margin-top: 16px;
  }
}
.modal--confirm-purchase .q-cards .box.b-radio.selected {
  cursor: auto;
  pointer-events: none;
  border-color: var(--app-blue);
}
.modal--confirm-purchase .q-cards .box .icons {
  height: 30px;
}
.modal--confirm-purchase .q-cards .box .icons.icons-sm {
  height: 20px;
}
.modal--confirm-purchase .q-cards .box .icons .icon {
  margin-right: 8px;
  height: inherit;
}
.modal--confirm-purchase .q-cards .box-label {
  flex: 1;
  font-size: 1rem;
  /* h6 */
  /*noinspection CssInvalidPropertyValue*/
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4px !important;
}
.modal--confirm-purchase .q-cards .box-input {
  height: 20px;
  width: 20px;
  border: 1px solid var(--app-gray);
  background-color: #fff;
}
.modal--confirm-purchase .q-cards .box.b-checkbox .box-input {
  position: relative;
  color: var(--app-blue);
}
.modal--confirm-purchase .q-cards .box.b-checkbox .box-input .check-icon {
  position: absolute;
  left: -2px;
  bottom: -2px;
  font-size: 30px;
  font-weight: 600;
  display: none;
}
.modal--confirm-purchase .q-cards .box.b-checkbox.selected .box-input .check-icon {
  display: initial;
}
.modal--confirm-purchase .q-cards .box.b-radio.selected .box-input {
  /*noinspection CssInvalidFunction*/
  background-image: radial-gradient(var(--app-blue), #fff 70%);
}

/*remove amazon bottom footer*/

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