<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("gbvp-fonts.css");

.funnel-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 600px) {
    .funnel-container {
        max-width: 100%;
        margin-left: 16px!important;
        margin-right: 16px!important;
   }
}
.funnel-headline {
    font-family: Noto Sans;
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 58px !important;
    letter-spacing: 0.01em;
    text-align: left;
    max-width: 622px;
    color: #2e2e2e;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}
@media only screen and (max-width: 600px) {
    .funnel-headline {
        font-size: 24px !important;
        line-height: 29px !important;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 20px !important;
   }
}


.funnel-bulletpoints {
    list-style: none;
    padding: 0!important;
}

@media only screen and (max-width: 600px) {
    .funnel-bulletpoints {
        margin-bottom: 40px!important;
   }
}

.funnel-bulletpoints li {
    display: inline;
    margin-right: 20px;
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.03em;
    padding-left: 0!important;
    color: #595959;
}

@media only screen and (max-width: 600px) {
    .funnel-bulletpoints li {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.01em;
        margin-right: 10px;
   }
}

.funnel-bulletpoints li::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('img/funnel-check.svg') no-repeat;
    background-size: contain;
    margin-right: 8px;
}

@media only screen and (max-width: 600px) {
    .funnel-bulletpoints li::before {
        margin-right: 0;
   }
}

.funnel-input {
    width: 354px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #BFBFBF;
    margin-right: 16px;
}

#map_button:hover {
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .funnel-input {
        margin-bottom: 10px;
        width: 100%;
   }
}

.funnel-input::placeholder {
    padding-left: 16px;
}

.funnel-button {
    background-color: #33866A!important;
    height: 50px;
    padding: 6px 20px 8px 24px;
    border-radius: 12px;
    font-family: Noto Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #F9F9F9;
}

.zip-form-button {
    align-self: flex-start;
}

#zip-suggestions {
    background: white;
    z-index: 100;
    max-height: 30vh;
    overflow-y: auto;
    padding-left: 10px;
}

@media only screen and (max-width: 600px) {
    .funnel-button {
        width: 100%;
   }
}

.funnel-form-container {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .funnel-form-container {
        display: block;
   }
}

.zip-suggestion:hover {
    cursor: pointer;
}

.map-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 48px;
}

.map-column {
    flex: 1;
}

.map-col {
    width: 340px;
    align-items: center
}

@media only screen and (max-width: 600px) {
    .map-col {
        display: none;
   }
}

.map-form .funnel-input {
    margin-bottom: 16px;
}

.map-form .funnel-button {
    width: 354px
}

#vmap:hover {
    cursor: pointer;
}

.step-container {
    display: flex;
    width: 1130px;
    margin-left: 0!important;
    margin-bottom: 32px!important;
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2)!important;
    margin-right: calc((100% - 100vw) / 2)!important;
}

.step-menu {
    width: 428px;
    background-color: #F5F5F5;
    padding-left: 96px;
}

.step-content {
    width: 100%;
}

.step-content-container {
    /* margin-bottom: 60px; */
}

.step-content-header {
    padding-top: 40px;
    padding-left: 72px;
    background-color: rgba(249, 249, 249, 1);
    max-width: 786px;
}

.step-content-header-s2 {
    padding-bottom: 40px;
}

.step-content-container button {
    background: #33866A;
    color: #fff;
    display: flex;
    width: 665px;
    height: 40px;
    padding: 4px 16px 6px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.08);
}

.step-content-description {
    color: #595959;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    padding-bottom: 40px;
}

.step-error-container {
    background-color: #FFF1F0;
    border-radius: 12px;
    width: 100%;
    display: none;
}

.step-error-headline {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
    margin-left: 18px;
    padding-top: 10px;
}

.step-error-headline:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('img/warrning-icon.svg') no-repeat;
    background-size: auto;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
}

.step-error-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    margin-left: 50px;
    padding-bottom: 16px;
}

.question {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-top: 16px;
    margin-bottom: 8px;
}
.radio-option, .form-option {
    border: 1px solid #BFBFBF;
    border-radius: 12px;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.radio-option input {
    margin-right: 8px;
}

input[type="radio"]:checked {
    color: #4D9982!important;
}

.tile-option {
    display: inline-block;
    margin-right: 10px;
    border: 2px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 32px;
}

.tile-option-last {
    margin-right: 0!important;
}

.tile-option-container {
    display: flex;
    padding: 16px 24px 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
}

.tile-option-container img {
    margin-top: 0!important;
    margin-bottom: 12px!important;
}

.tile-option-container span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.64px;
}

