:root {
	--futura: 'futura-pt', 'Poppins', Arial, sans-serif !important;
	--line-color: #acafb2;
	--sidep: 0px;
}

@media screen and (min-width: 768px) {
	:root {
		--sidep: 30px;
	}
}

@media screen and (min-width: 1024px) {
	:root {
		--sidep: 40px;
	}
}

@media screen and (min-width: 1120px) {
	:root {
		--sidep: 75px;
	}
}

.alt-ch {
	    font-family: georgia, times, serif;
}

.bde-lightbox .lg-zoom-in,
.bde-lightbox .lg-fullscreen,
.bde-lightbox .lg-counter {
	display: none;
}
.bde-lightbox .lg-next, 
.bde-lightbox .lg-prev {
	background: none !important;
}

.breakdance-form-field__input:focus,
.breakdance-form-field__input:active {
    outline: var(--bde-links-color) !important;
}
.breakdance .lg-outer .lg-thumb-item {
	border-radius: 0 !important;
}


.altf {
	font-family: Georgia, serif;
}
.breakdance-form-field__label {
	padding-left: 30px;
}
.breakdance-form-field {
	border: 1px solid var(--bde-brand-primary-color);
	border-width: 0 1px 1px 0;
	padding: 14px 0px 0px;
}
.breakdance-form-field .button-atom {
	justify-content: space-between !important;
	display: flex !important;
}
.breakdance-form-field .button-atom::after {
	background-color: #fff !important;
	transition: all .3s ease-in-out;
}
.breakdance-form-field .button-atom:hover::after {
	transform: translateX(10px);
}
.bde-form-builder input,
.bde-form-builder textarea,
.bde-form-builder select,
.bde-form-builder button {
	outline: 1px solid transparent !important;
}
.bde-form-builder input:focus,
.bde-form-builder textarea:focus,
.bde-form-builder input:active,
.bde-form-builder textarea:active,
.bde-form-builder select:active,
.bde-form-builder select:active {
	outline: 1px solid var(--bde-palette-color-1-755619ab-f443-4b21-a69d-15bd269a76d4) !important;
}
.bde-form-builder button:focus,
.bde-form-builder button:focus {
	text-decoration: underline;
}
.light-form.bde-form-builder input:focus,
.light-form.bde-form-builder textarea:focus,
.light-form.bde-form-builder input:active,
.light-form.bde-form-builder textarea:active,
.light-form.bde-form-builder select:active,
.light-form.bde-form-builder select:active {
	background: #fff !important;
}
.light-form.bde-form-builder button:focus,
.light-form.bde-form-builder button:focus {
	background: var(--bde-button-primary-background-color-hover);
}

.bde-column {
	gap: 40px;
}

.futura,
.futura * {
	font-family: 'futura-pt', 'Poppins', Arial, sans-serif !important;
}

