#popup-gallery .swiper-button-next,
#popup-gallery .swiper-button-prev {
  background: var(--bde-brand-primary-color);
  padding: 20px;
  top: calc(100% - 70px);;
}
#popup-gallery img {
    object-fit: contain !important;
}
.breakdance .project-lighbox.active {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1000 !important;
}
/* #popup-gallery .ee-gallery-item-figure {
	padding: 0 !important;
} */

/* Headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}
.breakdance .h1 {
    font-size: var(--bde-h1-font-size);
}
.breakdance .h1,
.breakdance h1 {
	letter-spacing: -1px;
	line-height: 1.2;
}
.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);
}


/* Buttons */
.breakdance .button-atom {
	overflow: visible !important;
}
.button-atom::after {
	z-index: 2;
}
.button-atom .button-atom__text {
	position: relative;
	z-index: 1;
}
.button-atom .button-atom__text::after {
    top: 50%;
    right: -24px;
	transform: translateY(-50%);
    position: absolute;
    content: '';
    display: block;
	height: 22px;
	width: 22px;
	background: var(--bde-brand-primary-color);
	border-radius: 20px;
	transition: all .3s ease-in-out;
	z-index: -1;
}
.button-atom.button-atom--secondary .button-atom__text::after {
	right: -25px;
}
.button-atom:hover .button-atom__text::after {
	transform: translateY(-50%) scale(1.5);
}
.button-atom:hover .button-atom__text {
	text-decoration: underline;
}
.btn-alt .button-atom--primary .button-atom__text::after {
	background: #000;
}
.btn-plus .button-atom--secondary::after {
	mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 7"><polygon points="4.15 2.84 4.15 .27 2.83 .27 2.83 2.84 .05 2.84 .05 4.16 2.83 4.16 2.83 6.72 4.15 6.72 4.15 4.16 6.95 4.16 6.95 2.84 4.15 2.84" style="fill: %23fff;"/></svg>') !important;
	-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 7"><polygon points="4.15 2.84 4.15 .27 2.83 .27 2.83 2.84 .05 2.84 .05 4.16 2.83 4.16 2.83 6.72 4.15 6.72 4.15 4.16 6.95 4.16 6.95 2.84 4.15 2.84" style="fill: %23fff;"/></svg>') !important;
}


/* Rich text */
body .bde-rich-text * + h2,
body .bde-rich-text * + h3,
body .bde-rich-text * + h4 {
	margin-top: 40px;
}
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);
}
body .bde-rich-text hr {
	margin: 40px 0;
}
body .bde-rich-text .wp-block-image {
	margin: 30px 0;
}
.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 5px 16px;
	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: 7px;
    height: 10px;
    left: 0;
    top: 6px;
    position: absolute;
    content: '';
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2.66 3.87"><path d="M.37.37l1.56,1.56L.37,3.49" style="fill: none; stroke: %23bc2a2b; stroke-miterlimit: 4; stroke-width: 1px;"/></svg>') center/contain no-repeat;
	
}
.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 20px;
	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 ol {
	counter-reset: ol-list-counter;
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.bde-rich-text ol li {
	padding-left: 50px;
	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: 6px;
    width: 24px;
    height: 24px;
    top: 3px;
    border-radius: 100px;
    text-align: center;
    line-height: 1.2;
	background: var(--bde-brand-primary-color);
	z-index: 5;
}
.bde-rich-text ol li::after {
	content: '';
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    top: -3px;
    text-align: center;
	background: url(/wp-content/uploads/2024/04/list-bg.svg) center/contain no-repeat;
}
.bde-rich-text blockquote {
	border-left: 22px solid var(--bde-brand-primary-color);
	padding-left: 40px;
}
@media screen and (max-width: 767px) {
	.bde-rich-text blockquote {
		margin-left: 0;
	}
}


/* Carousel */
.banner-bg-slider {
  position: unset;
}
.banner-carousel #app {
	display: flex;
    flex-wrap: wrap;
}
.banner-carousel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.banner-carousel .bg-imgs {
	width: 100%;
	height: 100%;
	background-size: cover;
	-webkit-transition: background-image 650ms ease-in-out;
	transition: background-image 650ms ease-in-out;
	position: relative;
}

.banner-carousel .bg-imgs > div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.banner-carousel .bg-imgs .banner-carousel-image {
	height: 100%;
}
.banner-carousel .bg-imgs .banner-carousel-image img {
	object-fit: cover;
    height: 100%;
	width: 100%;
}

.banner-carousel .carousel-nav {
	display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: -5px;
    z-index: 30;
}
@media screen and (max-width: 1023px) {
	.banner-carousel .carousel-nav {
		bottom: 0px;
		left: 20px;
		padding: 0;
	}
}

.banner-carousel .carousel-nav .timer {
	position: relative;
	width: 60px;
	height: 60px;
	transform: scale(.7);
}

.banner-carousel .carousel-nav .timer svg {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 60px;
	height: 60px;
}

.banner-carousel .carousel-nav .dots {
  margin-top: 15px;
	display: none;
}

