/* Remify */
/* Placeholder */
/* Browser exceptions */
/* Z-index */
/* SVG Fill (Firefox fix) */
.quote-landing-feature-list {
  display: flex;
  margin: 8px auto 110px;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1128px;
}
@media screen and (max-width: 991px) {
.quote-landing-feature-list {
    display: grid;
    grid-template-columns: auto auto;
    margin: 30px 0 40px;
    justify-content: space-around;
}
}
.quote-landing-feature-list li {
  padding: 10px 16px 14px;
  position: relative;
  flex-basis: 0;
  word-break: keep-all;
  white-space: nowrap;
  flex-grow: 1;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
}
@media screen and (max-width: 991px) {
.quote-landing-feature-list li {
    flex-grow: unset;
    text-align: left;
    white-space: initial;
    word-break: break-word;
    hyphens: auto;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}
.quote-landing-feature-list li:nth-child(2n+1) {
    padding: 10px 8px 14px 57px;
}
.quote-landing-feature-list li:nth-child(2n) {
    padding: 10px 16px 14px 49px;
}
}
.quote-landing-feature-list li:before {
  content: "";
  background-image: url("/assets/icons/icon-checkmark-green-thick.svg");
  display: inline-block;
  width: 23px;
  height: 18px;
  margin-right: 18px;
}
@media screen and (max-width: 991px) {
.quote-landing-feature-list li:before {
    margin-right: 0px;
    margin-left: -35px;
    position: absolute;
}
}/* Remify */
/* Placeholder */
/* Browser exceptions */
/* Z-index */
/* SVG Fill (Firefox fix) */
.quote-landing-header h2 {
  color: #222222;
  margin: 0 0 8px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.25rem;
}
@media screen and (max-width: 991px) {
.quote-landing-header h2 {
    margin: 0 0 2px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}
}
.quote-landing-header h1 {
  color: #222222;
  margin: 0 0 18px;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 4.5rem;
}
@media screen and (max-width: 991px) {
.quote-landing-header h1 {
    margin: 0 0 6px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.25rem;
}
}
.quote-landing-header__headings {
  padding: 0 20px;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
.quote-landing-header__headings {
    padding: 0 16px;
}
}
.quote-landing-header__image {
  width: 100%;
  height: 546px;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
.quote-landing-header__image {
    height: 390px;
}
}
.quote-landing-header__image--small {
  width: 120px;
  height: 45px;
  display: block;
  margin: 0 auto;
  object-fit: scale-down;
}/* Remify */
/* Placeholder */
/* Browser exceptions */
/* Z-index */
/* SVG Fill (Firefox fix) */
.quote-landing-summary {
  padding: 0 20px;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
.quote-landing-summary {
    padding: 0 16px;
}
}
.quote-landing-summary h2 {
  border-bottom: 2px solid #2071B5;
  margin: 0;
  padding: 0 0 24px;
  margin: 0 0 23px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.875rem;
}
@media screen and (max-width: 991px) {
.quote-landing-summary h2 {
    padding: 0 0 8px;
    margin: 0 0 15px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
}
}
.quote-landing-summary__data-table {
  width: 100%;
  margin-bottom: 210px;
}
@media screen and (max-width: 991px) {
.quote-landing-summary__data-table {
    margin-bottom: 150px;
}
}
.quote-landing-summary__data-table th {
  text-align: right;
}
.quote-landing-summary__data-table td:nth-child(2),
.quote-landing-summary__data-table td:nth-child(3) {
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.quote-landing-summary__data-table td,
.quote-landing-summary__data-table th {
  padding: 0 0 25px;
}
.quote-landing-summary__data-table .quote-landing-summary__picture {
  padding: 20px;
}
.quote-landing-summary__feature-name {
  margin: 0 0 1px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
}
.quote-landing-summary__feature-descr {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.quote-landing-summary__row--line-after td {
  border-bottom: 1px solid #d8d8d8;
}
.quote-landing-summary__row--small-texts td {
  padding: 0 0 14px;
}
.quote-landing-summary__row--bigger-padding-bottom td {
  padding: 0 0 53px;
}
.quote-landing-summary__row--bigger-padding-top td {
  padding: 23px 0 14px;
}
.quote-landing-summary__row--price-summary td:first-child {
  padding: 25px 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.375rem;
}
.quote-landing-summary__row--price-summary td:last-child {
  padding: 14px 0 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
}
.quote-landing-summary__print-btn {
  background: none;
  padding-left: 35px;
  display: flex;
  align-items: center;
  position: relative;
}
.quote-landing-summary__print-btn::before {
  content: "";
  background-image: url("/assets/icons/VF_print_blue.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
}/* Remify */
/* Placeholder */
/* Browser exceptions */
/* Z-index */
/* SVG Fill (Firefox fix) */
.quote-landing-main__extra-text {
  max-width: 1130px;
  padding: 0 20px;
  margin: 0 auto 48px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
}
@media screen and (max-width: 991px) {
.quote-landing-main__extra-text {
    padding: 0 16px;
}
}