/* Logos */
.logo-ratio-0 {
  height: 15% !important;
}
.logo-ratio-1 {
  height: 25% !important;
}
.logo-ratio-2 {
  height: 35% !important;
}
.logo-ratio-3 {
  height: 45% !important;
}
.logo-ratio-4 {
  height: 55% !important;
}
.logo-ratio-5 {
  height: 60% !important;
}
.logo-ratio-6 {
  height: 65% !important;
}
.logo-ratio-7 {
  height: 70% !important;
}
.logo-ratio-8 {
  height: 80% !important;
}
.logo-ratio-9 {
  height: 90% !important;
}
.logo-ratio-10 {
  height: 100% !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
.breakdance .h1 {
    font-size: var(--bde-h1-font-size);
}
.breakdance .h2 {
    font-size: var(--bde-h2-font-size);
}
.breakdance .h3 {
    font-size: var(--bde-h3-font-size);
}
.breakdance .h4 {
    font-size: var(--bde-h4-font-size);
}
.breakdance .h5 {
    font-size: var(--bde-h5-font-size);
}
.breakdance .h6 {
    font-size: var(--bde-h6-font-size);
}


/* Text links */
.bde-text-link:not(:hover) {
	text-decoration: none;
}


/* Testimonials */
.testimonial-query {
  height: 100%;
}
.testimonial-query .bde-fancy-testimonial_content {
  position: relative;
  width: 100%;
}
.testimonial-query .bde-fancy-testimonial_quote--bottom {
    font-size: 50px;
    position: absolute;
    bottom: -20px;
    top: auto;
    right: 20px;
    transform: rotate(180deg);
}
.testimonial-query .bde-fancy-testimonial {
  color: #fff;
}
.testimonial-query .bde-fancy-testimonial svg {
  width: 30px;
}
.testimonial-query .bde-fancy-testimonial svg path {
  fill: var(--bde-links-color);
}
.testimonial-query .bde-fancy-testimonial {
  width: 100%;
}
.testimonial-query .bde-fancy-testimonial_text_text {
  font-size: var(--bde-h3-font-size);
  margin-bottom: 30px;
}
.testimonial-query .bde-fancy-testimonial_quote:nth-child(1) {
    font-size: 50px;
    position: absolute;
    top: -60px;
    left: -20px;
}



/* Rich text */
body .bde-rich-text h2 {
	font-size: var(--bde-h4-font-size);
}
body .bde-rich-text h3 {
	font-size: var(--bde-h5-font-size);
}
body .bde-rich-text h4,
body .bde-rich-text h5 {
	font-size: var(--bde-h6-font-size);
}

.bde-rich-text ul,
.bde-code-block ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.bde-rich-text ul li,
.bde-code-block ul li {
	padding: 0 0 10px 24px;
	position: relative;
}
.bde-rich-text ul li strong,
.bde-code-block ul li strong {
	color: var(--bde-brand-primary-color);
}
.bde-rich-text ul li::before,
.bde-code-block ul li::before {
    width: 9px;
    height: 14px;
    left: 0;
    top: 2px;
    position: absolute;
    content: '';
}

.bde-rich-text ul ul,
.bde-code-block ul ul {
	margin-top: 20px;
}
.bde-rich-text ul ul li,
.bde-code-block ul ul li {
	padding: 0 0 10px 30px;
	position: relative;
}
.bde-rich-text ul ul li::before,
.bde-code-block ul ul li::before {
    width: 20px;
	height: 2px;
	top: 9px;
    background: #000000;
}
.bde-rich-text ul {
  list-style: none !important;
  padding-left: 0
}

.bde-rich-text ul li {
  padding: 0 0 6px 50px;
  position: relative;
}
.bde-rich-text ul li::after {
    top: 10px;
    left: 0;
    width: 30px;
  height: 1px;
  background: var(--bde-brand-primary-color);
    position: absolute;
    content: '';
    display: block;
  border-radius: 10px;
	
}
.bde-rich-text ol {
	counter-reset: ol-list-counter;
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.bde-rich-text ol li {
	padding-left: 40px;
	counter-increment: ol-list-counter;
	position: relative;
}
.bde-rich-text ol li strong {
	font-weight: 700;
}
.bde-rich-text ol li:not(:last-child) {
	margin-bottom: 20px;
}
.bde-rich-text ol li::before{
    content: counter(ol-list-counter);
    color: #fff;
    font-weight: 400;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    top: -2px;
    border-radius: 100px;
    text-align: center;
    line-height: 1.6;
	background: var(--bde-brand-primary-color);
	z-index: 5;
}
.bde-rich-text ol li::after {
	content: '';
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: -6px;
    width: 36px;
    height: 36px;
    top: -8px;
    text-align: center;
	background: var(--bde-links-color);
	opacity: .1;
	border-radius: 100px;
}
.bde-rich-text blockquote {
	margin-left: 0;
	margin-right: 0;
	padding: 0 0 0 30px;
	border-left: 8px solid var(--bde-links-color);
}
.bde-rich-text blockquote,
.bde-rich-text blockquote p {
	/*font-family: var(--bde-heading-font-family);*/
	font-size: var(--bde-h5-font-size);
    word-spacing: -3px;
    letter-spacing: .5px;
	line-height: 1.3;
}
.bde-rich-text p strong,
.bde-rich-text p b {
	font-weight: 600;
}
.bde-rich-text .aligncenter,
.bde-rich-text .alignleft,
.bde-rich-text .alignright {
	width: 100%;
	margin-bottom: 20px !important;
}

@media screen and (min-width: 768px) {
	.bde-rich-text .alignleft,
	.bde-rich-text .alignright {
		width: 45%;
	}
	.bde-rich-text .alignright {
		margin: 0 0 30px 30px !important;
	}
}

.cont-counter {
	counter-reset: ol-list-counter-col !important;
}
.cont-counter .bde-rich-text ol li {
	counter-increment: ol-list-counter-col !important;
}
.cont-counter .bde-rich-text ol li::before{
    content: counter(ol-list-counter-col) !important;
}


/* Default widths */
.bde-div,
.bde-code-block {
	width: 100%;
}


/* Meta */
@media screen and (max-width: 767px) {
	.bde-post-meta {
		flex-wrap: wrap !important;
		flex-direction: row !important;
		width: 100% !important;
		gap: 24px !important;
	}
}



/* Looper Builder */
.breakdance .bde-post-loop .ee-post {
    gap: 0;
}



/* Flex Filter Grid */
.flex-filter .ee-post {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
  transition: opacity .01s ease-in-out !important;
	margin: 0 !important;
}
.flex-filter .ee-posts-isotope {
	height: auto !important;
}


/* Gravity Forms */
body .gfield--type-html h2 {
	margin-bottom: 0;
}
body .gform_required_legend {
    display: none;
}
body .gform_wrapper .gfield {
	text-align: left !important;
}
body .gform_wrapper .gfield_label {
    color: var(--bde-headings-color);
    font-size: 18px;
	margin-bottom: 4px;
	gap: 1px !important;
}
body .gform_wrapper .gfield_error [aria-invalid=true] {
	border-color:##e41a0f;
}
body .gform_wrapper .gfield_required {
	color: var(--bde-links-color) !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}
body .gform_wrapper .gform_fields {
    grid-row-gap: 20px !important;
}
@media screen and (min-width: 641px) {
	body .gform_wrapper .gform_fields {
    	grid-row-gap: 30px !important;
        grid-column-gap: 20px !important;
    }
}
body .gf_progressbar_percentage {
	background: -webkit-linear-gradient(0deg, var(--bde-palette-color-4), var(--bde-palette-color-5));
}
body .gform_wrapper .gf_progressbar_title {
	color: #000;
}
body .gform_wrapper .gf_progressbar,
body .gform_wrapper .gf_progressbar_percentage,
body .gform_wrapper .gf_progressbar_percentage:not(.percentbar_100) {
	border-radius: 0;
}
body .gform_wrapper .gf_progressbar .gf_progressbar_percentage {
	background-color: var(--bde-palette-color-3-803a4881-51ac-4d36-b30a-30a4229054b3) !important;
}
body .gform_wrapper input[type=color], 
body .gform_wrapper input[type=date], 
body .gform_wrapper input[type=datetime-local], 
body .gform_wrapper input[type=datetime], 
body .gform_wrapper input[type=email], 
body .gform_wrapper input[type=month], 
body .gform_wrapper input[type=number], 
body .gform_wrapper input[type=password], 
body .gform_wrapper input[type=search], 
body .gform_wrapper input[type=tel], 
body .gform_wrapper input[type=text], 
body .gform_wrapper input[type=time], 
body .gform_wrapper input[type=url], 
body .gform_wrapper input[type=week], 
body .gform_wrapper select, 
body .gform_wrapper textarea {
    background: #fff;
    border-radius: 0 !important;
    padding: 8px 18px 8px !important;
    width: 100%;
    color: #000;
    border: 1px solid var(--bde-headings-color);
    font-family: var(--bde-body-font-family);
    font-size: 16px;
	text-align: left;
	height: auto !important;
	line-height: 1.2 !important;
	min-height: 0 !important;
}
body .add_list_item,
body .delete_list_item {
	background: var(--bde-palette-color-1-c2d24fae-959a-4fd2-a913-df3448e964bc) !important;
}
body .gform_wrapper select {
    appearance:  none !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 4"><path d="M3,4L0,0h6l-3,4Z" style="fill: %23000; stroke-width: 0px;"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) center !important;
    background-size: 8px auto !important;
	height: auto !important;
}
body .gform_wrapper .ginput_container {
    position: relative;
}
body .gform_wrapper textarea,
body .gform_wrapper .gfield textarea.large {
	min-height: 150px !important;
}
body .gform_wrapper .gfield.textarea-short textarea.large {
	min-height: 80px !important;
	height: 80px !important;
}
body .gform_wrapper .gform_footer input,
body .gform_wrapper .gform_button {
    padding: 14px 44px 16px 24px !important;
    border-radius: 0 !important;
    border: 0 !important;
	background: var(--bde-links-color) !important;
    color: #fff !important;
    margin: 0 0 0 auto !important;
    font-size: var(--bde-body-font-size) !important;
	transition: all .3s ease-in-out !important;
	cursor: pointer !important;
	width: 100% !important;
	text-align: center !important;
	transition: all .3s ease-in-out !important;
	letter-spacing: 3px !important;
	text-transform: uppercase !important;
}
body .gform_wrapper .gform_button {
	width: auto !important;
}
body .gform_wrapper .gform_footer input:hover {
    background: var(--bde-palette-color-1-755619ab-f443-4b21-a69d-15bd269a76d4) !important;
}
body .gform_previous_button {
	color: var(--bde-body-text-color) !important;
	background: none !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-right: 30px !important;
	border: 1px solid var(--bde-body-text-color) !important;
}
body .gform_page_footer {
    justify-content: space-between;
    display: flex;
}
body .gform_page_footer .gform_button,
body .gform_page_footer .gform_next_button {
	margin: 0 0 0 auto !important;
}
body .gform_page_footer .gform_next_button,
body .gform_page_footer .gform_previous_button { 
	padding: 6px 24px 10px !important;
}
body .gform_page_footer .gform_button,
body .gform_page_footer .gform_next_button,
body .gform_page_footer .gform_previous_button {
	border-radius: 10px !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}
body .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background-color: #016991 !important;
}
body .gform_wrapper .form-small-heading {
	margin-bottom: -30px;
}
body .gform_page_footer .gform_next_button {
	background: #000 !important;
}
body .gform_previous_button::before,
body .gform_previous_button::after {
	display: none !important;
}
body .gform_wrapper .gform_footer button {
	width: 100%;
}
body .gform_wrapper .validation_message,
body .gform_wrapper .gform_validation_errors {
    background: #e41a0f;
    border-color: #e41a0f;
	border: 0;
    color: #fff !important;
    border-radius: 6px;
    padding: 5px 10px !important;
    display: inline-block !important;
    width: auto !important;
	font-size: 14px;
}
body .gform_wrapper .gform_validation_errors ol {
	text-align: left !important;
	color: #fff !important;
}
body .gform_wrapper .gform_validation_errors ol li a {
	color: #fff !important;
}
body .gform_wrapper .gform_validation_errors {
	width: 100% !important;
}
body .gform_wrapper .gform_validation_errors h2 {
	font-size: 14px !important;
	color: #fff !important;
}
body .gform_wrapper .gform_validation_errors>h2 .gform-icon {
    color: #fff !important;
	border: 1px solid #fff;
}
body .gform_wrapper textarea {
    height: 140px !important;
}
body .gf_progressbar {
    border-radius: 5px !important;
    overflow: hidden !important;
}
body .dark-form .gform_wrapper .gfield_label {
    color: #fff !important;
}
body .dark-form .gform-field-label--type-sub {
	color: #fff !important;
}
body .dark-form .gform_wrapper input[type=color], 
body .dark-form .gform_wrapper input[type=date], 
body .dark-form .gform_wrapper input[type=datetime-local], 
body .dark-form .gform_wrapper input[type=datetime], 
body .dark-form .gform_wrapper input[type=email], 
body .dark-form .gform_wrapper input[type=month], 
body .dark-form .gform_wrapper input[type=number], 
body .dark-form .gform_wrapper input[type=password], 
body .dark-form .gform_wrapper input[type=search], 
body .dark-form .gform_wrapper input[type=tel], 
body .dark-form .gform_wrapper input[type=text], 
body .dark-form .gform_wrapper input[type=time], 
body .dark-form .gform_wrapper input[type=url], 
body .dark-form .gform_wrapper input[type=week], 
body .dark-form .gform_wrapper select, 
body .dark-form .gform_wrapper textarea {
    border-color: #fff !important;
    color:  #fff !important;
	background: var(--bde-body-text-color);
}
body .dark-form .gform_wrapper .gform_fields {
    grid-row-gap: 20px !important;
}
@media screen and (min-width: 641px) {
    body .gform_wrapper .gform_fields {
        grid-column-gap: 14px !important;
    }
}
body .dark-form .gform_wrapper input::placeholder {
	color: #fff !important;
}
/* body .dark-form .gform_wrapper .gform_footer input {
    background: var(--bde-brand-primary-color) !important;
} */
/* body .dark-form .gform_wrapper .gform_footer input:hover {
    background: var(--bde-links-color) !important;
} */
body .dark-form .gform_confirmation_message {
    color: #fff !important;
    text-align: center !important;
}

body .inline-form {
    width: 100%;
    position: relative;
}

body .inline-form .gform_validation_errors {
    display: none;
}

body .inline-form .gform_wrapper input[type="email"] {
    padding: 14px 18px !important;
}

body .inline-form .gform_wrapper .gform_footer input {
    background: var(--bde-headings-color) !important;
    padding: 14px 24px !important;
    border: 1px solid #000 !important;
    border-radius: 0 15px 15px 0 !important;
    height: 60px;
    text-align: center !important;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
}

body .inline-form .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    body .inline-form .gform_wrapper input[type="email"] {
        border-radius: 15px 0 0 15px !important;
        width: calc(60% + 2px);
    }
    body .inline-form input[type="email"]::placeholder {
        font-size: 16px;
    }
    body .inline-form .gform_footer {
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        margin: 0;
        width: 40%;
    }
}
body .inline-form .gform_footer input:hover {
    background-color: var(--bde-links-color) !important;
    border-color: var(--bde-links-color) !important;
    color: #000;
}
body .inline-form .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    color: #fff;
    background: #be5da0;
    border: 0;
}
body .inline-form .gform_footer .gform_ajax_spinner {
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
}
body .inline-form .gform_confirmation_message_1 {
    background: var(--bde-text-color) !important;
    padding: 12px 20px;
    color: #fff;
}
/* Buttonize Radio & Checkbox Fields */
.gform_wrapper .gfield.buttonized img {
	border-radius: 20px;
}
 .gform_wrapper .gfield.buttonized .gfield_radio .gchoice,
 .gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice {
    position: relative;
    text-align: center;
	 display: block;
 }
 .gform_wrapper .gfield.buttonized input[type="radio"],
 .gform_wrapper .gfield.buttonized input[type="checkbox"] {
    position: absolute;
    left: -9999px;
 }
 .gform_wrapper .gfield.buttonized .gfield_radio label,
 .gform_wrapper .gfield.buttonized .gfield_checkbox label {
    display: block !important;
    position: relative;
    max-width: 100%;
	 width:  100%;
    padding: 0;
    font-size: 16px;
    border: 3px solid #dcd5ce;
    cursor: pointer;
	 border-radius: 24px;
	 margin: 0;
 }