@media (max-width: 1023px) {
  .carousel-nav .dots {
    margin-top: 0;
    margin-left: 15%;
	  display: none;
  }
}

.banner-carousel .carousel-nav .dots li {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .banner-carousel .carousel-nav .dots li {
    display: inline-block;
    margin-bottom: 0;
  }
}

.banner-carousel .carousel-nav .dots li span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin: 0 auto;
  overflow: hidden;
	transition: all .3s ease-in-out;
	border: 1px solid #fff;
}

.banner-carousel .carousel-nav .dots li:hover {
  cursor: pointer;
}

.banner-carousel .carousel-nav .dots li.active span {
  transform: scale(2);
	background: #fff;
	border-color: #fff;
}

.banner-carousel .carousel-nav .dots li:focus {
  outline: none;
}

.banner-carousel #circle {
  stroke: var(--bde-palette-color-1-2944d3dd-fd50-47f2-8a58-eb96e61a9af3);
  fill: none;
  stroke-width: 4;
  stroke-dasharray: 175.953; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 175.953;
}

.banner-carousel #circle,
.banner-carousel #animated-circle {
	stroke: var(--bde-brand-primary-color);
}

.banner-carousel .pause,
.banner-carousel .play {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner-carousel .pause:before,
.banner-carousel .play:before {
	color: #000;
	height: 18px;
	width: 18px;
}

.banner-carousel .pause:hover,
.banner-carousel .play:hover {
	cursor: pointer;
}

.banner-carousel #timer-btn {
	z-index: 5;
}

.banner-carousel #timer-btn::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    display: block;
	background: #fff;
	transform: scale(.7);
	z-index: -1;
	border-radius: 100px;
}

.banner-carousel .bg-container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	background-position: center;
}

/* .banner-carousel .bg-container::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    display: block;
	background: #211713;
	opacity: .5;
	z-index: 5;
} */

.banner-carousel .pause:before {
  content: '';
	border: 2px solid #000;
	border-width: 0 3px;
  display: inline-block;
	width: 12px;
}

.banner-carousel .play:before {
	content: '';
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 83.2 96.56"><path d="M79.16,48.13L4.42,5.04v86.31l74.73-43.21Z" style="fill: none; fill-rule: evenodd; stroke: %23000; stroke-miterlimit: 10; stroke-width: 12px;"/></svg>') center/cover no-repeat;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.46 17.58"><path d="M15.02,9.55L1.33,17.46h0c-.42.24-.96.1-1.21-.32-.08-.13-.12-.29-.12-.44V.88C0,.4.4,0,.88,0c.16,0,.31.04.44.12l13.69,7.9h0c.42.24.57.79.32,1.21-.08.13-.19.24-.32.32h0Z" style="fill: none;"/><path d="M3,13.03l7.34-4.24L3,4.55v8.48M.88,17.58c-.15,0-.31-.04-.44-.12C.17,17.3,0,17.01,0,16.69V.88C0,.57.17.28.44.12.72-.04,1.05-.04,1.33.12l13.69,7.91c.27.16.44.45.44.76s-.17.61-.44.76L1.33,17.46c-.14.08-.29.12-.44.12Z" style="fill: %23151313;"/></svg>') center/contain no-repeat;
  display: inline-block;
	transform: translateX(2px);
}

.banner-carousel-heading {
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.banner-carousel-heading {
		font-size: 18px;
	}
}
.banner-carousel-link {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}


/* 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 .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: 16px;
	margin-bottom: 4px;
	gap: 1px !important;
}
body .gform_wrapper .gfield_error [aria-invalid=true] {
	border-color: #be5da0;
}
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-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: 5px !important;
    padding: 8px 18px 8px !important;
    width: 100%;
    color: #000;
    border: 1px solid var(--bde-headings-color);
    font-family: var(--bde-heading-font-family);
    font-size: 16px;
	text-align: left;
	height: auto !important;
	line-height: 1.2 !important;
	min-height: 0 !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 .gform_footer input,
body .gform_wrapper .gform_button {
    padding: 14px 44px 16px 24px !important;
    border-radius: 10px !important;
    border: 0 !important;
	background: var(--bde-brand-primary-color) !important;
	background-position: calc(100% - 20px) center !important;
	background-size: 12px auto !important;
    color: #fff !important;
    margin: 0 0 0 auto !important;
    font-size: 16px !important;
	font-weight: 700 !important;
	transition: all .3s ease-in-out !important;
	cursor: pointer !important;
	width: 100% !important;
	text-align: left !important;
	transition: all .3s ease-in-out;
}
body .gform_wrapper .gform_button {
	width: auto !important;
}
body .gform_wrapper .gform_footer input:hover {
    background-position: calc(100% - 15px) center !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_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: #e40f47;
    border-color: #e40f47;
	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--type-html h2 {
	text-align: center;
	font-size: var(--bde-h5-font-size) !important;
	font-family: var(--bde-body-font-family) !important;
	font-weight: 700 !important;
}
.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;
}