.tile-option.selected {
    border-color: #4D9982;
}

#funeral-types {
    display: none;
}

.question-container-wrapper {
    padding-left: 72px;
    padding-top: 40px;
    background-color: #fff;
}

.question-container {
    margin-bottom: 24px;
    max-width: 786px;
}

.question-container select {
    width: 100%;
    padding: 8px 0 8px 12px;
    border-radius: 12px;
    border: 1px solid #BFBFBF;
    margin-bottom: 12px;
}

.file-container {
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
}

.offers-amount0 {
    display: none;
}

.file-data {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.file-data img {
    margin-right: 16px;
    margin-top: 16px!important;
    margin-bottom: 16px!important;
}

.file-button {
    display: flex;
    flex: 1;
    justify-content: end;
    align-items: center;
    margin-right: 20px;
}

.file-button img {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.file-button-download a:after {
    background: url('img/download-icon.svg') no-repeat!important;
}

.file-button a {
    color: #fff!important;
    text-decoration: none!important;
    border-radius: 12px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.08);
    background-color: #33866A;
    align-items: center;
    height: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 0.16px;
    padding-top: 7px;
    padding-left: 20px;
    padding-right: 16px;
    display: inline-block;
}

.file-button a:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('img/arrow-icon.svg') no-repeat;
    background-size: auto;
    background-size: contain;
    margin-left: 10px;
    vertical-align: middle;
}

.file-button-form a:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('img/download-icon.svg') no-repeat;
    background-size: auto;
    background-size: contain;
    margin-left: 10px;
    vertical-align: middle;
}


.step-content-container button::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('img/arrow-icon.svg') no-repeat;
    background-size: auto;
    background-size: contain;
    margin-left: -5px;
    vertical-align: middle;
}

.form_submit input::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('img/arrow-icon.svg') no-repeat;
    background-size: auto!important;
    background-size: contain;
    margin-left: -5px;
    vertical-align: middle;
}

.step-counter {
    margin-bottom: 48px;
}

.step-menu-pointers {
    color: #2E2E2E;
    text-align: right;
    margin-right: 72px;
    margin-top: 60px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    position: relative;
}

.step-box-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.step-box {
    display: flex;
    align-items: center;
    position: relative;
    text-align: right;
    max-width: 270px;
}

.step-line {
    display: flex;
    justify-content: flex-end;
}

.step-line span {
    height: 40px;
    width: 1px;
    background-color: #808080;
    margin: 0 10px; 
    right: 18px;;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 30px;
}

.step-line-active {
    color: #33866A!important;
}

.step-circle {
    color: #808080;
    border: 1px solid #808080;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; 
}

.step-circle-active {
    color: #fff;
    background-color: #33866A;
}

.step-text {
    color: #808080;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.03em;
    text-align: right;
    margin-right: 16px;
}

.step-text-active {
    color: #33866A!important;
}

.step-phone-containter {
    padding: 24px 20px;
}

.step-phone-box {
    float: right;
    width: 260px;
    border-radius: 16px;
    background-color: #fff;
    margin-top: 100px;
    text-align: left!important;
}

.step-phone-headline {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-bottom: 4px;
}

.step-phone-number-box {
    display: flex;
    align-items: center;
}

.step-phone-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-bottom: 20px
}

.step-phone-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.step-phone-icon img {
    margin-top: 0!important;
    margin-left: 0!important;
}

.step-phone-number {
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #33866A
}

.form-container-step3 {
    padding-left: 72px;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-container-step3 form {
    max-width: 768px;
}

.radio-container {
    display: flex;
    margin-bottom: 24px;
}

.radio-container .radio-option {
    width: 50%;
}

.form-option {
    width: 100%;
    margin-bottom: 24px;
}

.form_submit {
    background: #33866A;
    color: #fff;
    display: flex;
    width: 630px;
    height: 40px;
    padding: 4px 16px 6px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.08);
}

.form-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.agb-description {
    color:#808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-top: 24px;
    margin-bottom: 24px;
    max-width: 768px;
}