.gform_wrapper .gfield.buttonized .gfield_radio label span {
	display: block;
	padding: 8px 10px 12px;
}
 .gform_wrapper .gfield.buttonized input[type="radio"]:focus+label,
 .gform_wrapper .gfield.buttonized input[type="checkbox"]:focus+label {
    border-color: var(--bde-brand-primary-color);
 }
.gform_wrapper .gfield.buttonized input[type="radio"]:hover+label,
 .gform_wrapper .gfield.buttonized input[type="checkbox"]:hover+label {
    border-color: var(--bde-brand-primary-color);
 }
 .gform_wrapper .gfield.buttonized input[type="radio"]:checked+label,
 .gform_wrapper .gfield.buttonized input[type="checkbox"]:checked+label {
    border-color: var(--bde-brand-primary-color);
    background-color: var(--bde-brand-primary-color);
    overflow: hidden;
 }
 .gform_wrapper .gfield.buttonized input[type="radio"]:checked+label::before,
 .gform_wrapper .gfield.buttonized input[type="checkbox"]:checked+label::before {
    content: '';
    display: block;
    position: absolute;
    top: -.75em;
    right: -.75em;
    left: auto;
    width: 1.5em;
    height: 1.5em;
    background-color: #e1b653;
    border-radius: 0;
    border: 0;
    transform: rotate(45deg);
 }
 .gform_wrapper .gfield.buttonized .gfield_radio label::before,
 .gform_wrapper .gfield.buttonized .gfield_checkbox label::before {
    display: none;
 }
