div#vispr-catalog {
--vispr-color-accent:				#e9ecef;
--vispr-color-accent-contrast:			blue;
--vispr-color-search:				#616a78;
--vispr-color-pagination:			#323232;
--vispr-color-pagination-active:		var(--vispr-color-pagination);
--vispr-color-pagination-border:		transparent;
--vispr-color-pagination-border-active:		#444;
--vispr-item-width:				368px;
--vispr-item-text-height:			200px;
--vispr-item-space-unit:			8px;
--vispr-item-double-space:			calc(var(--vispr-item-space-unit) * 2);
margin-bottom:					calc(var(--vispr-item-space-unit)*3);
}
div#vispr-catalog > div.grid {
position:			relative;
display:			-webkit-box;
display:			-ms-flexbox;
display:			flex;
-webkit-box-orient:		horizontal;
-webkit-box-direction:		normal;
-ms-flex-direction:		row;
flex-direction:			row;
-webkit-box-pack:		start;
-ms-flex-pack:			start;
justify-content:		space-between;
-webkit-box-align:		stretch;
-ms-flex-align:			stretch;
align-items:			stretch;
-ms-flex-wrap:			wrap;
flex-wrap:			wrap;
width:				100%;
padding-bottom:			40px;
-webkit-animation:		tile-wrapp-appearence 0.3s ease;
animation:			tile-wrapp-appearence 0.3s ease;
}
div#vispr-catalog.hidden {
display:			none;
visibility:			hidden;
}
div#vispr-catalog > div.grid > div {
position:			relative;
display:			-webkit-box;
display:			-ms-flexbox;
display:			flex;
-webkit-box-orient:		vertical;
-webkit-box-direction:		normal;
-ms-flex-direction:		column;
flex-direction:			column;
-webkit-box-pack:		justify;
-ms-flex-pack:			justify;
justify-content:		space-between;
border-radius:			0 0 3px 3px;
width:				320px;
animation:			fadeIn 1s ease;
}
div#vispr-catalog > div.grid > div.hidden {
display:			none;
visibility:			hidden;
}
@keyframes fadeIn {
0% {
display:		none;
visibility:		hidden;
}
1% {
display:		flex;
visibility:		visible;
opacity:		0;
}
100% {
opacity:		1;
}
}
div#vispr-catalog > div.grid > div:last-of-type {
margin-right:			0;
}
div#vispr-catalog > div.grid > div > a > img {
margin-bottom:			8px;
width:				100%;
max-height:			182.4px;
object-fit:			scale-down;
}
div#vispr-catalog > div.grid > div > a > h2 {
font-size:			18pt;
padding-bottom:			var(--vispr-item-double-space);
}
div#vispr-catalog > div.grid > div > a > p {
padding-top:			var(--vispr-item-double-space);
height:				var(--vispr-item-text-height);
border-top:			solid 0.8px var(--vispr-color-accent);
overflow:			hidden;
}
div#vispr-catalog > div.grid > div > a > div.ribbon {
width:				150px;
height:				150px;
overflow:			hidden;
position:			absolute;
}
div#vispr-catalog > div.grid > div > a > div.ribbon span {
position:			absolute;
display:			block;
width:				250px;
padding:			15px 0;
background-color:		gray;
box-shadow:			0 5px 10px rgba(0,0,0,.1);
color:				white !important;
text-shadow:			0 1px 1px rgba(0,0,0,.2);
text-align:			center;
}
div#vispr-catalog > div.grid > div.ad > a > div.ribbon span {
text-transform:			uppercase;
background-color:		rgba(0,0,255,.9);
} .ribbon-top-left {
top:				-0px;
left:				-0px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
border-top-color:		transparent;
border-left-color:		transparent;
}
.ribbon-top-left::before {
top:				0;
right:				0;
}
.ribbon-top-left::after {
bottom:				0;
left:				0;
}
.ribbon-top-left span {
right:				-25px;
top:				30px;
transform:			rotate(-45deg);
} .ribbon-top-right {
top:				-0px;
right:				-0px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
border-top-color:		transparent;
border-right-color:		transparent;
}
.ribbon-top-right::before {
top:				0;
left:				0;
}
.ribbon-top-right::after {
bottom:				0;
right:				0;
}
.ribbon-top-right span {
left:				-25px;
top:				30px;
transform:			rotate(45deg);
} .ribbon-bottom-left {
bottom:				-0px;
left:				-0px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
border-bottom-color:		transparent;
border-left-color:		transparent;
}
.ribbon-bottom-left::before {
bottom:				0;
right:				0;
}
.ribbon-bottom-left::after {
top:				0;
left:				0;
}
.ribbon-bottom-left span {
right:				-25px;
bottom:				30px;
transform:			rotate(225deg);
} .ribbon-bottom-right {
bottom:				-0px;
right:				-0px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
border-bottom-color:		transparent;
border-right-color:		transparent;
}
.ribbon-bottom-right::before {
bottom:				0;
left:				0;
}
.ribbon-bottom-right::after {
top:				0;
right:				0;
}
.ribbon-bottom-right span {
left:				-25px;
bottom:				30px;
transform:			rotate(-225deg);
}
div#vispr-catalog > div.grid > div.featured > a > div.tag {
position:			absolute;
}
div#vispr-catalog > div.grid > div.featured > a > div.tag.featured-pro {
}
div#vispr-catalog > div.grid > div.featured > a > div.tag.featured-editors-choice {
}
div#vispr-catalog > div.grid > div.featured > a > div.tag > span {
border-radius:			calc(var(--vispr-item-space-unit));
padding:			calc(var(--vispr-item-space-unit));
color:				white;
font-weight:			bold;
text-shadow:			0 2px 2px rgba(0,0,0,0.9);
}
div#vispr-catalog > div.grid > div.featured > a > div.tag.featured-pro > span {
background-color:		blue;
}
div#vispr-catalog > div.grid > div.featured > a > div.tag.featured-editors-choice > span {
background-color:		purple;
} .tag-top-left {
top:				var(--vispr-item-space-unit);
left:				var(--vispr-item-space-unit);
}
.tag-top-left span {
} .tag-top-right {
top:				var(--vispr-item-space-unit);
right:				var(--vispr-item-space-unit);
}
.tag-bottom-right span,
.tag-top-right span {
text-align:			right;
} .tag-bottom-left {
bottom:				var(--vispr-item-space-unit);
left:				var(--vispr-item-space-unit);
} .tag-bottom-right {
bottom:				var(--vispr-item-space-unit);
right:				var(--vispr-item-space-unit);
}
div#vispr-detail {
--vispr-item-space-unit:		8px;
--vispr-detail-slider-height:		273.6px;
--vispr-detail-slider-width:		480px;
--vispr-detail-padding:			42px;
--vispr-color-detail-background:	white;
--vispr-detail-indicator-size:		calc(var(--vispr-item-space-unit) * 1.5);
--vispr-color-detail-indicator:		rgba(128, 128, 128, 0.5);
--vispr-color-detail-indicator-active:	rgba(0, 0, 0, 0.5);
background-color:		var(--vispr-color-detail-background);
padding:			var(--vispr-detail-padding);
position:			absolute;
height:				fit-content;
width:				100%;
z-index:			1;
top:				0;
left:				0;
display:			flex;
justify-content:		space-between;
}
div#slider iframe,
div#slider img {
position:			absolute;
height:				100%;
width:				100%;
border:				none;
}
div#slider .is-active {
z-index:			2;
}
div#slider iframe.hidden,
div#slider img.hidden {
display:			none;
}
div#vispr-detail .close-button {
margin:				12px;
position:			absolute;
right:				0;
top:				0;
}
div#slider {
position:			relative;
margin:				0 auto;
height:				var(--vispr-detail-slider-height);
width:				var(--vispr-detail-slider-width);
}
div#slider section > * {
width:				100%;
height:				100%;
}
#slider-prev,
#slider-next {
background-color:		rgba(0,0,0,0.5);
height:				36px;
width:				36px;
padding-top:			8px;
margin:				auto 6px;
position:			absolute;
border-radius:			50%;
top:				0;
bottom:				0;
color:				white;
border:				none;
z-index:			3;
transition:			transform 0.2s;
}
#slider-prev:not(.is-disabled):hover,
#slider-next:not(.is-disabled):hover {
transform:			scale(1.2);
background-color:		rgba(255,255,255,0.2);
}
#slider-prev.is-disabled,
#slider-next.is-disabled {
opacity:			0.1;
}
#slider-prev > span,
#slider-next > span {
height:				24px;
width:				24px;
}
#slider-prev {
padding-left:			4px;
left:				0;
}
#slider-next {
padding-left:			8px;
right:				0;
}
div#slider > .indicator > ol {
bottom:				24px;
gap:				12px;
position:			absolute;
display:			flex;
flex-flow:			row;
justify-content:		center;
padding:			0;
margin:				0;
width:				100%;
z-index:			3;
}
div#slider > .indicator > ol > li {
list-style-type:		none;
height:				var(--vispr-detail-indicator-size);
width:				var(--vispr-detail-indicator-size);
padding:			0;
margin:				0;
}
div#slider > .indicator > ol > li > button {
background-color:		var(--vispr-color-detail-indicator);
height:				100%;
width:				100%;
border-radius:			50%; }
div#slider > .indicator > ol > li > button.is-active {
background-color:		var(--vispr-color-detail-indicator-active);
}
div#slider > .indicator > ol > li > button.is-disabled {
display:			none;
}
div#data {
display:			flex;
-webkit-box-orient:		vertical;
-webkit-box-direction:		column;
-ms-flex-direction:		column;
flex-direction:			column;
-webkit-box-align:		start;
-ms-flex-align:			start;
align-items:			flex-start;
width:				50%;
padding-left:			40px;
overflow:			hidden;
box-sizing:			border-box;
gap:				12px;
}
div#data > div.featured {
margin-top:			10px;
}
div#data div.featured span.tag {
border-radius:			calc(var(--vispr-item-space-unit));
padding:			calc(var(--vispr-item-space-unit));
color:				white;
margin:				10px 0;
}
div#data div.featured span.tag.is-disabled {
display:			none;
visibility:			hidden;
}
div#data div.featured span.tag.featured-pro {
background-color:		blue;
}
div#data div.featured span.tag.featured-editors-choice {
background-color:		purple;
}
h1#startup-name {
font-size:			24px;
line-height:			normal;
font-weight:			600;
margin-top:			10px;
}
h2#pitch {
font-size:			14px;
word-break:			normal;
font-weight:			normal;
line-height:			1.28;
margin-top:			5px;
margin-bottom:			30px;
color:				#616a78;
}
a#website {
background-color:		#1a76d2;
color:				#fff;
box-shadow:			none;
text-decoration:		none;
max-width:			100%;
padding:			15px 40px 15px;
font-size:			16px;
font-weight:			500;
white-space:			nowrap;
text-orientation:		ellipsis;
text-align:			center;
border-radius:			4px;
opacity:			1;
transition:			all 0.2s ease;
display:			block;
box-sizing:			border-box;
margin-bottom:			20px;
}
a#website:hover {
background-color:		#1da2ff;
}
#more {
width:				100%;
padding-top:			15px;
box-sizing:			border-box;
}
#more > .more {
display:			-webkit-box;
display:			-ms-flexbox;
display:			flex;
-webkit-box-align:		end;
-ms-flex-align:			end;
align-items:			flex-end;
-webkit-box-pack:		justify;
-ms-flex-pack:			justify;
justify-content:		space-between;
box-sizing:			border-box;
margin-top:			10px;
}
#more > .more.hidden {
display:			none;
visibility:			hidden;
}
#more > .more > .key {
color:				#616a78;
-webkit-box-flex:		0;
-ms-flex:			none;
flex:				none;
max-width:			130px;
padding-right:			8px;
font-size:			12px;
overflow:			hidden;
text-overflow:			ellipsis;
box-sizing:			border-box;
}
#more > .more > .value {
-webkit-box-flex:		0;
-ms-flex:			none;
flex:				none;
max-width:			calc(100%-140px);
padding-left:			8px;
font-size:			12px;
font-weight:			600;
overflow:			hidden;
text-overflow:			ellipsis;
box-sizing:			border-box;
}
#more > .more > .spacer {
border-bottom:			#d8d8d8 1px dashed;
width:				100%;
margin-bottom:			4px;
box-sizing:			border-box;
}
span#close-detail {
font-size:			32pt;
height:				42px;
width:				42px;
}
span#close-detail:hover {
opacity:			0.8;
}
div#vispr-detail.hidden {
display:			none;
visibility:			hidden;
}
#vispr-catalog > .header {
position:			relative;
display:			-webkit-box;
display:			-ms-flexbox;
display:			flex;
-webkit-box-align:		end;
-ms-flex-align:			end;
align-items:			flex-end;
-webkit-box-pack:		justify;
-ms-flex-pack:			justify;
justify-content:		space-between;
-ms-flex-wrap:			wrap;
flex-wrap:			wrap;
margin-bottom:			30px;
border-bottom:			1px solid #e9ecef;
}
#vispr-catalog > .header > .catalog-search {
display:			-webkit-box;
display:			-ms-flexbox;
display:			flex;
-webkit-box-align:		end;
-ms-flex-align:			end;
align-items:			flex-end;
width:				75%;
height:				40px;
margin-bottom:			10px;
}
#vispr-catalog > .header > .catalog-search > input {
background-color:		transparent;
border:				none;
font-size:			14pt;
width:				100%;
}
#vispr-catalog > .header > .catalog-search > i.fa-search {
margin-right:			12px;
color:				var(--vispr-color-search);
}
#vispr-catalog > .header > .catalog-search > i.fa-solid:before {
font-size:			14pt;
font-style:			normal;
}
#vispr-catalog > .header > .catalog-filter {
width:				100%;
display:			flex;
justify-content:		space-between;
}
#order-by {
width:				fit-content;
min-width:			200px;
max-width:			800px;
}
#filter-category .content,
#order-by .content {
width:				100%;
}
#vispr-catalog > .header > .catalog-filter > select {
width:				25%;
}
#vispr-catalog > .header > .catalog-filter > select.hidden {
visibility:			hidden;
}
#pagination {
display:			flex;
width:				max-content;
margin:				0 auto;
justify-content:		space-between;
}
#pagination a {
text-decoration:		none;
text-align:			center;
border:				solid 1px;
border-color:			var(--vispr-color-pagination-border);
color:				var(--vispr-color-pagination);
border-radius:			4px;
height:				40px;
width:				40px;
line-height:			40px;
margin:				2px;
font-weight:			bold;
font-size:			14pt;
}
#pagination a span.dashicons {
height:				40px;
width:				40px;
font-size:			32pt;
}
#pagination a.selected {
border-color:			var(--vispr-color-pagination-border-active);
}
#pagination a:first-of-type,
#pagination a:last-of-type {
border-color:				transparent;
color:				var(--vispr-color-pagination);
}
#pagination a:first-of-type.disabled span,
#pagination a:last-of-type.disabled span {
color:				transparent;
}.order,
.multiselect {
cursor:				pointer;
position:			relative;
height:				40px;
display:			-webkit-box;
display:			-ms-flexbox;
display:			flex;
-webkit-box-align:		center;
-ms-flex-align:			center;
align-items:			center;
font-size:			14px;
font-weight:			500;
padding:			6px 25px 6px 13px;
border:				solid 1px #e9ecef;
border-radius:			4px;
background-color:		#fff;
outline:			none;
-webkit-transition:		all 0.3s ease;
transition:			all 0.3s ease;
box-sizing:			border-box;
width:				calc(40% - 10px);
margin-right:			6px;
}
.order:after,
.multiselect:after {
content:			'\f347';
font-family:			dashicons;
position:			absolute;
top:				13px;
right:				9px;
font-size:			12px;
line-height:			1;
transition:			transform 0.3s ease ,-webkit-transform 0.3s ease;
color:				#616a78;
}
.order.active:after,
.multiselect.active:after {
-webkit-transform:		rotate(180deg);
transform:			rotate(180deg);
}
.order:hover,
.multiselect:hover {
border-color:			#cdd4d9;
} .order .caret,
.multiselect .caret {
position:			absolute;
top:				0;
left:				0;
width:				100%;
height:				100%;
z-index:			1;
box-sizing:			border-box;
}
.order .tags,
.multiselect .tags {
max-width:			100%;
overflow:			hidden;
text-overflow:			ellipsis;
}
.order .tags span:first-of-type {
margin-left:			5px;
margin-right:			5px;
}
.order .content,
.multiselect .content {
max-height:			300px;
background-color:		#fff;
box-shadow:			0px 4px 16px 0px rgba(0,0,0,0.15);
position:			absolute;
top:				100%;
left:				0;
z-index:			2;
min-width:			176px;
width:				fit-content;
max-width:			100%;
display:			-webkit-box;
display:			-ms-flexbox;
display:			flex;
-webkit-box-orient:		vertical;
-webkit-box-direction:		normal;
-ms-flex-direction:		column;
flex-direction:			column;
padding:			0;
margin-top:			10px;
border:				solid 1px #e9ecef;
border-radius:			2px;
display:			inline-block;
transition:			grow 1s ease 0.1s;
overflow-y:			auto;
overflow-x:			hidden;
scrollbar-width:		thin;
scrollbar-color:		#616a78 #e9ecef;
}
@keyframes grow {
0% {
display:		inline-block;
}
1% {
height:			0px;
}
100% {
height:			100%;
}
}
.order:not(.active) .content,
.multiselect:not(.active) .content {
display:			none;
transition:			shrink 1s ease 0.1s;
}
@keyframes shrink {
0% {
display:		inline-block;
}
1% {
height:			100%;
}
99% {
height:			0px;
}
100% {
display:		none;
}
}
.order .content:after,
.multiselect .content:after {
content:			'';
position:			absolute;
top:				-9px;
left:				20px;
z-index:			1;
width:				0;
height:				0;
border-left:			9px solid transparent;
border-right:			9px solid transparent;
border-bottom:			10px solid #fff;
}
.order .content:before,
.multiselect .content:before {
border-bottom:			10px solid #e9ecef;
top:				-10px;
}
.order .content ul,
.multiselect .content ul {
z-index:			2;
width:				100%;
height:				100%;
padding:			10px 0;
margin:				0;
border-radius:			2px;
list-style:			none;
display:			inline-block;
}
.order .content ul::-webkit-scrollbar,
.multiselect .content ul::-webkit-scrollbar {
width:				8px;
}
.order .content ul::-webkit-scrollbar-track,
.multiselect .content ul::-webkit-scrollbar-track {
background-color:		#e9ecef;
}
.order .content ul::-webkit-scrollbar-thumb,
.multiselect .content ul::-webkit-scrollbar-thumb {
background-color:		#e9ecef;
border-radius:			20px;
border:				2px solid #e9ecef;
}
.order .content > ul,
.multiselect .content > ul {
white-space:			nowrap;
}
.order .content > ul:hover,
.multiselect .content > ul:hover {
cursor:				pointer;
}
.order .content > ul > li {
padding-left:			10px;
padding-top:			10px;
height:				40px;
}
.multiselect .content > ul > li {
margin-left:			10px;
margin-top:			10px;
}
.multiselect .content > ul > li.disabled {
opacity:			0.3;
}
.multiselect .content > ul > li:not(.sub) {
font-weight:			bold;
}
.multiselect .content > ul > li.sub {
margin-left:			20px;
}
.multiselect .content > ul > li > span {
display:			inline-block;
width:				100%;
padding-left:			5px;
}
.order .content > ul > li:hover {
background-color:		#b0b0b099;
}
div.order .content > ul > li.selected {
background-color:		#e9ecef;
}
.order .content > ul > li > span {
display:			inline-block;
height:				32px;
width:				32px;
}
.order .content > ul > li > span:first-of-type {
margin-left:			5px;
margin-right:			15px;
}
.order .content > ul > li > span:last-of-type {
margin-right:			5px;
}
.order.enter-active,
.order.leave-active,
.multiselect.enter-active,
.multiselect.leave-active {
-webkit-transition:			opacity 0.3s ease-out;
transition:				 opacity 0.3s ease-out;
}
.sorting-select-inner {
width:				100%;
overflow:			hidden;
white-space:			nowrap;
text-overflow:			ellipsis;
}
.filter-tags {
display:			flex;
flex-flow:			wrap;
gap:				12px;
width:				100%;
margin-bottom:			5px;
}
.filter-tags span {
background-color:		#e9ecef;
color:				black;
border-radius:			4px;
padding:			2px 5px;
margin-left:			5px;
margin-top:			5px;
}
.filter-tags span:not(.active):not(.reset) {
display:			none;
}
.filter-tags span:not(.reset):after {
content:			'x';
padding-left:			4px;
padding-right:			4px;
cursor:				pointer;
}
.filter-tags span:hover:after {
color:				#0004;
}
.filter-tags span.reset {
background-color:		transparent;
color:				#616a78;
text-decoration:		underline dashed;
cursor:				pointer;
}
.filter-tags span.reset.hidden,
.filter-tags span:first-of-type.reset {
display:			none;
}:root{--fluentform-primary:#1a7efb;--fluentform-secondary:#606266;--fluentform-danger:#f56c6c;--fluentform-border-color:#dadbdd;--fluentform-border-radius:7px;--fluentform-input-select-height:auto}.ff-default .ff_btn_style{border:1px solid transparent;border-radius:7px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;line-height:1.5;padding:8px 20px;position:relative;text-align:center;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.ff-default .ff_btn_style:focus,.ff-default .ff_btn_style:hover{opacity:.8;outline:0;text-decoration:none}.ff-default .ff-btn-primary:not(.ff_btn_no_style){background-color:#007bff;border-color:#007bff;color:#fff}.ff-default .ff-btn-primary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-primary:not(.ff_btn_no_style):hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style){background-color:#606266;border-color:#606266;color:#fff}.ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus,.ff-default .ff-btn-secondary:not(.ff_btn_no_style):hover{background-color:#727b84;border-color:#6c757d;color:#fff}.ff-default .ff-btn-lg{border-radius:6px;font-size:18px;line-height:1.5;padding:8px 16px}.ff-default .ff-btn-sm{border-radius:3px;font-size:13px;line-height:1.5;padding:4px 8px}.ff-default .ff-el-form-control{background-clip:padding-box;background-image:none;border:1px solid var(--fluentform-border-color);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1;margin-bottom:0;max-width:100%;padding:11px 15px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ff-default .ff-el-form-control:focus{background-color:#fff;border-color:var(--fluentform-primary);color:var(--fluentform-secondary);outline:none}.ff-default .ff-el-form-check label.ff-el-form-check-label{cursor:pointer;margin-bottom:7px}.ff-default .ff-el-form-check label.ff-el-form-check-label>span:after,.ff-default .ff-el-form-check label.ff-el-form-check-label>span:before{content:none}.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label{margin-bottom:0}.ff-default textarea{min-height:90px}select.ff-el-form-control:not([size]):not([multiple]){height:var(--fluentform-input-select-height,auto)}.elementor-editor-active .ff-form-loading .ff-step-container .fluentform-step:first-child{height:auto}.ff-upload-preview.ff_uploading{opacity:.8}@keyframes ff_move{0%{background-position:0 0}to{background-position:50px 50px}}.ff_uploading .ff-el-progress .ff-el-progress-bar{animation:ff_move 2s linear infinite;background-image:linear-gradient(-45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);background-size:50px 50px;border-bottom-left-radius:20px;border-bottom-right-radius:8px;border-top-left-radius:20px;border-top-right-radius:8px;bottom:0;content:"";left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.ff_payment_summary{overflow-x:scroll}.pac-container{z-index:99999!important}.ff-support-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.ff-default{font-family:inherit}.ff-default .ff-el-input--label label{display:inline-block;font-weight:500;line-height:inherit;margin-bottom:0}.fluentform *{box-sizing:border-box}.fluentform .clearfix:after,.fluentform .clearfix:before,.fluentform .ff-el-group:after,.fluentform .ff-el-group:before,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-el-repeat .ff-el-input--content:before,.fluentform .ff-step-body:after,.fluentform .ff-step-body:before{content:" ";display:table}.fluentform .clearfix:after,.fluentform .ff-el-group:after,.fluentform .ff-el-repeat .ff-el-input--content:after,.fluentform .ff-step-body:after{clear:both}@media (min-width:768px){.frm-fluent-form .ff-t-container{display:flex;gap:15px;width:100%}.frm-fluent-form .ff-t-container.ff_cond_v{display:flex!important}.frm-fluent-form .ff-t-container.mobile:not(.ff_excluded){display:block!important}.frm-fluent-form .ff-t-cell{display:flex;flex-direction:column;vertical-align:inherit;width:100%}.frm-fluent-form .ff-t-cell:first-of-type{padding-left:0}.frm-fluent-form .ff-t-cell:last-of-type{flex-grow:1;padding-right:0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom{align-items:flex-end;display:flex;margin:auto 0 0}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-center{justify-content:center}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-right{justify-content:flex-end}.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button{margin-bottom:20px}}@media (max-width:768px){.ff-t-cell{margin-left:0!important}}.fluentform .ff-el-group{margin-bottom:20px}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label{display:block;float:none;text-align:left}.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content{margin-bottom:0;margin-left:auto}@media (min-width:481px){.fluentform .ff-el-group.ff-el-form-left .ff-el-input--label{text-align:left}.fluentform .ff-el-group.ff-el-form-right .ff-el-input--label{text-align:right}}.fluentform .ff-el-input--label{display:inline-block;margin-bottom:5px;position:relative}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label:before{color:var(--fluentform-danger);content:"* ";margin-right:3px}.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{color:var(--fluentform-danger);content:" *";margin-left:3px}.fluentform .ff-el-form-control{display:block;width:100%}.fluentform .ff-el-ratings{--fill-inactive:#d4d4d4;--fill-active:#ffb100;display:inline-block;line-height:40px}.fluentform .ff-el-ratings input[type=radio]{display:none;height:0!important;visibility:hidden!important;width:0!important}.fluentform .ff-el-ratings svg{fill:var(--fill-inactive);height:22px;transition:all .3s;vertical-align:middle;width:22px}.fluentform .ff-el-ratings svg.scale{transition:all .15s}.fluentform .ff-el-ratings label{display:inherit;margin-right:3px}.fluentform .ff-el-ratings label.active svg{fill:#ffb100;fill:var(--fill-active)}.fluentform .ff-el-ratings label:hover{cursor:pointer}.fluentform .ff-el-ratings label:hover svg{transform:scale(1.1)}.fluentform .ff-el-ratings label:hover svg.scalling{transform:scale(1.2)}.fluentform .ff-el-repeat .ff-el-form-control{margin-bottom:10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell{padding:0 10px;width:100%}.fluentform .ff-el-repeat .ff-t-cell:first-child{padding-left:0}.fluentform .ff-el-repeat .ff-t-cell:last-child{padding-right:0}.fluentform .ff-el-repeat .ff-t-container{display:flex}.fluentform .ff-el-repeat-buttons-list span{cursor:pointer}@media (min-width:481px){.fluentform .ff-el-form-left .ff-el-input--label,.fluentform .ff-el-form-right .ff-el-input--label{float:left;margin-bottom:0;padding:10px 15px 0 0;width:180px}.fluentform .ff-el-form-left .ff-el-input--content,.fluentform .ff-el-form-right .ff-el-input--content{margin-left:180px}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--label,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--label{float:none;margin-bottom:5px;width:auto}.fluentform .ff-el-form-left .ff-t-container .ff-el-input--content,.fluentform .ff-el-form-right .ff-t-container .ff-el-input--content{margin-left:auto}}.fluentform .ff-el-form-right .ff-el-input--label{text-align:right}.fluentform .ff-el-is-error .text-danger{font-size:12px;margin-top:4px}.fluentform .ff-el-is-error .ff-el-form-check-label,.fluentform .ff-el-is-error .ff-el-form-check-label a{color:var(--fluentform-danger)}.fluentform .ff-el-is-error .ff-el-form-control{border-color:var(--fluentform-danger)}.fluentform .ff-el-tooltip{cursor:pointer;display:inline-block;margin-left:2px;position:relative;vertical-align:middle;z-index:2}.fluentform .ff-el-tooltip:hover{color:#000}.fluentform .ff-el-tooltip svg{fill:var(--fluentform-primary)}.fluentform .ff-el-help-message{color:var(--fluentform-secondary);font-size:12px;font-style:italic;margin-top:5px}.fluentform .ff-el-help-message.ff_ahm{margin-bottom:5px;margin-top:-3px}.fluentform .ff-el-progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1.3rem;line-height:1.2rem;overflow:hidden}.fluentform .ff-el-progress-bar{background-color:var(--fluentform-primary);color:#fff;height:inherit;text-align:right;transition:width .3s;width:0}.fluentform .ff-el-progress-bar span{display:inline-block;padding:0 5px 0 0}.fluentform .ff-el-progress-status{font-size:.9rem;margin-bottom:5px}.fluentform .ff-el-progress-title{border-bottom:2px solid #000;display:inline-block;font-weight:600;list-style-type:none;margin:8px 0 0;padding-left:15px;padding-right:15px}.fluentform .ff-el-progress-title li{display:none}.fluentform .ff-float-right{float:right}.fluentform .ff-chat-gpt-loader-svg{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.fluentform .ff-hidden{display:none!important}.fluentform .ff-step-t-container{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.fluentform .ff-step-t-container .ff-t-cell{width:auto}.fluentform .ff-step-t-container.ff-inner_submit_container .ff-el-group{margin-bottom:0}.fluentform .ff-step-container{overflow:hidden}.fluentform .ff-step-header{margin-bottom:20px}.fluentform .ff-step-titles{counter-reset:step;display:table;margin:0 0 20px;overflow:hidden;padding:0;position:relative;table-layout:fixed;text-align:center;width:100%}.fluentform .ff-step-titles-navs{cursor:pointer}.fluentform .ff-step-titles li{color:#333;display:table-cell;font-size:12px;list-style-type:none;padding:0 10px;position:relative;vertical-align:top;width:auto}.fluentform .ff-step-titles li.ff_active,.fluentform .ff-step-titles li.ff_completed{color:#007bff}.fluentform .ff-step-titles li.ff_active:before,.fluentform .ff-step-titles li.ff_completed:before{background:#007bff;border:1px solid transparent;color:#fff}.fluentform .ff-step-titles li.ff_active:after,.fluentform .ff-step-titles li.ff_completed:after{background:#007bff}.fluentform .ff-step-titles li.ff_active:after{right:0}.fluentform .ff-step-titles li:before{background:#fff;border:1px solid;border-radius:3px;color:#333;content:counter(step);counter-increment:step;display:block;font-size:10px;line-height:20px;margin:0 auto 5px;position:relative;vertical-align:top;width:20px;z-index:10}.fluentform .ff-step-titles li:after{background:#000;content:"";height:2px;left:-50%;position:absolute;top:9px;width:100%;z-index:1}.fluentform .ff-step-titles li:first-child{padding-left:0}.fluentform .ff-step-titles li:first-child:after{left:50%}.fluentform .ff-step-titles li:last-child{padding-right:0}.fluentform .ff-step-titles li:last-child:after{left:-50%}.fluentform .ff-step-body{left:0;margin-bottom:15px;position:relative;top:0}.fluentform .ff-upload-progress{margin:10px 0}.fluentform .ff-upload-progress-inline{border-radius:3px;height:6px;margin:4px 0;position:relative}.fluentform .ff-upload-preview{border:1px solid #ced4da;border-radius:3px;margin-top:5px}.fluentform .ff-upload-preview:first-child{margin-top:0}.fluentform .ff-upload-preview-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:70px;width:70px}.fluentform .ff-upload-container-small-column-image{display:flex;flex-wrap:wrap-reverse;justify-content:center;text-align:center}.fluentform .ff-upload-details,.fluentform .ff-upload-preview{zoom:1;overflow:hidden}.fluentform .ff-upload-details,.fluentform .ff-upload-thumb{display:table-cell;vertical-align:middle}.fluentform .ff-upload-thumb{background-color:#eee}.fluentform .ff-upload-details{border-left:1px solid #ebeef0;padding:0 10px;position:relative;width:10000px}.fluentform .ff-upload-details .ff-inline-block,.fluentform .ff-upload-details .ff-upload-error{font-size:11px}.fluentform .ff-upload-remove{box-shadow:none!important;color:var(--fluentform-danger);cursor:pointer;font-size:16px;line-height:1;padding:0 4px;position:absolute;right:0;top:3px}.fluentform .ff-upload-remove:hover{color:var(--fluentform-danger);text-shadow:1px 1px 1px #000!important}.fluentform .ff-upload-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fluentform .ff-table{margin-bottom:0}.fluentform .ff-checkable-grids{border:1px solid #f1f1f1;border-collapse:collapse}.fluentform .ff-checkable-grids thead>tr>th{background:#f1f1f1;border:0;padding:7px 5px;text-align:center}.fluentform .ff-checkable-grids tbody>tr>td{border:0;padding:7px 5px}.fluentform .ff-checkable-grids tbody>tr>td:not(:first-of-type){text-align:center}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n)>td{background:#f1f1f1}.fluentform .ff-checkable-grids tbody>tr:nth-child(2n-1)>td{background:#fff}.fluentform .ff-screen-reader-element{clip:rect(0,0,0,0)!important;word-wrap:normal!important;border:0!important;height:1px!important;margin:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.fluentform .ff_upload_btn.ff-btn{background:#6f757e;border-color:#6f757e;color:#fff;cursor:pointer;display:inline-block;padding:10px 20px}.fluentform .ff_upload_btn.ff-btn:hover{background-color:#91959b;outline:none}.fluentform .ff_upload_btn.ff-btn:focus-visible{background-color:#91959b;outline:none}.fluentform .ff-el-tc{border:none;border-collapse:collapse;display:table;width:100%}.fluentform .ff-el-tc label.ff_tc_label{display:table-row}.fluentform .ff-el-tc label.ff_tc_label>span{padding-top:8px!important;width:20px}.fluentform .ff-el-tc label.ff_tc_label>div,.fluentform .ff-el-tc label.ff_tc_label>span{display:table-cell}.fluentform .ff-saved-state-input .ff_input-group-text{background-color:#1a7efb;border-color:#1a7efb;margin-left:-1px}.fluentform .ff-saved-state-input .ff_input-group-text:hover{background-color:#4898fc;border-color:#4898fc;opacity:1}.fluentform .ff-saved-state-input .ff_input-group-text img{width:28px}.fluentform .ff-saved-state-link input{text-overflow:ellipsis}.fluentform .ff-hide-group{display:none}.fluentform .ff_t_c{margin:0;padding:0 5px 0 0}.fluentform .ff_t_c p{margin:0;padding:0}.fluentform .force-hide{border:0;display:block;height:0;margin:0;opacity:0;padding:0;visibility:hidden}.fluentform input[type=checkbox],.fluentform input[type=radio]{display:inline-block;margin:0}.fluentform input[type=checkbox]{-webkit-appearance:checkbox}.fluentform input[type=radio]{-webkit-appearance:radio}.fluentform .text-danger{color:var(--fluentform-danger)}.fluentform .iti{width:100%}.fluentform .iti__selected-flag{background:rgba(0,0,0,.1);border-bottom-left-radius:6px;border-top-left-radius:6px}.fluentform .ff_gdpr_field{margin-right:5px}.fluentform form.ff-form-has-steps .ff-btn-submit{visibility:hidden}.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper{text-align:right}.fluentform textarea{max-width:100%}.fluentform .ff-el-form-check{margin-bottom:5px}.fluentform .ff-el-form-check span.ff_span{margin-left:6px}.fluentform .ff-el-form-check-label .ff-el-form-check-input{position:relative;top:-2px;vertical-align:middle}.fluentform .ff-inline-block{display:inline-block}.fluentform .ff-inline-block+.ff-inline-block{margin-left:10px}.fluentform .ff-text-left{text-align:left}.fluentform .ff-text-center{text-align:center}.fluentform .ff-text-right{text-align:right}.fluentform .ff-el-form-control:focus~.ff-el-help-message{display:block!important}.fluentform .ff-el-form-control::-moz-placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control::placeholder{color:#868e96;opacity:1}.fluentform .ff-el-form-control:disabled,.fluentform .ff-el-form-control[readonly]:not(.flatpickr-input){background-color:#e9ecef;opacity:1}.fluentform-step{float:left;height:1px;overflow-x:hidden;padding:3px}.fluentform-step.active{height:auto;width:100%}.fluentform-step .ff_summary_container{font-size:14px;margin-top:10px}.step-nav .next{float:right}.fluentform .has-conditions{display:none}.ff-message-success{border:1px solid #ced4da;box-shadow:0 1px 5px rgba(0,0,0,.1);margin-top:10px;padding:15px;position:relative}.ff-errors-in-stack{display:none;margin-top:15px}.ff-errors-in-stack .error{font-size:14px;line-height:1.7}.ff-errors-in-stack .error-clear{cursor:pointer;margin-left:5px;padding:0 5px}.ff-chat-reply-container div p{border-radius:6px;margin-top:12px;padding:20px 16px}.ff-chat-reply-container div .skeleton{animation:skeleton-loading 2s linear infinite alternate;padding:24px}@keyframes skeleton-loading{0%{background-color:#e3e6e8}to{background-color:#f0f3f5}}.ff-el-chat-container{position:relative}.ff-el-chat-container textarea{outline:none;position:relative;resize:none}.ff-el-chat-container .ff_btn_chat_style{background:transparent;border:none;position:absolute;right:10px;top:38%}.ff-el-chat-container .ff_btn_chat_style svg:hover{cursor:pointer;opacity:.8;outline:0;text-decoration:none;transition:all .4s}.iti-mobile .iti--container{z-index:9999}.fluentform .hidden_field{display:none!important}.fluentform .ff_force_hide{display:none!important;visibility:hidden!important}.fluentform .ff_scrolled_text{background:#e9ebed;height:200px;overflow:scroll;padding:10px 15px}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 0 10px;position:relative;width:auto!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label{margin:0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label:focus-within span{background-color:#b3d4fc}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input{margin:0;opacity:0;outline:none;position:absolute;z-index:-1}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{-webkit-appearance:none;background:#fff;border:1px solid #dcdfe6;border-left:0;border-radius:0;box-sizing:border-box;color:#606266;cursor:pointer;display:inline-block;font-size:14px;font-weight:500;line-height:1;margin:0;outline:none;padding:12px 20px;position:relative;text-align:center;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;vertical-align:middle;white-space:nowrap}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover{color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder{border:1px solid #dcdfe5;overflow:hidden}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span{border:none!important;border-radius:0!important;margin-left:-1px;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected{border-color:#1a7efb}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label>span{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px;box-shadow:none!important}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:last-child label>span{border-radius:0 4px 4px 0}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span{background-color:#1a7efb;border-color:#1a7efb;box-shadow:-1px 0 0 0 #8cc5ff;color:#fff}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label>span{border-left-color:#1a7efb}@media only screen and (max-width:768px){.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{display:block;width:100%}.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span{border:1px solid!important;border-radius:4px!important;box-shadow:none!important;display:block;width:100%}}.fluentform .ff-el-group.ff-hpsf-container{display:none!important;position:absolute!important;transform:translateX(1000%)!important}.fluentform div.ff-el-form-hide_label>.ff-el-input--label{display:none;visibility:hidden}.fluentform .ff_file_upload_holder{margin-bottom:0}.fluentform .ff-dropzone .ff_upload_btn.ff-btn{background:rgba(223,240,255,.13);border:1px dashed var(--fluentform-primary);border-radius:var(--fluentform-border-radius);color:var(--fluentform-secondary);display:block;padding:35px;text-align:center;transition:all .2s ease;width:100%}.fluentform .ff-dropzone .ff_upload_btn.ff-btn:hover{background:rgba(223,240,255,.49)}.fluentform .ff-dropzone .ff-uploaded-list{margin-top:10px}.fluentform .ff_center{text-align:center}.fluentform .ff_right{text-align:right}.fluentform .ff_left{text-align:left}.fluentform .ff-form-inline .ff-t-container,.fluentform .ff-form-inline>.ff-el-group,.fluentform .ff-form-inline>.ff-name-field-wrapper{display:inline-block;margin-right:10px;vertical-align:top}.fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline .ff-t-container>.ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-el-group>.ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-t-cell .ff-el-input--label,.fluentform .ff-form-inline>.ff-name-field-wrapper>.ff-el-input--label{display:none}.fluentform .ff-form-inline .ff-t-container .ff-el-input--content,.fluentform .ff-form-inline>.ff-el-group .ff-el-input--content,.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-el-input--content{margin-left:0}.fluentform .ff-form-inline .ff-t-container:last-child,.fluentform .ff-form-inline>.ff-el-group:last-child,.fluentform .ff-form-inline>.ff-name-field-wrapper:last-child{margin-right:0}.fluentform .ff-t-container .ff-name-title{width:40%}.fluentform .ff_hide_label .ff-el-input--label{display:none}.fluentform .field-value{white-space:pre-line}.fluentform .ff-el-group .ff-read-only{background-color:#e9ecef!important;opacity:1;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.fluentform .ff-el-group .ff-read-only:focus{outline:none}.fluentform label.ff-el-image-input-src{background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:200px;width:200px}.fluentform .ff-el-image-holder{float:left;margin-bottom:20px;margin-right:20px;width:200px}.fluentform .ff-el-image-holder .ff-el-form-check-label{padding-left:1px}.fluentform .ff_el_checkable_photo_holders{display:block;margin-bottom:-20px;overflow:hidden}.fluentform .select2-container{width:100%!important}.fluentform .select2-container .select2-selection__rendered li{margin:0}.fluentform .select2-container .select2-search--inline>input{height:calc(2.25rem + 2px);line-height:1.5;margin-top:0;padding:.375rem 1.75rem .375rem .75rem}.fluentform .ff-el-form-bottom{display:flex;flex-direction:column-reverse}.fluentform .ff-el-form-bottom .ff-el-input--label{margin-bottom:0;margin-top:5px}.fluentform .mce-tinymce.mce-container.mce-panel{border:1px solid #ced4da}.fluentform .ff_input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.fluentform .ff_input-group>.ff-el-form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;display:inline-block;width:auto}.fluentform .ff_input-group>.ff-el-form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group .ff-el-form-control{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.fluentform .ff_input-group-prepend{margin-right:-1px}.fluentform .input-group-append{margin-left:-1px}.fluentform .ff_input-group-append,.fluentform .ff_input-group-prepend{display:flex}.fluentform .ff_input-group>.ff_input-group-prepend>.ff_input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.fluentform .ff_input-group>.ff_input-group-append>.ff_input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.fluentform .ff_input-group-text{align-items:center;background-color:#e9ecef;border-radius:.25rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.fluentform .ff_coupon_wrapper .ff_input-group-append{cursor:pointer}.fluentform .ff_coupon_wrapper .ff_input-group-append:hover .ff_input-group-text{background:#e3e8ed}.fluentform ul.ff_coupon_responses{list-style:none;margin:0;padding:0}.fluentform ul.ff_coupon_responses li{padding-top:5px}.fluentform ul.ff_coupon_responses span.error-clear{color:#ff5050;font-weight:700;margin-right:10px}.fluentform ul.ff_coupon_responses .ff_error{color:#f56c6c;cursor:pointer}.fluentform ul.ff_coupon_responses .ff_success{color:#28a745}.fluentform .ff-btn.disabled{opacity:.65}.fluentform .ff-btn.ff-working{position:relative;transition:all .3s ease}.fluentform .ff-btn.ff-working:after{animation:ff-progress-anim 4s 0s infinite;background:hsla(0,0%,100%,.4);bottom:0;content:"";height:5px;left:0;position:absolute;right:0}.fluentform .ff-btn-block{display:block;width:100%}.fluentform .ff-btn-block+.ff-el-btn-block{margin-top:8px}.fluentform .ff_submitting{pointer-events:none}@keyframes ff-progress-anim{0%{width:0}5%{width:0}10%{width:15%}30%{width:40%}50%{width:55%}80%{width:100%}95%{width:100%}to{width:0}}.ff_modal_container{background:#fff;max-height:90vh!important;max-width:900px;overflow:auto;padding:30px}@media only screen and (min-width:1000px){.ff_modal_container{width:900px}}.select2-results__option{margin:0}.fluentform span.select2.select2-container:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #495057;content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ff_pointer{cursor:pointer}.ff_net_table{border:0;border-collapse:separate;border-spacing:0;line-height:1.4;margin:0;padding:0;table-layout:fixed;width:100%}.ff_net_table th{border:none;font-size:13px;font-weight:400;padding:8px 0;text-align:center;vertical-align:bottom}.ff_net_table th .ff_not-likely{float:left;text-align:left}.ff_net_table th .ff_extremely-likely{float:right;text-align:right}.ff_net_table tbody tr{background:none;border:0}.ff_net_table tbody tr td{background-color:#fff;border:1px solid #ddd;border-left:0;padding:0;text-align:center;vertical-align:middle}.ff_net_table tbody tr td input[type=radio]:checked+label{background-color:#4caf50;color:#fff}.ff_net_table tbody tr td:first-of-type{border-left:1px solid #ddd;border-radius:5px 0 0 5px}.ff_net_table tbody tr td:last-child{border-radius:0 5px 5px 0}.ff_net_table tbody tr td label{border:0;color:#444;cursor:pointer;display:block;font-size:16px;font-weight:700;height:40px;line-height:40px;margin:0;position:relative;width:100%}.ff_net_table tbody tr td label:after{border:0;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.ff_net_table tbody tr td label:hover:after{border:2px solid #4caf50}.ff-el-pop-content{background-color:#000;border-radius:3px;box-shadow:0 5px 10px rgba(0,0,0,.2);color:#fff;font-size:11px;line-height:1.2;padding:10px;position:absolute;text-align:center;transform-origin:center bottom;z-index:9999}.ff-checkable-grids.mobile{border:0}.ff-checkable-grids.mobile tbody tr{padding-top:0!important}.ff-checkable-grids.mobile tbody tr:nth-child(2n)>td{background:transparent}.ff-checkable-grids.mobile tbody td{padding-left:10px!important;text-align:left!important}.ff-checkable-grids.mobile tbody td.ff_grid_header{background-color:#eee!important;margin:0}.ff-checkable-grids.mobile tbody td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}span.ff-el-rating-text{line-height:100%;padding-left:5px;vertical-align:bottom}table.ff_repeater_table{background:transparent!important;border:0;border-collapse:collapse;border-spacing:0;margin:0 0 5px;padding:0;table-layout:auto!important;vertical-align:middle;width:100%}table.ff_repeater_table th{font-size:90%;padding:0;text-align:left}table.ff_repeater_table th,table.ff_repeater_table tr{background:transparent!important;border:0;padding-top:5px}table.ff_repeater_table td{background:transparent!important;border:0;max-width:100%;padding:0 15px 15px 0;text-align:left;width:282px}table.ff_repeater_table tbody tr:only-child td .repeat-minus{visibility:hidden}table.ff_repeater_table .ff-el-group{margin:0;padding:0}table.ff_repeater_table .repeat_btn{padding-right:0;vertical-align:middle;width:30px}table.ff_repeater_table .repeat_btn span.ff-icon{cursor:pointer;margin-right:10px}table.ff_repeater_table .repeat_btn span.ff-icon.icon-minus-circle{margin-right:0}table.ff_repeater_table.repeat-maxed .repeat_btn .repeat-plus{visibility:hidden}.ff-repeater-container{display:flex;flex-direction:column}.ff-repeater-container .repeat_btn{align-self:center;display:flex}.ff-repeater-container .ff_repeater_cont_row,.ff-repeater-container .ff_repeater_header{display:flex;flex-wrap:nowrap}.ff-repeater-container .ff_repeater_cont_row:only-child .repeat-minus{visibility:hidden}.ff-repeater-container .ff_repeater_cell,.ff-repeater-container .ff_repeater_header_item{box-sizing:border-box;padding:0 15px 0 0;text-align:left}.ff-repeater-container .ff-el-repeat-buttons-list{display:flex;margin-top:34%}.ff_repeater_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_repeater_table.mobile tbody td .ff-el-group{margin-top:6px}.ff_repeater_table.mobile tbody td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}.ff-el-section-break .ff-el-section-title{font-weight:600;margin-bottom:5px}.ff-el-section-break hr{background-color:#dadbdd;border:none;height:1px;margin-bottom:10px}table.ff_flexible_table.ff-checkable-grids{width:100%}.ff_flexible_table.mobile thead{left:-9999px;position:absolute;top:-9999px}.ff_flexible_table.mobile tbody td{display:block;padding:10px;width:100%}.ff_flexible_table.mobile tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;position:relative}@media only screen and (max-width:400px){.ff_repeater_table{width:100%}.ff_repeater_table thead{display:none}.ff_repeater_table tbody tr{border:1px solid #ddd;display:block;margin-bottom:15px;padding:10px}.ff_repeater_table tbody td{display:block;padding:5px 0;text-align:left;width:100%!important}.ff_repeater_table tbody td .ff-el-input--content{width:100%}.ff_repeater_table .repeat_btn{margin-top:10px;padding:10px 0;text-align:center;width:100%}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list{display:flex;justify-content:space-between}.ff_repeater_table .repeat_btn .ff-el-repeat-buttons-list span{background-color:#f0f0f0;border-radius:3px;cursor:pointer;padding:5px 10px}}@media only screen and (min-width:641px){.fluentform .ff-el-group.ff_list_3col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0 0 2px;min-height:28px;padding-right:16px;vertical-align:top;width:33.3%}.fluentform .ff-el-group.ff_list_2col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:50%}.fluentform .ff-el-group.ff_list_4col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:25%}.fluentform .ff-el-group.ff_list_5col .ff-el-form-check{display:-moz-inline-stack;display:inline-block;margin:0;min-height:28px;padding-right:16px;vertical-align:top;width:20%}.fluentform .ff-el-group.ff_list_inline .ff-el-form-check{display:-moz-inline-stack;display:inline-block;float:none!important;margin:0 15px 10px 0;width:auto!important}}@media (max-width:767px){table.ff_flexible_table,table.ff_flexible_table.ff-checkable-grids{border:0}table.ff_flexible_table.ff-checkable-grids tbody tr{padding-top:0!important}table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header{background-color:#eee!important;margin:0;text-align:center}table.ff_flexible_table.ff-checkable-grids tbody tr td{text-align:left!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:before{content:none!important}table.ff_flexible_table.ff-checkable-grids tbody tr td:after{content:attr(data-label);display:inline-block;letter-spacing:.5pt;padding-left:10px;white-space:nowrap}table.ff_flexible_table.ff-checkable-grids tbody tr:nth-child(2n)>td{background:transparent}table.ff_flexible_table thead{left:-9999px;position:absolute;top:-9999px}table.ff_flexible_table tbody tr{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:block;margin:16px 0 10px;padding-top:12px!important;position:relative}table.ff_flexible_table tbody tr td{display:block;margin-left:8px;margin-right:8px;padding:5px}table.ff_flexible_table tbody tr td:before{clear:both;content:attr(data-label);display:block;font-size:.875em;letter-spacing:.5pt;white-space:nowrap}table.ff_flexible_table tbody tr td.repeat_btn{background-color:#eee;margin-left:0;padding:10px!important;width:100%!important}table.ff_flexible_table tbody tr td.repeat_btn .ff-el-repeat-buttons-list{float:none;width:100%}}@media only screen and (max-width:768px){.lity-container{width:96%}.fluentform .ff-t-container .ff-name-title{width:100%}.ff_repeater_cont_row{background:#fff;border-bottom:1px solid #ced4da;border-top:1px solid #ced4da;border-color:#ced4da;border-style:solid;border-width:2px 1px 4px;display:flex;flex-direction:column;margin:16px 0 10px;padding-top:12px}.ff_repeater_cont_row .ff_repeater_cell{display:block;margin-left:8px;margin-right:8px;padding:5px}.ff_repeater_cont_row .ff-t-cell{flex-basis:100%!important;max-width:100%;width:100%}.ff_repeater_cont_row .ff_repeater_body[role=rowgroup]{display:flex;flex-direction:column}.ff-repeater-container .ff-el-repeat-buttons-list{margin-top:-28px}.ff-el-repeat-buttons-list{margin-top:0}}