.agb-icon {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 8px!important;
    margin-bottom: 8px!important;
}

.agb-info-container {
    display: flex;
    width: 630px;
    border-radius: 12px;
    background-color: #EDFFF9;
    align-items: center;
}

.agb-info-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 600px) {
    .step-menu {
        display: none;
    }
    .step-content {
        width: auto;
    }

    .step-content-container {
        width: auto;
    }

    .step-content-header {
        padding-left: 0;
    }

    .step-container {
        width: auto;
    }

    .question-container-wrapper {
        margin-left: 0;
    }

    .step-content-container button {
        width: auto;
    }

    .step-content-container {
        margin-left: 16px;
        margin-right: 16px;
    }

    .form_submit {
        width: auto;
    }

    .form-container-step3 {
        margin-left: 16px;
        margin-right: 16px;
    }

    .offer-wrapper {
        margin-left: 0!important;
    }

    .form-download {
        margin-left: 0!important;
    }

    .file-disclaimer {
        margin-left: 0!important;
    }
}

.company-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 32px;
	cursor: pointer;
	overflow: hidden;
}

.gold-company, .silver-company-0 {
    width: 100%!important;
    display: flex;
}

.gold-company .company-badge, .silver-company-0 .company-badge {
	padding: 12px 8px 0px 0px;
}

.gold-company .sub-company-name, .gold-company .sub-company-stars-container {
	flex: 0;
}

.gold-company .sub-company-stars-container, .silver-company-0 .sub-company-stars-container {
	flex: 1;
}

.reviews-number {
    margin-left: 8px;
}

.silver-company-container .reviews-number {
  margin-left: 0px;
}

.sub-company {
    width: 30%;
}

.sub-company-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-company-img.no-image {
    width: auto !important;
}

.sub-company-img img {
    display: block;
    margin: 0 auto;
}

.sub-company-star-container img {
    display: inline-block;
    margin-top: 2px!important;
    margin-bottom: 4px!important;
	max-width: 20px !important;
	height: 20px !important;
	object-fit: cover !important;
	width: 20px !important;
	border-radius: 8px !important;
}

.sub-company-info-container {
    padding: 12px 8px 20px 16px;
	position: relative;
	display: flex;
    flex-direction: column;
	flex: 1;
	height: 100% !important;
}

.sub-gold-info {
    /* background: rgba(219, 197, 152, 0.8); */
    background: url('img/card-gold.png');
    background-size: 100% 100%;
	display: flex;
	flex: 1;
}

.sub-silver-info {
    /* background: #d7d7d4; */
    background: url('img/card-silver.png');
    background-size: 100% 100%;
}

.silver-company-0 .sub-silver-info { 
	display: flex;
	flex: 1;
}

.company-item .sub-silver-info {
  border-radius: 8px 8px 0px 0px;
  min-height: 179px;
}

.sub-company-name-title {
	display: flex;
	width: 100%;
}

.sc456{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
    padding-bottom: 0 !important;
    margin-bottom: -30px;
}

.sc456 .company-badge img {
	margin-right: 0px;
    width: auto;
	height: 120px;
}

.company-badge img {
	/* margin-top: -8px; */
	padding-left: 16px;
	height: 95px;
	width: auto;
}

.sub-company-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.03em;
	flex: 1;
}

.sub-company-name img {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.sub-company-stars-container {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    padding-bottom: 16px;
    position: relative;
}

.company-item .sub-company-stars-container {
    padding-top: 8px;
	padding-bottom: 12px;
}

.silver-company-container .sub-company-stars-container {
    padding-top: 0px;
}

.silver-company-container .sub-company-stars-container {
  margin-bottom: 0px;
}

/*.sub-company-stars-container .sb {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
}*/

.sub-company-contact {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.silver-company-container .sub-company-contact {
  padding-left: 24px;
  flex: 1;
}

.sub-company-contact-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: rgba(89, 89, 89, 1);
}

.sub-company-contact-button {
    background-color: rgba(225, 244, 238, 1);
    border-radius: 8px;
    padding: 4px 12px 6px 12px;
    color: rgba(51, 134, 106, 1)!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-decoration: none!important;
	margin-top: 4px;
	width: fit-content;
    width: 100%;
    text-align: center;
}

.sub-company-contact-button h3 {
	color: rgba(51, 134, 106, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}

.silver-company-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 8px 20px 16px;
}

.silver-company-info {
    width: 100%;
	position: relative;
	display: flex;
}

.silver-company-info .sb {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
}
}