.gfield_checkbox {
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.gfield--type-html h2 {
		font-size: var(--bde-h3-font-size) !important;
	}
}
@media screen and (min-width: 768px) {
	.gfield--type-html h2 {
		text-align: center;
	}
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {
	color: #000 !important;
}
.gform_drop_area {
	border-radius: 12px !important;
}
.gform_button_select_files {
	background: #000 !important;
}

.gform_wrapper .gform_save_link {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background: #0073e6;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 10;
}

.gform_wrapper .gform_save_link.fixed {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}



/* Animated Gallery */
.animated-gallery {
  width: 100vw;
  right: 0;
  position: absolute;
  top: calc(50% - 460px);
  height: 1000px;
  left:100px;
  perspective: 100px;
  perspective-origin: 50% 50%;
  padding: 200px 0;
}
.animated-gallery .ee-gallery {
  height: 1000px;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  transform: scaleX(1) scaleY(1) scaleZ(0.2) rotateX(0deg) rotateY(-18deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
}
.animated-gallery .ee-gallery-item {
  left: 0;
  top: 0;
  position: absolute;
  width: 20%;
  overflow: visible;
  background: none !important;
}
.animated-gallery .ee-gallery-item figure {
  animation: movingGallery 80s linear infinite;
  overflow: visible;
}

@keyframes movingGallery { 
	0% {
	opacity: 1;
	transform: translateX(0);
	}
	49% {
	opacity: 1;
	transform: translateX(-120vw);
	}
	49.1% {
	opacity: 0;
	transform: translateX(-120vw);
	}
	49.2% {
	opacity: 0;
	transform: translateX(100vw);
	}
	50% {
	opacity: 1;
	transform: translateX(100vw);
	}
	100% {
	opacity: 1;
	transform: translateX(0);
	}	
}

.animated-gallery .ee-gallery-item:nth-of-type(2) {
  left: 13%;
  top: 64%;
  z-index: 4;
	width: 16%;
}
.animated-gallery .ee-gallery-item:nth-of-type(3) {
  left: 30%;
  top: 36%;
  opacity: .7;
	width: 16%;
}
.animated-gallery .ee-gallery-item:nth-of-type(4) {
  left: 42%;
  top: 10%;
  z-index: 10;
	width: 12%;
}
.animated-gallery .ee-gallery-item:nth-of-type(5) {
  left: 39%;
  top: 80%;
	width: 10%;
}
.animated-gallery .ee-gallery-item:nth-of-type(6) {
  left: 52%;
  top: -4%;
	width: 13%;
}
.animated-gallery .ee-gallery-item:nth-of-type(7) {
  left: 72%;
  top: 5%;
	width: 10%;
}
.animated-gallery .ee-gallery-item:nth-of-type(8) {
  left: 56%;
  top: 27%;
  z-index: 4;
}
.animated-gallery .ee-gallery-item:nth-of-type(9) {
  left: 64%;
  top: 67%;
  z-index: 4;
	width: 10%;
}
.animated-gallery .ee-gallery-item:nth-of-type(10) {
  left: 87%;
  top: 67%;
  z-index: 4;
	width: 12%;
}
.animated-gallery .ee-gallery-item:nth-of-type(11) {
  left: 86%;
  top: 60%;
  z-index: 4;
	width: 13%;
}
.animated-gallery .ee-gallery-item:nth-of-type(12) {
  left: 72%;
  top: 1%;
  opacity: .6; 
	width: 7%;
}
.animated-gallery .ee-gallery-item:nth-of-type(13) {
  left: 92%;
  top: 2%;
  width: 6%;
}
.animated-gallery .ee-gallery-item:nth-of-type(14) {
  left: 98%;
  top: 18%;
	width: 10%;
}
.animated-gallery .ee-gallery-item:nth-of-type(15) {
  left: 107%;
  top: 30%;
	width: 18%;
}
.animated-gallery .ee-gallery-item:nth-of-type(16) {
  left: 105%;
  top: 10%;
  z-index: 4;
	width: 10%;
}
.animated-gallery .ee-gallery-item:nth-of-type(17) {
  left: 108%;
  top: 74%;
  z-index: 4;
	width: 10%;
}
.animated-gallery .ee-gallery-item:nth-of-type(18) {
  left: 125%;
  top: 40%;
	width: 12%;
}
.animated-gallery .ee-gallery-item:nth-of-type(19) {
  left: 131%;
  top: 10%;
  z-index: 10;
	width: 15%;
}
.animated-gallery .ee-gallery-item:nth-of-type(20) {
  left: 130%;
  top: 66%;
	width: 14%;
}
.animated-gallery .ee-gallery-item:nth-of-type(21) {
  left: 143%;
  top: -4%;
	width: 9%;
}
.animated-gallery .ee-gallery-item:nth-of-type(22) {
  left: 145%;
  top: 20%;
  width: 14%;
}
.animated-gallery .ee-gallery-item:nth-of-type(23) {
  left: 161%;
  top: 27%;
  z-index: 4;
}
.animated-gallery .ee-gallery-item:nth-of-type(24) {
  left: 167%;
  top: 57%;
  z-index: 4;
	width: 16%;
}
.animated-gallery .ee-gallery-item:nth-of-type(25) {
  left: 192%;
  top: 77%;
	width: 10%;
  z-index: 4;
}
.animated-gallery .ee-gallery-item:nth-of-type(26) {
  left: 185%;
  top: 57%;
	width: 8%;
  z-index: 4;
}
.animated-gallery .ee-gallery-item:nth-of-type(27) {
  left: 189%;
  top: 1%;
	width: 12%;
}
.animated-gallery .ee-gallery-item:nth-of-type(28) {
  left: 205%;
  top: 31%;
	width: 12%;
}
.animated-gallery .ee-gallery-item:nth-of-type(29) {
  left: 205%;
  top: 60%;
	width: 12%;
  z-index: 4;
}
.animated-gallery .ee-gallery-item:nth-of-type(30) {
  left: 227%;
  top: 30%;
	width: 12%;
}

.animated-gallery .ee-gallery-item:nth-of-type(16) figure,
.animated-gallery .ee-gallery-item:nth-of-type(17) figure,
.animated-gallery .ee-gallery-item:nth-of-type(18) figure,
.animated-gallery .ee-gallery-item:nth-of-type(19) figure,
.animated-gallery .ee-gallery-item:nth-of-type(20) figure,
.animated-gallery .ee-gallery-item:nth-of-type(21) figure,
.animated-gallery .ee-gallery-item:nth-of-type(22) figure,
.animated-gallery .ee-gallery-item:nth-of-type(23) figure,
.animated-gallery .ee-gallery-item:nth-of-type(24) figure,
.animated-gallery .ee-gallery-item:nth-of-type(25) figure,
.animated-gallery .ee-gallery-item:nth-of-type(26) figure,
.animated-gallery .ee-gallery-item:nth-of-type(27) figure,
.animated-gallery .ee-gallery-item:nth-of-type(28) figure,
.animated-gallery .ee-gallery-item:nth-of-type(29) figure {
	animation: movingGalleryLast 80s linear infinite;
}

@keyframes movingGalleryLast { 
	0% {
	opacity: 1;
	transform: translateX(0);
	}
	100% {
	opacity: 1;
	transform: translateX(-220vw);
	}
}

.animated-gallery .ee-gallery-item:nth-of-type(2) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(5) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(10) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(12) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(16) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(19) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(21) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(22) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(25) figure img {
	animation: movingGalleryPara 80s linear infinite;
}

@keyframes movingGalleryPara { 
	0% {
	transform: translateX(250px);
	}
	100% {
	transform: translateX(-250px);
	}
}


.animated-gallery .ee-gallery-item:nth-of-type(1) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(3) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(8) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(13) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(17) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(20) figure img,
.animated-gallery .ee-gallery-item:nth-of-type(29) figure img {
	animation: movingGalleryPara 80s linear infinite;
}

@keyframes movingGalleryParaRev { 
	0% {
	transform: translateX(50px);
	}
	100% {
	transform: translateX(-50px);
	}
}

.animated-gallery.paused .ee-gallery-item,
.animated-gallery.paused .ee-gallery-item .ee-gallery-item-figure,
.animated-gallery.paused .ee-gallery-item .ee-gallery-item-figure img {
	animation-play-state: paused;
}



.e9-media-slider {
    position: relative;
}
.e9-media-slider .slick-slider {
    margin: 0;
}
.e9-media-slider,
.e9-media-slider--slides {
    width: 100%;
}
.e9-media-slider .slick-prev {
    z-index: 5;
    left: auto !important;
    right: 150px !important;
    bottom: 59px !important;
    top: auto !important;
	width: 38px !important;
	height: 44px !important;
}
.e9-media-slider .slick-next {
    z-index: 5;
    right: 50px !important;
    bottom: 59px !important;
    top: auto !important;
	width: 38px !important;
	height: 44px !important;
}
@media screen and (max-width: 767px) {
	.e9-media-slider .slick-prev {
		right: 120px !important;
	}
	.e9-media-slider .slick-next {
		right: 20px !important;
	}
}
.e9-media-slider .slick-arrow,
.e9-media-slider .slick-arrow span {
    opacity: 1;
}
.e9-media-slider .slick-next:focus .slick-next-icon, .slick-next:focus .slick-prev-icon, 
.e9-media-slider .slick-prev:focus .slick-next-icon, .slick-prev:focus .slick-prev-icon {
    color: transparent;
    font-size: 0;
    margin-left: 0;
}
.e9-media-slider .slick-next .slick-next-icon:before,
.e9-media-slider .slick-prev .slick-prev-icon:before {
    background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.85 20.85"><path d="M15.63,19.29L6.76,10.43,15.63,1.56l.02-.02h.01s.01-.02.01-.02c.12-.14.18-.31.18-.48,0-.2-.09-.41-.25-.55-.14-.12-.31-.18-.48-.18-.19,0-.38.08-.53.23h0S5.21,9.91,5.21,9.91h0s0,0,0,0h0s0,0,0,0c-.14.14-.21.33-.21.52,0,.19.07.38.22.52h0s9.39,9.39,9.39,9.39h0s.02.02.02.02h.01s.01.02.01.02c.14.12.31.18.48.18.2,0,.41-.09.55-.25.12-.14.18-.31.18-.48,0-.19-.08-.38-.23-.53h0Z" style="fill: %23fff;"/></svg>') center/auto 16px no-repeat;;
    content: '';
    font-family: arial;
    width: 40px;
    height: 40px;
    display: block;
    opacity: 1;
}
.e9-media-slider .slick-autoplay-toggle-button {
    bottom: 80px;
    right: 95px;
    left: auto;
    position: absolute;
    padding: 13px;
}
@media screen and (max-width: 767px) {
	.e9-media-slider .slick-autoplay-toggle-button {
		right: 65px;
	}
}
.e9-media-slider .slick-autoplay-toggle-button .slick-pause-icon::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.72 14.44"><path id="Path_1971" data-name="Path 1971" d="M3.94,13.09H.68C.31,13.09,0,12.78,0,12.4V2.03c0-.38.3-.68.68-.68h3.26c.38,0,.68.31.68.68h0v10.38c0,.38-.31.68-.68.68h0ZM1.37,11.72h1.89V2.71h-1.89v9.01Z" style="fill: %23fff;"/><path id="Path_1972" data-name="Path 1972" d="M12.03,13.09h-3.26c-.38,0-.68-.31-.68-.68V2.03c0-.38.3-.68.68-.68h3.26c.38,0,.68.31.68.68h0v10.38c0,.38-.31.68-.68.68h0ZM9.46,11.72h1.89V2.71h-1.89v9.01Z" style="fill: %23fff;"/></svg>') center/auto 16px no-repeat;
    color: transparent;
}
.e9-media-slider .slick-autoplay-toggle-button .slick-play-icon::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.67 14.44"><path d="M12.63,7.21c0-.28-.07-.56-.22-.81-.15-.26-.36-.47-.62-.62l-.12-.07L2.82.33h0c-.3-.19-.64-.28-.97-.28-.59,0-1.18.29-1.53.83-.16.25-.26.53-.28.83v.03s0,10.97,0,10.97v.03c.08.95.87,1.66,1.81,1.66h.15c.29-.03.58-.13.83-.29h0s8.99-5.47,8.99-5.47h0c.52-.31.82-.86.82-1.42ZM11.16,7.52h0S2.14,13.01,2.14,13.01h0s-.24.09-.24.09h-.04c-.26,0-.49-.2-.52-.47V1.81l.08-.23c.1-.16.27-.24.44-.24.1,0,.19.03.28.08h0s9.03,5.5,9.03,5.5l.12.12.05.17c0,.13-.06.24-.18.31Z" style="fill: %23fff;"/></svg>') center/auto 16px no-repeat;
    color: transparent;
}
.e9-media-slider .slick-next .slick-next-icon:before {
    transform: rotate(180deg);
}
.e9-media-slider .slick-list {
    overflow: visible;
}
.e9-media-slider .slick-track::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    display: block;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(28, 32, 34, 1) 0%, rgba(28, 32, 34, .1) 40%, rgba(28, 32, 34, .1) 60%, rgba(28, 32, 34, 1) 100%);
    z-index: 1;
}
.e9-media-slider .slide {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    float: left;
}
.e9-media-slider .slide-inner {
    position: absolute;
    width: 30%;
    top: 0;
    height: 100%;
    transition: width 2s ease-in-out;
}
.e9-media-slider .loading .slide-inner {
    transition: width 0s ease-in-out;
}
.e9-media-slider .slide-inner-frame {
    position: absolute;
    width: calc(100vw - var(--sidep));
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.e9-media-slider .slide-inner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 3s ease-in-out;
}
.e9-media-slider .slick-slide.animate-media .slide-inner-frame img {
    transform: scale(1.1);
    transition: all 7s ease-in-out;
}
.e9-media-slider .placeholder-slide {
    position: absolute;
    content: '';
    right: 100%;
    height: 100%;
    width: auto;
    top: 0;
}
.e9-media-slider .placeholder-slide .slide-inner {
    right: 0;
}
.e9-media-slider [data-media-width="full"] .slide-inner {
    width: 100%;
}
.e9-media-slider [data-media-position="right"] .slide-inner {
    right: 0;
}
.e9-media-slider [data-media-position="left"] .slide-inner {
    left: 0;
}

