<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =WordPress Core
-------------------------------------------------------------- */
.container-wrap span.wpcf7-list-item {
    display: inline-block;
     margin: 0 0 1em 0 !important;
}

.fancybox-slide {
	padding: 20px;
	pointer-events: none;
	overflow: hidden;
}

.fancybox-content {
	pointer-events: auto;
	overflow: hidden;
}

.fancybox-content {
	max-height: calc(80vh - 40px);
	overflow: auto;
}

#popup3a {
	max-height: calc(80vh - 40px);
	overflow: auto;
	padding-top: 40px;
}

#popup3a.fancybox-content .lightbox-container {
	overflow: visible;
	max-height: none;
}

.close_wrap {
	display: none;
}

.wrap-modal {
	padding-top: 0;
}

.btn-primary[disabled] {
	opacity: 0.7;
	pointer-events: none;
}

.fancybox-content .slick-track {
	display: flex;
}

.fancybox-content .slide {
	width: 100%;
	max-height: 340px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.list_question .wpcf7-form-control-wrap .wpcf7-list-item.hovered .wpcf7-list-item-label:before {
    background: #4f6e69;
}

.rating .wpcf7-checkbox .hovered input[type='radio'] + span:before {
    content: '\e917';
}

.age input[type='number']:focus::placeholder {
  color: transparent;
}

.list_checkbox .wpcf7-form-control label span:after {
	font-weight: normal;
}

.card-item {
	border: 1px solid #eee;
}

.card-item .hero-slider {
	margin: -1px -1px 0;
}

.card-item__content {
	border: none;
}

#popup5_5 .lightbox-content__visual img{
	bottom: auto;
	top: 50%;
	transform: translate(-50%, -50%);
}

.list_checkbox .wpcf7-list-item-label {
	color: #555857;
}

.text-other label {
	display: flex;
	align-items: center;
}

.text-other input[type="text"] {
	width: 200px;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 2px;
	height: 26px;
	border-radius: 0;
}

.img_src__inc {
      font-size: 14px;
    line-height: 18px;
    left: 0;
    width: fit-content;
    padding: 2px 8px;
    border-radius: 0px 8px 8px 0px;
    top: 35px;
    background: #fafafae6;
    display: flex;
    position: relative;
    z-index: 100;
    margin-top: -22px;
    color: black;
}



.img_src_single__inc {
    font-size: 14px;
    line-height: 18px;
    left: 100px;
    width: fit-content !important;
    padding: 2px 8px;
    border-radius: 0px 0px 8px 8px;
    top: 22px;
    background: #fafafae6;
    display: flex !important;
    position: relative;
    z-index: 1000;
    margin-top: -22px;
    color: black;
}

.img_src {
	padding: 0 10px;
}

.img_src__inc .img_src{
    display: none;
}

.img_src__inc:hover .img_src{
    display: block;
}

.img_src_single__inc .img_src{
    display: none;
}

.img_src_single__inc:hover .img_src{
    display: block;
}
</pre></body></html>