@media only screen and (max-width: 600px) {
    .company-container {
        display: block;
    }

    .company-item {
        width: 100%;
    }

    .sub-company {
        width: 100%;
    }

    .gold-company, .silver-company-0 {
        display: block;
    }

    .sub-company-info-container {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.the-company-container {
    display: flex;
    margin: 32px 40px 80px 40px;
    justify-content: space-between;
}

.the-company-info {
    width: 50%;
    padding-right: 15px;
    padding-top: 40px;
}

.the-company-images {
    width: 50%;
}

.the-company-name {
    margin-top: 8px!important;
}

.the-company-data {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.03em;
}

.the-company-address {
    margin-bottom: 16px;
}

.the-company-hours {
    margin-bottom: 16px;
}

.the-company-kontaktdaten {
  margin-top: 28px;
  margin-bottom: 8px;
}

.the-company-contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-top: 0px;
}

.the-company-contact-col {
    width: fit-content !important;
	box-sizing: border-box;
	margin-bottom: 12px;
	min-width: 50%;
	padding-right: 16px;
	display: flex;
	flex-direction: column;
}

.the-company-contact-col .button-primary {
	width: fit-content !important;
	margin-bottom: 16px !important;
}

.the-company-description {
    width: 100%;
	overflow-wrap: anywhere;
}

.the-company-button-container {
    margin-top: 16px;
}

.the-company-button {
    background-color: #33866A;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #fff!important;
    text-decoration: none!important;
    padding: 9px 20px;
}

.the-company-checkpoints {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.the-company-checkpoints-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.02em;
    width: 100%;
    margin-bottom: 24px;
}

.the-company-checkmark {
    width: 33%;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.the-company-checkmark::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url('/wp-content/themes/gbvptw/assets/funnel-check.svg') no-repeat;
	background-size: auto;
	background-position: bottom !important;
	margin-right: 4px;
}

.the-company-reviews-container {
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}


.companies-not-found h6{
  padding: 16px 0 16px 0;
}

.companies-not-found p{
  padding-bottom: 16px;
}

.companies-not-found .sub-company-contact-button {
	text-wrap: nowrap;
	margin-top: 10px;
}

.the-companies-reviews-headline {
    width: 50%;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.02em;
	margin-bottom: 30px;
}

.the-companies-reviews-headline .sub-company-star-container {
    margin-left: 32px;
}

.the-company-reviews-button-container {
    width: 50%;
    text-align: right;
}

#add-review {
    color: #33866A;
    border: 1.2px solid #33866A;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    padding: 8px 20px;
    border-radius: 12px;
	cursor: pointer;
}


.the-review-container {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    width: 45%;
}

.the-review-headline {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.the-review-text {
    margin-top: 16px;
    padding-bottom: 24px;
    width: 100%;
}

.the-company-contact-container-free {
    width: 50%;
}

.the-company-map {
	margin-bottom: 50px;  
}

.modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
}

.modal-review-container {
    max-width: 1100px;
    background-color: #fff;
    border-radius: 16px;
    margin-top: 80px;
    max-height: 750px;
}

.modal-review-questions {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
}

.modal-headline {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.02em;
    width: 50%;
}

.close-modal {
    width: 50%;
}

.close-modal img {
    float: right;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.modal-question {
    width: 50%;
    border-bottom: 1px solid #D9D9D9;
}

.modal-question p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.03em;
    margin-top: 24px!important;
    margin-bottom: 4px!important;
}

.modal-question span {
    padding-bottom: 16px;
}

.modal-stars {
    width: 50%;
    display: inline-flex;
    justify-content: flex-end;
    float: right;
    border-bottom: 1px solid #D9D9D9;
}

.modal-input {
    width: 100%;
}

.modal-input input[type="text"] {
    width: 100%;
    border: 1px solid #BFBFBF;
    border-radius: 12px;
}

.submit_form_button {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}