.e9-media-slider-timer {
    bottom: 75px;
    right: 95px;
    left: auto;
    position: absolute;
    z-index: 10;
}
@media screen and (max-width: 767px) {
	.e9-media-slider-timer {
		right: 65px;
	}
}
.e9-media-slider-timer svg {
    width: 46px;
    height: 46px;
    pointer-events: none;
}
.e9-media-slider-timer svg .timer-circle-bottom {
    stroke: #fff;
    stroke-width: 1px;
    fill: none;
}
.e9-media-slider-timer svg .timer-circle-top {
    stroke: var(--bde-palette-color-1-c2d24fae-959a-4fd2-a913-df3448e964bc);
    stroke-width: 5px;
    fill: none;
}
.e9-media-slider-timer svg .timer-circle-top {
  stroke-dasharray: 134;
    stroke-dashoffset: 134;
}
.e9-media-slider-timer.active svg .timer-circle-top {
  animation: circleOutline 7s linear;
}
.e9-media-slider-timer.paused svg .timer-circle-top {
  animation-play-state: paused;
}
.e9-media-slider-timer.active-first svg .timer-circle-top {
  animation-duration: 5s !important;
}

@keyframes circleOutline {
  to {
    stroke-dashoffset: 0;
  }
}




@media screen and (min-width: 768px) {
	.breakdance .gform_wrapper fieldset.table-field {
		padding: 5px;
		border: 0;
		border-radius: 0;
		padding-left: 50%;
		position: relative;
		margin-top: -30px;
		transition: all .3s ease-in-out;
	}
	.breakdance .gform_wrapper fieldset.table-field:nth-of-type(odd) {
		background: #dbdcde;
	}
	.breakdance .gform_wrapper fieldset.table-field.table-field-row-1 {
		margin-top: 0;
	}

	.breakdance .gform_wrapper .table-field legend {
		padding: 0 5px;
		position: absolute;
		left: 10px;
		width: 46%;
		line-height: 1;
		top: 16px;
	}
}