@media only screen and (max-width: 600px) {
    .the-company-container {
        display: block;
    }

    .the-company-info {
        width: 100%;
        padding-right: 0;
    }

    .the-company-images {
        width: 100%
    }

    .the-company-contact-col {
        width: 100%;
    }

    .the-company-checkpoints {
        display: block;
    }

    .the-company-checkmark {
        width: 100%;
    }

    .the-company-reviews-container {
        display: block;
    }

    .the-companies-reviews-headline {
        width: 100%;
    }

    .the-company-reviews-button-container {
        width: auto;
    }

    .the-review-container {
        width: 100%;
    }

    .modal-review-container {
        min-width: auto;
        max-height: 100%;
    }

    .modal-headline {
        width: 80%;
    }

    .close-modal {
        width: 20%;
    }
}

.insurance-container {
    margin-left: 72px;
}

.insurance-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px;
}

.insurance-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #595959;
    margin-top: 16px;
    margin-bottom: 16px;
}

.insurance-tile-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 57px;
}

.insurance-tile {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #595959;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    margin-top: 8px;
    margin-right: 8px;
    padding: 7px 12px 7px 8px;
}

.insurance-title-sub {
    margin-top: 48px;
}

.insurance-tile span::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('img/funnel-check.svg') no-repeat;
    background-size: contain;
    margin-right: 6px;
}

.offer-wrapper {
    display: flex;
    border-radius: 16px;
    margin-left: 72px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 32px;
    max-width: 768px;
}

.offer-container {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.offer-left {
    width: 50%;
    margin-left: 24px;
    margin-top: 16px;
}

.offer-phone {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: rgba(245, 34, 45, 1);
    padding: 3px 10px;
    background-color: rgba(255, 241, 240, 1);
}

.offer-right {
    width: 50%;
    margin-top: 16px;
    margin-bottom: 16px;
}

.offer-companyname {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.01em;
}

.offer-companyid {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #595959;
    margin-left: 12px;
}

.offer-reviews {
    margin-left: 12px;
}

.insurance-badge {
    border-radius: 12px;
    background-color: #ebf4fa;
    width: 135px;
    margin-top: 16px;
}

.countrywide {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: rgba(1, 83, 128, 1);
    padding: 2px 10px;
}

.distance {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: rgba(174, 60, 28, 1);
    padding: 2px 10px;
}

.distance-badge {
    border-radius: 12px;
    background-color: #f7eee6;
    width: 155px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.distance::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('img/distance-icon.svg') no-repeat;
    background-size: contain;
    margin-right: 6px;
    vertical-align: middle;
}


.offer-price {
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: right;
    margin-right: 20px;
}

.offer-price-step2 {
    margin-bottom: 16px;
}

.offer-paytime {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    margin-bottom: 16px;
    text-align: right;
    margin-right: 20px;
}

.final-offer-description {
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 24px!important;
    letter-spacing: 0.01em!important;
    color: #595959!important;
}

.form-download {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
    display: flex;
}

.download-footer {
    padding-left: 72px;
    padding-bottom: 40px;
    background-color: #fff;
}

.form-image img {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.form-download-container {
    margin: 32px 24px;
}

.form-download-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.03em;
    margin-bottom: 16px;
}

.file-button-form {
    color: #fff!important;
    text-decoration: none!important;
    border-radius: 12px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.08);
    background-color: #33866A;
    align-items: center;
    height: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 0.16px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    margin-bottom: 36px;
}

.file-button-form a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #fff;
    text-decoration: none!important;
}

.file-info-container {
    display: flex;
}

.file-info-labels {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    color: rgba(128, 128, 128, 1);
}

.file-info-values {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: right;
    color: rgba(89, 89, 89, 1);
    width: 50%;
}

.file-disclaimer {
    margin-top: 32px;
    margin-bottom: 128px;
}

.file-disclaimer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: rgba(128, 128, 128, 1);
    padding-left: 0!important;
}

#map_error {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: rgba(197, 34, 34, 1);
    margin-bottom: 16px;
    display: none;
}

.badge-container {
    display: flex;
}

.reviews-badge {
    border-radius: 12px;
    background-color: rgba(225, 244, 238, 1);
    width: 210px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.reviewb {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: rgba(24, 44, 38, 1);
    padding: 2px 10px;
}

.revnb {
    display: none;
}

.sub-company-adata:hover {
    cursor: pointer;
}


@media (max-width: 1199px) {



    .sc456{
        width: 100%;
        margin-bottom: 0;
    }

    .the-company-info{
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }

}</pre></body></html>