.breakdance .gform_wrapper .table-field legend {
	font-size: var(--gf-ctrl-label-font-size-primary);
}
@media screen and (max-width: 767px) {
	.breakdance .gform_wrapper .table-field legend {
		font-weight: 700;
	}
}

.breakdance .gform_wrapper .table-field .gform-field-label:not(legend) {
    display: none;
}
.breakdance .gform_wrapper .table-field-row-1 .gform-field-label {
    display: block !important;
    margin-top: 
}
.breakdance .gform_wrapper .table-field-row-1 legend {
    top: 24px;
}

.breakdance .gform_wrapper .gfield_list_group_item {
    padding: 0 4px;
}
.breakdance .gform_wrapper .table-field .gfield_required {
    display: none;
}
.breakdance  .gform-theme--framework .gfield--type-choice .gfield_checkbox, 
.breakdance  .gform-theme--framework .gfield--type-choice .gfield_radio  {
    flex-direction: row;
}
.breakdance  .gform-theme--framework .gfield--type-choice .gfield_checkbox label, 
.breakdance  .gform-theme--framework .gfield--type-choice .gfield_radio label {
    margin-left: 6px;
    font-size: 11px;
    font-family: Arial, sans-serif;
}
.breakdance  .gform-grid-row .gform-field-label {
    line-height: 1;
    font-size: 11px;
    font-family: Arial, sans-serif;
}
.gfield--type-fileupload {
	overflow: hidden;
}

@media screen and (max-width: 1023px) {
#gform_save_1_footer_link {
  display: none;
}
}

@media screen and (min-width: 1024px) {
#long-form {
  position: relative;
}

#gform_save_1_footer_link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.2s ease;
  max-width: 400px;
  background: var(--bde-palette-color-1-c2d24fae-959a-4fd2-a913-df3448e964bc);
  color: #fff;
  width: 92vw;
  border: 0;
  border-radius: 0;
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 20px;
}

#gform_save_1_footer_link.fixed {
    position: fixed;
    bottom: 40px;
    transform: translate(-50%, 0);
}
 
#gform_save_1_footer_link.hide {
  display: none;
}
}