@charset "UTF-8";
@charset "UTF-8";
.et_pb_space{box-sizing:content-box;height:23px}.et_pb_divider_hidden{margin-bottom:0!important}.et_pb_divider_internal{display:inline-block;width:100%}.et_pb_divider{margin:0 0 30px;position:relative}.et_pb_divider:before{content:"";width:100%;height:1px;border-top:1px solid rgba(0,0,0,.1);position:absolute;left:0;top:0;z-index:10}.et_pb_divider:after,.et_pb_space:after{content:"";display:table}.et_pb_divider_position_bottom:before{top:auto!important;bottom:0!important}.et_pb_divider_position_center:before{top:50%!important}@media (max-width:980px){.et_pb_divider_position_top_tablet:before{top:0!important;bottom:auto!important}.et_pb_divider_position_bottom_tablet:before{top:auto!important;bottom:0!important}.et_pb_divider_position_center_tablet:before{top:50%!important}.et_pb_space.et-hide-mobile{display:none}}@media (max-width:767px){.et_pb_divider_position_top_phone:before{top:0!important;bottom:auto!important}.et_pb_divider_position_bottom_phone:before{top:auto!important;bottom:0!important}.et_pb_divider_position_center_phone:before{top:50%!important}}.ie .et_pb_divider{overflow:visible}
.et_pb_text{word-wrap:break-word;line-height:var(--et_global_body_font_height,1.7em)}.et_pb_text ol,.et_pb_text ul{padding-bottom:1em}.et_pb_text>:last-child{padding-bottom:0}.et_pb_text_inner{position:relative}
 .et_pb_module.dsm_animated_gradient_text {
background: linear-gradient(-45deg, #cc2b5e, #753a88, #ec008c, #6dd5ed);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 300%;
color: transparent;
}
@keyframes dsm-animated-gradient-flow {
0% {
background-position: 0 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0 50%;
}
}
.dsm-animated-headlines-words-container .dsm-animated-prefix,
.dsm-animated-headlines-words-container .dsm-animated-suffix {
white-space: pre-wrap;
display: inline-block;
line-height: 1em;
}
.dsm-animated-headlines-words-container .dsm-animated-prefix h1 {
padding-bottom: 0;
}
.dsm-animated-headlines-words-container .dsm-animated-suffix h1 {
padding-bottom: 0;
}
.dsm-animated-headlines-words-container .dsm-animated-words-wrapper {
vertical-align: text-bottom;
display: inline-block;
position: relative;
text-align: left;
font-weight: 700;
line-height: 1em;
font-style: italic;
}
.dsm-animated-headlines-words-container .dsm-animated-words-wrapper b {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
line-height: 1.4em;
font-family: inherit;
}
.dsm-animated-headlines-words-container .dsm-animated-words-wrapper b.is-visible {
position: relative;
}
.dsm-animated-headlines-words-container .dsm-animated-words-wrapper b.is-hidden {
opacity: 0;
}
.no-js .dsm-animated-headlines-words-container .dsm-animated-words-wrapper b {
opacity: 0;
}
.no-js .dsm-animated-headlines-words-container .dsm-animated-words-wrapper b.is-visible {
opacity: 1;
} .dsm-headline.rotate-1 .dsm-animated-words-wrapper {
perspective: 300px;
}
.dsm-headline.rotate-1 b {
opacity: 0;
transform-origin: 50% 100%;
transform: rotateX(180deg);
}
.dsm-headline.rotate-1 b.is-visible {
opacity: 1;
transform: rotateX(0deg);
animation: dsm-rotate-1-in 1.2s;
}
.dsm-headline.rotate-1 b.is-hidden {
transform: rotateX(180deg);
animation: dsm-rotate-1-out 1.2s;
}
@keyframes dsm-rotate-1-in {
0% {
transform: rotateX(180deg);
opacity: 0;
}
35% {
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes dsm-rotate-1-out {
0% {
transform: rotateX(0deg);
opacity: 1;
}
35% {
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(180deg);
opacity: 0;
}
} .dsm-headline.type .dsm-animated-words-wrapper {
padding-right: 0.1em;
overflow: hidden;
min-height: 1.4em;
}
.dsm-headline.type .dsm-animated-words-wrapper::after { content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 90%;
width: var(--dsm-bar-width, 1px);
background-color: var(--dsm-bar-color);
}
.dsm-headline.type .dsm-animated-words-wrapper.waiting::after {
animation: dsm-pulse 1s infinite;
}
.dsm-headline.type .dsm-animated-words-wrapper.selected {
background-color: var(--dsm-text-highlight);
}
.dsm-headline.type .dsm-animated-words-wrapper.selected::after {
visibility: hidden;
}
.dsm-headline.type .dsm-animated-words-wrapper.selected b {
color: var(--dsm-text-color);
}
.dsm-headline.type b {
opacity: 0;
}
.dsm-headline.type b.is-visible {
opacity: 1;
}
.dsm-headline.type i {
position: relative;
opacity: 0;
display: inline-block;
font-style: inherit;
}
.dsm-headline.type i.in {
opacity: 1;
}
.dsm-headline.type i.out {
opacity: 0;
}
@keyframes dsm-pulse {
0% {
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
transform: translateY(-50%) scale(0);
opacity: 0;
}
} .dsm-headline.rotate-2 .dsm-animated-words-wrapper {
perspective: 300px;
}
.dsm-headline.rotate-2 i,
.dsm-headline.rotate-2 em {
display: inline-block;
backface-visibility: hidden;
font-style: inherit;
}
.dsm-headline.rotate-2 b {
opacity: 0;
}
.dsm-headline.rotate-2 i {
transform-style: preserve-3d;
transform: translateZ(-20px) rotateX(90deg);
opacity: 0;
}
.is-visible .dsm-headline.rotate-2 i {
opacity: 1;
}
.dsm-headline.rotate-2 i.in {
animation: dsm-rotate-2-in 0.4s forwards;
}
.dsm-headline.rotate-2 i.out {
animation: dsm-rotate-2-out 0.4s forwards;
}
.dsm-headline.rotate-2 em {
transform: translateZ(20px);
}
.no-csstransitions .dsm-headline.rotate-2 i {
transform: rotateX(0deg);
opacity: 0;
}
.no-csstransitions .dsm-headline.rotate-2 i em {
transform: scale(1);
}
.no-csstransitions .dsm-headline.rotate-2 .is-visible i {
opacity: 1;
}
@keyframes dsm-rotate-2-in {
0% {
opacity: 0;
transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
transform: translateZ(-20px) rotateX(0deg);
}
}
@keyframes dsm-rotate-2-out {
0% {
opacity: 1;
transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
transform: translateZ(-20px) rotateX(-90deg);
}
} .dsm-headline.loading-bar span {
display: inline-block;
}
.dsm-headline.loading-bar .dsm-animated-words-wrapper {
padding-right: 0.1em;
overflow: hidden;
}
.dsm-headline.loading-bar .dsm-animated-words-wrapper::after { content: "";
position: absolute;
left: 0;
bottom: 0;
height: var(--dsm-bar-height);
width: 0;
background: var(--dsm-bar-color);
z-index: 2;
transition: width 0.3s -0.1s;
}
.dsm-headline.loading-bar .dsm-animated-words-wrapper.is-loading::after {
width: 100%;
transition: width 3s;
}
.dsm-headline.loading-bar b {
top: 0.2em;
opacity: 0;
transition: opacity 0.3s;
}
.dsm-headline.loading-bar b.is-visible {
opacity: 1;
top: 0;
} .dsm-headline.slide span {
display: inline-block;
}
.dsm-headline.slide .dsm-animated-words-wrapper {
overflow: hidden;
}
.dsm-headline.slide b {
opacity: 0;
top: 0.2em;
}
.dsm-headline.slide b.is-visible {
top: 0;
opacity: 1;
animation: dsm-slide-in 0.6s;
}
.dsm-headline.slide b.is-hidden {
animation: dsm-slide-out 0.6s;
}
@keyframes dsm-slide-in {
0% {
opacity: 0;
transform: translateY(-100%);
}
60% {
opacity: 1;
transform: translateY(20%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@keyframes dsm-slide-out {
0% {
opacity: 1;
transform: translateY(0);
}
60% {
opacity: 0;
transform: translateY(120%);
}
100% {
opacity: 0;
transform: translateY(100%);
}
} .dsm-headline.clip span {
display: inline-block;
}
.dsm-headline.clip .dsm-animated-words-wrapper {
overflow: hidden;
}
.dsm-headline.clip .dsm-animated-words-wrapper::after { content: "";
position: absolute;
top: 0;
right: 0;
width: var(--dsm-bar-width);
height: 100%;
background-color: var(--dsm-bar-color);
}
.dsm-headline.clip b {
opacity: 0;
}
.dsm-headline.clip b.is-visible {
opacity: 1;
} .dsm-headline.zoom .dsm-animated-words-wrapper {
perspective: 300px;
}
.dsm-headline.zoom b {
opacity: 0;
}
.dsm-headline.zoom b.is-visible {
opacity: 1;
animation: dsm-zoom-in 0.8s;
}
.dsm-headline.zoom b.is-hidden {
animation: dsm-zoom-out 0.8s;
}
@keyframes dsm-zoom-in {
0% {
opacity: 0;
transform: translateZ(100px);
}
100% {
opacity: 1;
transform: translateZ(0);
}
}
@keyframes dsm-zoom-out {
0% {
opacity: 1;
transform: translateZ(0);
}
100% {
opacity: 0;
transform: translateZ(-100px);
}
} .dsm-headline.rotate-3 .dsm-animated-words-wrapper {
perspective: 300px;
}
.dsm-headline.rotate-3 b {
opacity: 0;
}
.dsm-headline.rotate-3 i {
display: inline-block;
transform: rotateY(180deg);
backface-visibility: hidden;
}
.is-visible .dsm-headline.rotate-3 i {
transform: rotateY(0deg);
}
.dsm-headline.rotate-3 i.in {
animation: dsm-rotate-3-in 0.6s forwards;
}
.dsm-headline.rotate-3 i.out {
animation: dsm-rotate-3-out 0.6s forwards;
}
.no-csstransitions .dsm-headline.rotate-3 i {
transform: rotateY(0deg);
opacity: 0;
}
.no-csstransitions .dsm-headline.rotate-3 .is-visible i {
opacity: 1;
}
@keyframes dsm-rotate-3-in {
0% {
transform: rotateY(180deg);
}
100% {
transform: rotateY(0deg);
}
}
@keyframes dsm-rotate-3-out {
0% {
transform: rotateY(0);
}
100% {
transform: rotateY(-180deg);
}
} .dsm-headline.scale b {
opacity: 0;
}
.dsm-headline.scale i {
display: inline-block;
opacity: 0;
transform: scale(0);
}
.is-visible .dsm-headline.scale i {
opacity: 1;
}
.dsm-headline.scale i.in {
animation: dsm-scale-up 0.6s forwards;
}
.dsm-headline.scale i.out {
animation: dsm-scale-down 0.6s forwards;
}
.no-csstransitions .dsm-headline.scale i {
transform: scale(1);
opacity: 0;
}
.no-csstransitions .dsm-headline.scale .is-visible i {
opacity: 1;
}
@keyframes dsm-scale-up {
0% {
transform: scale(0);
opacity: 0;
}
60% {
transform: scale(1.2);
opacity: 1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes dsm-scale-down {
0% {
transform: scale(1);
opacity: 1;
}
60% {
transform: scale(0);
opacity: 0;
}
} .dsm-headline.push b {
opacity: 0;
}
.dsm-headline.push b.is-visible {
opacity: 1;
animation: dsm-push-in 0.6s;
}
.dsm-headline.push b.is-hidden {
animation: dsm-push-out 0.6s;
}
@keyframes dsm-push-in {
0% {
opacity: 0;
transform: translateX(-100%);
}
60% {
opacity: 1;
transform: translateX(10%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@keyframes dsm-push-out {
0% {
opacity: 1;
transform: translateX(0);
}
60% {
opacity: 0;
transform: translateX(110%);
}
100% {
opacity: 0;
transform: translateX(100%);
}
} .dsm_before_after_image {
overflow: hidden;
}
.dsm-before-after-image-slider-container {
box-sizing: border-box;
position: relative;
overflow: hidden;
z-index: 0;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.dsm_before_after_image_wrapper.icv,
.dsm_before_after_image_wrapper.icv .icv__control {
touch-action: none;
} .dsm_before_after_image_wrapper:not(.icv) img,
.dsm-before-after-image-slider-container:not(.icv) img {
max-width: 100%;
width: 100%;
display: block;
} .dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__is--fluid {
width: 100%;
aspect-ratio: 16/9;
min-height: 12.5rem;
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__is--fluid.icv__icv--vertical {
aspect-ratio: 9/16;
max-height: min(85vh, 50rem);
} .dsm_before_after_image .dsm_before_after_image_wrapper.icv::before {
content: "";
position: absolute;
inset: 0;
z-index: 4;
pointer-events: none;
background-color: transparent;
transition: background-color 0.25s ease;
} .dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-start .icv__label {
top: 1rem;
bottom: auto;
transform: none;
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-start .icv__label.on-hover {
transform: scale(0);
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-start:hover .icv__label.on-hover {
transform: scale(1);
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-center .icv__label {
top: 50%;
bottom: auto;
transform: translateY(-50%);
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-center .icv__label.on-hover {
transform: translateY(-50%) scale(0);
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-center:hover .icv__label.on-hover {
transform: translateY(-50%) scale(1);
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-end .icv__label {
top: auto;
bottom: 1rem;
transform: none;
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-end .icv__label.on-hover {
transform: scale(0);
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--horizontal.dsm-icv-label-align-end:hover .icv__label.on-hover {
transform: scale(1);
} .dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-start .icv__label {
left: 1rem;
right: auto;
transform: none;
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-start .icv__label.on-hover {
transform: scale(0);
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-start:hover .icv__label.on-hover {
transform: scale(1);
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-center .icv__label {
left: 50%;
right: auto;
transform: translateX(-50%);
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-center .icv__label.on-hover {
transform: translateX(-50%) scale(0);
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-center:hover .icv__label.on-hover {
transform: translateX(-50%) scale(1);
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-end .icv__label {
left: auto;
right: 1rem;
transform: none;
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-end .icv__label.on-hover {
transform: scale(0);
}
.dsm_before_after_image .dsm_before_after_image_wrapper.icv.icv__icv--vertical.dsm-icv-label-align-end:hover .icv__label.on-hover {
transform: scale(1);
}
.dsm_blob_image_img {
width: 100%;
height: 100%;
}
.dsm_blob_image_wrap {
line-height: 0;
position: relative;
overflow: hidden;
border-style: solid;
display: block;
} .dsm_blob_image_wrap.dsm_blob_image_overlay,
.dsm_blob_image_wrap.dsm_blob_image_gradient_overlay {
isolation: isolate;
}
.dsm_blob_image_wrap.dsm_blob_image_overlay::before,
.dsm_blob_image_wrap.dsm_blob_image_gradient_overlay::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
mix-blend-mode: overlay;
background: inherit;
}
.dsm_blob_image_overlay .dsm_blob_image_img,
.dsm_blob_image_gradient_overlay .dsm_blob_image_img {
-o-object-fit: cover;
object-fit: cover;
position: relative;
z-index: 0;
}
.dsm_blob_overlay_wrapper {
position: relative;
z-index: 2;
transform: translate(0%, -100%);
height: inherit;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.dsm_blob_overlay_text {
width: 100%;
}
.dsm_blob_title,
.dsm_blob_description {
text-align: center;
padding-bottom: 20px;
}
.dsm_blob_title {
line-height: 1em;
color: #fff;
}
.dsm_blob_description {
line-height: 1.7em;
color: #fff;
}
.dsm_blob_image_content_hover .dsm_blob_overlay_text {
opacity: 0;
transition-duration: 200ms;
transition-property: all;
}
.dsm_blob_image_content_hover:hover .dsm_blob_overlay_text {
opacity: 1;
}
.dsm_blob_image_button_wrapper {
text-align: center;
}
.dsm_blob_image_one {
border-radius: 71% 29% 41% 59%/59% 43% 57% 41%;
}
.dsm_blob_image_two {
border-radius: 72% 28% 70% 30%/36% 50% 50% 64%;
}
.dsm_blob_image_three {
border-radius: 40% 60% 27% 73%/60% 75% 25% 40%;
}
.dsm_blob_image_four {
border-radius: 40% 60% 72% 28%/65% 29% 71% 35%;
}
.dsm_blob_image_five {
border-radius: 45% 55% 37% 63%/63% 73% 27% 37%;
}
.dsm_blob_image_six {
border-radius: 47% 53% 47% 53%/38% 75% 25% 62%;
}
.dsm_blob_image_seven {
border-radius: 50% 50% 42% 58%/38% 68% 32% 62%;
}
.dsm_blob_image_eight {
border-radius: 31% 69% 57% 43%/27% 48% 52% 73%;
}
.dsm_blob_image_nine {
border-radius: 46% 54% 17% 83%/30% 24% 76% 70%;
}
.dsm_blob_image_ten {
border-radius: 72% 28% 83% 17%/46% 28% 72% 54%;
}
.dsm_blob_image_eleven {
border-radius: 66% 34% 83% 17%/22% 65% 35% 78%;
}
.dsm_blob_image_twelve {
border-radius: 18% 82% 51% 49%/61% 68% 32% 39%;
}
.dsm_blob_image_thirdteen {
border-radius: 59% 41% 41% 59%/29% 48% 52% 71%;
}
.dsm_blob_image_fourteen {
border-radius: 62% 38% 38% 62%/46% 58% 58% 46%;
}
.dsm_blob_image_fifteen {
border-radius: 44% 56% 52% 48%/72% 22% 26% 74%;
}
.dsm_blob_image_sixteen {
border-radius: 32% 68% 71% 29%/82% 76% 24% 18%;
}
.dsm_blob_image_seventeen {
border-radius: 24% 76% 74% 26%/26% 24% 76% 74%;
}
.dsm_blob_image_eighteen {
border-radius: 8% 92% 55% 45%/16% 22% 84% 78%;
}
.dsm_blob_image .dsm_blob_image_overlay {
background-color: #7ebec5;
}
.dsm_blob_image .dsm_blob_image_gradient_overlay {
background: linear-gradient(45deg, #7ebec5 0%, 50%, #7ebec5 100%);
}
.dsm_blob_image .dsm_blob_image_img {
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.dsm_blob_image .dsm_blob_image_wrap {
height: 380px;
}
.dsm_block_reveal_fe_preinit {
opacity: 0;
}
.dsm_block_text_reveal,
.dsm_block_text_reveal_front,
.dsm_block_image_reveal,
.dsm_block_image_reveal_front {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
pointer-events: none;
}
.dsm_block_text_reveal_front,
.dsm_block_image_reveal_front {
opacity: 0;
}
.dsm_block_text_reveal_content,
.dsm_block_image_reveal_content {
opacity: 0;
}
.dsm_block_text_reveal_lr .dsm_block_text_reveal,
.dsm_block_image_reveal_lr .dsm_block_image_reveal {
transform: translateX(-100%);
animation: dsmBlockRevealLR 0.25s 0s, dsmBlockRevealOutLR 0.5s 0.5s;
animation-fill-mode: forwards;
}
.dsm_block_text_reveal_rl .dsm_block_text_reveal,
.dsm_block_image_reveal_rl .dsm_block_image_reveal {
transform: translateX(100%);
animation: dsmBlockRevealRL 0.25s 0s, dsmBlockRevealOutRL 0.5s 0.5s;
animation-fill-mode: forwards;
}
.dsm_block_text_reveal_tb .dsm_block_text_reveal,
.dsm_block_image_reveal_tb .dsm_block_image_reveal {
transform: translateY(-100%);
animation: dsmBlockRevealTB 0.25s 0s, dsmBlockRevealOutTB 0.5s 0.5s;
animation-fill-mode: forwards;
}
.dsm_block_text_reveal_bt .dsm_block_text_reveal,
.dsm_block_image_reveal_bt .dsm_block_image_reveal {
transform: translateY(100%);
animation: dsmBlockRevealBT 0.25s 0s, dsmBlockRevealOutBT 0.5s 0.5s;
animation-fill-mode: forwards;
}
@keyframes dsmBlockRevealLR {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@keyframes dsmBlockRevealOutLR {
0% {
transform: translateX(0);
}
100% {
transform: translateX(101%);
}
}
@keyframes dsmBlockRevealRL {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
}
@keyframes dsmBlockRevealOutRL {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-101%);
}
}
@keyframes dsmBlockRevealTB {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0);
}
}
@keyframes dsmBlockRevealOutTB {
0% {
transform: translateY(0);
}
100% {
transform: translateY(101%);
}
}
@keyframes dsmBlockRevealBT {
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0);
}
}
@keyframes dsmBlockRevealOutBT {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-101%);
}
}
@keyframes dsmFadeInImg {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.dsm_block_reveal_image {
display: block;
line-height: 0;
height: -moz-fit-content;
height: fit-content;
min-height: 0;
}
.dsm_block_reveal_image .et_pb_image_wrap {
display: inline-block;
position: relative;
max-width: 100%;
overflow: hidden;
isolation: isolate;
}
.dsm_block_reveal_image .et_pb_image_wrap img {
position: relative;
z-index: 0;
}
.dsm_block_reveal_image .et_pb_image_wrap .dsm_block_image_reveal {
z-index: 2;
}
.dsm_block_reveal_image .et_overlay {
border-width: 0;
}
.dsm_block_reveal_image_icon_empty.et_overlay::before {
display: none;
}
.dsm_block_reveal_image .dsm_block_reveal_image_overlay_off .et_overlay {
opacity: 1;
z-index: 3;
}
.dsm_block_reveal_image:hover .dsm_block_reveal_image_overlay_off .et_overlay {
opacity: 0;
}
.dsm_block_reveal_image .et_pb_image_wrap img,
.dsm_block_image_reveal_lr img,
.dsm_block_image_reveal_rl img,
.dsm_block_image_reveal_tb img,
.dsm_block_image_reveal_bt img {
opacity: 0;
animation: dsmFadeInImg 0.25s linear forwards;
animation-delay: var(--dsm-br-content-show-delay, 0.5s);
}
.dsm-lightbox-custom {
max-width: 100% !important;
}
.dsm-lightbox-custom.mfp-iframe-holder .mfp-close,
.dsm-lightbox-custom.mfp-image-holder .mfp-close {
color: rgba(255, 255, 255, 0.2);
opacity: 1;
transition: all 0.4s ease-in-out;
}
.dsm_block_reveal_image.dsm_br_img_force_fullwidth,
.dsm_block_reveal_image.dsm_br_img_force_fullwidth .et_pb_image_wrap,
.dsm_block_reveal_image.dsm_br_img_force_fullwidth img {
width: 100%;
max-width: 100% !important;
}
.dsm_block_reveal_fe_preinit {
opacity: 0;
}
.dsm_block_text_reveal,
.dsm_block_text_reveal_front,
.dsm_block_image_reveal,
.dsm_block_image_reveal_front {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
pointer-events: none;
}
.dsm_block_text_reveal_front,
.dsm_block_image_reveal_front {
opacity: 0;
}
.dsm_block_text_reveal_content,
.dsm_block_image_reveal_content {
opacity: 0;
}
.dsm_block_text_reveal_lr .dsm_block_text_reveal,
.dsm_block_image_reveal_lr .dsm_block_image_reveal {
transform: translateX(-100%);
animation: dsmBlockRevealLR 0.25s 0s, dsmBlockRevealOutLR 0.5s 0.5s;
animation-fill-mode: forwards;
}
.dsm_block_text_reveal_rl .dsm_block_text_reveal,
.dsm_block_image_reveal_rl .dsm_block_image_reveal {
transform: translateX(100%);
animation: dsmBlockRevealRL 0.25s 0s, dsmBlockRevealOutRL 0.5s 0.5s;
animation-fill-mode: forwards;
}
.dsm_block_text_reveal_tb .dsm_block_text_reveal,
.dsm_block_image_reveal_tb .dsm_block_image_reveal {
transform: translateY(-100%);
animation: dsmBlockRevealTB 0.25s 0s, dsmBlockRevealOutTB 0.5s 0.5s;
animation-fill-mode: forwards;
}
.dsm_block_text_reveal_bt .dsm_block_text_reveal,
.dsm_block_image_reveal_bt .dsm_block_image_reveal {
transform: translateY(100%);
animation: dsmBlockRevealBT 0.25s 0s, dsmBlockRevealOutBT 0.5s 0.5s;
animation-fill-mode: forwards;
}
@keyframes dsmBlockRevealLR {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0);
}
}
@keyframes dsmBlockRevealOutLR {
0% {
transform: translateX(0);
}
100% {
transform: translateX(101%);
}
}
@keyframes dsmBlockRevealRL {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
}
@keyframes dsmBlockRevealOutRL {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-101%);
}
}
@keyframes dsmBlockRevealTB {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0);
}
}
@keyframes dsmBlockRevealOutTB {
0% {
transform: translateY(0);
}
100% {
transform: translateY(101%);
}
}
@keyframes dsmBlockRevealBT {
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0);
}
}
@keyframes dsmBlockRevealOutBT {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-101%);
}
}
@keyframes dsmFadeInImg {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.dsm_block_reveal_text_header {
padding-bottom: 0;
}
.dsm_block_reveal_text_wrapper {
position: relative;
overflow: hidden;
display: inline-flex;
isolation: isolate;
}
.dsm_block_reveal_text_wrapper .dsm_block_reveal_text_header {
position: relative;
z-index: 0;
}
.dsm_block_reveal_text_wrapper .dsm_block_text_reveal {
z-index: 2;
}
.et_pb_module.d5_breadcrumbs_module {
box-sizing: border-box;
max-width: 100%;
width: 100%;
}
.et_flex_column .et_pb_module.d5_breadcrumbs_module,
.et_pb_column .et_pb_module.d5_breadcrumbs_module {
align-self: stretch;
}
.dsm_breadcrumbs_wrap {
display: block;
max-width: 100%;
width: 100%;
}
.dsm_breadcrumbs a {
color: inherit;
cursor: pointer;
display: inline-block;
}
.dsm_breadcrumbs li.dsm_breadcrumbs_item a .dsm_home_text {
color: inherit;
}
.dsm_breadcrumbs {
align-items: flex-start;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
list-style: none;
margin: 0;
max-width: 100%;
padding: 0 !important;
width: 100%;
}
.dsm_breadcrumbs .dsm_home_text_wrapper {
align-items: center;
display: flex;
}
.dsm_breadcrumbs .dsm_separator_icon {
color: inherit;
line-height: 1;
margin-left: 0;
margin-right: 0;
}
.dsm_breadcrumbs > li, .dsm_breadcrumbs > span {
align-items: flex-start;
display: flex;
margin-left: 10px;
}
.dsm_breadcrumbs > li:first-child {
margin-left: 0;
}
.dsm_home_icon {
line-height: 1em;
margin-right: 5px;
}
.dsm_breadcrumbs > li.dsm_breadcrumbs_separator {
align-items: center;
align-self: center;
display: flex;
justify-content: center;
width: auto;
}
.dsm_breadcrumbs > li.dsm_breadcrumbs_separator .dsm_separator_icon {
align-items: center;
display: inline-flex;
justify-content: center;
}
.dsm_breadcrumbs > li.dsm_home_item,
.dsm_breadcrumbs > li.dsm_parent_item {
align-items: stretch;
align-self: center;
cursor: pointer;
}
.dsm_breadcrumbs > li.dsm_home_item > a,
.dsm_breadcrumbs > li.dsm_parent_item > a {
align-items: center;
align-self: stretch;
box-sizing: border-box;
cursor: pointer;
display: flex;
min-height: 100%;
width: 100%;
}
.dsm_breadcrumbs > li.dsm_breadcrumbs_item_current {
align-items: center;
align-self: center;
}
.dsm_breadcrumbs .dsm_home_icon {
color: inherit;
font-size: 18px;
font-weight: 700;
}
.dsm_breadcrumbs span.dsm_separator_icon {
font-size: 18px;
font-weight: 700;
}
.dsm_breadcrumbs .dsm_breadcrumbs_separator,
.dsm_breadcrumbs .dsm_breadcrumbs_item.dsm_breadcrumbs_item_current,
.dsm_breadcrumbs .dsm_breadcrumbs_item:not(.dsm_breadcrumbs_item_current) {
margin-bottom: 10px;
}
.dsm-home-icon-empty .dsm_home_icon::before {
color: inherit !important;
content: "\e009";
font-family: "ETmodules" !important;
font-weight: 400;
}
.dsm-seprator-icon-empty .dsm_separator_icon::before {
color: inherit !important;
content: "5";
font-family: "ETmodules" !important;
font-weight: 400;
} .dsm-grow {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-grow:active,
.dsm-grow:focus,
.dsm-grow:hover {
transform: scale(1.1);
}
.dsm-shrink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-shrink:active,
.dsm-shrink:focus,
.dsm-shrink:hover {
transform: scale(0.9);
}
@keyframes dsm-pulse {
25% {
transform: scale(1.1);
}
75% {
transform: scale(0.9);
}
}
.dsm-pulse {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-pulse:active,
.dsm-pulse:focus,
.dsm-pulse:hover {
animation-name: dsm-pulse;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes dsm-pulse-grow {
to {
transform: scale(1.1);
}
}
.dsm-pulse-grow {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-pulse-grow:active,
.dsm-pulse-grow:focus,
.dsm-pulse-grow:hover {
animation-name: dsm-pulse-grow;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes dsm-pulse-shrink {
to {
transform: scale(0.9);
}
}
.dsm-pulse-shrink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-pulse-shrink:active,
.dsm-pulse-shrink:focus,
.dsm-pulse-shrink:hover {
animation-name: dsm-pulse-shrink;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes dsm-push {
50% {
transform: scale(0.8);
}
to {
transform: scale(1);
}
}
.dsm-push {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-push:active,
.dsm-push:focus,
.dsm-push:hover {
animation-name: dsm-push;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
@keyframes dsm-pop {
50% {
transform: scale(1.2);
}
}
.dsm-pop {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-pop:active,
.dsm-pop:focus,
.dsm-pop:hover {
animation-name: dsm-pop;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.dsm-bounce-in {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.5s;
}
.dsm-bounce-in:active,
.dsm-bounce-in:focus,
.dsm-bounce-in:hover {
transform: scale(1.2);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.dsm-bounce-out {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.5s;
}
.dsm-bounce-out:active,
.dsm-bounce-out:focus,
.dsm-bounce-out:hover {
transform: scale(0.8);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.dsm-rotate {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-rotate:active,
.dsm-rotate:focus,
.dsm-rotate:hover {
transform: rotate(4deg);
}
.dsm-grow-rotate {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-grow-rotate:active,
.dsm-grow-rotate:focus,
.dsm-grow-rotate:hover {
transform: scale(1.1) rotate(4deg);
}
.dsm-float {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-float:active,
.dsm-float:focus,
.dsm-float:hover {
transform: translateY(-8px);
}
.dsm-sink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sink:active,
.dsm-sink:focus,
.dsm-sink:hover {
transform: translateY(8px);
}
@keyframes dsm-bob {
0% {
transform: translateY(-8px);
}
50% {
transform: translateY(-4px);
}
to {
transform: translateY(-8px);
}
}
@keyframes dsm-bob-float {
to {
transform: translateY(-8px);
}
}
.dsm-bob {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-bob:active,
.dsm-bob:focus,
.dsm-bob:hover {
animation-name: dsm-bob-float, dsm-bob;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
@keyframes dsm-hang {
0% {
transform: translateY(8px);
}
50% {
transform: translateY(4px);
}
to {
transform: translateY(8px);
}
}
@keyframes dsm-hang-sink {
to {
transform: translateY(8px);
}
}
.dsm-hang {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-hang:active,
.dsm-hang:focus,
.dsm-hang:hover {
animation-name: dsm-hang-sink, dsm-hang;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
.dsm-skew {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-skew:active,
.dsm-skew:focus,
.dsm-skew:hover {
transform: skew(-10deg);
}
.dsm-skew-forward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
transform-origin: 0 100%;
}
.dsm-skew-forward:active,
.dsm-skew-forward:focus,
.dsm-skew-forward:hover {
transform: skew(-10deg);
}
.dsm-skew-backward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
transform-origin: 0 100%;
}
.dsm-skew-backward:active,
.dsm-skew-backward:focus,
.dsm-skew-backward:hover {
transform: skew(10deg);
}
@keyframes dsm-wobble-vertical {
16.65% {
transform: translateY(8px);
}
33.3% {
transform: translateY(-6px);
}
49.95% {
transform: translateY(4px);
}
66.6% {
transform: translateY(-2px);
}
83.25% {
transform: translateY(1px);
}
to {
transform: translateY(0);
}
}
.dsm-wobble-vertical {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-vertical:active,
.dsm-wobble-vertical:focus,
.dsm-wobble-vertical:hover {
animation-name: dsm-wobble-vertical;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-horizontal {
16.65% {
transform: translateX(8px);
}
33.3% {
transform: translateX(-6px);
}
49.95% {
transform: translateX(4px);
}
66.6% {
transform: translateX(-2px);
}
83.25% {
transform: translateX(1px);
}
to {
transform: translateX(0);
}
}
.dsm-wobble-horizontal {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-horizontal:active,
.dsm-wobble-horizontal:focus,
.dsm-wobble-horizontal:hover {
animation-name: dsm-wobble-horizontal;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-to-bottom-right {
16.65% {
transform: translate(8px, 8px);
}
33.3% {
transform: translate(-6px, -6px);
}
49.95% {
transform: translate(4px, 4px);
}
66.6% {
transform: translate(-2px, -2px);
}
83.25% {
transform: translate(1px, 1px);
}
to {
transform: translate(0);
}
}
.dsm-wobble-to-bottom-right {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-to-bottom-right:active,
.dsm-wobble-to-bottom-right:focus,
.dsm-wobble-to-bottom-right:hover {
animation-name: dsm-wobble-to-bottom-right;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-to-top-right {
16.65% {
transform: translate(8px, -8px);
}
33.3% {
transform: translate(-6px, 6px);
}
49.95% {
transform: translate(4px, -4px);
}
66.6% {
transform: translate(-2px, 2px);
}
83.25% {
transform: translate(1px, -1px);
}
to {
transform: translate(0);
}
}
.dsm-wobble-to-top-right {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-to-top-right:active,
.dsm-wobble-to-top-right:focus,
.dsm-wobble-to-top-right:hover {
animation-name: dsm-wobble-to-top-right;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-top {
16.65% {
transform: skew(-12deg);
}
33.3% {
transform: skew(10deg);
}
49.95% {
transform: skew(-6deg);
}
66.6% {
transform: skew(4deg);
}
83.25% {
transform: skew(-2deg);
}
to {
transform: skew(0);
}
}
.dsm-wobble-top {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transform-origin: 0 100%;
}
.dsm-wobble-top:active,
.dsm-wobble-top:focus,
.dsm-wobble-top:hover {
animation-name: dsm-wobble-top;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-bottom {
16.65% {
transform: skew(-12deg);
}
33.3% {
transform: skew(10deg);
}
49.95% {
transform: skew(-6deg);
}
66.6% {
transform: skew(4deg);
}
83.25% {
transform: skew(-2deg);
}
to {
transform: skew(0);
}
}
.dsm-wobble-bottom {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transform-origin: 100% 0;
}
.dsm-wobble-bottom:active,
.dsm-wobble-bottom:focus,
.dsm-wobble-bottom:hover {
animation-name: dsm-wobble-bottom;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-skew {
16.65% {
transform: skew(-12deg);
}
33.3% {
transform: skew(10deg);
}
49.95% {
transform: skew(-6deg);
}
66.6% {
transform: skew(4deg);
}
83.25% {
transform: skew(-2deg);
}
to {
transform: skew(0);
}
}
.dsm-wobble-skew {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-skew:active,
.dsm-wobble-skew:focus,
.dsm-wobble-skew:hover {
animation-name: dsm-wobble-skew;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-buzz {
50% {
transform: translateX(3px) rotate(2deg);
}
to {
transform: translateX(-3px) rotate(-2deg);
}
}
.dsm-buzz {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-buzz:active,
.dsm-buzz:focus,
.dsm-buzz:hover {
animation-name: dsm-buzz;
animation-duration: 0.15s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes dsm-buzz-out {
10% {
transform: translateX(3px) rotate(2deg);
}
20% {
transform: translateX(-3px) rotate(-2deg);
}
30% {
transform: translateX(3px) rotate(2deg);
}
40% {
transform: translateX(-3px) rotate(-2deg);
}
50% {
transform: translateX(2px) rotate(1deg);
}
60% {
transform: translateX(-2px) rotate(-1deg);
}
70% {
transform: translateX(2px) rotate(1deg);
}
80% {
transform: translateX(-2px) rotate(-1deg);
}
90% {
transform: translateX(1px) rotate(0);
}
to {
transform: translateX(-1px) rotate(0);
}
}
.dsm-buzz-out {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-buzz-out:active,
.dsm-buzz-out:focus,
.dsm-buzz-out:hover {
animation-name: dsm-buzz-out;
animation-duration: 0.75s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.dsm-forward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-forward:active,
.dsm-forward:focus,
.dsm-forward:hover {
transform: translateX(8px);
}
.dsm-backward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-backward:active,
.dsm-backward:focus,
.dsm-backward:hover {
transform: translateX(-8px);
}
.dsm-fade {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
overflow: hidden;
transition-duration: 0.3s;
transition-property: color, background-color;
}
.dsm-fade:active,
.dsm-fade:focus,
.dsm-fade:hover {
background-color: #2098d1;
color: #fff;
}
@keyframes dsm-back-pulse {
50% {
background-color: rgba(32, 152, 209, 0.75);
}
}
.dsm-back-pulse {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
overflow: hidden;
transition-duration: 0.5s;
transition-property: color, background-color;
}
.dsm-back-pulse:active,
.dsm-back-pulse:focus,
.dsm-back-pulse:hover {
animation-name: dsm-back-pulse;
animation-duration: 1s;
animation-delay: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
background-color: #2098d1;
color: #fff;
}
.dsm-sweep-to-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-sweep-to-right,
.dsm-sweep-to-right:before {
transition-duration: 0.3s;
}
.dsm-sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 0 50%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sweep-to-right:active,
.dsm-sweep-to-right:focus,
.dsm-sweep-to-right:hover {
color: #fff;
}
.dsm-sweep-to-right:active:before,
.dsm-sweep-to-right:focus:before,
.dsm-sweep-to-right:hover:before {
transform: scaleX(1);
}
.dsm-sweep-to-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-sweep-to-left,
.dsm-sweep-to-left:before {
transition-duration: 0.3s;
}
.dsm-sweep-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 100% 50%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sweep-to-left:active,
.dsm-sweep-to-left:focus,
.dsm-sweep-to-left:hover {
color: #fff;
}
.dsm-sweep-to-left:active:before,
.dsm-sweep-to-left:focus:before,
.dsm-sweep-to-left:hover:before {
transform: scaleX(1);
}
.dsm-sweep-to-bottom {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-sweep-to-bottom,
.dsm-sweep-to-bottom:before {
transition-duration: 0.3s;
}
.dsm-sweep-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50% 0;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sweep-to-bottom:active,
.dsm-sweep-to-bottom:focus,
.dsm-sweep-to-bottom:hover {
color: #fff;
}
.dsm-sweep-to-bottom:active:before,
.dsm-sweep-to-bottom:focus:before,
.dsm-sweep-to-bottom:hover:before {
transform: scaleY(1);
}
.dsm-sweep-to-top {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-sweep-to-top,
.dsm-sweep-to-top:before {
transition-duration: 0.3s;
}
.dsm-sweep-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50% 100%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sweep-to-top:active,
.dsm-sweep-to-top:focus,
.dsm-sweep-to-top:hover {
color: #fff;
}
.dsm-sweep-to-top:active:before,
.dsm-sweep-to-top:focus:before,
.dsm-sweep-to-top:hover:before {
transform: scaleY(1);
}
.dsm-bounce-to-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-bounce-to-right,
.dsm-bounce-to-right:before {
transition-duration: 0.5s;
}
.dsm-bounce-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 0 50%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-bounce-to-right:active,
.dsm-bounce-to-right:focus,
.dsm-bounce-to-right:hover {
color: #fff;
}
.dsm-bounce-to-right:active:before,
.dsm-bounce-to-right:focus:before,
.dsm-bounce-to-right:hover:before {
transform: scaleX(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-bounce-to-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-bounce-to-left,
.dsm-bounce-to-left:before {
transition-duration: 0.5s;
}
.dsm-bounce-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 100% 50%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-bounce-to-left:active,
.dsm-bounce-to-left:focus,
.dsm-bounce-to-left:hover {
color: #fff;
}
.dsm-bounce-to-left:active:before,
.dsm-bounce-to-left:focus:before,
.dsm-bounce-to-left:hover:before {
transform: scaleX(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-bounce-to-bottom {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-bounce-to-bottom,
.dsm-bounce-to-bottom:before {
transition-duration: 0.5s;
}
.dsm-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50% 0;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-bounce-to-bottom:active,
.dsm-bounce-to-bottom:focus,
.dsm-bounce-to-bottom:hover {
color: #fff;
}
.dsm-bounce-to-bottom:active:before,
.dsm-bounce-to-bottom:focus:before,
.dsm-bounce-to-bottom:hover:before {
transform: scaleY(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-bounce-to-top {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-bounce-to-top,
.dsm-bounce-to-top:before {
transition-duration: 0.5s;
}
.dsm-bounce-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50% 100%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-bounce-to-top:active,
.dsm-bounce-to-top:focus,
.dsm-bounce-to-top:hover {
color: #fff;
}
.dsm-bounce-to-top:active:before,
.dsm-bounce-to-top:focus:before,
.dsm-bounce-to-top:hover:before {
transform: scaleY(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-radial-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
background: #e1e1e1;
transition-property: color;
}
.dsm-radial-out,
.dsm-radial-out:before {
transition-duration: 0.3s;
}
.dsm-radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
border-radius: 100%;
transform: scale(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-radial-out:active,
.dsm-radial-out:focus,
.dsm-radial-out:hover {
color: #fff;
}
.dsm-radial-out:active:before,
.dsm-radial-out:focus:before,
.dsm-radial-out:hover:before {
transform: scale(2);
}
.dsm-radial-in {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
background: #2098d1;
transition-property: color;
}
.dsm-radial-in,
.dsm-radial-in:before {
transition-duration: 0.3s;
}
.dsm-radial-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #e1e1e1;
border-radius: 100%;
transform: scale(2);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-radial-in:active,
.dsm-radial-in:focus,
.dsm-radial-in:hover {
color: #fff;
}
.dsm-radial-in:active:before,
.dsm-radial-in:focus:before,
.dsm-radial-in:hover:before {
transform: scale(0);
}
.dsm-rectangle-in {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #2098d1;
transition-property: color;
}
.dsm-rectangle-in,
.dsm-rectangle-in:before {
transition-duration: 0.3s;
}
.dsm-rectangle-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #e1e1e1;
transform: scale(1);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-rectangle-in:active,
.dsm-rectangle-in:focus,
.dsm-rectangle-in:hover {
color: #fff;
}
.dsm-rectangle-in:active:before,
.dsm-rectangle-in:focus:before,
.dsm-rectangle-in:hover:before {
transform: scale(0);
}
.dsm-rectangle-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
transition-property: color;
}
.dsm-rectangle-out,
.dsm-rectangle-out:before {
transition-duration: 0.3s;
}
.dsm-rectangle-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scale(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-rectangle-out:active,
.dsm-rectangle-out:focus,
.dsm-rectangle-out:hover {
color: #fff;
}
.dsm-rectangle-out:active:before,
.dsm-rectangle-out:focus:before,
.dsm-rectangle-out:hover:before {
transform: scale(1);
}
.dsm-shutter-in-horizontal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #2098d1;
transition-property: color;
transition-duration: 0.3s;
}
.dsm-shutter-in-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #e1e1e1;
transform: scaleX(1);
transform-origin: 50%;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-shutter-in-horizontal:active,
.dsm-shutter-in-horizontal:focus,
.dsm-shutter-in-horizontal:hover {
color: #fff;
}
.dsm-shutter-in-horizontal:active:before,
.dsm-shutter-in-horizontal:focus:before,
.dsm-shutter-in-horizontal:hover:before {
transform: scaleX(0);
}
.dsm-shutter-out-horizontal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
transition-property: color;
transition-duration: 0.3s;
}
.dsm-shutter-out-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 50%;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-shutter-out-horizontal:active,
.dsm-shutter-out-horizontal:focus,
.dsm-shutter-out-horizontal:hover {
color: #fff;
}
.dsm-shutter-out-horizontal:active:before,
.dsm-shutter-out-horizontal:focus:before,
.dsm-shutter-out-horizontal:hover:before {
transform: scaleX(1);
}
.dsm-shutter-in-vertical {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #2098d1;
transition-property: color;
transition-duration: 0.3s;
}
.dsm-shutter-in-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #e1e1e1;
transform: scaleY(1);
transform-origin: 50%;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-shutter-in-vertical:active,
.dsm-shutter-in-vertical:focus,
.dsm-shutter-in-vertical:hover {
color: #fff;
}
.dsm-shutter-in-vertical:active:before,
.dsm-shutter-in-vertical:focus:before,
.dsm-shutter-in-vertical:hover:before {
transform: scaleY(0);
}
.dsm-shutter-out-vertical {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
transition-property: color;
transition-duration: 0.3s;
}
.dsm-shutter-out-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50%;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-shutter-out-vertical:active,
.dsm-shutter-out-vertical:focus,
.dsm-shutter-out-vertical:hover {
color: #fff;
}
.dsm-shutter-out-vertical:active:before,
.dsm-shutter-out-vertical:focus:before,
.dsm-shutter-out-vertical:hover:before {
transform: scaleY(1);
}
.dsm-border-fade {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}
.dsm-border-fade:active,
.dsm-border-fade:focus,
.dsm-border-fade:hover {
box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent;
}
.dsm-hollow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: background;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}
.dsm-hollow:active,
.dsm-hollow:focus,
.dsm-hollow:hover {
background: none;
}
.dsm-trim {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-trim:before {
content: "";
position: absolute;
border: 4px solid #fff;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
opacity: 0;
transition-duration: 0.3s;
transition-property: opacity;
}
.dsm-trim:active:before,
.dsm-trim:focus:before,
.dsm-trim:hover:before {
opacity: 1;
}
@keyframes dsm-ripple-out {
to {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
}
}
.dsm-ripple-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-ripple-out:before {
content: "";
position: absolute;
border: 6px solid #e1e1e1;
top: 0;
right: 0;
bottom: 0;
left: 0;
animation-duration: 1s;
}
.dsm-ripple-out:active:before,
.dsm-ripple-out:focus:before,
.dsm-ripple-out:hover:before {
animation-name: dsm-ripple-out;
}
@keyframes dsm-ripple-in {
to {
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1;
}
}
.dsm-ripple-in {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-ripple-in:before {
content: "";
position: absolute;
border: 4px solid #e1e1e1;
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
animation-duration: 1s;
}
.dsm-ripple-in:active:before,
.dsm-ripple-in:focus:before,
.dsm-ripple-in:hover:before {
animation-name: dsm-ripple-in;
}
.dsm-outline-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-outline-out:before {
content: "";
position: absolute;
border: 4px solid #e1e1e1;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
}
.dsm-outline-out:active:before,
.dsm-outline-out:focus:before,
.dsm-outline-out:hover:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
}
.dsm-outline-in {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-outline-in:before {
pointer-events: none;
content: "";
position: absolute;
border: 4px solid #e1e1e1;
top: -16px;
right: -16px;
bottom: -16px;
left: -16px;
opacity: 0;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
}
.dsm-outline-in:active:before,
.dsm-outline-in:focus:before,
.dsm-outline-in:hover:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
opacity: 1;
}
.dsm-round-corners {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: border-radius;
}
.dsm-round-corners:active,
.dsm-round-corners:focus,
.dsm-round-corners:hover {
border-radius: 1em;
}
.dsm-underline-from-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-underline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
background: #2098d1;
height: 4px;
transition-property: right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-underline-from-left:active:before,
.dsm-underline-from-left:focus:before,
.dsm-underline-from-left:hover:before {
right: 0;
}
.dsm-underline-from-center {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-underline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: #2098d1;
height: 4px;
transition-property: left, right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-underline-from-center:active:before,
.dsm-underline-from-center:focus:before,
.dsm-underline-from-center:hover:before {
left: 0;
right: 0;
}
.dsm-underline-from-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-underline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
bottom: 0;
background: #2098d1;
height: 4px;
transition-property: left;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-underline-from-right:active:before,
.dsm-underline-from-right:focus:before,
.dsm-underline-from-right:hover:before {
left: 0;
}
.dsm-overline-from-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-overline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
top: 0;
background: #2098d1;
height: 4px;
transition-property: right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-overline-from-left:active:before,
.dsm-overline-from-left:focus:before,
.dsm-overline-from-left:hover:before {
right: 0;
}
.dsm-overline-from-center {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-overline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
top: 0;
background: #2098d1;
height: 4px;
transition-property: left, right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-overline-from-center:active:before,
.dsm-overline-from-center:focus:before,
.dsm-overline-from-center:hover:before {
left: 0;
right: 0;
}
.dsm-overline-from-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-overline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
top: 0;
background: #2098d1;
height: 4px;
transition-property: left;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-overline-from-right:active:before,
.dsm-overline-from-right:focus:before,
.dsm-overline-from-right:hover:before {
left: 0;
}
.dsm-reveal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
bottom: 0;
border: 0 solid #2098d1;
transition-property: border-width;
transition-duration: 0.1s;
transition-timing-function: ease-out;
}
.dsm-reveal:active:before,
.dsm-reveal:focus:before,
.dsm-reveal:hover:before {
transform: translateY(0);
border-width: 4px;
}
.dsm-underline-reveal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-underline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
height: 4px;
transform: translateY(4px);
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-underline-reveal:active:before,
.dsm-underline-reveal:focus:before,
.dsm-underline-reveal:hover:before {
transform: translateY(0);
}
.dsm-overline-reveal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-overline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
background: #2098d1;
height: 4px;
transform: translateY(-4px);
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-overline-reveal:active:before,
.dsm-overline-reveal:focus:before,
.dsm-overline-reveal:hover:before {
transform: translateY(0);
}
.dsm-glow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
}
.dsm-glow:active,
.dsm-glow:focus,
.dsm-glow:hover {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.dsm-shadow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
}
.dsm-shadow:active,
.dsm-shadow:focus,
.dsm-shadow:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.dsm-grow-shadow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow, transform;
}
.dsm-grow-shadow:active,
.dsm-grow-shadow:focus,
.dsm-grow-shadow:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
transform: scale(1.1);
}
.dsm-box-shadow-outset {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
}
.dsm-box-shadow-outset:active,
.dsm-box-shadow-outset:focus,
.dsm-box-shadow-outset:hover {
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.dsm-box-shadow-inset {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}
.dsm-box-shadow-inset:active,
.dsm-box-shadow-inset:focus,
.dsm-box-shadow-inset:hover {
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}
.dsm-float-shadow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: transform;
}
.dsm-float-shadow,
.dsm-float-shadow:before {
transition-duration: 0.3s;
}
.dsm-float-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
transition-property: transform, opacity;
}
.dsm-float-shadow:active,
.dsm-float-shadow:focus,
.dsm-float-shadow:hover {
transform: translateY(-5px);
}
.dsm-float-shadow:active:before,
.dsm-float-shadow:focus:before,
.dsm-float-shadow:hover:before {
opacity: 1;
transform: translateY(5px);
}
.dsm-shadow-radial {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-shadow-radial:after,
.dsm-shadow-radial:before {
pointer-events: none;
position: absolute;
content: "";
left: 0;
width: 100%;
box-sizing: border-box;
background-repeat: no-repeat;
height: 5px;
opacity: 0;
transition-duration: 0.3s;
transition-property: opacity;
}
.dsm-shadow-radial:before {
bottom: 100%;
background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, transparent 80%);
}
.dsm-shadow-radial:after {
top: 100%;
background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, transparent 80%);
}
.dsm-shadow-radial:active:after,
.dsm-shadow-radial:active:before,
.dsm-shadow-radial:focus:after,
.dsm-shadow-radial:focus:before,
.dsm-shadow-radial:hover:after,
.dsm-shadow-radial:hover:before {
opacity: 1;
}
.dsm-bubble-top {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-top:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
transition-duration: 0.3s;
transition-property: transform;
left: calc(50% - 10px);
top: 0;
border-color: transparent transparent #e1e1e1;
border-style: solid;
border-width: 0 10px 10px;
}
.dsm-bubble-top:active:before,
.dsm-bubble-top:focus:before,
.dsm-bubble-top:hover:before {
transform: translateY(-10px);
}
.dsm-bubble-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-right:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
transition-duration: 0.3s;
transition-property: transform;
top: calc(50% - 10px);
right: 0;
border-color: transparent transparent transparent #e1e1e1;
border-style: solid;
border-width: 10px 0 10px 10px;
}
.dsm-bubble-right:active:before,
.dsm-bubble-right:focus:before,
.dsm-bubble-right:hover:before {
transform: translateX(10px);
}
.dsm-bubble-bottom {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-bottom:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
transition-duration: 0.3s;
transition-property: transform;
left: calc(50% - 10px);
bottom: 0;
border-color: #e1e1e1 transparent transparent;
border-style: solid;
border-width: 10px 10px 0;
}
.dsm-bubble-bottom:active:before,
.dsm-bubble-bottom:focus:before,
.dsm-bubble-bottom:hover:before {
transform: translateY(10px);
}
.dsm-bubble-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-left:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
transition-duration: 0.3s;
transition-property: transform;
top: calc(50% - 10px);
left: 0;
border-color: transparent #e1e1e1 transparent transparent;
border-style: solid;
border-width: 10px 10px 10px 0;
}
.dsm-bubble-left:active:before,
.dsm-bubble-left:focus:before,
.dsm-bubble-left:hover:before {
transform: translateX(-10px);
}
.dsm-bubble-float-top {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-float-top,
.dsm-bubble-float-top:before {
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-bubble-float-top:before {
position: absolute;
z-index: -1;
content: "";
left: calc(50% - 10px);
top: 0;
border-color: transparent transparent #e1e1e1;
border-style: solid;
border-width: 0 10px 10px;
}
.dsm-bubble-float-top:active,
.dsm-bubble-float-top:focus,
.dsm-bubble-float-top:hover {
transform: translateY(10px);
}
.dsm-bubble-float-top:active:before,
.dsm-bubble-float-top:focus:before,
.dsm-bubble-float-top:hover:before {
transform: translateY(-10px);
}
.dsm-bubble-float-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-float-right,
.dsm-bubble-float-right:before {
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-bubble-float-right:before {
position: absolute;
z-index: -1;
top: calc(50% - 10px);
right: 0;
content: "";
border-color: transparent transparent transparent #e1e1e1;
border-style: solid;
border-width: 10px 0 10px 10px;
}
.dsm-bubble-float-right:active,
.dsm-bubble-float-right:focus,
.dsm-bubble-float-right:hover {
transform: translateX(-10px);
}
.dsm-bubble-float-right:active:before,
.dsm-bubble-float-right:focus:before,
.dsm-bubble-float-right:hover:before {
transform: translateX(10px);
}
.dsm-bubble-float-bottom {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-float-bottom,
.dsm-bubble-float-bottom:before {
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-bubble-float-bottom:before {
position: absolute;
z-index: -1;
content: "";
left: calc(50% - 10px);
bottom: 0;
border-color: #e1e1e1 transparent transparent;
border-style: solid;
border-width: 10px 10px 0;
}
.dsm-bubble-float-bottom:active,
.dsm-bubble-float-bottom:focus,
.dsm-bubble-float-bottom:hover {
transform: translateY(-10px);
}
.dsm-bubble-float-bottom:active:before,
.dsm-bubble-float-bottom:focus:before,
.dsm-bubble-float-bottom:hover:before {
transform: translateY(10px);
}
.dsm-bubble-float-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-float-left,
.dsm-bubble-float-left:before {
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-bubble-float-left:before {
position: absolute;
z-index: -1;
content: "";
top: calc(50% - 10px);
left: 0;
border-color: transparent #e1e1e1 transparent transparent;
border-style: solid;
border-width: 10px 10px 10px 0;
}
.dsm-bubble-float-left:active,
.dsm-bubble-float-left:focus,
.dsm-bubble-float-left:hover {
transform: translateX(10px);
}
.dsm-bubble-float-left:active:before,
.dsm-bubble-float-left:focus:before,
.dsm-bubble-float-left:hover:before {
transform: translateX(-10px);
}
.dsm-icon-back {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-left: 2.2em;
}
.dsm-icon-back,
.dsm-icon-back:before,
.dsm-icon-back:after {
transition-duration: 0.1s;
}
.dsm-icon-back:before,
.dsm-icon-back:after {
position: absolute;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-back:active:before,
.dsm-icon-back:focus:before,
.dsm-icon-back:hover:before,
.dsm-icon-back:active:after,
.dsm-icon-back:focus:after,
.dsm-icon-back:hover:after {
transform: translateX(-4px);
}
.dsm-icon-forward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-forward,
.dsm-icon-forward:before,
.dsm-icon-forward:after {
transition-duration: 0.1s;
}
.dsm-icon-forward:before,
.dsm-icon-forward:after {
position: absolute;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-forward:active:before,
.dsm-icon-forward:focus:before,
.dsm-icon-forward:hover:before,
.dsm-icon-forward:active:after,
.dsm-icon-forward:focus:after,
.dsm-icon-forward:hover:after {
transform: translateX(4px);
}
@keyframes dsm-icon-down {
0%, 50%, to {
transform: translateY(0);
}
25%, 75% {
transform: translateY(6px);
}
}
.dsm-icon-down {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-down:before,
.dsm-icon-down:after {
transform: translateZ(0);
}
.dsm-icon-down:active:before,
.dsm-icon-down:focus:before,
.dsm-icon-down:hover:before,
.dsm-icon-down:active:after,
.dsm-icon-down:focus:after,
.dsm-icon-down:hover:after {
animation-name: dsm-icon-down;
animation-duration: 0.75s;
animation-timing-function: ease-out;
}
@keyframes dsm-icon-up {
0%, 50%, to {
transform: translateY(0);
}
25%, 75% {
transform: translateY(-6px);
}
}
.dsm-icon-up {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-up:before,
.dsm-icon-up:after {
transform: translateZ(0);
}
.dsm-icon-up:active:before,
.dsm-icon-up:focus:before,
.dsm-icon-up:hover:before,
.dsm-icon-up:active:after,
.dsm-icon-up:focus:after,
.dsm-icon-up:hover:after {
animation-name: dsm-icon-up;
animation-duration: 0.75s;
animation-timing-function: ease-out;
}
.dsm-icon-spin {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-spin:before,
.dsm-icon-spin:after {
transition-duration: 1s;
transition-property: transform;
transition-timing-function: ease-in-out;
}
.dsm-icon-spin:active:before,
.dsm-icon-spin:focus:before,
.dsm-icon-spin:hover:before,
.dsm-icon-spin:active:after,
.dsm-icon-spin:focus:after,
.dsm-icon-spin:hover:after {
transform: rotate(1turn);
}
@keyframes dsm-icon-drop {
0% {
opacity: 0;
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51%, to {
opacity: 1;
}
}
.dsm-icon-drop {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-drop:before,
.dsm-icon-drop:after {
transform: translateZ(0);
}
.dsm-icon-drop:active:before,
.dsm-icon-drop:focus:before,
.dsm-icon-drop:hover:before,
.dsm-icon-drop:active:after,
.dsm-icon-drop:focus:after,
.dsm-icon-drop:hover:after {
opacity: 0;
transition-duration: 0.3s;
animation-name: dsm-icon-drop;
animation-duration: 0.5s;
animation-delay: 0.3s;
animation-fill-mode: forwards;
animation-timing-function: ease-in-out;
animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-icon-fade {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-fade:before {
content: "\f00c";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-duration: 0.5s;
transition-property: color;
}
.dsm-icon-fade:active:before,
.dsm-icon-fade:focus:before,
.dsm-icon-fade:hover:before {
color: #0f9e5e;
}
@keyframes dsm-icon-float-away {
0% {
opacity: 1;
}
to {
opacity: 0;
transform: translateY(-1em);
}
}
.dsm-icon-float-away {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-float-away:before,
.dsm-icon-float-away:after {
opacity: 0;
animation-duration: 0.5s;
animation-fill-mode: forwards;
}
.dsm-icon-float-away:active:before,
.dsm-icon-float-away:focus:before,
.dsm-icon-float-away:hover:before,
.dsm-icon-float-away:active:after,
.dsm-icon-float-away:focus:after,
.dsm-icon-float-away:hover:after {
animation-name: dsm-icon-float-away;
animation-timing-function: ease-out;
}
@keyframes dsm-icon-sink-away {
0% {
opacity: 1;
}
to {
opacity: 0;
transform: translateY(1em);
}
}
.dsm-icon-sink-away {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-sink-away:after,
.dsm-icon-sink-away:before {
transform: translateZ(0);
}
.dsm-icon-sink-away:before,
.dsm-icon-sink-away:after {
opacity: 0;
animation-duration: 0.5s;
animation-fill-mode: forwards;
}
.dsm-icon-sink-away:active:before,
.dsm-icon-sink-away:focus:before,
.dsm-icon-sink-away:hover:before,
.dsm-icon-sink-away:active:after,
.dsm-icon-sink-away:focus:after,
.dsm-icon-sink-away:hover:after {
animation-name: dsm-icon-sink-away;
animation-timing-function: ease-out;
}
.dsm-icon-grow {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-grow,
.dsm-icon-grow:before,
.dsm-icon-grow:after {
transition-duration: 0.3s;
}
.dsm-icon-grow:before,
.dsm-icon-grow:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-grow:active:before,
.dsm-icon-grow:focus:before,
.dsm-icon-grow:hover:before,
.dsm-icon-grow:active:after,
.dsm-icon-grow:focus:after,
.dsm-icon-grow:hover:after {
transform: scale(1.3) translateZ(0);
}
.dsm-icon-shrink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-shrink,
.dsm-icon-shrink:before,
.dsm-icon-shrink:after {
transition-duration: 0.3s;
}
.dsm-icon-shrink:before,
.dsm-icon-shrink:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-shrink:active:before,
.dsm-icon-shrink:focus:before,
.dsm-icon-shrink:hover:before,
.dsm-icon-shrink:active:after,
.dsm-icon-shrink:focus:after,
.dsm-icon-shrink:hover:after {
transform: scale(0.8);
}
@keyframes dsm-icon-pulse {
25% {
transform: scale(1.3);
}
75% {
transform: scale(0.8);
}
}
.dsm-icon-pulse {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-pulse:before,
.dsm-icon-pulse:after {
transform: translateZ(0);
transition-timing-function: ease-out;
}
.dsm-icon-pulse:active:before,
.dsm-icon-pulse:focus:before,
.dsm-icon-pulse:hover:before,
.dsm-icon-pulse:active:after,
.dsm-icon-pulse:focus:after,
.dsm-icon-pulse:hover:after {
animation-name: dsm-icon-pulse;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes dsm-icon-pulse-grow {
to {
transform: scale(1.3);
}
}
.dsm-icon-pulse-grow {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-icon-pulse-grow:before,
.dsm-icon-pulse-grow:after {
transform: translateZ(0);
transition-timing-function: ease-out;
}
.dsm-icon-pulse-grow:active:before,
.dsm-icon-pulse-grow:focus:before,
.dsm-icon-pulse-grow:hover:before,
.dsm-icon-pulse-grow:active:after,
.dsm-icon-pulse-grow:focus:after,
.dsm-icon-pulse-grow:hover:after {
animation-name: dsm-icon-pulse-grow;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes dsm-icon-pulse-shrink {
to {
transform: scale(0.8);
}
}
.dsm-icon-pulse-shrink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-pulse-shrink:before,
.dsm-icon-pulse-shrink:after {
transform: translateZ(0);
transition-timing-function: ease-out;
}
.dsm-icon-pulse-shrink:active:before,
.dsm-icon-pulse-shrink:focus:before,
.dsm-icon-pulse-shrink:hover:before,
.dsm-icon-pulse-shrink:active:after,
.dsm-icon-pulse-shrink:focus:after,
.dsm-icon-pulse-shrink:hover:after {
animation-name: dsm-icon-pulse-shrink;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes dsm-icon-push {
50% {
transform: scale(0.5);
}
}
.dsm-icon-push {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-push,
.dsm-icon-push:before,
.dsm-icon-push:after {
transition-duration: 0.3s;
}
.dsm-icon-push:before,
.dsm-icon-push:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-push:active:before,
.dsm-icon-push:focus:before,
.dsm-icon-push:hover:before,
.dsm-icon-push:active:after,
.dsm-icon-push:focus:after,
.dsm-icon-push:hover:after {
animation-name: dsm-icon-push;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
@keyframes dsm-icon-pop {
50% {
transform: scale(1.5);
}
}
.dsm-icon-pop {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-icon-pop,
.dsm-icon-pop:before,
.dsm-icon-pop:after {
transition-duration: 0.3s;
}
.dsm-icon-pop:before,
.dsm-icon-pop:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-pop:active:before,
.dsm-icon-pop:focus:before,
.dsm-icon-pop:hover:before,
.dsm-icon-pop:active:after,
.dsm-icon-pop:focus:after,
.dsm-icon-pop:hover:after {
animation-name: dsm-icon-pop;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.dsm-icon-bounce {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-bounce,
.dsm-icon-bounce:before,
.dsm-icon-bounce:after {
transition-duration: 0.3s;
}
.dsm-icon-bounce:before,
.dsm-icon-bounce:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-bounce:active:before,
.dsm-icon-bounce:focus:before,
.dsm-icon-bounce:hover:before,
.dsm-icon-bounce:active:after,
.dsm-icon-bounce:focus:after,
.dsm-icon-bounce:hover:after {
transform: scale(1.5);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.dsm-icon-rotate {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-rotate,
.dsm-icon-rotate:before {
transition-duration: 0.3s;
}
.dsm-icon-rotate:before {
content: "\f0c6";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-rotate:active:before,
.dsm-icon-rotate:focus:before,
.dsm-icon-rotate:hover:before {
transform: rotate(20deg);
}
.dsm-icon-grow-rotate {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-grow-rotate,
.dsm-icon-grow-rotate:before {
transition-duration: 0.3s;
}
.dsm-icon-grow-rotate:before {
content: "\f095";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-grow-rotate:active:before,
.dsm-icon-grow-rotate:focus:before,
.dsm-icon-grow-rotate:hover:before {
transform: scale(1.5) rotate(12deg);
}
.dsm-icon-float {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-float,
.dsm-icon-float:before {
transition-duration: 0.3s;
}
.dsm-icon-float:before {
content: "\f01b";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-float:active:before,
.dsm-icon-float:focus:before,
.dsm-icon-float:hover:before {
transform: translateY(-4px);
}
.dsm-icon-sink {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-sink,
.dsm-icon-sink:before {
transition-duration: 0.3s;
}
.dsm-icon-sink:before {
content: "\f01a";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-sink:active:before,
.dsm-icon-sink:focus:before,
.dsm-icon-sink:hover:before {
transform: translateY(4px);
}
@keyframes dsm-icon-bob {
0% {
transform: translateY(-6px);
}
50% {
transform: translateY(-2px);
}
to {
transform: translateY(-6px);
}
}
@keyframes dsm-icon-bob-float {
to {
transform: translateY(-6px);
}
}
.dsm-icon-bob {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-bob:before {
content: "\f077";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-bob:active:before,
.dsm-icon-bob:focus:before,
.dsm-icon-bob:hover:before {
animation-name: dsm-icon-bob-float, dsm-icon-bob;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
@keyframes dsm-icon-hang {
0% {
transform: translateY(6px);
}
50% {
transform: translateY(2px);
}
to {
transform: translateY(6px);
}
}
@keyframes dsm-icon-hang-sink {
to {
transform: translateY(6px);
}
}
.dsm-icon-hang {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-hang:before {
content: "\f078";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-hang:active:before,
.dsm-icon-hang:focus:before,
.dsm-icon-hang:hover:before {
animation-name: dsm-icon-hang-sink, dsm-icon-hang;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
@keyframes dsm-icon-wobble-horizontal {
16.65% {
transform: translateX(6px);
}
33.3% {
transform: translateX(-5px);
}
49.95% {
transform: translateX(4px);
}
66.6% {
transform: translateX(-2px);
}
83.25% {
transform: translateX(1px);
}
to {
transform: translateX(0);
}
}
.dsm-icon-wobble-horizontal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-wobble-horizontal:before {
content: "\f061";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-wobble-horizontal:active:before,
.dsm-icon-wobble-horizontal:focus:before,
.dsm-icon-wobble-horizontal:hover:before {
animation-name: dsm-icon-wobble-horizontal;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-icon-wobble-vertical {
16.65% {
transform: translateY(6px);
}
33.3% {
transform: translateY(-5px);
}
49.95% {
transform: translateY(4px);
}
66.6% {
transform: translateY(-2px);
}
83.25% {
transform: translateY(1px);
}
to {
transform: translateY(0);
}
}
.dsm-icon-wobble-vertical {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-wobble-vertical:before {
content: "\f062";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-wobble-vertical:active:before,
.dsm-icon-wobble-vertical:focus:before,
.dsm-icon-wobble-vertical:hover:before {
animation-name: dsm-icon-wobble-vertical;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-icon-buzz {
50% {
transform: translateX(3px) rotate(2deg);
}
to {
transform: translateX(-3px) rotate(-2deg);
}
}
.dsm-icon-buzz {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-buzz:before {
content: "\f017";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-buzz:active:before,
.dsm-icon-buzz:focus:before,
.dsm-icon-buzz:hover:before {
animation-name: dsm-icon-buzz;
animation-duration: 0.15s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes dsm-icon-buzz-out {
10% {
transform: translateX(3px) rotate(2deg);
}
20% {
transform: translateX(-3px) rotate(-2deg);
}
30% {
transform: translateX(3px) rotate(2deg);
}
40% {
transform: translateX(-3px) rotate(-2deg);
}
50% {
transform: translateX(2px) rotate(1deg);
}
60% {
transform: translateX(-2px) rotate(-1deg);
}
70% {
transform: translateX(2px) rotate(1deg);
}
80% {
transform: translateX(-2px) rotate(-1deg);
}
90% {
transform: translateX(1px) rotate(0);
}
to {
transform: translateX(-1px) rotate(0);
}
}
.dsm-icon-buzz-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-buzz-out:before {
content: "\f023";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-buzz-out:active:before,
.dsm-icon-buzz-out:focus:before,
.dsm-icon-buzz-out:hover:before {
animation-name: dsm-icon-buzz-out;
animation-duration: 0.75s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.dsm-curl-top-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-curl-top-left:before {
pointer-events: none;
position: absolute;
content: "";
height: 0;
width: 0;
top: 0;
left: 0;
background: #fff;
background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#000000");
z-index: 1000;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
transition-duration: 0.3s;
transition-property: width, height;
}
.dsm-curl-top-left:active:before,
.dsm-curl-top-left:focus:before,
.dsm-curl-top-left:hover:before {
width: 25px;
height: 25px;
}
.dsm-curl-top-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-curl-top-right:before {
pointer-events: none;
position: absolute;
content: "";
height: 0;
width: 0;
top: 0;
right: 0;
background: #fff;
background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
transition-duration: 0.3s;
transition-property: width, height;
}
.dsm-curl-top-right:active:before,
.dsm-curl-top-right:focus:before,
.dsm-curl-top-right:hover:before {
width: 25px;
height: 25px;
}
.dsm-curl-bottom-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-curl-bottom-right:before {
pointer-events: none;
position: absolute;
content: "";
height: 0;
width: 0;
bottom: 0;
right: 0;
background: #fff;
background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
transition-duration: 0.3s;
transition-property: width, height;
}
.dsm-curl-bottom-right:active:before,
.dsm-curl-bottom-right:focus:before,
.dsm-curl-bottom-right:hover:before {
width: 25px;
height: 25px;
}
.dsm-curl-bottom-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-curl-bottom-left:before {
pointer-events: none;
position: absolute;
content: "";
height: 0;
width: 0;
bottom: 0;
left: 0;
background: #fff;
background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
transition-duration: 0.3s;
transition-property: width, height;
}
.dsm-curl-bottom-left:active:before,
.dsm-curl-bottom-left:focus:before,
.dsm-curl-bottom-left:hover:before {
width: 25px;
height: 25px;
}
.dsm_button .et_pb_button_module_wrappers {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.et_pb_button_module_wrappers a,
.et_pb_button_module_wrappers span {
display: inline-block;
}
.dsm_button_one,
.dsm_button_two {
display: inline-block;
}
.dsm_button .et_pb_button::after {
right: 15px !important;
} .dsm-grow {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-grow:active,
.dsm-grow:focus,
.dsm-grow:hover {
transform: scale(1.1);
}
.dsm-shrink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-shrink:active,
.dsm-shrink:focus,
.dsm-shrink:hover {
transform: scale(0.9);
}
@keyframes dsm-pulse {
25% {
transform: scale(1.1);
}
75% {
transform: scale(0.9);
}
}
.dsm-pulse {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-pulse:active,
.dsm-pulse:focus,
.dsm-pulse:hover {
animation-name: dsm-pulse;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes dsm-pulse-grow {
to {
transform: scale(1.1);
}
}
.dsm-pulse-grow {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-pulse-grow:active,
.dsm-pulse-grow:focus,
.dsm-pulse-grow:hover {
animation-name: dsm-pulse-grow;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes dsm-pulse-shrink {
to {
transform: scale(0.9);
}
}
.dsm-pulse-shrink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-pulse-shrink:active,
.dsm-pulse-shrink:focus,
.dsm-pulse-shrink:hover {
animation-name: dsm-pulse-shrink;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes dsm-push {
from {
transform: perspective(1px) translateZ(0) scale(1);
}
50% {
transform: perspective(1px) translateZ(0) scale(0.8);
}
to {
transform: perspective(1px) translateZ(0) scale(1);
}
}
.dsm-push {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-push:active,
.dsm-push:focus,
.dsm-push:hover {
animation-name: dsm-push;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
@keyframes dsm-pop {
from {
transform: perspective(1px) translateZ(0) scale(1);
}
50% {
transform: perspective(1px) translateZ(0) scale(1.2);
}
to {
transform: perspective(1px) translateZ(0) scale(1);
}
}
.dsm-pop {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-pop:active,
.dsm-pop:focus,
.dsm-pop:hover {
animation-name: dsm-pop;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.dsm-bounce-in {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.5s;
}
.dsm-bounce-in:active,
.dsm-bounce-in:focus,
.dsm-bounce-in:hover {
transform: scale(1.2);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.dsm-bounce-out {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.5s;
}
.dsm-bounce-out:active,
.dsm-bounce-out:focus,
.dsm-bounce-out:hover {
transform: scale(0.8);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.dsm-rotate {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-rotate:active,
.dsm-rotate:focus,
.dsm-rotate:hover {
transform: rotate(4deg);
}
.dsm-grow-rotate {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-grow-rotate:active,
.dsm-grow-rotate:focus,
.dsm-grow-rotate:hover {
transform: scale(1.1) rotate(4deg);
}
.dsm-float {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-float:active,
.dsm-float:focus,
.dsm-float:hover {
transform: translateY(-8px);
}
.dsm-sink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sink:active,
.dsm-sink:focus,
.dsm-sink:hover {
transform: translateY(8px);
}
@keyframes dsm-bob {
0% {
transform: translateY(-8px);
}
50% {
transform: translateY(-4px);
}
to {
transform: translateY(-8px);
}
}
@keyframes dsm-bob-float {
to {
transform: translateY(-8px);
}
}
.dsm-bob {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-bob:active,
.dsm-bob:focus,
.dsm-bob:hover {
animation-name: dsm-bob-float, dsm-bob;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
@keyframes dsm-hang {
0% {
transform: translateY(8px);
}
50% {
transform: translateY(4px);
}
to {
transform: translateY(8px);
}
}
@keyframes dsm-hang-sink {
to {
transform: translateY(8px);
}
}
.dsm-hang {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-hang:active,
.dsm-hang:focus,
.dsm-hang:hover {
animation-name: dsm-hang-sink, dsm-hang;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
.dsm-skew {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-skew:active,
.dsm-skew:focus,
.dsm-skew:hover {
transform: skew(-10deg);
}
.dsm-skew-forward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
transform-origin: 0 100%;
}
.dsm-skew-forward:active,
.dsm-skew-forward:focus,
.dsm-skew-forward:hover {
transform: skew(-10deg);
}
.dsm-skew-backward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
transform-origin: 0 100%;
}
.dsm-skew-backward:active,
.dsm-skew-backward:focus,
.dsm-skew-backward:hover {
transform: skew(10deg);
}
@keyframes dsm-wobble-vertical {
16.65% {
transform: translateY(8px);
}
33.3% {
transform: translateY(-6px);
}
49.95% {
transform: translateY(4px);
}
66.6% {
transform: translateY(-2px);
}
83.25% {
transform: translateY(1px);
}
to {
transform: translateY(0);
}
}
.dsm-wobble-vertical {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-vertical:active,
.dsm-wobble-vertical:focus,
.dsm-wobble-vertical:hover {
animation-name: dsm-wobble-vertical;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-horizontal {
16.65% {
transform: translateX(8px);
}
33.3% {
transform: translateX(-6px);
}
49.95% {
transform: translateX(4px);
}
66.6% {
transform: translateX(-2px);
}
83.25% {
transform: translateX(1px);
}
to {
transform: translateX(0);
}
}
.dsm-wobble-horizontal {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-horizontal:active,
.dsm-wobble-horizontal:focus,
.dsm-wobble-horizontal:hover {
animation-name: dsm-wobble-horizontal;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-to-bottom-right {
16.65% {
transform: translate(8px, 8px);
}
33.3% {
transform: translate(-6px, -6px);
}
49.95% {
transform: translate(4px, 4px);
}
66.6% {
transform: translate(-2px, -2px);
}
83.25% {
transform: translate(1px, 1px);
}
to {
transform: translate(0);
}
}
.dsm-wobble-to-bottom-right {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-to-bottom-right:active,
.dsm-wobble-to-bottom-right:focus,
.dsm-wobble-to-bottom-right:hover {
animation-name: dsm-wobble-to-bottom-right;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-to-top-right {
16.65% {
transform: translate(8px, -8px);
}
33.3% {
transform: translate(-6px, 6px);
}
49.95% {
transform: translate(4px, -4px);
}
66.6% {
transform: translate(-2px, 2px);
}
83.25% {
transform: translate(1px, -1px);
}
to {
transform: translate(0);
}
}
.dsm-wobble-to-top-right {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-to-top-right:active,
.dsm-wobble-to-top-right:focus,
.dsm-wobble-to-top-right:hover {
animation-name: dsm-wobble-to-top-right;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-top {
16.65% {
transform: skew(-12deg);
}
33.3% {
transform: skew(10deg);
}
49.95% {
transform: skew(-6deg);
}
66.6% {
transform: skew(4deg);
}
83.25% {
transform: skew(-2deg);
}
to {
transform: skew(0);
}
}
.dsm-wobble-top {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transform-origin: 0 100%;
}
.dsm-wobble-top:active,
.dsm-wobble-top:focus,
.dsm-wobble-top:hover {
animation-name: dsm-wobble-top;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-bottom {
16.65% {
transform: skew(-12deg);
}
33.3% {
transform: skew(10deg);
}
49.95% {
transform: skew(-6deg);
}
66.6% {
transform: skew(4deg);
}
83.25% {
transform: skew(-2deg);
}
to {
transform: skew(0);
}
}
.dsm-wobble-bottom {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transform-origin: 100% 0;
}
.dsm-wobble-bottom:active,
.dsm-wobble-bottom:focus,
.dsm-wobble-bottom:hover {
animation-name: dsm-wobble-bottom;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-skew {
16.65% {
transform: skew(-12deg);
}
33.3% {
transform: skew(10deg);
}
49.95% {
transform: skew(-6deg);
}
66.6% {
transform: skew(4deg);
}
83.25% {
transform: skew(-2deg);
}
to {
transform: skew(0);
}
}
.dsm-wobble-skew {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-skew:active,
.dsm-wobble-skew:focus,
.dsm-wobble-skew:hover {
animation-name: dsm-wobble-skew;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-buzz {
50% {
transform: translateX(3px) rotate(2deg);
}
to {
transform: translateX(-3px) rotate(-2deg);
}
}
.dsm-buzz {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-buzz:active,
.dsm-buzz:focus,
.dsm-buzz:hover {
animation-name: dsm-buzz;
animation-duration: 0.15s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes dsm-buzz-out {
10% {
transform: translateX(3px) rotate(2deg);
}
20% {
transform: translateX(-3px) rotate(-2deg);
}
30% {
transform: translateX(3px) rotate(2deg);
}
40% {
transform: translateX(-3px) rotate(-2deg);
}
50% {
transform: translateX(2px) rotate(1deg);
}
60% {
transform: translateX(-2px) rotate(-1deg);
}
70% {
transform: translateX(2px) rotate(1deg);
}
80% {
transform: translateX(-2px) rotate(-1deg);
}
90% {
transform: translateX(1px) rotate(0);
}
to {
transform: translateX(-1px) rotate(0);
}
}
.dsm-buzz-out {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-buzz-out:active,
.dsm-buzz-out:focus,
.dsm-buzz-out:hover {
animation-name: dsm-buzz-out;
animation-duration: 0.75s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.dsm-forward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-forward:active,
.dsm-forward:focus,
.dsm-forward:hover {
transform: translateX(8px);
}
.dsm-backward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-backward:active,
.dsm-backward:focus,
.dsm-backward:hover {
transform: translateX(-8px);
}
.dsm-fade {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
overflow: hidden;
transition-duration: 0.3s;
transition-property: color, background-color;
}
.dsm-fade:active,
.dsm-fade:focus,
.dsm-fade:hover {
background-color: #2098d1;
color: #fff;
}
@keyframes dsm-back-pulse {
50% {
background-color: rgba(32, 152, 209, 0.75);
}
}
.dsm-back-pulse {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
overflow: hidden;
transition-duration: 0.5s;
transition-property: color, background-color;
}
.dsm-back-pulse:active,
.dsm-back-pulse:focus,
.dsm-back-pulse:hover {
animation-name: dsm-back-pulse;
animation-duration: 1s;
animation-delay: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
background-color: #2098d1;
color: #fff;
}
.dsm-sweep-to-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-sweep-to-right,
.dsm-sweep-to-right:before {
transition-duration: 0.3s;
}
.dsm-sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 0 50%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sweep-to-right:active,
.dsm-sweep-to-right:focus,
.dsm-sweep-to-right:hover {
color: #fff;
}
.dsm-sweep-to-right:active:before,
.dsm-sweep-to-right:focus:before,
.dsm-sweep-to-right:hover:before {
transform: scaleX(1);
}
.dsm-sweep-to-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-sweep-to-left,
.dsm-sweep-to-left:before {
transition-duration: 0.3s;
}
.dsm-sweep-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 100% 50%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sweep-to-left:active,
.dsm-sweep-to-left:focus,
.dsm-sweep-to-left:hover {
color: #fff;
}
.dsm-sweep-to-left:active:before,
.dsm-sweep-to-left:focus:before,
.dsm-sweep-to-left:hover:before {
transform: scaleX(1);
}
.dsm-sweep-to-bottom {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-sweep-to-bottom,
.dsm-sweep-to-bottom:before {
transition-duration: 0.3s;
}
.dsm-sweep-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50% 0;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sweep-to-bottom:active,
.dsm-sweep-to-bottom:focus,
.dsm-sweep-to-bottom:hover {
color: #fff;
}
.dsm-sweep-to-bottom:active:before,
.dsm-sweep-to-bottom:focus:before,
.dsm-sweep-to-bottom:hover:before {
transform: scaleY(1);
}
.dsm-sweep-to-top {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-sweep-to-top,
.dsm-sweep-to-top:before {
transition-duration: 0.3s;
}
.dsm-sweep-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50% 100%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sweep-to-top:active,
.dsm-sweep-to-top:focus,
.dsm-sweep-to-top:hover {
color: #fff;
}
.dsm-sweep-to-top:active:before,
.dsm-sweep-to-top:focus:before,
.dsm-sweep-to-top:hover:before {
transform: scaleY(1);
}
.dsm-bounce-to-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-bounce-to-right,
.dsm-bounce-to-right:before {
transition-duration: 0.5s;
}
.dsm-bounce-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 0 50%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-bounce-to-right:active,
.dsm-bounce-to-right:focus,
.dsm-bounce-to-right:hover {
color: #fff;
}
.dsm-bounce-to-right:active:before,
.dsm-bounce-to-right:focus:before,
.dsm-bounce-to-right:hover:before {
transform: scaleX(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-bounce-to-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-bounce-to-left,
.dsm-bounce-to-left:before {
transition-duration: 0.5s;
}
.dsm-bounce-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 100% 50%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-bounce-to-left:active,
.dsm-bounce-to-left:focus,
.dsm-bounce-to-left:hover {
color: #fff;
}
.dsm-bounce-to-left:active:before,
.dsm-bounce-to-left:focus:before,
.dsm-bounce-to-left:hover:before {
transform: scaleX(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-bounce-to-bottom {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-bounce-to-bottom,
.dsm-bounce-to-bottom:before {
transition-duration: 0.5s;
}
.dsm-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50% 0;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-bounce-to-bottom:active,
.dsm-bounce-to-bottom:focus,
.dsm-bounce-to-bottom:hover {
color: #fff;
}
.dsm-bounce-to-bottom:active:before,
.dsm-bounce-to-bottom:focus:before,
.dsm-bounce-to-bottom:hover:before {
transform: scaleY(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-bounce-to-top {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-bounce-to-top,
.dsm-bounce-to-top:before {
transition-duration: 0.5s;
}
.dsm-bounce-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50% 100%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-bounce-to-top:active,
.dsm-bounce-to-top:focus,
.dsm-bounce-to-top:hover {
color: #fff;
}
.dsm-bounce-to-top:active:before,
.dsm-bounce-to-top:focus:before,
.dsm-bounce-to-top:hover:before {
transform: scaleY(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-radial-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
background: #e1e1e1;
transition-property: color;
}
.dsm-radial-out,
.dsm-radial-out:before {
transition-duration: 0.3s;
}
.dsm-radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
border-radius: 100%;
transform: scale(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-radial-out:active,
.dsm-radial-out:focus,
.dsm-radial-out:hover {
color: #fff;
}
.dsm-radial-out:active:before,
.dsm-radial-out:focus:before,
.dsm-radial-out:hover:before {
transform: scale(2);
}
.dsm-radial-in {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
background: #2098d1;
transition-property: color;
}
.dsm-radial-in,
.dsm-radial-in:before {
transition-duration: 0.3s;
}
.dsm-radial-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #e1e1e1;
border-radius: 100%;
transform: scale(2);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-radial-in:active,
.dsm-radial-in:focus,
.dsm-radial-in:hover {
color: #fff;
}
.dsm-radial-in:active:before,
.dsm-radial-in:focus:before,
.dsm-radial-in:hover:before {
transform: scale(0);
}
.dsm-rectangle-in {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #2098d1;
transition-property: color;
}
.dsm-rectangle-in,
.dsm-rectangle-in:before {
transition-duration: 0.3s;
}
.dsm-rectangle-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #e1e1e1;
transform: scale(1);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-rectangle-in:active,
.dsm-rectangle-in:focus,
.dsm-rectangle-in:hover {
color: #fff;
}
.dsm-rectangle-in:active:before,
.dsm-rectangle-in:focus:before,
.dsm-rectangle-in:hover:before {
transform: scale(0);
}
.dsm-rectangle-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
transition-property: color;
}
.dsm-rectangle-out,
.dsm-rectangle-out:before {
transition-duration: 0.3s;
}
.dsm-rectangle-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scale(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-rectangle-out:active,
.dsm-rectangle-out:focus,
.dsm-rectangle-out:hover {
color: #fff;
}
.dsm-rectangle-out:active:before,
.dsm-rectangle-out:focus:before,
.dsm-rectangle-out:hover:before {
transform: scale(1);
}
.dsm-shutter-in-horizontal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #2098d1;
transition-property: color;
transition-duration: 0.3s;
}
.dsm-shutter-in-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #e1e1e1;
transform: scaleX(1);
transform-origin: 50%;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-shutter-in-horizontal:active,
.dsm-shutter-in-horizontal:focus,
.dsm-shutter-in-horizontal:hover {
color: #fff;
}
.dsm-shutter-in-horizontal:active:before,
.dsm-shutter-in-horizontal:focus:before,
.dsm-shutter-in-horizontal:hover:before {
transform: scaleX(0);
}
.dsm-shutter-out-horizontal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
transition-property: color;
transition-duration: 0.3s;
}
.dsm-shutter-out-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 50%;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-shutter-out-horizontal:active,
.dsm-shutter-out-horizontal:focus,
.dsm-shutter-out-horizontal:hover {
color: #fff;
}
.dsm-shutter-out-horizontal:active:before,
.dsm-shutter-out-horizontal:focus:before,
.dsm-shutter-out-horizontal:hover:before {
transform: scaleX(1);
}
.dsm-shutter-in-vertical {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #2098d1;
transition-property: color;
transition-duration: 0.3s;
}
.dsm-shutter-in-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #e1e1e1;
transform: scaleY(1);
transform-origin: 50%;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-shutter-in-vertical:active,
.dsm-shutter-in-vertical:focus,
.dsm-shutter-in-vertical:hover {
color: #fff;
}
.dsm-shutter-in-vertical:active:before,
.dsm-shutter-in-vertical:focus:before,
.dsm-shutter-in-vertical:hover:before {
transform: scaleY(0);
}
.dsm-shutter-out-vertical {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
transition-property: color;
transition-duration: 0.3s;
}
.dsm-shutter-out-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50%;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-shutter-out-vertical:active,
.dsm-shutter-out-vertical:focus,
.dsm-shutter-out-vertical:hover {
color: #fff;
}
.dsm-shutter-out-vertical:active:before,
.dsm-shutter-out-vertical:focus:before,
.dsm-shutter-out-vertical:hover:before {
transform: scaleY(1);
}
.dsm-border-fade {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}
.dsm-border-fade:active,
.dsm-border-fade:focus,
.dsm-border-fade:hover {
box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent;
}
.dsm-hollow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: background;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}
.dsm-hollow:active,
.dsm-hollow:focus,
.dsm-hollow:hover {
background: none;
}
.dsm-trim {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-trim:before {
content: "";
position: absolute;
border: 4px solid #fff;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
opacity: 0;
transition-duration: 0.3s;
transition-property: opacity;
}
.dsm-trim:active:before,
.dsm-trim:focus:before,
.dsm-trim:hover:before {
opacity: 1;
}
@keyframes dsm-ripple-out {
to {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
}
}
.dsm-ripple-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-ripple-out:before {
content: "";
position: absolute;
border: 6px solid #e1e1e1;
top: 0;
right: 0;
bottom: 0;
left: 0;
animation-duration: 1s;
}
.dsm-ripple-out:active:before,
.dsm-ripple-out:focus:before,
.dsm-ripple-out:hover:before {
animation-name: dsm-ripple-out;
}
@keyframes dsm-ripple-in {
to {
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1;
}
}
.dsm-ripple-in {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-ripple-in:before {
content: "";
position: absolute;
border: 4px solid #e1e1e1;
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
animation-duration: 1s;
}
.dsm-ripple-in:active:before,
.dsm-ripple-in:focus:before,
.dsm-ripple-in:hover:before {
animation-name: dsm-ripple-in;
}
.dsm-outline-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-outline-out:before {
content: "";
position: absolute;
border: 4px solid #e1e1e1;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
}
.dsm-outline-out:active:before,
.dsm-outline-out:focus:before,
.dsm-outline-out:hover:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
}
.dsm-outline-in {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-outline-in:before {
pointer-events: none;
content: "";
position: absolute;
border: 4px solid #e1e1e1;
top: -16px;
right: -16px;
bottom: -16px;
left: -16px;
opacity: 0;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
}
.dsm-outline-in:active:before,
.dsm-outline-in:focus:before,
.dsm-outline-in:hover:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
opacity: 1;
}
.dsm-round-corners {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: border-radius;
}
.dsm-round-corners:active,
.dsm-round-corners:focus,
.dsm-round-corners:hover {
border-radius: 1em;
}
.dsm-underline-from-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-underline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
background: #2098d1;
height: 4px;
transition-property: right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-underline-from-left:active:before,
.dsm-underline-from-left:focus:before,
.dsm-underline-from-left:hover:before {
right: 0;
}
.dsm-underline-from-center {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-underline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: #2098d1;
height: 4px;
transition-property: left, right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-underline-from-center:active:before,
.dsm-underline-from-center:focus:before,
.dsm-underline-from-center:hover:before {
left: 0;
right: 0;
}
.dsm-underline-from-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-underline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
bottom: 0;
background: #2098d1;
height: 4px;
transition-property: left;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-underline-from-right:active:before,
.dsm-underline-from-right:focus:before,
.dsm-underline-from-right:hover:before {
left: 0;
}
.dsm-overline-from-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-overline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
top: 0;
background: #2098d1;
height: 4px;
transition-property: right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-overline-from-left:active:before,
.dsm-overline-from-left:focus:before,
.dsm-overline-from-left:hover:before {
right: 0;
}
.dsm-overline-from-center {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-overline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
top: 0;
background: #2098d1;
height: 4px;
transition-property: left, right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-overline-from-center:active:before,
.dsm-overline-from-center:focus:before,
.dsm-overline-from-center:hover:before {
left: 0;
right: 0;
}
.dsm-overline-from-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-overline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
top: 0;
background: #2098d1;
height: 4px;
transition-property: left;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-overline-from-right:active:before,
.dsm-overline-from-right:focus:before,
.dsm-overline-from-right:hover:before {
left: 0;
}
.dsm-reveal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
bottom: 0;
border: 0 solid #2098d1;
transition-property: border-width;
transition-duration: 0.1s;
transition-timing-function: ease-out;
}
.dsm-reveal:active:before,
.dsm-reveal:focus:before,
.dsm-reveal:hover:before {
transform: translateY(0);
border-width: 4px;
}
.dsm-underline-reveal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-underline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
height: 4px;
transform: translateY(4px);
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-underline-reveal:active:before,
.dsm-underline-reveal:focus:before,
.dsm-underline-reveal:hover:before {
transform: translateY(0);
}
.dsm-overline-reveal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-overline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
background: #2098d1;
height: 4px;
transform: translateY(-4px);
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-overline-reveal:active:before,
.dsm-overline-reveal:focus:before,
.dsm-overline-reveal:hover:before {
transform: translateY(0);
}
.dsm-glow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
}
.dsm-glow:active,
.dsm-glow:focus,
.dsm-glow:hover {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.dsm-shadow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
}
.dsm-shadow:active,
.dsm-shadow:focus,
.dsm-shadow:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.dsm-grow-shadow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow, transform;
}
.dsm-grow-shadow:active,
.dsm-grow-shadow:focus,
.dsm-grow-shadow:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
transform: scale(1.1);
}
.dsm-box-shadow-outset {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
}
.dsm-box-shadow-outset:active,
.dsm-box-shadow-outset:focus,
.dsm-box-shadow-outset:hover {
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.dsm-box-shadow-inset {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}
.dsm-box-shadow-inset:active,
.dsm-box-shadow-inset:focus,
.dsm-box-shadow-inset:hover {
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}
.dsm-float-shadow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: transform;
}
.dsm-float-shadow,
.dsm-float-shadow:before {
transition-duration: 0.3s;
}
.dsm-float-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
transition-property: transform, opacity;
}
.dsm-float-shadow:active,
.dsm-float-shadow:focus,
.dsm-float-shadow:hover {
transform: translateY(-5px);
}
.dsm-float-shadow:active:before,
.dsm-float-shadow:focus:before,
.dsm-float-shadow:hover:before {
opacity: 1;
transform: translateY(5px);
}
.dsm-shadow-radial {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-shadow-radial:after,
.dsm-shadow-radial:before {
pointer-events: none;
position: absolute;
content: "";
left: 0;
width: 100%;
box-sizing: border-box;
background-repeat: no-repeat;
height: 5px;
opacity: 0;
transition-duration: 0.3s;
transition-property: opacity;
}
.dsm-shadow-radial:before {
bottom: 100%;
background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, transparent 80%);
}
.dsm-shadow-radial:after {
top: 100%;
background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, transparent 80%);
}
.dsm-shadow-radial:active:after,
.dsm-shadow-radial:active:before,
.dsm-shadow-radial:focus:after,
.dsm-shadow-radial:focus:before,
.dsm-shadow-radial:hover:after,
.dsm-shadow-radial:hover:before {
opacity: 1;
}
.dsm-bubble-top {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-top:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
transition-duration: 0.3s;
transition-property: transform;
left: calc(50% - 10px);
top: 0;
border-color: transparent transparent #e1e1e1;
border-style: solid;
border-width: 0 10px 10px;
}
.dsm-bubble-top:active:before,
.dsm-bubble-top:focus:before,
.dsm-bubble-top:hover:before {
transform: translateY(-10px);
}
.dsm-bubble-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-right:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
transition-duration: 0.3s;
transition-property: transform;
top: calc(50% - 10px);
right: 0;
border-color: transparent transparent transparent #e1e1e1;
border-style: solid;
border-width: 10px 0 10px 10px;
}
.dsm-bubble-right:active:before,
.dsm-bubble-right:focus:before,
.dsm-bubble-right:hover:before {
transform: translateX(10px);
}
.dsm-bubble-bottom {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-bottom:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
transition-duration: 0.3s;
transition-property: transform;
left: calc(50% - 10px);
bottom: 0;
border-color: #e1e1e1 transparent transparent;
border-style: solid;
border-width: 10px 10px 0;
}
.dsm-bubble-bottom:active:before,
.dsm-bubble-bottom:focus:before,
.dsm-bubble-bottom:hover:before {
transform: translateY(10px);
}
.dsm-bubble-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-left:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
transition-duration: 0.3s;
transition-property: transform;
top: calc(50% - 10px);
left: 0;
border-color: transparent #e1e1e1 transparent transparent;
border-style: solid;
border-width: 10px 10px 10px 0;
}
.dsm-bubble-left:active:before,
.dsm-bubble-left:focus:before,
.dsm-bubble-left:hover:before {
transform: translateX(-10px);
}
.dsm-bubble-float-top {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-float-top,
.dsm-bubble-float-top:before {
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-bubble-float-top:before {
position: absolute;
z-index: -1;
content: "";
left: calc(50% - 10px);
top: 0;
border-color: transparent transparent #e1e1e1;
border-style: solid;
border-width: 0 10px 10px;
}
.dsm-bubble-float-top:active,
.dsm-bubble-float-top:focus,
.dsm-bubble-float-top:hover {
transform: translateY(10px);
}
.dsm-bubble-float-top:active:before,
.dsm-bubble-float-top:focus:before,
.dsm-bubble-float-top:hover:before {
transform: translateY(-10px);
}
.dsm-bubble-float-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-float-right,
.dsm-bubble-float-right:before {
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-bubble-float-right:before {
position: absolute;
z-index: -1;
top: calc(50% - 10px);
right: 0;
content: "";
border-color: transparent transparent transparent #e1e1e1;
border-style: solid;
border-width: 10px 0 10px 10px;
}
.dsm-bubble-float-right:active,
.dsm-bubble-float-right:focus,
.dsm-bubble-float-right:hover {
transform: translateX(-10px);
}
.dsm-bubble-float-right:active:before,
.dsm-bubble-float-right:focus:before,
.dsm-bubble-float-right:hover:before {
transform: translateX(10px);
}
.dsm-bubble-float-bottom {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-float-bottom,
.dsm-bubble-float-bottom:before {
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-bubble-float-bottom:before {
position: absolute;
z-index: -1;
content: "";
left: calc(50% - 10px);
bottom: 0;
border-color: #e1e1e1 transparent transparent;
border-style: solid;
border-width: 10px 10px 0;
}
.dsm-bubble-float-bottom:active,
.dsm-bubble-float-bottom:focus,
.dsm-bubble-float-bottom:hover {
transform: translateY(-10px);
}
.dsm-bubble-float-bottom:active:before,
.dsm-bubble-float-bottom:focus:before,
.dsm-bubble-float-bottom:hover:before {
transform: translateY(10px);
}
.dsm-bubble-float-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-float-left,
.dsm-bubble-float-left:before {
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-bubble-float-left:before {
position: absolute;
z-index: -1;
content: "";
top: calc(50% - 10px);
left: 0;
border-color: transparent #e1e1e1 transparent transparent;
border-style: solid;
border-width: 10px 10px 10px 0;
}
.dsm-bubble-float-left:active,
.dsm-bubble-float-left:focus,
.dsm-bubble-float-left:hover {
transform: translateX(10px);
}
.dsm-bubble-float-left:active:before,
.dsm-bubble-float-left:focus:before,
.dsm-bubble-float-left:hover:before {
transform: translateX(-10px);
}
.dsm-icon-back {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-left: 2.2em;
}
.dsm-icon-back,
.dsm-icon-back:before,
.dsm-icon-back:after {
transition-duration: 0.1s;
}
.dsm-icon-back:before,
.dsm-icon-back:after {
position: absolute;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-back:active:before,
.dsm-icon-back:focus:before,
.dsm-icon-back:hover:before,
.dsm-icon-back:active:after,
.dsm-icon-back:focus:after,
.dsm-icon-back:hover:after {
transform: translateX(-4px);
}
.dsm-icon-forward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-forward,
.dsm-icon-forward:before,
.dsm-icon-forward:after {
transition-duration: 0.1s;
}
.dsm-icon-forward:before,
.dsm-icon-forward:after {
position: absolute;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-forward:active:before,
.dsm-icon-forward:focus:before,
.dsm-icon-forward:hover:before,
.dsm-icon-forward:active:after,
.dsm-icon-forward:focus:after,
.dsm-icon-forward:hover:after {
transform: translateX(4px);
}
@keyframes dsm-icon-down {
0%, 50%, to {
transform: translateY(0);
}
25%, 75% {
transform: translateY(6px);
}
}
.dsm-icon-down {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-down:before,
.dsm-icon-down:after {
transform: translateZ(0);
}
.dsm-icon-down:active:before,
.dsm-icon-down:focus:before,
.dsm-icon-down:hover:before,
.dsm-icon-down:active:after,
.dsm-icon-down:focus:after,
.dsm-icon-down:hover:after {
animation-name: dsm-icon-down;
animation-duration: 0.75s;
animation-timing-function: ease-out;
}
@keyframes dsm-icon-up {
0%, 50%, to {
transform: translateY(0);
}
25%, 75% {
transform: translateY(-6px);
}
}
.dsm-icon-up {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-up:before,
.dsm-icon-up:after {
transform: translateZ(0);
}
.dsm-icon-up:active:before,
.dsm-icon-up:focus:before,
.dsm-icon-up:hover:before,
.dsm-icon-up:active:after,
.dsm-icon-up:focus:after,
.dsm-icon-up:hover:after {
animation-name: dsm-icon-up;
animation-duration: 0.75s;
animation-timing-function: ease-out;
}
.dsm-icon-spin {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-spin:before,
.dsm-icon-spin:after {
transition-duration: 1s;
transition-property: transform;
transition-timing-function: ease-in-out;
}
.dsm-icon-spin:active:before,
.dsm-icon-spin:focus:before,
.dsm-icon-spin:hover:before,
.dsm-icon-spin:active:after,
.dsm-icon-spin:focus:after,
.dsm-icon-spin:hover:after {
transform: rotate(1turn);
}
@keyframes dsm-icon-drop {
0% {
opacity: 0;
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51%, to {
opacity: 1;
}
}
.dsm-icon-drop {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-drop:before,
.dsm-icon-drop:after {
transform: translateZ(0);
}
.dsm-icon-drop:active:before,
.dsm-icon-drop:focus:before,
.dsm-icon-drop:hover:before,
.dsm-icon-drop:active:after,
.dsm-icon-drop:focus:after,
.dsm-icon-drop:hover:after {
opacity: 0;
transition-duration: 0.3s;
animation-name: dsm-icon-drop;
animation-duration: 0.5s;
animation-delay: 0.3s;
animation-fill-mode: forwards;
animation-timing-function: ease-in-out;
animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-icon-fade {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-fade:before {
content: "\f00c";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-duration: 0.5s;
transition-property: color;
}
.dsm-icon-fade:active:before,
.dsm-icon-fade:focus:before,
.dsm-icon-fade:hover:before {
color: #0f9e5e;
}
@keyframes dsm-icon-float-away {
0% {
opacity: 1;
}
to {
opacity: 0;
transform: translateY(-1em);
}
}
.dsm-icon-float-away {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-float-away:before,
.dsm-icon-float-away:after {
opacity: 0;
animation-duration: 0.5s;
animation-fill-mode: forwards;
}
.dsm-icon-float-away:active:before,
.dsm-icon-float-away:focus:before,
.dsm-icon-float-away:hover:before,
.dsm-icon-float-away:active:after,
.dsm-icon-float-away:focus:after,
.dsm-icon-float-away:hover:after {
animation-name: dsm-icon-float-away;
animation-timing-function: ease-out;
}
@keyframes dsm-icon-sink-away {
0% {
opacity: 1;
}
to {
opacity: 0;
transform: translateY(1em);
}
}
.dsm-icon-sink-away {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-sink-away:after,
.dsm-icon-sink-away:before {
transform: translateZ(0);
}
.dsm-icon-sink-away:before,
.dsm-icon-sink-away:after {
opacity: 0;
animation-duration: 0.5s;
animation-fill-mode: forwards;
}
.dsm-icon-sink-away:active:before,
.dsm-icon-sink-away:focus:before,
.dsm-icon-sink-away:hover:before,
.dsm-icon-sink-away:active:after,
.dsm-icon-sink-away:focus:after,
.dsm-icon-sink-away:hover:after {
animation-name: dsm-icon-sink-away;
animation-timing-function: ease-out;
}
.dsm-icon-grow {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-grow,
.dsm-icon-grow:before,
.dsm-icon-grow:after {
transition-duration: 0.3s;
}
.dsm-icon-grow:before,
.dsm-icon-grow:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-grow:active:before,
.dsm-icon-grow:focus:before,
.dsm-icon-grow:hover:before,
.dsm-icon-grow:active:after,
.dsm-icon-grow:focus:after,
.dsm-icon-grow:hover:after {
transform: scale(1.3) translateZ(0);
}
.dsm-icon-shrink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-shrink,
.dsm-icon-shrink:before,
.dsm-icon-shrink:after {
transition-duration: 0.3s;
}
.dsm-icon-shrink:before,
.dsm-icon-shrink:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-shrink:active:before,
.dsm-icon-shrink:focus:before,
.dsm-icon-shrink:hover:before,
.dsm-icon-shrink:active:after,
.dsm-icon-shrink:focus:after,
.dsm-icon-shrink:hover:after {
transform: scale(0.8);
}
@keyframes dsm-icon-pulse {
25% {
transform: scale(1.3);
}
75% {
transform: scale(0.8);
}
}
.dsm-icon-pulse {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-pulse:before,
.dsm-icon-pulse:after {
transform: translateZ(0);
transition-timing-function: ease-out;
}
.dsm-icon-pulse:active:before,
.dsm-icon-pulse:focus:before,
.dsm-icon-pulse:hover:before,
.dsm-icon-pulse:active:after,
.dsm-icon-pulse:focus:after,
.dsm-icon-pulse:hover:after {
animation-name: dsm-icon-pulse;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes dsm-icon-pulse-grow {
to {
transform: scale(1.3);
}
}
.dsm-icon-pulse-grow {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-icon-pulse-grow:before,
.dsm-icon-pulse-grow:after {
transform: translateZ(0);
transition-timing-function: ease-out;
}
.dsm-icon-pulse-grow:active:before,
.dsm-icon-pulse-grow:focus:before,
.dsm-icon-pulse-grow:hover:before,
.dsm-icon-pulse-grow:active:after,
.dsm-icon-pulse-grow:focus:after,
.dsm-icon-pulse-grow:hover:after {
animation-name: dsm-icon-pulse-grow;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes dsm-icon-pulse-shrink {
to {
transform: scale(0.8);
}
}
.dsm-icon-pulse-shrink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-pulse-shrink:before,
.dsm-icon-pulse-shrink:after {
transform: translateZ(0);
transition-timing-function: ease-out;
}
.dsm-icon-pulse-shrink:active:before,
.dsm-icon-pulse-shrink:focus:before,
.dsm-icon-pulse-shrink:hover:before,
.dsm-icon-pulse-shrink:active:after,
.dsm-icon-pulse-shrink:focus:after,
.dsm-icon-pulse-shrink:hover:after {
animation-name: dsm-icon-pulse-shrink;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes dsm-icon-push {
50% {
transform: scale(0.5);
}
}
.dsm-icon-push {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-push,
.dsm-icon-push:before,
.dsm-icon-push:after {
transition-duration: 0.3s;
}
.dsm-icon-push:before,
.dsm-icon-push:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-push:active:before,
.dsm-icon-push:focus:before,
.dsm-icon-push:hover:before,
.dsm-icon-push:active:after,
.dsm-icon-push:focus:after,
.dsm-icon-push:hover:after {
animation-name: dsm-icon-push;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
@keyframes dsm-icon-pop {
50% {
transform: scale(1.5);
}
}
.dsm-icon-pop {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-icon-pop,
.dsm-icon-pop:before,
.dsm-icon-pop:after {
transition-duration: 0.3s;
}
.dsm-icon-pop:before,
.dsm-icon-pop:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-pop:active:before,
.dsm-icon-pop:focus:before,
.dsm-icon-pop:hover:before,
.dsm-icon-pop:active:after,
.dsm-icon-pop:focus:after,
.dsm-icon-pop:hover:after {
animation-name: dsm-icon-pop;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.dsm-icon-bounce {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-bounce,
.dsm-icon-bounce:before,
.dsm-icon-bounce:after {
transition-duration: 0.3s;
}
.dsm-icon-bounce:before,
.dsm-icon-bounce:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-bounce:active:before,
.dsm-icon-bounce:focus:before,
.dsm-icon-bounce:hover:before,
.dsm-icon-bounce:active:after,
.dsm-icon-bounce:focus:after,
.dsm-icon-bounce:hover:after {
transform: scale(1.5);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.dsm-icon-rotate {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-rotate,
.dsm-icon-rotate:before {
transition-duration: 0.3s;
}
.dsm-icon-rotate:before {
content: "\f0c6";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-rotate:active:before,
.dsm-icon-rotate:focus:before,
.dsm-icon-rotate:hover:before {
transform: rotate(20deg);
}
.dsm-icon-grow-rotate {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-grow-rotate,
.dsm-icon-grow-rotate:before {
transition-duration: 0.3s;
}
.dsm-icon-grow-rotate:before {
content: "\f095";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-grow-rotate:active:before,
.dsm-icon-grow-rotate:focus:before,
.dsm-icon-grow-rotate:hover:before {
transform: scale(1.5) rotate(12deg);
}
.dsm-icon-float {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-float,
.dsm-icon-float:before {
transition-duration: 0.3s;
}
.dsm-icon-float:before {
content: "\f01b";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-float:active:before,
.dsm-icon-float:focus:before,
.dsm-icon-float:hover:before {
transform: translateY(-4px);
}
.dsm-icon-sink {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-sink,
.dsm-icon-sink:before {
transition-duration: 0.3s;
}
.dsm-icon-sink:before {
content: "\f01a";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-sink:active:before,
.dsm-icon-sink:focus:before,
.dsm-icon-sink:hover:before {
transform: translateY(4px);
}
@keyframes dsm-icon-bob {
0% {
transform: translateY(-6px);
}
50% {
transform: translateY(-2px);
}
to {
transform: translateY(-6px);
}
}
@keyframes dsm-icon-bob-float {
to {
transform: translateY(-6px);
}
}
.dsm-icon-bob {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-bob:before {
content: "\f077";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-bob:active:before,
.dsm-icon-bob:focus:before,
.dsm-icon-bob:hover:before {
animation-name: dsm-icon-bob-float, dsm-icon-bob;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
@keyframes dsm-icon-hang {
0% {
transform: translateY(6px);
}
50% {
transform: translateY(2px);
}
to {
transform: translateY(6px);
}
}
@keyframes dsm-icon-hang-sink {
to {
transform: translateY(6px);
}
}
.dsm-icon-hang {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-hang:before {
content: "\f078";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-hang:active:before,
.dsm-icon-hang:focus:before,
.dsm-icon-hang:hover:before {
animation-name: dsm-icon-hang-sink, dsm-icon-hang;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
@keyframes dsm-icon-wobble-horizontal {
16.65% {
transform: translateX(6px);
}
33.3% {
transform: translateX(-5px);
}
49.95% {
transform: translateX(4px);
}
66.6% {
transform: translateX(-2px);
}
83.25% {
transform: translateX(1px);
}
to {
transform: translateX(0);
}
}
.dsm-icon-wobble-horizontal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-wobble-horizontal:before {
content: "\f061";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-wobble-horizontal:active:before,
.dsm-icon-wobble-horizontal:focus:before,
.dsm-icon-wobble-horizontal:hover:before {
animation-name: dsm-icon-wobble-horizontal;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-icon-wobble-vertical {
16.65% {
transform: translateY(6px);
}
33.3% {
transform: translateY(-5px);
}
49.95% {
transform: translateY(4px);
}
66.6% {
transform: translateY(-2px);
}
83.25% {
transform: translateY(1px);
}
to {
transform: translateY(0);
}
}
.dsm-icon-wobble-vertical {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-wobble-vertical:before {
content: "\f062";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-wobble-vertical:active:before,
.dsm-icon-wobble-vertical:focus:before,
.dsm-icon-wobble-vertical:hover:before {
animation-name: dsm-icon-wobble-vertical;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-icon-buzz {
50% {
transform: translateX(3px) rotate(2deg);
}
to {
transform: translateX(-3px) rotate(-2deg);
}
}
.dsm-icon-buzz {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-buzz:before {
content: "\f017";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-buzz:active:before,
.dsm-icon-buzz:focus:before,
.dsm-icon-buzz:hover:before {
animation-name: dsm-icon-buzz;
animation-duration: 0.15s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes dsm-icon-buzz-out {
10% {
transform: translateX(3px) rotate(2deg);
}
20% {
transform: translateX(-3px) rotate(-2deg);
}
30% {
transform: translateX(3px) rotate(2deg);
}
40% {
transform: translateX(-3px) rotate(-2deg);
}
50% {
transform: translateX(2px) rotate(1deg);
}
60% {
transform: translateX(-2px) rotate(-1deg);
}
70% {
transform: translateX(2px) rotate(1deg);
}
80% {
transform: translateX(-2px) rotate(-1deg);
}
90% {
transform: translateX(1px) rotate(0);
}
to {
transform: translateX(-1px) rotate(0);
}
}
.dsm-icon-buzz-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-buzz-out:before {
content: "\f023";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-buzz-out:active:before,
.dsm-icon-buzz-out:focus:before,
.dsm-icon-buzz-out:hover:before {
animation-name: dsm-icon-buzz-out;
animation-duration: 0.75s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.dsm-curl-top-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-curl-top-left:before {
pointer-events: none;
position: absolute;
content: "";
height: 0;
width: 0;
top: 0;
left: 0;
background: #fff;
background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#000000");
z-index: 1000;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
transition-duration: 0.3s;
transition-property: width, height;
}
.dsm-curl-top-left:active:before,
.dsm-curl-top-left:focus:before,
.dsm-curl-top-left:hover:before {
width: 25px;
height: 25px;
}
.dsm-curl-top-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-curl-top-right:before {
pointer-events: none;
position: absolute;
content: "";
height: 0;
width: 0;
top: 0;
right: 0;
background: #fff;
background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
transition-duration: 0.3s;
transition-property: width, height;
}
.dsm-curl-top-right:active:before,
.dsm-curl-top-right:focus:before,
.dsm-curl-top-right:hover:before {
width: 25px;
height: 25px;
}
.dsm-curl-bottom-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-curl-bottom-right:before {
pointer-events: none;
position: absolute;
content: "";
height: 0;
width: 0;
bottom: 0;
right: 0;
background: #fff;
background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
transition-duration: 0.3s;
transition-property: width, height;
}
.dsm-curl-bottom-right:active:before,
.dsm-curl-bottom-right:focus:before,
.dsm-curl-bottom-right:hover:before {
width: 25px;
height: 25px;
}
.dsm-curl-bottom-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-curl-bottom-left:before {
pointer-events: none;
position: absolute;
content: "";
height: 0;
width: 0;
bottom: 0;
left: 0;
background: #fff;
background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
transition-duration: 0.3s;
transition-property: width, height;
}
.dsm-curl-bottom-left:active:before,
.dsm-curl-bottom-left:focus:before,
.dsm-curl-bottom-left:hover:before {
width: 25px;
height: 25px;
} .dsm-tooltip {
display: inline-flex;
}
div[data-dsm-tooltip] {
overflow: visible;
}
.dsm-tooltip[data-dsm-tooltip] {
position: relative;
cursor: pointer;
}
.dsm-tooltip[data-dsm-tooltip]:after {
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
pointer-events: none;
transition: all 0.18s ease-out 0.18s;
font-family: inherit;
font-weight: normal;
font-style: normal;
text-shadow: none;
font-size: 12px;
background: rgba(17, 17, 17, 0.9);
border-radius: 0.25rem;
color: #fff;
content: attr(data-dsm-tooltip);
text-align: center;
position: absolute;
white-space: nowrap;
line-height: 1.7em;
z-index: 12;
}
.dsm-tooltip[data-dsm-tooltip]:before {
background: transparent;
border: 6px solid transparent;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
pointer-events: none;
transition: all 0.18s ease-out 0.18s;
content: "";
position: absolute;
z-index: 12;
}
.dsm-tooltip[data-dsm-tooltip]:hover:before,
.dsm-tooltip[data-dsm-tooltip]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-visible]:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-visible]:after {
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
pointer-events: auto;
}
.dsm-tooltip[data-dsm-tooltip].font-awesome:after {
font-family: FontAwesome;
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-break]:after {
white-space: pre;
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-blunt]:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-blunt]:after {
transition: none;
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top]:after {
bottom: 100%;
left: 50%;
margin-bottom: 12px;
transform: translate(-50%, 0); }
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top]:before {
bottom: 100%;
left: 50%;
border-top-color: rgba(17, 17, 17, 0.9);
transform: translate(-50%, 0); }
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top].dsm-tooltip-fade-in-direction:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top].dsm-tooltip-fade-in-direction:after {
transform: translate(-50%, 20px);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top][data-dsm-tooltip-visible]:after {
transform: translate(-50%, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top][data-dsm-tooltip-visible]:before {
transform: translate(-50%, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-left]:after {
bottom: 100%;
left: 0;
margin-bottom: 11px;
transform: translate(0, 10px);
transform-origin: top;
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-left]:before {
bottom: 100%;
left: 5px;
margin-bottom: 5px;
transform: translate(0, 10px);
transform-origin: top;
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-left]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-left][data-dsm-tooltip-visible]:after {
transform: translate(0, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-left]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-left][data-dsm-tooltip-visible]:before {
transform: translate(0, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-right]:after {
bottom: 100%;
right: 0;
margin-bottom: 11px;
transform: translate(0, 10px);
transform-origin: top;
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-right]:before {
bottom: 100%;
right: 5px;
margin-bottom: 5px;
transform: translate(0, 10px);
transform-origin: top;
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-right]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-right][data-dsm-tooltip-visible]:after {
transform: translate(0, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-right]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=top-right][data-dsm-tooltip-visible]:before {
transform: translate(0, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom]:after {
left: 50%;
margin-top: 12px;
top: 100%;
transform: translate(-50%, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom]:before {
border-bottom-color: rgba(17, 17, 17, 0.9);
left: 50%;
top: 100%;
transform: translate(-50%, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom].dsm-tooltip-fade-in-direction:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom].dsm-tooltip-fade-in-direction:after {
transform: translate(-50%, -20px);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom][data-dsm-tooltip-visible]:after {
transform: translate(-50%, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom][data-dsm-tooltip-visible]:before {
transform: translate(-50%, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left]:after {
left: 0;
margin-top: 11px;
top: 100%;
transform: translate(0, -10px);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left]:before {
background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817, 17, 17, 0.9%29%22%20transform%3D%22rotate%28180 18 6%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
background-size: 100% auto;
width: 18px;
height: 6px;
left: 5px;
margin-top: 5px;
top: 100%;
transform: translate(0, -10px);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left][data-dsm-tooltip-visible]:after {
transform: translate(0, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-left][data-dsm-tooltip-visible]:before {
transform: translate(0, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right]:after {
right: 0;
margin-top: 11px;
top: 100%;
transform: translate(0, -10px);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right]:before {
background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817, 17, 17, 0.9%29%22%20transform%3D%22rotate%28180 18 6%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
background-size: 100% auto;
width: 18px;
height: 6px;
right: 5px;
margin-top: 5px;
top: 100%;
transform: translate(0, -10px);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right][data-dsm-tooltip-visible]:after {
transform: translate(0, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=bottom-right][data-dsm-tooltip-visible]:before {
transform: translate(0, 0);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left]:after {
margin-right: 12px;
right: 100%;
top: 50%;
transform: translate(0, -50%);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left]:before {
border-left-color: rgba(17, 17, 17, 0.9);
right: 100%;
top: 50%;
transform: translate(0, -50%);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left].dsm-tooltip-fade-in-direction:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left].dsm-tooltip-fade-in-direction:after {
transform: translate(20px, -50%);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left][data-dsm-tooltip-visible]:after {
transform: translate(0, -50%);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=left][data-dsm-tooltip-visible]:before {
transform: translate(0, -50%);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right]:after {
left: 100%;
margin-left: 12px;
top: 50%;
transform: translate(0, -50%);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right]:before {
border-right-color: rgba(17, 17, 17, 0.9);
left: 100%;
top: 50%;
transform: translate(0, -50%);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right].dsm-tooltip-fade-in-direction:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right].dsm-tooltip-fade-in-direction:after {
transform: translate(-20px, -50%);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right]:hover:after,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right][data-dsm-tooltip-visible]:after {
transform: translate(0, -50%);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right]:hover:before,
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-placement=right][data-dsm-tooltip-visible]:before {
transform: translate(0, -50%);
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-size=small]:after {
white-space: nowrap;
padding: 0.2rem 0.4rem;
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-size=regular]:after {
white-space: nowrap;
padding: 0.3rem 0.6rem;
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-size=large]:after {
white-space: nowrap;
padding: 0.4rem 0.8rem;
}
.dsm-tooltip[data-dsm-tooltip][data-dsm-tooltip-size=xlarge]:after {
white-space: nowrap;
width: 380px;
}
.dsm_button .dsm-button-separator-text {
margin-left: 0;
margin-right: 0;
}
.dsm_business_hours_child {
margin-bottom: 0px !important;
}
.dsm_business_hours_child > div,
.dsm_business_hours_item_wrapper,
.dsm-business-hours-header,
.dsm-business-hours-description {
display: flex;
align-items: center;
}
.dsm_business_hours_item_wrapper {
flex-wrap: wrap;
flex-grow: 1;
}
.dsm-business-hours-header {
align-items: center;
flex-basis: 100%;
justify-content: space-between;
}
.dsm-business-hours-title {
padding-bottom: 0;
font-size: 14px;
line-height: 1em;
color: #333;
}
.dsm-business-hours-separator {
flex-grow: 1;
margin-left: 10px;
margin-right: 10px;
border-bottom-style: none;
border-bottom-width: 2px;
height: 0;
}
.dsm-business-hours-description {
flex-basis: 100%;
}
.dsm-business-hours-price {
font-size: 14px;
}
.dsm-business-hours-image {
max-width: 50%;
flex-shrink: 0;
margin-right: 25px;
line-height: 0;
}
.et_pb_column .dsm_business_hours_child.et_pb_module {
margin-bottom: 0 !important;
}
.dsm_business_hours .dsm-business-hours-separator {
border-bottom-style: none;
border-bottom-width: 2px;
border-bottom-color: #333333;
margin-left: 10px;
margin-right: 10px;
}
.dsm_business_hours .dsm_business_hours_child {
border-bottom-width: 1px;
border-bottom-color: rgba(0, 0, 0, 0.12);
}
.dsm_card {
overflow: hidden;
}
.dsm_card.dsm-link {
cursor: pointer;
}
.dsm_card .et_pb_module_inner {
width: 100%;
}
.et_pb_equal_columns .dsm_card {
display: flex;
height: 100%;
}
.et_pb_equal_columns .dsm_card_vb_outer_wrapper {
height: 100%;
display: flex;
}
.et_pb_equal_columns .dsm_card.dsm_card_image_as_background .dsm_card_wrapper {
display: flex;
flex-direction: column;
justify-content: center;
}
.dsm_card_layout_inline,
.dsm_card_layout_inline .et_pb_module_inner {
display: flex;
align-items: center;
width: 100%;
}
.dsm_card_layout_inline .dsm_card_image_wrapper {
flex: 0 0 50%;
}
.dsm_card .dsm_card_wrapper {
padding: 20px;
}
.dsm_card_icon {
display: inline-block;
line-height: 0;
max-width: 100%;
}
.dsm_card_icon_wrap {
display: block;
margin: auto;
overflow: visible;
}
.dsm_card_image_wrapper {
margin: 0;
padding: 0;
position: relative;
width: 100%;
line-height: 0;
border-style: solid;
border-width: 0;
justify-content: flex-start;
display: flex;
}
.dsm_card_badge_text {
position: absolute;
padding: 7px 15px;
max-width: 100%;
border-radius: 50px;
background-color: #fff;
font-size: 12px;
border-style: solid;
border-width: 0;
line-height: 1em;
z-index: 3;
}
.dsm_badge_icon_wrap {
padding-right: 5px;
font-size: 12px;
}
.dsm_card_badge_top_right .dsm_card_badge_text {
top: 1rem;
right: 1rem;
}
.dsm_card_badge_top_left .dsm_card_badge_text {
top: 1rem;
left: 1rem;
}
.dsm_card_badge_top_center .dsm_card_badge_text {
top: 1rem;
left: 50%;
transform: translateX(-50%);
}
.dsm_card_badge_bottom_right .dsm_card_badge_text {
bottom: 1rem;
right: 1rem;
}
.dsm_card_badge_bottom_left .dsm_card_badge_text {
bottom: 1rem;
left: 1rem;
}
.dsm_card_badge_bottom_center .dsm_card_badge_text {
bottom: 1rem;
left: 50%;
transform: translateX(-50%);
}
.dsm_card_badge_center .dsm_card_badge_text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.dsm_card_badge_center_left {
display: flex;
justify-content: left;
align-items: center;
}
.dsm_card_badge_center_left .dsm_card_badge_text {
left: 1rem;
}
.dsm_card_badge_center_right {
display: flex;
justify-content: right;
align-items: center;
}
.dsm_card_badge_center_right .dsm_card_badge_text {
right: 1rem;
}
.dsm_card_image_background {
position: absolute;
width: 100%;
height: 100%;
}
.dsm_card_img {
display: block;
align-self: center;
}
.dsm_card_image_stretch {
width: 100%;
}
.dsm_card .et_pb_button {
display: inline-block;
margin-top: 10px;
}
.dsm_card .et_pb_button_module_wrapper {
width: fit-content;
width: -moz-fit-content;
max-width: 100%;
} .dsm_card .et_overlay {
border-width: 0;
}
.dsm_card_image_wrapper .dsm-card-icon-empty.et_overlay:before {
display: none;
}
.dsm-card-overlay-on:hover .et_overlay {
opacity: 1;
z-index: 1 !important;
}
.dsm_card.dsm-card-overlay-off .et_overlay {
opacity: 1 !important;
}
.dsm_card_image_wrapper .et_overlay {
display: flex;
}
.dsm_card_image_wrapper .et_overlay:before { margin: 0;
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.dsm_card_image_wrapper .et_overlay {
position: absolute;
top: 0;
left: auto;
display: block;
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.3s;
box-sizing: border-box;
backface-visibility: hidden;
} .dsm_card_image_animation .dsm_card_image_wrapper {
overflow: hidden;
}
.dsm_card_image_animation_zoom_in:hover .dsm_card_image_background {
transform: scale(1.5);
}
.dsm_card_image_animation_zoom_out .dsm_card_image_background {
transform: scale(1.5);
}
.dsm_card_image_animation_zoom_out:hover .dsm_card_image_background {
transform: scale(1);
}
.dsm_card_image_animation_zoom_in_n_rotate:hover .dsm_card_image_background {
transform: scale(1.5) rotate(25deg);
}
.dsm_card_image_animation_zoom_out_n_rotate .dsm_card_image_background {
transform: scale(1.5) rotate(25deg);
}
.dsm_card_image_animation_zoom_out_n_rotate:hover .dsm_card_image_background {
transform: scale(1) rotate(0);
}
@media only screen and (max-width: 980px) {
.dsm_card_tablet_layout_stacked .et_pb_module_inner,
.dsm_card_layout_inline.dsm_card_tablet_layout_stacked .et_pb_module_inner {
display: initial;
}
.dsm_card_tablet_layout_inline .et_pb_module_inner {
display: flex;
}
.dsm_card_tablet_layout_inline .dsm_card_image_wrapper {
order: 0;
flex: 0 0 50%;
}
}
@media only screen and (max-width: 767px) {
.dsm_card_phone_layout_stacked .et_pb_module_inner,
.dsm_card_layout_inline.dsm_card_phone_layout_stacked .et_pb_module_inner {
display: initial;
}
.dsm_card_phone_layout_inline .et_pb_module_inner {
display: flex;
}
.dsm_card_phone_layout_inline .dsm_card_image_wrapper {
order: 0;
flex: 0 0 50%;
}
}
.dsm_card .dsm_card_image_background {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.dsm_card .et_overlay::before {
font-size: 32px;
}
.dsm_card.dsm_card_layout_inline .dsm_card_image_wrapper {
flex: 0 0 50%;
}
.dsm-toggle label {
cursor: pointer;
}
.dsm-toggle {
justify-content: center;
display: flex;
align-items: center;
flex-direction: row;
}
.dsm-toggle-left {
margin-right: 2%;
}
.dsm-toggle-left,
.dsm-toggle-right {
cursor: pointer;
}
.dsm-toggle-head-one {
margin: 0;
padding: 0;
}
.dsm-toggle-btn {
align-items: center;
}
.dsm-switch-label {
position: relative;
display: inline-block;
width: 4.5em;
height: 2.3em;
vertical-align: middle;
}
.dsm-switch-label .dsm-toggle-switch {
display: none;
}
.dsm-switch-inner {
border-radius: 1.5em;
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: 0.4s;
}
.dsm-switch-inner:before {
border-radius: 50%;
position: absolute;
content: "";
height: 1.8em;
width: 1.8em;
left: 0.25em;
bottom: 0.25em;
transition: 0.4s;
}
.dsm-toggle-right {
margin-left: 2%;
}
.dsm-toggle-head-two {
margin: 0;
padding: 0;
}
.dsm-toggle-switch:checked + .dsm-switch-inner:before {
transform: translateX(2.1em);
}
.dsm-content-toggle-body .et-waypoint:not(.et_pb_counters) {
opacity: 1 !important;
}
.dsm-content-force-fullwidth .et_pb_section > .et_pb_row {
width: 100%;
}
.dsm-content-toggle-front,
.dsm-content-toggle-back {
margin-top: 25px;
border-style: solid;
}
.dsm_content_toggle .dsm-toggle-btn {
font-size: 15px;
}
.dsm_content_toggle .dsm-content-toggle-front,
.dsm_content_toggle .dsm-content-toggle-back {
margin-top: 25px;
}
.dsm_content_toggle .dsm-toggle {
justify-content: center;
}
.dsm_content_toggle .dsm-switch-inner {
background-color: #d3d3d3;
}
.dsm_content_toggle .dsm-toggle-switch:checked + .dsm-switch-inner {
background-color: #2ecc71;
}
.dsm_content_toggle .dsm-switch-inner::before {
background-color: #ffffff;
}
.dsm_content_timeline .dsm-content-timeline-content-wrapper,
.dsm_content_timeline .dsm-content-timeline-content-wrapper::before {
background-color: #f6f6f6;
}
.dsm_content_timeline .dsm-content-timeline-middle-circle {
background-color: #4161d4;
transition: background-color var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1);
}
.dsm_content_timeline .dsm-content-timeline-middle-circle.dsm-timeline-pointer-active {
background-color: #7cda24;
}
.dsm_content_timeline .dsm-content-timeline-middle-circle .et-pb-icon.dsm-icon,
.dsm_content_timeline .dsm-content-timeline-middle-circle .dsm-icon {
color: #ffffff;
font-size: 20px;
transition: color var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1);
}
.dsm_content_timeline .dsm-content-timeline-middle-line {
background-color: #4161d4;
}
.dsm_content_timeline .dsm-content-timeline-middle .dsm-content-timeline-tree-animation {
background-color: #e09900;
}
.dsm_content_timeline .dsm-content-timeline-middle-line,
.dsm_content_timeline .dsm-content-timeline-middle .dsm-content-timeline-tree-animation {
width: 3px;
}
.dsm_content_timeline .dsm-icon-wrapper .et-pb-icon.dsm-icon,
.dsm_content_timeline .dsm-icon-wrapper .dsm-icon {
color: #000000;
font-size: 32px;
}
.dsm_content_timeline .dsm-image-wrapper .dsm-image {
max-width: 100%;
}
.dsm_content_timeline .dsm-content-timeline-content-wrapper {
padding-top: 30px;
padding-right: 30px;
padding-bottom: 30px;
padding-left: 30px;
}
.dsm_content_timeline .dsm-content-timeline-middle-circle.dsm-timeline-pointer-active .et-pb-icon.dsm-icon,
.dsm_content_timeline .dsm-content-timeline-middle-circle.dsm-timeline-pointer-active .dsm-icon {
color: #000000;
}  .dsm-content-timeline-content-wrapper,
.dsm-content-timeline-content-wrapper::before {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper {
position: relative;
box-sizing: border-box;
margin: 0 0 60px;
width: 100%;
will-change: transform;
overflow: visible !important;
} .dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-content-wrapper {
will-change: auto;
}
.dsm-content-timeline-items-wrapper .dsm-icon-wrapper {
line-height: 1;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper .dsm-image {
height: -moz-fit-content;
height: fit-content;
line-height: 0;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper .dsm-icon {
margin-bottom: 10px;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper .dsm-timeline-content .et_pb_button {
display: inline-block;
margin-top: 15px;
}
.dsm-content-timeline-items-wrapper .dsm-icon,
.dsm-content-timeline-items-wrapper .dsm-pointer-icon {
font-family: ETmodules, sans-serif;
line-height: 1;
font-size: 20px;
font-style: normal;
direction: ltr;
}
.dsm-content-timeline-items-wrapper .et_pb_module {
margin-bottom: 0 !important;
}
.dsm-content-timeline-content-wrapper .dsm-description {
margin-bottom: 15px;
} .dsm-timeline-nestable {
width: 100%;
max-width: 100%;
overflow: visible;
}
.dsm-timeline-nestable > .et_pb_module {
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-image {
display: inline-block;
overflow: hidden;
line-height: 1;
}
.dsm-content-timeline-items-wrapper .dsm-icon {
display: inline-block;
line-height: 1em;
}
.dsm-content-timeline-items-wrapper {
--spacing: 20px;
display: grid;
-moz-column-gap: var(--spacing);
column-gap: var(--spacing);
grid-template-columns: 1fr 8px 1fr;
}
.dsm-content-timeline-items-wrapper.right:not(.dsm-no-opposite-text) {
--spacing: 20px;
display: grid;
-moz-column-gap: var(--spacing);
column-gap: var(--spacing);
grid-template-columns: 1fr 8px calc(10% - 8px);
}
.dsm-content-timeline-items-wrapper.right.dsm-no-opposite-text {
--spacing: 20px;
display: grid;
-moz-column-gap: var(--spacing);
column-gap: var(--spacing);
grid-template-columns: 1fr 8px 0px;
}
.dsm-content-timeline-items-wrapper.left:not(.dsm-no-opposite-text) {
--spacing: 20px;
display: grid;
-moz-column-gap: var(--spacing);
column-gap: var(--spacing);
grid-template-columns: calc(10% - 8px) 8px 1fr;
grid-auto-flow: dense;
}
.dsm-content-timeline-items-wrapper.left.dsm-no-opposite-text {
--spacing: 20px;
display: grid;
-moz-column-gap: var(--spacing);
column-gap: var(--spacing);
grid-template-columns: 0px 17px 1fr;
grid-auto-flow: dense;
}
.dsm-content-timeline-items-wrapper.left .dsm_content_timeline_child {
grid-column: 3;
grid-row: calc(var(--item-index) + 1);
}
.dsm-content-timeline-items-wrapper.left .dsm-content-timeline-middle {
grid-column: 2;
grid-row: calc(var(--item-index) + 1);
}
.dsm-content-timeline-items-wrapper.left .dsm-content-timeline-opposite {
grid-column: 1;
grid-row: calc(var(--item-index) + 1);
}
.dsm-content-timeline-items-wrapper > .dsm_content_timeline_child:not(.dsm-last) {
margin-bottom: var(--spacing);
}
.dsm_content_timeline_child {
box-sizing: border-box;
}
.dsm-content-timeline-middle {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
}
.dsm-last-middle .dsm-content-timeline-tree-animation {
display: none;
}
.dsm-content-timeline-middle .dsm-content-timeline-tree-animation {
width: calc(100% + 2px);
height: var(--tree-filled, 0%);
z-index: 1;
background-color: red;
position: absolute;
top: 0;
will-change: height;
}
.dsm-content-timeline-items-wrapper.dsm-init .dsm-content-timeline-tree-animation {
transition: height var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1);
}
.dsm-content-timeline-middle-circle {
width: var(--pointer-size, 20px);
height: var(--pointer-size, 20px);
border-radius: 100%;
z-index: 2;
aspect-ratio: 1/1;
display: flex;
align-items: center;
justify-content: center;
transition: background-color var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1), color var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow var(--tree-animation-speed, 100ms) cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.dsm-content-timeline-middle-circle.dsm-timeline-pointer-active {
background-color: green;
}
.dsm-content-timeline-middle-line {
height: 100%;
}
.dsm_content_timeline .dsm-content-timeline-middle.dsm-last-middle .dsm-content-timeline-middle-line {
background-color: transparent !important;
width: 0px !important;
} .dsm-content-timeline-items-wrapper.center {
--spacing: 20px;
display: grid;
-moz-column-gap: var(--spacing);
column-gap: var(--spacing);
grid-template-columns: 1fr 8px 1fr;
}
.dsm-content-timeline-items-wrapper.center > .dsm-content-timeline-opposite:nth-child(odd) {
display: flex;
align-items: flex-start;
justify-content: flex-end;
text-align: right;
}
.dsm-content-timeline-items-wrapper.center > .dsm-content-timeline-opposite:nth-child(even) {
display: flex;
align-items: flex-start;
justify-content: flex-start;
} .dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child:nth-child(6n),
.dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child:nth-child(6n-1) {
grid-column: 3;
grid-row: calc(var(--item-index) + 1);
}
.dsm-content-timeline-items-wrapper.center .dsm-content-timeline-middle:nth-child(6n+2),
.dsm-content-timeline-items-wrapper.center .dsm-content-timeline-middle:nth-child(6n+1) {
grid-column: 2;
grid-row: calc(var(--item-index) + 1);
}
.dsm-content-timeline-items-wrapper.center .dsm-content-timeline-opposite:nth-child(6n+3),
.dsm-content-timeline-items-wrapper.center .dsm-content-timeline-opposite:nth-child(6n+2) {
grid-column: 1;
grid-row: calc(var(--item-index) + 1);
} .dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child:nth-child(6n+3),
.dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child:nth-child(6n+4) {
grid-column: 1;
grid-row: calc(var(--item-index) + 1);
}
.dsm-content-timeline-items-wrapper.center .dsm-content-timeline-middle:nth-child(6n+5),
.dsm-content-timeline-items-wrapper.center .dsm-content-timeline-middle:nth-child(6n+4) {
grid-column: 2;
grid-row: calc(var(--item-index) + 1);
}
@container dsm-items-wrapper style(--direction: left) {
.dsm-content-timeline-items-wrapper {
background-color: red;
}
} .dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child.dsm-content-timeline-item .dsm-content-timeline-content-wrapper {
position: relative;
} .dsm-show-arrow .dsm-content-timeline-items-wrapper.left .dsm_content_timeline_child.dsm-content-timeline-item .dsm-content-timeline-content-wrapper::before {
content: "";
position: absolute;
top: 5px;
right: 100%;
left: auto;
clip-path: polygon(100% 0, 0 50%, 100% 100%);
width: 15px;
height: 20px;
} .dsm-show-arrow .dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child.dsm-content-timeline-item:nth-child(odd) .dsm-content-timeline-content-wrapper::before {
content: "";
position: absolute;
top: 5px;
right: 100%;
left: auto;
clip-path: polygon(100% 0, 0 50%, 100% 100%);
width: 15px;
height: 20px;
}
.dsm-show-arrow .dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child.dsm-content-timeline-item:nth-child(even) .dsm-content-timeline-content-wrapper::before {
content: "";
position: absolute;
top: 5px;
left: 100%;
clip-path: polygon(0 0, 0 100%, 100% 50%);
width: 15px;
height: 20px;
} .dsm-show-arrow .dsm-content-timeline-items-wrapper.right .dsm_content_timeline_child.dsm-content-timeline-item .dsm-content-timeline-content-wrapper::before {
content: "";
position: absolute;
top: 5px;
left: 100%;
clip-path: polygon(0 0, 0 100%, 100% 50%);
width: 15px;
height: 20px;
overflow: visible !important;
} .dsm-image-icon_placement-left .dsm-content-timeline-content-wrapper {
display: flex;
}
.dsm-image-icon_placement-left .dsm-content-timeline-content-wrapper .dsm-image,
.dsm-image-icon_placement-left .dsm-content-timeline-content-wrapper .dsm-icon {
width: 100px;
margin-right: 10px;
}
@media (max-width: 980px) and (min-width: 600px) {
.dsm-image-icon_placement-tablet-top .dsm-content-timeline-content-wrapper {
display: flex !important;
flex-direction: column !important;
}
.dsm-image-icon_placement-tablet-left .dsm-content-timeline-content-wrapper {
display: flex !important;
}
.dsm-image-icon_placement-tablet-left .dsm-content-timeline-content-wrapper .dsm-image,
.dsm-image-icon_placement-tablet-left .dsm-content-timeline-content-wrapper .dsm-icon {
width: 100px !important;
margin-right: 10px !important;
}
}
@media (max-width: 599px) {
.dsm-image-icon_placement-mobile-top .dsm-content-timeline-content-wrapper {
display: flex !important;
flex-direction: column !important;
}
.dsm-image-icon_placement-mobile-left .dsm-content-timeline-content-wrapper {
display: flex !important;
}
.dsm-image-icon_placement-mobile-left .dsm-content-timeline-content-wrapper .dsm-image,
.dsm-image-icon_placement-mobile-left .dsm-content-timeline-content-wrapper .dsm-icon {
width: 50px !important;
margin-right: 10px !important;
}
} @media (max-width: 767px) {
.dsm-content-timeline-items-wrapper.center,
.dsm-content-timeline-items-wrapper.left,
.dsm-content-timeline-items-wrapper.right,
.dsm-content-timeline-items-wrapper.responsive-center,
.dsm-content-timeline-items-wrapper.responsive-left,
.dsm-content-timeline-items-wrapper.responsive-right {
grid-template-columns: 17px 1fr !important;
grid-auto-flow: row !important;
-moz-column-gap: 20px;
column-gap: 20px;
} .dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(1) {
grid-column: 2 !important;
grid-row: 1 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(2) {
grid-column: 1 !important;
grid-row: 1 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(3) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(4) {
grid-column: 2 !important;
grid-row: 2 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(5) {
grid-column: 1 !important;
grid-row: 2 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(6) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(7) {
grid-column: 2 !important;
grid-row: 3 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(8) {
grid-column: 1 !important;
grid-row: 3 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(9) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(10) {
grid-column: 2 !important;
grid-row: 4 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(11) {
grid-column: 1 !important;
grid-row: 4 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(12) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(13) {
grid-column: 2 !important;
grid-row: 5 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(14) {
grid-column: 1 !important;
grid-row: 5 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(15) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(16) {
grid-column: 2 !important;
grid-row: 6 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(17) {
grid-column: 1 !important;
grid-row: 6 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(18) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(19) {
grid-column: 2 !important;
grid-row: 7 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(20) {
grid-column: 1 !important;
grid-row: 7 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(21) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(22) {
grid-column: 2 !important;
grid-row: 8 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(23) {
grid-column: 1 !important;
grid-row: 8 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(24) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(25) {
grid-column: 2 !important;
grid-row: 9 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(26) {
grid-column: 1 !important;
grid-row: 9 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(27) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(28) {
grid-column: 2 !important;
grid-row: 10 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(29) {
grid-column: 1 !important;
grid-row: 10 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(30) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(31) {
grid-column: 2 !important;
grid-row: 11 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(32) {
grid-column: 1 !important;
grid-row: 11 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(33) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(34) {
grid-column: 2 !important;
grid-row: 12 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(35) {
grid-column: 1 !important;
grid-row: 12 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(36) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(37) {
grid-column: 2 !important;
grid-row: 13 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(38) {
grid-column: 1 !important;
grid-row: 13 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(39) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(40) {
grid-column: 2 !important;
grid-row: 14 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(41) {
grid-column: 1 !important;
grid-row: 14 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(42) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(43) {
grid-column: 2 !important;
grid-row: 15 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(44) {
grid-column: 1 !important;
grid-row: 15 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(45) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(46) {
grid-column: 2 !important;
grid-row: 16 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(47) {
grid-column: 1 !important;
grid-row: 16 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(48) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(49) {
grid-column: 2 !important;
grid-row: 17 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(50) {
grid-column: 1 !important;
grid-row: 17 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(51) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(52) {
grid-column: 2 !important;
grid-row: 18 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(53) {
grid-column: 1 !important;
grid-row: 18 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(54) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(55) {
grid-column: 2 !important;
grid-row: 19 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(56) {
grid-column: 1 !important;
grid-row: 19 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(57) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(58) {
grid-column: 2 !important;
grid-row: 20 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(59) {
grid-column: 1 !important;
grid-row: 20 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(60) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(61) {
grid-column: 2 !important;
grid-row: 21 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(62) {
grid-column: 1 !important;
grid-row: 21 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(63) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(64) {
grid-column: 2 !important;
grid-row: 22 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(65) {
grid-column: 1 !important;
grid-row: 22 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(66) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(67) {
grid-column: 2 !important;
grid-row: 23 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(68) {
grid-column: 1 !important;
grid-row: 23 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(69) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(70) {
grid-column: 2 !important;
grid-row: 24 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(71) {
grid-column: 1 !important;
grid-row: 24 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(72) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(73) {
grid-column: 2 !important;
grid-row: 25 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(74) {
grid-column: 1 !important;
grid-row: 25 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(75) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(76) {
grid-column: 2 !important;
grid-row: 26 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(77) {
grid-column: 1 !important;
grid-row: 26 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(78) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(79) {
grid-column: 2 !important;
grid-row: 27 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(80) {
grid-column: 1 !important;
grid-row: 27 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(81) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(82) {
grid-column: 2 !important;
grid-row: 28 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(83) {
grid-column: 1 !important;
grid-row: 28 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(84) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(85) {
grid-column: 2 !important;
grid-row: 29 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(86) {
grid-column: 1 !important;
grid-row: 29 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(87) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(88) {
grid-column: 2 !important;
grid-row: 30 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(89) {
grid-column: 1 !important;
grid-row: 30 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(90) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(91) {
grid-column: 2 !important;
grid-row: 31 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(92) {
grid-column: 1 !important;
grid-row: 31 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(93) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(94) {
grid-column: 2 !important;
grid-row: 32 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(95) {
grid-column: 1 !important;
grid-row: 32 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(96) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(97) {
grid-column: 2 !important;
grid-row: 33 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(98) {
grid-column: 1 !important;
grid-row: 33 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(99) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(100) {
grid-column: 2 !important;
grid-row: 34 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(101) {
grid-column: 1 !important;
grid-row: 34 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(102) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(103) {
grid-column: 2 !important;
grid-row: 35 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(104) {
grid-column: 1 !important;
grid-row: 35 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(105) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(106) {
grid-column: 2 !important;
grid-row: 36 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(107) {
grid-column: 1 !important;
grid-row: 36 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(108) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(109) {
grid-column: 2 !important;
grid-row: 37 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(110) {
grid-column: 1 !important;
grid-row: 37 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(111) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(112) {
grid-column: 2 !important;
grid-row: 38 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(113) {
grid-column: 1 !important;
grid-row: 38 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(114) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(115) {
grid-column: 2 !important;
grid-row: 39 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(116) {
grid-column: 1 !important;
grid-row: 39 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(117) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(118) {
grid-column: 2 !important;
grid-row: 40 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(119) {
grid-column: 1 !important;
grid-row: 40 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(120) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(121) {
grid-column: 2 !important;
grid-row: 41 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(122) {
grid-column: 1 !important;
grid-row: 41 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(123) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(124) {
grid-column: 2 !important;
grid-row: 42 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(125) {
grid-column: 1 !important;
grid-row: 42 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(126) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(127) {
grid-column: 2 !important;
grid-row: 43 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(128) {
grid-column: 1 !important;
grid-row: 43 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(129) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(130) {
grid-column: 2 !important;
grid-row: 44 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(131) {
grid-column: 1 !important;
grid-row: 44 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(132) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(133) {
grid-column: 2 !important;
grid-row: 45 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(134) {
grid-column: 1 !important;
grid-row: 45 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(135) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(136) {
grid-column: 2 !important;
grid-row: 46 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(137) {
grid-column: 1 !important;
grid-row: 46 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(138) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(139) {
grid-column: 2 !important;
grid-row: 47 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(140) {
grid-column: 1 !important;
grid-row: 47 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(141) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(142) {
grid-column: 2 !important;
grid-row: 48 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(143) {
grid-column: 1 !important;
grid-row: 48 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(144) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(145) {
grid-column: 2 !important;
grid-row: 49 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(146) {
grid-column: 1 !important;
grid-row: 49 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(147) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm_content_timeline_child:nth-child(148) {
grid-column: 2 !important;
grid-row: 50 !important;
width: 100%;
max-width: 100%;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-middle:nth-child(149) {
grid-column: 1 !important;
grid-row: 50 !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-opposite:nth-child(150) {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-content-wrapper {
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
} .dsm-show-arrow .dsm-content-timeline-items-wrapper.center .dsm_content_timeline_child.dsm-content-timeline-item .dsm-content-timeline-content-wrapper::before,
.dsm-show-arrow .dsm-content-timeline-items-wrapper.right .dsm_content_timeline_child.dsm-content-timeline-item .dsm-content-timeline-content-wrapper::before {
right: 100% !important;
left: auto !important;
clip-path: polygon(100% 0, 0 50%, 100% 100%) !important;
} .dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-desktop {
display: none !important;
}
} .dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-desktop {
height: -moz-max-content;
height: max-content;
}
.dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-mobile {
margin-bottom: 10px;
}
@media (min-width: 768px) {
.dsm-content-timeline-items-wrapper .dsm-content-timeline-date.dsm-mobile {
display: none !important;
}
.dsm-content-timeline-items-wrapper .dsm-visibility .date {
display: none;
}
} .dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] { }
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-pending,
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-in-view,
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-pending,
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-in-view {
transition: opacity var(--item-scroll-duration, 600ms) cubic-bezier(0.22, 1, 0.36, 1), transform var(--item-scroll-duration, 600ms) cubic-bezier(0.22, 1, 0.36, 1);
}
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] { }
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-pending[data-dsm-scroll-dir=left],
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-pending[data-dsm-scroll-dir=left] {
opacity: 0 !important;
transform: translate3d(-28px, 0, 0) !important;
}
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-pending[data-dsm-scroll-dir=right],
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-pending[data-dsm-scroll-dir=right] {
opacity: 0 !important;
transform: translate3d(28px, 0, 0) !important;
}
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-pending[data-dsm-scroll-dir=fade],
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-pending[data-dsm-scroll-dir=fade] {
opacity: 0 !important;
transform: translate3d(0, 0, 0) !important;
}
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-in-view,
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-in-view {
opacity: 1 !important;
transform: translate3d(0, 0, 0) !important;
}
@media (prefers-reduced-motion: reduce) {
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-pending,
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-item-wrapper.dsm-timeline-item-in-view,
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-pending,
.dsm-content-timeline-items-wrapper[data-item-scroll-animation=on] .dsm-content-timeline-opposite.dsm-timeline-item-in-view {
opacity: 1 !important;
transform: translate3d(0, 0, 0) !important;
transition: none !important;
} .dsm-content-timeline-items-wrapper .dsm-content-timeline-tree-animation {
--tree-filled: 100%;
}
} .dsm-content-timeline-items-wrapper .dsm-timeline-content a:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
@media (max-width: 1026px) {
.dsm-image-icon_placement-left .dsm-content-timeline-content-wrapper {
display: flex;
}
.dsm-image-icon_placement-left .dsm-content-timeline-content-wrapper .dsm-image,
.dsm-image-icon_placement-left .dsm-content-timeline-content-wrapper .dsm-icon {
width: 100px;
margin-right: 10px;
}
}
@media (max-width: 908px) {
.dsm-image-icon_placement-tablet-left .dsm-content-timeline-content-wrapper {
display: flex;
}
.dsm-image-icon_placement-tablet-left .dsm-content-timeline-content-wrapper .dsm-image,
.dsm-image-icon_placement-tablet-left .dsm-content-timeline-content-wrapper .dsm-icon {
width: 100px;
margin-right: 10px;
}
}
@media (max-width: 600px) {
.dsm-image-icon_placement-phone-top .dsm-content-timeline-content-wrapper {
display: flex !important;
flex-direction: column !important;
}
.dsm-image-icon_placement-phone-left .dsm-content-timeline-content-wrapper {
display: flex !important;
}
.dsm-image-icon_placement-phone-left .dsm-content-timeline-content-wrapper .dsm-image,
.dsm-image-icon_placement-phone-left .dsm-content-timeline-content-wrapper .dsm-icon {
width: 100px !important;
margin-right: 10px !important;
}
}
.dsm_dual_heading .dsm-dual-heading-main {
font-size: 26px;
line-height: 1em;
}
.dsm-dual-heading-parts {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.dsm-dual-heading-parts.dsm-dual-heading-parts-is-column {
flex-direction: column;
align-items: stretch;
}
.dsm-dual-heading-parts.dsm-dual-heading-parts-is-column.dsm-dual-heading-parts-column-cross-start {
align-items: flex-start;
}
.dsm-dual-heading-parts.dsm-dual-heading-parts-is-column.dsm-dual-heading-parts-column-cross-center {
align-items: center;
}
.dsm-dual-heading-parts.dsm-dual-heading-parts-is-column.dsm-dual-heading-parts-column-cross-end {
align-items: flex-end;
}
.dsm-dual-heading-parts > .dsm-dual-heading-before,
.dsm-dual-heading-parts > .dsm-dual-heading-middle,
.dsm-dual-heading-parts > .dsm-dual-heading-after {
border-style: solid;
border-color: #333333;
display: inline-block;
min-width: 0;
vertical-align: middle;
white-space: pre-wrap;
}
.dsm-dual-heading-parts > span > span {
display: contents;
}
.dsm-dual-heading-parts > .dsm-dual-heading-before.dsm-before-display-block,
.dsm-dual-heading-parts > .dsm-dual-heading-middle.dsm-middle-display-block,
.dsm-dual-heading-parts > .dsm-dual-heading-after.dsm-after-display-block {
flex: 1 1 100%;
min-width: 100%;
}
.dsm_dual_heading .dsm-dual-heading-before {
line-height: 1em;
}
.dsm_dual_heading .dsm-dual-heading-middle {
line-height: 1em;
}
.dsm_dual_heading .dsm-dual-heading-after {
line-height: 1em;
}
.dsm_embed_google_map iframe {
display: block; width: 100%;
}
.dsm-faq-container .dsm-faq-item-wrapper {
border: 1px solid #d9d9d9;
padding: 20px;
transition: all 0.2s ease;
}
.dsm-faq-container .dsm-faq-item-wrapper .dsm-title-wrapper {
position: relative;
cursor: pointer;
display: flex;
align-items: center;
}
.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-open_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-open_icon {
opacity: 0;
position: absolute;
line-height: 1em;
}
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_icon,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-open_icon,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_icon,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-open_icon {
opacity: 1;
position: relative;
line-height: 1em;
}
.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-close_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-close_icon {
opacity: 1;
position: relative;
line-height: 1em;
}
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_close_icon,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_close_icon,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-close_icon,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-close_icon {
opacity: 0;
position: absolute;
line-height: 1em;
}
.dsm-faq-container.dsm-front .dsm-faq-item-wrapper {
overflow: hidden;
}
.dsm-faq-container .dsm-faq-item-wrapper {
align-self: flex-start;
}
.dsm-faq-container .dsm-faq-title {
padding-bottom: 0px !important;
margin-left: 10px;
}
.dsm-faq-container.dsm-icon-placement-right .dsm-faq-title {
margin-left: 0;
}
.dsm-faq-container.dsm-icon-placement-right .dsm-faq-item-wrapper.dsm-faq-item-has-toggle-images .dsm-faq-title {
margin-left: 10px;
}
.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_image,
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_close_image {
display: none;
}
.dsm-faq-container .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_image,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_image {
display: block;
line-height: 1em;
}
.dsm-faq-container .dsm-faq-item-wrapper .dsm-title-inner-wrapper {
display: flex;
align-items: center;
}
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-open_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_faq-item-close_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_open_icon,
.dsm-faq-container .dsm-faq-item-wrapper .dsm_close_icon {
flex-shrink: 0;
}
.dsm-faq-container .dsm-faq-item-wrapper .dsm-title-wrapper {
justify-content: space-between;
} .dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper .dsm_open_icon,
.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper .dsm_faq-item-open_icon {
transform: rotate(-90deg);
transition: 0.3s;
display: block;
}
.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_open_icon,
.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-open_icon {
transform: rotate(0deg);
}
.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_close_icon,
.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper.dsm-faq-item-active .dsm_faq-item-close_icon {
transform: rotate(90deg);
}
.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper .dsm_close_icon,
.dsm-faq-container.dsm-animate-icon .dsm-faq-item-wrapper .dsm_faq-item-close_icon {
transform: rotate(0deg);
transition: 0.3s;
display: block;
}
.dsm_faq .dsm-faq-item-wrapper:not(:last-child) {
margin-bottom: 10px;
}
.dsm_faq .dsm-faq-item-wrapper .dsm_open_image,
.dsm_faq .dsm-faq-item-wrapper .dsm_close_image {
width: 32px;
height: 32px;
}
.dsm_faq .dsm-faq-item-wrapper .dsm_open_icon,
.dsm_faq .dsm-faq-item-wrapper .dsm_faq-item-open_icon {
font-size: 22px;
}
.dsm_faq .dsm-faq-item-wrapper .dsm_close_icon,
.dsm_faq .dsm-faq-item-wrapper .dsm_faq-item-close_icon {
font-size: 22px;
} .dsm-open-font-icon-empty .dsm-title-wrapper .et-pb-icon.dsm_open_icon::before {
font-family: ETmodules !important;
font-weight: 400;
content: "K";
}
.dsm-close-font-icon-empty .dsm-title-wrapper .et-pb-icon.dsm_close_icon::before {
font-family: ETmodules !important;
font-weight: 400;
content: "L";
}
.dsm-faq-nestable {
width: 100%;
max-width: 100%;
overflow: visible;
}
.dsm-faq-nestable > .et_pb_module {
max-width: 100%;
}
.dsm-facebook-embed {
text-align: left;
}
.dsm_facebook_feed.et_pb_text_align_center .et_pb_module_inner {
text-align: center;
}
.dsm_facebook_feed.et_pb_text_align_center .dsm-facebook-feed {
display: inline-block;
}
.dsm_facebook_feed.et_pb_text_align_right .et_pb_module_inner {
text-align: right;
}
.dsm_facebook_feed.et_pb_text_align_right .dsm-facebook-feed {
display: inline-block;
}
.dsm_facebook_feed.et_pb_text_align_left .et_pb_module_inner {
text-align: left;
}
.dsm_facebook_feed.et_pb_text_align_justified .et_pb_module_inner {
text-align: justify;
}
.dsm_facebook_feed.et_pb_text_align_justified .dsm-facebook-feed {
display: inline-block;
}
.dsm_floating_multi_images {
position: relative;
margin-left: auto;
margin-right: auto;
will-change: opacity, transform;
width: 100%;
}
.dsm_floating_multi_images .dsm_floating_multi_images_container {
height: 100%;
position: relative;
}
.dsm_floating_multi_images .dsm_floating_multi_images_container.dsm_floating_effect_up_down .dsm_floating_multi_images_child {
animation-name: dsm-float-up-down !important;
}
.dsm_floating_multi_images .dsm_floating_multi_images_container.dsm_floating_effect_left_right .dsm_floating_multi_images_child {
animation-name: dsm-float-left-right !important;
}
.dsm_floating_multi_images .et_pb_module_inner {
height: 100%;
}
.dsm_floating_multi_images .dsm_floating_multi_images_container .dsm_floating_multi_images_child {
animation-duration: 5000ms;
}
.dsm_floating_multi_images_child {
position: absolute !important;
display: inline-block;
overflow: hidden;
line-height: 0;
top: 0;
left: 0;
margin: 0;
will-change: transform;
transition: 0.3s;
animation-direction: alternate !important;
animation-timing-function: ease-in-out !important;
animation-iteration-count: infinite !important;
}
.dsm_floating_multi_images_child a {
line-height: 0;
display: inline-block;
}
.dsm_floating_multi_images_child img {
border-style: solid;
border-color: #333333;
}
.dsm_floating_multi_images_child {
max-width: 50%;
animation-duration: 5000ms;
}
.dsm_floating_multi_images_child:nth-child(1) {
animation-delay: -3000ms;
}
.dsm_floating_multi_images_child:nth-child(2) {
animation-delay: -5000ms;
}
.dsm_floating_multi_images_child:nth-child(3) {
animation-delay: -7000ms;
}
.dsm_floating_multi_images_child:nth-child(4) {
animation-delay: -9000ms;
}
.dsm_floating_multi_images_child:nth-child(5) {
animation-delay: -11000ms;
}
.dsm_floating_multi_images_child:nth-child(6) {
animation-delay: -13000ms;
}
.dsm_floating_multi_images_child:nth-child(7) {
animation-delay: -15000ms;
}
.dsm_floating_multi_images_child:nth-child(8) {
animation-delay: -17000ms;
}
.dsm_floating_multi_images_child:nth-child(9) {
animation-delay: -19000ms;
}
.dsm_floating_multi_images_child:nth-child(10) {
animation-delay: -21000ms;
}
@keyframes dsm-float-up-down {
0% {
transform: translatey(0);
-webkit-transform: translatey(0);
-moz-transform: translatey(0);
-ms-transform: translatey(0);
-o-transform: translatey(0);
}
50% {
transform: translatey(-20px);
-webkit-transform: translatey(-20px);
-moz-transform: translatey(-20px);
-ms-transform: translatey(-20px);
-o-transform: translatey(-20px);
}
100% {
transform: translatey(0);
-webkit-transform: translatey(0);
-moz-transform: translatey(0);
-ms-transform: translatey(0);
-o-transform: translatey(0);
}
}
@keyframes dsm-float-left-right {
0% {
transform: translatex(0);
-webkit-transform: translatex(0);
-moz-transform: translatex(0);
-ms-transform: translatex(0);
-o-transform: translatex(0);
}
50% {
transform: translatex(-20px);
-webkit-transform: translatex(-20px);
-moz-transform: translatex(-20px);
-ms-transform: translatex(-20px);
-o-transform: translatex(-20px);
}
100% {
transform: translatex(0);
-webkit-transform: translatex(0);
-moz-transform: translatex(0);
-ms-transform: translatex(0);
-o-transform: translatex(0);
}
}
.dsm_floating_multi_images .dsm_floating_multi_images_container {
height: 360px;
}
.dsm_floating_multi_images_child {
max-width: 50%;
}
.dsm_glitch_text.dsm-link, .dsm_glitch_text.et_clickable {
cursor: pointer;
}
.dsm_glitch_text.dsm-link .et_pb_module_inner, .dsm_glitch_text.et_clickable .et_pb_module_inner {
cursor: pointer;
}
.dsm-glitch-text {
position: relative;
}
.dsm-glitch-text:before,
.dsm-glitch-text:after {
content: attr(data-dsm-glitch-text);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.dsm-glitch-effect-type-one:after {
left: 2px;
text-shadow: -1px 0 red;
animation: dsm-glitch-anim-one-1 2s infinite linear alternate-reverse;
}
.dsm-glitch-effect-type-one:before {
left: -2px;
text-shadow: 2px 0 blue;
animation: dsm-glitch-anim-one-2 3s infinite linear alternate-reverse;
}
.dsm-glitch-effect-type-two::after {
left: 2px;
text-shadow: -1px 0 purple;
animation: dsm-glitch-anim-one-1 2s infinite linear alternate-reverse;
}
.dsm-glitch-effect-type-two::before {
left: -2px;
text-shadow: 2px 0 green;
animation: dsm-glitch-anim-two-2 3s infinite linear alternate-reverse;
}
.dsm-glitch-effect-type-three:before {
animation: dsm-glitch-anim-three-1 2.5s infinite;
color: inherit;
z-index: 1;
}
.dsm-glitch-effect-type-three > span {
display: block;
animation: dsm-glitch-anim-three-2 2.5s infinite;
color: red;
z-index: -1;
}
.dsm-glitch-effect-type-three:after {
color: blue;
animation: dsm-glitch-anim-three-3 2.5s infinite;
z-index: -1;
} .dsm-glitch-effect-type-four::after {
left: 3px;
text-shadow: -2px 0 red;
animation: dsm-glitch-anim-four-after 1.85s infinite steps(2, end);
}
.dsm-glitch-effect-type-four::before {
left: -3px;
text-shadow: 2px 0 cyan;
animation: dsm-glitch-anim-four-before 2.1s infinite steps(3, end);
} .dsm-glitch-effect-type-five::after {
left: 2px;
text-shadow: -1px 0 magenta;
animation: dsm-glitch-anim-five-after 0.42s infinite steps(1, end);
}
.dsm-glitch-effect-type-five::before {
left: -2px;
text-shadow: 1px 0 lime;
animation: dsm-glitch-anim-five-before 0.38s infinite steps(1, end);
} .dsm-glitch-effect-type-six:before {
animation: dsm-glitch-anim-six-base 2.2s infinite;
color: inherit;
z-index: 1;
}
.dsm-glitch-effect-type-six > span {
display: block;
animation: dsm-glitch-anim-six-mid 2.2s infinite;
color: red;
z-index: -1;
}
.dsm-glitch-effect-type-six:after {
color: blue;
animation: dsm-glitch-anim-six-after 2.2s infinite;
z-index: -1;
}
@keyframes dsm-glitch-anim-one-1 {
0% {
clip-path: inset(82% 0 13% 0);
}
5.8823529412% {
clip-path: inset(17% 0 48% 0);
}
11.7647058824% {
clip-path: inset(11% 0 88% 0);
}
17.6470588235% {
clip-path: inset(2% 0 11% 0);
}
23.5294117647% {
clip-path: inset(48% 0 3% 0);
}
29.4117647059% {
clip-path: inset(34% 0 61% 0);
}
35.2941176471% {
clip-path: inset(10% 0 83% 0);
}
41.1764705882% {
clip-path: inset(83% 0 1% 0);
}
47.0588235294% {
clip-path: inset(36% 0 4% 0);
}
52.9411764706% {
clip-path: inset(52% 0 16% 0);
}
58.8235294118% {
clip-path: inset(86% 0 4% 0);
}
64.7058823529% {
clip-path: inset(49% 0 7% 0);
}
70.5882352941% {
clip-path: inset(35% 0 53% 0);
}
76.4705882353% {
clip-path: inset(3% 0 19% 0);
}
82.3529411765% {
clip-path: inset(28% 0 40% 0);
}
88.2352941176% {
clip-path: inset(62% 0 3% 0);
}
94.1176470588% {
clip-path: inset(42% 0 28% 0);
}
100% {
clip-path: inset(17% 0 20% 0);
}
}
@keyframes dsm-glitch-anim-one-2 {
0% {
clip-path: inset(72% 0 6% 0);
}
5.8823529412% {
clip-path: inset(2% 0 87% 0);
}
11.7647058824% {
clip-path: inset(52% 0 49% 0);
}
17.6470588235% {
clip-path: inset(9% 0 10% 0);
}
23.5294117647% {
clip-path: inset(12% 0 65% 0);
}
29.4117647059% {
clip-path: inset(48% 0 45% 0);
}
35.2941176471% {
clip-path: inset(14% 0 41% 0);
}
41.1764705882% {
clip-path: inset(55% 0 4% 0);
}
47.0588235294% {
clip-path: inset(10% 0 3% 0);
}
52.9411764706% {
clip-path: inset(14% 0 45% 0);
}
58.8235294118% {
clip-path: inset(54% 0 18% 0);
}
64.7058823529% {
clip-path: inset(93% 0 7% 0);
}
70.5882352941% {
clip-path: inset(89% 0 12% 0);
}
76.4705882353% {
clip-path: inset(83% 0 17% 0);
}
82.3529411765% {
clip-path: inset(55% 0 13% 0);
}
88.2352941176% {
clip-path: inset(66% 0 5% 0);
}
94.1176470588% {
clip-path: inset(40% 0 49% 0);
}
100% {
clip-path: inset(16% 0 42% 0);
}
}
@keyframes dsm-glitch-anim-two-1 {
0% {
clip-path: inset(4% 0 27% 0);
}
10% {
clip-path: inset(15% 0 57% 0);
}
20% {
clip-path: inset(79% 0 14% 0);
}
30% {
clip-path: inset(9% 0 43% 0);
}
40% {
clip-path: inset(47% 0 44% 0);
}
50% {
clip-path: inset(63% 0 26% 0);
}
60% {
clip-path: inset(44% 0 47% 0);
}
70% {
clip-path: inset(71% 0 22% 0);
}
80% {
clip-path: inset(48% 0 36% 0);
}
90% {
clip-path: inset(4% 0 24% 0);
}
100% {
clip-path: inset(72% 0 12% 0);
}
}
@keyframes dsm-glitch-anim-two-2 {
0% {
clip-path: inset(24% 0 29% 0);
}
10% {
clip-path: inset(54% 0 21% 0);
}
20% {
clip-path: inset(28% 0 28% 0);
}
30% {
clip-path: inset(27% 0 47% 0);
}
40% {
clip-path: inset(13% 0 55% 0);
}
50% {
clip-path: inset(9% 0 37% 0);
}
60% {
clip-path: inset(22% 0 73% 0);
}
70% {
clip-path: inset(4% 0 94% 0);
}
80% {
clip-path: inset(98% 0 1% 0);
}
90% {
clip-path: inset(74% 0 26% 0);
}
100% {
clip-path: inset(54% 0 10% 0);
}
}
@keyframes dsm-glitch-anim-three-1 {
0% {
transform: none;
opacity: 1;
}
7% {
transform: skew(-0.5deg, -0.9deg);
opacity: 0.75;
}
10% {
transform: none;
opacity: 1;
}
27% {
transform: none;
opacity: 1;
}
30% {
transform: skew(0.8deg, -0.1deg);
opacity: 0.75;
}
35% {
transform: none;
opacity: 1;
}
52% {
transform: none;
opacity: 1;
}
55% {
transform: skew(-1deg, 0.2deg);
opacity: 0.75;
}
50% {
transform: none;
opacity: 1;
}
72% {
transform: none;
opacity: 1;
}
75% {
transform: skew(0.4deg, 1deg);
opacity: 0.75;
}
80% {
transform: none;
opacity: 1;
}
100% {
transform: none;
opacity: 1;
}
}
@keyframes dsm-glitch-anim-three-2 {
0% {
transform: none;
opacity: 0.25;
}
7% {
transform: translate(-2px, -3px);
opacity: 0.5;
}
10% {
transform: none;
opacity: 0.25;
}
27% {
transform: none;
opacity: 0.25;
}
30% {
transform: translate(-5px, -2px);
opacity: 0.5;
}
35% {
transform: none;
opacity: 0.25;
}
52% {
transform: none;
opacity: 0.25;
}
55% {
transform: translate(-5px, -1px);
opacity: 0.5;
}
50% {
transform: none;
opacity: 0.25;
}
72% {
transform: none;
opacity: 0.25;
}
75% {
transform: translate(-2px, -6px);
opacity: 0.5;
}
80% {
transform: none;
opacity: 0.25;
}
100% {
transform: none;
opacity: 0.25;
}
}
@keyframes dsm-glitch-anim-three-3 {
0% {
transform: none;
opacity: 0.25;
}
7% {
transform: translate(2px, 3px);
opacity: 0.5;
}
10% {
transform: none;
opacity: 0.25;
}
27% {
transform: none;
opacity: 0.25;
}
30% {
transform: translate(5px, 2px);
opacity: 0.5;
}
35% {
transform: none;
opacity: 0.25;
}
52% {
transform: none;
opacity: 0.25;
}
55% {
transform: translate(5px, 1px);
opacity: 0.5;
}
50% {
transform: none;
opacity: 0.25;
}
72% {
transform: none;
opacity: 0.25;
}
75% {
transform: translate(2px, 6px);
opacity: 0.5;
}
80% {
transform: none;
opacity: 0.25;
}
100% {
transform: none;
opacity: 0.25;
}
}
@keyframes dsm-glitch-anim-four-after {
0% {
clip-path: inset(5% 0 78% 0);
transform: translate(0, 0) skewX(0deg);
}
16.66% {
clip-path: inset(72% 0 8% 0);
transform: translate(-5px, 1px) skewX(-1.2deg);
}
33.33% {
clip-path: inset(38% 0 48% 0);
transform: translate(4px, -2px) skewX(0.8deg);
}
50% {
clip-path: inset(12% 0 62% 0);
transform: translate(-3px, 2px) skewX(0deg);
}
66.66% {
clip-path: inset(58% 0 28% 0);
transform: translate(5px, 0) skewX(1deg);
}
83.33% {
clip-path: inset(22% 0 45% 0);
transform: translate(-2px, -3px) skewX(-0.6deg);
}
100% {
clip-path: inset(65% 0 15% 0);
transform: translate(0, 0) skewX(0deg);
}
}
@keyframes dsm-glitch-anim-four-before {
0% {
clip-path: inset(60% 0 18% 0);
transform: translate(0, 0) skewX(0deg);
}
20% {
clip-path: inset(8% 0 75% 0);
transform: translate(4px, 2px) skewX(1deg);
}
40% {
clip-path: inset(44% 0 36% 0);
transform: translate(-6px, -1px) skewX(-0.9deg);
}
60% {
clip-path: inset(28% 0 55% 0);
transform: translate(3px, 3px) skewX(0deg);
}
80% {
clip-path: inset(80% 0 5% 0);
transform: translate(-4px, -2px) skewX(0.5deg);
}
100% {
clip-path: inset(15% 0 70% 0);
transform: translate(0, 0) skewX(0deg);
}
}
@keyframes dsm-glitch-anim-five-after {
0% {
clip-path: inset(0 0 92% 0);
opacity: 1;
transform: translate(0, 0);
}
12.5% {
clip-path: inset(88% 0 0 0);
opacity: 0.72;
transform: translate(-3px, 0);
}
25% {
clip-path: inset(40% 0 45% 0);
opacity: 1;
transform: translate(2px, 1px);
}
37.5% {
clip-path: inset(0 0 55% 0);
opacity: 0.65;
transform: translate(-1px, -2px);
}
50% {
clip-path: inset(70% 0 10% 0);
opacity: 1;
transform: translate(4px, 0);
}
62.5% {
clip-path: inset(20% 0 65% 0);
opacity: 0.78;
transform: translate(-5px, 2px);
}
75% {
clip-path: inset(55% 0 30% 0);
opacity: 1;
transform: translate(1px, -1px);
}
87.5% {
clip-path: inset(5% 0 80% 0);
opacity: 0.7;
transform: translate(-2px, 3px);
}
100% {
clip-path: inset(48% 0 38% 0);
opacity: 1;
transform: translate(0, 0);
}
}
@keyframes dsm-glitch-anim-five-before {
0% {
clip-path: inset(75% 0 10% 0);
opacity: 0.88;
transform: translate(0, 0);
}
14.28% {
clip-path: inset(10% 0 78% 0);
opacity: 1;
transform: translate(3px, -2px);
}
28.56% {
clip-path: inset(50% 0 38% 0);
opacity: 0.62;
transform: translate(-4px, 1px);
}
42.84% {
clip-path: inset(0 0 68% 0);
opacity: 1;
transform: translate(2px, 2px);
}
57.12% {
clip-path: inset(62% 0 22% 0);
opacity: 0.74;
transform: translate(-3px, -3px);
}
71.4% {
clip-path: inset(32% 0 50% 0);
opacity: 1;
transform: translate(5px, 0);
}
85.68% {
clip-path: inset(18% 0 72% 0);
opacity: 0.68;
transform: translate(-1px, 2px);
}
100% {
clip-path: inset(85% 0 5% 0);
opacity: 0.9;
transform: translate(0, 0);
}
}
@keyframes dsm-glitch-anim-six-base {
0% {
transform: none;
opacity: 1;
}
8% {
transform: skew(-1.2deg, 0.4deg) scale(1.01);
opacity: 0.82;
}
12% {
transform: none;
opacity: 1;
}
38% {
transform: skew(0.9deg, -0.6deg);
opacity: 0.9;
}
42% {
transform: none;
opacity: 1;
}
58% {
transform: skew(-0.5deg, 0.9deg) translate(-1px, 0);
opacity: 0.85;
}
64% {
transform: none;
opacity: 1;
}
80% {
transform: skew(1deg, 0.2deg) scale(1.015);
opacity: 0.88;
}
86% {
transform: none;
opacity: 1;
}
100% {
transform: none;
opacity: 1;
}
}
@keyframes dsm-glitch-anim-six-mid {
0% {
transform: translate(0, 0) scale(1);
opacity: 0.35;
}
10% {
transform: translate(-6px, 2px) scale(1.03);
opacity: 0.55;
}
15% {
transform: none;
opacity: 0.35;
}
35% {
transform: translate(4px, -4px) scale(0.98);
opacity: 0.5;
}
40% {
transform: none;
opacity: 0.35;
}
55% {
transform: translate(-3px, -5px) scale(1.02);
opacity: 0.48;
}
60% {
transform: none;
opacity: 0.35;
}
78% {
transform: translate(5px, 3px) scale(1.01);
opacity: 0.52;
}
84% {
transform: none;
opacity: 0.35;
}
100% {
transform: none;
opacity: 0.35;
}
}
@keyframes dsm-glitch-anim-six-after {
0% {
transform: translate(0, 0) scale(1);
opacity: 0.35;
}
12% {
transform: translate(6px, -2px) scale(1.04);
opacity: 0.52;
}
18% {
transform: none;
opacity: 0.35;
}
40% {
transform: translate(-4px, 4px) scale(0.97);
opacity: 0.5;
}
46% {
transform: none;
opacity: 0.35;
}
62% {
transform: translate(4px, 5px) scale(1.02);
opacity: 0.48;
}
68% {
transform: none;
opacity: 0.35;
}
88% {
transform: translate(-5px, -3px) scale(1.03);
opacity: 0.54;
}
94% {
transform: none;
opacity: 0.35;
}
100% {
transform: none;
opacity: 0.35;
}
}
@media (prefers-reduced-motion: reduce) {
.dsm-glitch-text::before,
.dsm-glitch-text::after,
.dsm-glitch-effect-type-three > span,
.dsm-glitch-effect-type-six > span {
animation: none !important;
}
}
.dsm-gradient-text {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.dsm-icon-divider-wrapper {
display: flex;
justify-content: center;
width: 100%;
align-items: center;
}
.dsm-icon-divider-wrapper.dsm-icon-divider-align-left .dsm-icon-divider-before {
display: none;
}
.dsm-icon-divider-wrapper.dsm-icon-divider-align-right .dsm-icon-divider-after {
display: none;
}
.dsm-icon-divider-wrapper.dsm-icon-divider-vertical-position-flex-start {
align-items: flex-start;
}
.dsm-icon-divider-wrapper.dsm-icon-divider-vertical-position-center {
align-items: center;
}
.dsm-icon-divider-wrapper.dsm-icon-divider-vertical-position-flex-end {
align-items: flex-end;
}
.dsm-icon-divider-wrapper .dsm-icon-divider-image {
overflow: hidden;
line-height: 0em !important;
max-width: 100%;
}
.dsm-icon-divider-wrapper .dsm-icon-divider-image.dsm-image {
line-height: 0em !important;
}
.dsm-icon-divider-wrapper .dsm-divider {
display: flex;
flex-shrink: 1;
flex-grow: 1;
border-top: 1px solid #7ebec5;
align-items: center;
}
.dsm_icon_divider .dsm-divider {
border-top-color: #7ebec5;
border-top-width: 1px;
border-top-style: solid;
}
.dsm_icon_divider .dsm-icon-divider-image,
.dsm_icon_divider .dsm-icon-divider-image-wrap {
max-width: 50%;
}
.dsm_icon_divider .dsm-icon-divider-wrapper {
gap: 10px;
}
.dsm_icon_divider .et-pb-icon {
max-width: 100%;
} .splitting .word,
.splitting .char {
display: inline-block;
} .splitting .char {
position: relative;
} .splitting .char::before,
.splitting .char::after {
content: attr(data-char);
position: absolute;
top: 0;
left: 0;
visibility: hidden;
transition: inherit;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
} .splitting { --word-center: calc((var(--word-total) - 1) / 2); --char-center: calc((var(--char-total) - 1) / 2); --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word { --word-percent: calc(var(--word-index) / var(--word-total)); --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char { --char-percent: calc(var(--char-index) / var(--char-total)); --char-offset: calc(var(--char-index) - var(--char-center)); --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center)); --distance-sine: calc(var(--char-offset) / var(--char-center)); --distance-percent: calc((var(--distance) / var(--char-center)));
}
.splitting.cells img {
width: 100%;
display: block;
}
@supports (display: grid) {
.splitting.cells {
position: relative;
overflow: hidden;
background-size: cover;
visibility: hidden;
}
.splitting .cell-grid {
background: inherit;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: grid;
grid-template: repeat(var(--row-total), 1fr)/repeat(var(--col-total), 1fr);
}
.splitting .cell {
background: inherit;
position: relative;
overflow: hidden;
}
.splitting .cell-inner {
background: inherit;
position: absolute;
visibility: visible; width: calc(100% * var(--col-total));
height: calc(100% * var(--row-total)); left: calc(-100% * var(--col-index));
top: calc(-100% * var(--row-index));
} .splitting .cell {
--center-x: calc((var(--col-total) - 1) / 2);
--center-y: calc((var(--row-total) - 1) / 2); --offset-x: calc(var(--col-index) - var(--center-x));
--offset-y: calc(var(--row-index) - var(--center-y)); --distance-x: calc((var(--offset-x) * var(--offset-x)) / var(--center-x)); --distance-y: calc((var(--offset-y) * var(--offset-y)) / var(--center-y));
}
}
.dsm_image_hover_reveal {
line-height: 0;
}
.dsm_image_hover_reveal .et_pb_image_wrap {
display: inline-block;
position: relative;
max-width: 100%;
width: 100%;
}
.vert-slide-down:hover .cell {
transform: translateY(100%);
}
.vert-slide-up:hover .cell {
transform: translateY(-100%);
}
.horiz-slide-right:hover .cell {
transform: translateX(100%);
}
.horiz-slide-left:hover .cell {
transform: translateX(-100%);
}
.dsm_image_hover_reveal .dsm-image-reveal .splitting {
height: 260px;
}
.dsm_image_hover_reveal .dsm-image-wrapper {
height: 100%;
position: relative;
overflow: hidden;
}
.dsm_image_hover_reveal .dsm-image-reveal-back {
display: block;
width: 100%;
height: 100%;
position: absolute;
background-size: cover;
top: 0;
left: 0;
}
.dsm_image_hover_reveal .splitting .cell,
.dsm_image_hover_reveal .splitting .cell__inner,
.dsm_image_hover_reveal .splitting img, .dsm_image_hover_reveal .dsm-image-reveal-back {
transition: transform var(--dsm-ihr-duration, 1s) var(--dsm-ihr-ease, cubic-bezier(0.63, 0.01, 0.07, 0.99)), opacity var(--dsm-ihr-duration, 1s) linear;
transition-delay: calc(var(--dsm-ihr-stagger, 100ms) * (var(--cell-total) - var(--cell-index)));
}
.dsm_image_hover_reveal .splitting img, .dsm_image_hover_reveal .dsm-image-reveal-back {
transform: scale(var(--dsm-ihr-scale-start, 0.8));
transition-delay: 0s;
visibility: visible;
opacity: 0;
}
.dsm_image_hover_reveal:hover .splitting .cell,
.dsm_image_hover_reveal:hover .splitting .cell__inner {
transition-delay: calc(var(--dsm-ihr-stagger, 100ms) * var(--cell-index));
}
.dsm_image_hover_reveal:hover .splitting img, .dsm_image_hover_reveal:hover .dsm-image-reveal-back {
opacity: 1;
transform: scale(var(--dsm-ihr-scale-end, 1));
transition-delay: calc(var(--dsm-ihr-stagger, 100ms) * var(--cell-total));
}
.dsm_image_text_reveal .et_pb_image_wrap {
position: relative;
display: inline-block;
max-width: 100%;
}
.dsm_image_text_reveal {
position: relative;
display: block;
overflow: hidden;
}
.dsm-image-wrapper {
text-align: left;
} .dsm-image-reveal-overlay {
background-color: #1fe0ba;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
z-index: 1;
}
.dsm-image-wrapper[data-reveal-trigger=click] {
cursor: pointer;
}
a.dsm-image-reveal-link {
display: inline-block;
max-width: 100%;
}
.dsm-image-reveal-text-wrapper {
position: absolute;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
z-index: 1;
padding: 7px;
}
.dsm_image_text_reveal.et_pb_text_align_left .dsm-image-reveal-text {
text-align: left;
}
.dsm_image_text_reveal.et_pb_text_align_center .dsm-image-reveal-text {
text-align: center;
}
.dsm_image_text_reveal.et_pb_text_align_right .dsm-image-reveal-text {
text-align: right;
}
.dsm_image_text_reveal.et_pb_text_align_justify .dsm-image-reveal-text {
text-align: justify;
}
.dsm-image-reveal-text {
width: 100%;
visibility: hidden;
}
.dsm_image_text_reveal {
line-height: 0;
}
.dsm_image_text_reveal .et_pb_image_wrap {
display: inline-block;
position: relative;
max-width: 100%;
}
.dsm_image_text_reveal img {
position: relative;
}
.dsm_image_text_reveal .dsm-image-reveal-text .char {
position: relative;
visibility: hidden;
display: inline-block;
white-space: pre-wrap;
} .dsm_image_text_reveal:hover .dsm-image-reveal-text .char,
.dsm_image_text_reveal.dsm-image-reveal-hover .dsm-image-reveal-text .char {
visibility: visible;
} .splitting .word,
.splitting .char {
display: inline-block;
} .splitting .char {
position: relative;
} .splitting .char::before,
.splitting .char::after {
content: attr(data-char);
position: absolute;
top: 0;
left: 0;
visibility: hidden;
transition: inherit;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
} .splitting { --word-center: calc((var(--word-total) - 1) / 2); --char-center: calc((var(--char-total) - 1) / 2); --line-center: calc((var(--line-total) - 1) / 2);
}
.splitting .word { --word-percent: calc(var(--word-index) / var(--word-total)); --line-percent: calc(var(--line-index) / var(--line-total));
}
.splitting .char { --char-percent: calc(var(--char-index) / var(--char-total)); --char-offset: calc(var(--char-index) - var(--char-center)); --distance: calc(
(var(--char-offset) * var(--char-offset)) / var(--char-center)
); --distance-sine: calc(var(--char-offset) / var(--char-center)); --distance-percent: calc((var(--distance) / var(--char-center)));
}
html.et_fb_preview_active--responsive_preview .dsm-image-reveal.et_always_center_on_mobile .dsm-image-wrapper {
text-align: center;
}
.dsm-image-reveal.et_always_center_on_mobile .dsm-image-wrapper {
margin-right: auto !important;
margin-left: auto !important;
text-align: center !important;
} .dsm-image-reveal-text.et_pb_text_align_left {
text-align: left;
}
.dsm-image-reveal-text.et_pb_text_align_center {
text-align: center;
}
.dsm-image-reveal-text.et_pb_text_align_right {
text-align: right;
} .dsm_image_text_reveal:not(.dsm-image-revealed):not([data-dsm-vb-canvas="1"]) .dsm-image-reveal-text {
display: none;
} .dsm_image_text_reveal.dsm-image-revealed .dsm-image-reveal-text {
visibility: visible;
}
.dsm_image_text_reveal .dsm-image-reveal-text {
text-align: center;
}
.dsm_image_hotspots .et_pb_module_inner .dsm_image_hotspots_wrap,
.dsm_image_hotspots_img_wrap {
position: relative;
line-height: 0;
}
.dsm_image_hotspots {
overflow: hidden;
}
.dsm_image_hotspots_img_wrap img {
width: 100%;
}
.dsm_image_hotspots_child {
position: absolute !important;
display: block;
cursor: pointer;
z-index: 2;
}
.dsm_image_hotspots_child .dsm_image_hotspot_tooltip {
display: none;
}
.dsm_image_hotspots_child .dsm_image_hotspots_wrapper {
position: relative;
cursor: pointer;
font-size: 14px;
min-width: 14px;
min-height: 14px;
display: inline-flex;
align-items: center;
justify-content: center;
border-style: solid;
border-width: 0px;
padding: 8px;
border-radius: 50px;
background-size: cover;
}
.dsm_image_hotspot_img {
border-style: solid;
}
.dsm_image_hotspots_text {
display: inline-block;
}
.dsm_image_hotspots_icon,
.dsm_image_hotspots_text {
font-size: 14px;
line-height: 1;
color: #fff;
}
.et-pb-icon.dsm_image_hotspots_icon {
font-size: 14px;
}
.dsm_image_tooltip_title {
padding-bottom: 0;
line-height: 1;
color: #fff;
}
.dsm_image_hotspot_tooltip_wrapper {
pointer-events: auto !important;
line-height: 1.4em;
word-wrap: break-word;
color: #fff;
font-size: 13px;
overflow: visible !important;
}
.dsm_image_hotspot_tooltip_wrapper .tippy-content {
padding-top: 8px;
padding-right: 10px;
padding-bottom: 8px;
padding-left: 10px;
border-radius: 3px;
max-width: 180px;
}
.dsm_image_hotspot_tooltip_wrapper .tippy-tooltip {
border-radius: 3px;
}
.dsm_image_hotspot_tooltip_wrapper.tippy-tooltip ul {
padding: 0 0 10px 1em;
line-height: 26px;
list-style-type: disc;
}
.dsm_image_hotspot_tooltip_wrapper.tippy-tooltip ol {
padding: 0 0 10px 0;
line-height: 26px;
list-style-position: inside;
list-style-type: decimal;
}
.tippy-popper .tippy-box.tippy-tooltip {
text-align: center;
}
.dsm_image_hotspot_tooltip_wrapper .et_pb_button_wrapper {
margin-top: 15px;
}
.dsm_image_hotspot_pulse:before {
content: "";
display: block;
position: absolute;
z-index: -1;
transform: scale(1);
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 50px;
pointer-events: none;
animation: pulse-grow 1.5s ease-in-out;
animation-iteration-count: infinite;
opacity: 0;
border-style: solid;
border-width: 0px;
}
@keyframes pulse-grow {
0% {
transform: scale(0.1, 0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.5, 1.5);
opacity: 0;
}
} .tippy-box[data-animation=scale][data-placement^=top] {
transform-origin: bottom;
}
.tippy-box[data-animation=scale][data-placement^=bottom] {
transform-origin: top;
}
.tippy-box[data-animation=scale][data-placement^=left] {
transform-origin: right;
}
.tippy-box[data-animation=scale][data-placement^=right] {
transform-origin: left;
}
.tippy-box[data-animation=scale][data-state=hidden] {
transform: scale(0.5);
opacity: 0;
} .tippy-box[data-animation=shift-away][data-state=hidden] {
opacity: 0;
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
transform: translateY(10px);
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
transform: translateY(-10px);
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
transform: translateX(10px);
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
transform: translateX(-10px);
}  .tippy-box[data-animation=shift-toward][data-state=hidden] {
opacity: 0;
}
.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top] {
transform: translateY(-10px);
}
.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom] {
transform: translateY(10px);
}
.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left] {
transform: translateX(-10px);
}
.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right] {
transform: translateX(10px);
} .tippy-box[data-animation=perspective][data-placement^=top] {
transform-origin: bottom;
}
.tippy-box[data-animation=perspective][data-placement^=top][data-state=visible] {
transform: perspective(700px);
}
.tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden] {
transform: perspective(700px) translateY(8px) rotateX(60deg);
}
.tippy-box[data-animation=perspective][data-placement^=bottom] {
transform-origin: top;
}
.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible] {
transform: perspective(700px);
}
.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden] {
transform: perspective(700px) translateY(-8px) rotateX(-60deg);
}
.tippy-box[data-animation=perspective][data-placement^=left] {
transform-origin: right;
}
.tippy-box[data-animation=perspective][data-placement^=left][data-state=visible] {
transform: perspective(700px);
}
.tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden] {
transform: perspective(700px) translateX(8px) rotateY(-60deg);
}
.tippy-box[data-animation=perspective][data-placement^=right] {
transform-origin: left;
}
.tippy-box[data-animation=perspective][data-placement^=right][data-state=visible] {
transform: perspective(700px);
}
.tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden] {
transform: perspective(700px) translateX(-8px) rotateY(60deg);
}
.tippy-box[data-animation=perspective][data-state=hidden] {
opacity: 0;
}
.dsm_image_hotspots .dsm_image_hotspots_wrapper .dsm_image_hotspots_icon::before {
color: #fff;
font-size: 14px;
}
.dsm_image_hotspots .dsm_image_hotspots_child {
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}  .dsm_image_hotspots_icon:not(.dsm-webfont-icon-host),
.dsm_image_hotspots_icon:not(.dsm-webfont-icon-host)::before {
font-family: ETmodules !important;
font-weight: 400;
content: "L";
}
.dsm_image_hotspots_icon.dsm-webfont-icon-host::before {
content: none !important;
display: none !important;
}
.tippy-box.dsm_image_hotspot_tooltip_wrapper {
width: auto;
max-width: none;
}
.dsm_image_hotspot_tooltip_wrapper .tippy-content {
box-sizing: border-box;
white-space: normal;
word-wrap: break-word;
}
.dsm_image_hotspot_tooltip_wrapper .tippy-content .dsm_image_tooltip_content {
display: block;
max-width: 100%;
white-space: normal;
word-wrap: break-word;
}
.dsm_image_hotspot_tooltip_wrapper .tippy-content img,
.dsm_image_hotspot_tooltip_wrapper .tippy-content .dsm_image_tooltip_content img {
max-width: 100%;
height: auto;
}
.dsm_icon_list .dsm_icon_list_items,
#left-area ul.dsm_icon_list_items,
.comment-content ul.dsm_icon_list_items,
.entry-content ul.dsm_icon_list_items,
.et-l--body ul.dsm_icon_list_items,
.et-l--footer ul.dsm_icon_list_items,
.et-l--header ul.dsm_icon_list_items,
body.et-pb-preview #main-content .container ul.dsm_icon_list_items,
.et-l--body ul.dsm_icon_list_items,
.et-l--footer ul.dsm_icon_list_items,
.et-l--header ul.dsm_icon_list_items {
list-style-type: none;
margin: 0;
line-height: 26px;
}
.dsm_icon_list_child {
margin-bottom: 0px;
}
.dsm_icon_list_items {
padding: 0px !important;
}
.dsm_icon_list .dsm_icon_list_items.dsm_icon_list_layout_horizontal .dsm_icon_list_child {
display: inline-flex;
}
.dsm_icon_list .dsm_icon_list_child,
.dsm_icon_list .dsm_icon_list_child a,
.dsm_icon_list .dsm_icon_list_child .dsm_icon_list_tooltip {
display: flex;
align-items: center;
margin: 0;
position: relative;
}
.dsm_icon_list_text {
line-height: 1.7em;
}
.dsm_icon_list .dsm_icon_list_ltr_direction .dsm_icon_list_child .dsm_icon_list_text {
padding-left: 5px;
}
.dsm_icon_list .dsm_icon_list_rtl_direction .dsm_icon_list_child .dsm_icon_list_text {
padding-right: 5px;
}
.dsm_icon_list .dsm_icon_list_wrapper {
flex-shrink: 0;
line-height: 0;
}
.dsm_icon_list .dsm_icon_list_icon {
display: inline-block;
box-sizing: border-box;
font-size: 14px;
font-weight: 400;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
line-height: 1;
text-transform: none;
speak: none;
border-style: solid;
border-color: #333333;
flex-shrink: 0; }
.dsm_icon_list .dsm_icon_list_icon::after {
display: inline-block;
font-family: ETmodules;
font-weight: 400;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
line-height: 1;
text-transform: none;
}
.dsm_icon_list .dsm_icon_list_image {
border-style: solid;
border-color: #333333;
display: inline-block;
flex-shrink: 0;
}
.dsm_icon_list .dsm_icon_list_image img {
width: 24px;
}
.dsm_icon_list_tooltip:hover {
cursor: pointer;
}
.tippy-tooltip.dsm_icon_list_child_tooltip_wrapper {
pointer-events: auto !important;
line-height: 1.4em;
word-wrap: break-word;
color: #fff;
font-size: 13px;
overflow: visible !important;
}
.tippy-tooltip.dsm_icon_list_child_tooltip_wrapper .tippy-arrow::after {
content: "";
position: absolute;
top: -6px;
transform: translateZ(-1px);
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
}
.dsm_icon_list .dsm_icon_list_direction_left .dsm_icon_list_text {
padding-left: 5px;
}
.dsm_icon_list .dsm_icon_list_direction_right .dsm_icon_list_text {
padding-right: 5px;
}
.dsm_icon_list .dsm_icon_list_child .dsm_icon_list_icon {
color: #7ebec5;
padding: 0px;
font-size: 14px;
}
.dsm_icon_list_items .dsm_icon_list_child {
justify-content: flex-start;
}
.dsm_icon_list .dsm_icon_list_child {
align-items: center;
}
.dsm_icon_list .dsm_icon_list_image img {
width: 24px;
}
.dsm_icon_list .dsm_icon_list_items,
#left-area ul.dsm_icon_list_items,
.comment-content ul.dsm_icon_list_items,
.entry-content ul.dsm_icon_list_items,
.et-l--body ul.dsm_icon_list_items,
.et-l--footer ul.dsm_icon_list_items,
.et-l--header ul.dsm_icon_list_items,
body.et-pb-preview #main-content .container ul.dsm_icon_list_items,
.et-l--body ul.dsm_icon_list_items,
.et-l--footer ul.dsm_icon_list_items,
.et-l--header ul.dsm_icon_list_items {
list-style-type: none;
margin: 0;
line-height: 26px;
}
.dsm_icon_list .dsm_icon_list_items.dsm_icon_list_layout_horizontal .dsm_icon_list_child {
display: inline-flex;
}
.dsm_icon_list .dsm_icon_list_child,
.dsm_icon_list .dsm_icon_list_child a,
.dsm_icon_list .dsm_icon_list_child .dsm_icon_list_tooltip,
.dsm_icon_list .dsm_icon_list_child {
display: flex;
align-items: center;
margin: 0;
margin-bottom: 0px !important;
position: relative;
}
.dsm_icon_list_text {
line-height: 1.7em;
}
.dsm_icon_list .dsm_icon_list_ltr_direction .dsm_icon_list_child .dsm_icon_list_text {
padding-left: 5px;
}
.dsm_icon_list .dsm_icon_list_rtl_direction .dsm_icon_list_child .dsm_icon_list_text {
padding-right: 5px;
}
.dsm_icon_list .dsm_icon_list_child {
border-style: solid;
border-color: #333333;
}
.dsm_icon_list .dsm_icon_list_wrapper {
flex-shrink: 0;
line-height: 0;
}
.dsm_icon_list .dsm_icon_list_icon {
display: inline-block;
box-sizing: border-box;
font-size: 14px;
font-weight: 400;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
line-height: 1;
text-transform: none;
speak: none;
border-style: solid;
border-color: #333333;
flex-shrink: 0;
}
.dsm_icon_list .dsm_icon_list_icon::after {
display: inline-block;
font-family: ETmodules;
font-weight: 400;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
line-height: 1;
text-transform: none;
}
.dsm_icon_list .dsm_icon_list_image {
border-style: solid;
border-color: #333333;
display: inline-block;
flex-shrink: 0;
}
.dsm_icon_list .dsm_icon_list_image img {
width: 24px;
}
.dsm_icon_list_tooltip:hover {
cursor: pointer;
}
.tippy-box.dsm_icon_list_child_tooltip_wrapper {
width: auto;
max-width: none;
}
.tippy-tooltip.dsm_icon_list_child_tooltip_wrapper {
pointer-events: auto !important;
line-height: 1.4em;
word-wrap: break-word;
color: #fff;
font-size: 13px;
overflow: visible !important;
}
.dsm_icon_list_child_tooltip_wrapper .tippy-content {
box-sizing: border-box;
padding-top: 8px;
padding-right: 10px;
padding-bottom: 8px;
padding-left: 10px;
border-radius: 3px;
max-width: 180px;
white-space: normal;
word-wrap: break-word;
}
.dsm_icon_list_child_tooltip_wrapper .tippy-content .tooltip-content,
.dsm_icon_list_child_tooltip_wrapper .tippy-content .dsm_icon_list_child_tooltip_body {
display: block;
max-width: 100%;
white-space: normal;
word-wrap: break-word;
}
.dsm_icon_list_child_tooltip_wrapper .tippy-content img,
.dsm_icon_list_child_tooltip_wrapper .tippy-content .tooltip-content img,
.dsm_icon_list_child_tooltip_wrapper .tippy-content .dsm_icon_list_child_tooltip_body img {
max-width: 100%;
height: auto;
}
.tippy-tooltip.dsm_icon_list_child_tooltip_wrapper .tippy-arrow::after {
content: "";
position: absolute;
top: -6px;
transform: translateZ(-1px);
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
}
.dsm_icon_list_tooltip .tooltip-content {
display: none;
}
.dsm_image_accordion_wrapper {
width: 100%;
position: relative;
display: flex;
overflow: hidden;
}
.dsm_image_accordion_child {
position: relative;
flex: 1;
text-align: center;
text-decoration: none;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
transition: all 0.3s ease-in-out;
margin-bottom: 0 !important;
transition-duration: 480ms;
}
.dsm_image_accordion_child .dsm_image_accordion_child_content {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
position: relative;
}
.dsm_image_accordion_child .dsm_image_accordion_child_content .dsm_image_accordion_image_icon_wrapper {
margin-bottom: 15px;
}
.dsm_image_accordion_child .dsm_image_accordion_child_content .dsm_image_accordion_image_icon_wrapper img {
width: 100px;
}
.dsm_image_accordion_child .dsm_image_accordion_child_content .dsm_image_accordion_image_icon_wrapper .et-pb-icon {
font-size: 40px;
}
.dsm_image_accordion_click_item .dsm_image_accordion_child {
cursor: pointer;
}
.dsm_image_accordion_child.dsm_image_accordion_active_item {
flex: 5;
}
.dsm_image_accordion .dsm_image_accordion_child .dsm_image_accordion_child_content {
opacity: 0;
position: relative;
transition-duration: 380ms;
transition-property: all;
}
.dsm_image_accordion .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
opacity: 1 !important;
transition-duration: 300ms;
transition-delay: 380ms;
transition-property: all;
}
.dsm_image_accordion_horizontal_left .dsm_image_accordion_child_content {
text-align: left;
}
.dsm_image_accordion_horizontal_center .dsm_image_accordion_child_content {
text-align: center;
}
.dsm_image_accordion_horizontal_right .dsm_image_accordion_child_content {
text-align: right;
}
.dsm_image_accordion_vertical_top .dsm_image_accordion_child_content {
justify-content: flex-start;
}
.dsm_image_accordion_vertical_center .dsm_image_accordion_child_content {
justify-content: center;
}
.dsm_image_accordion_vertical_bottom .dsm_image_accordion_child_content {
justify-content: flex-end;
}
.dsm_image_accordion_child::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
top: 0;
left: 0;
bottom: 0;
right: 0;
transition: all 0.3s ease-in-out;
} .dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
opacity: 0;
}
.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
opacity: 1;
}
.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
opacity: 0;
transform: scale(0.5);
}
.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
opacity: 1;
transform: scale(1);
}
.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
opacity: 0;
transform: translateY(18%);
}
.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
opacity: 1;
transform: translateY(0);
}
.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
opacity: 0;
transform: translateX(-18%);
}
.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
opacity: 1;
transform: translateY(0);
}
.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
opacity: 0;
transform: translateY(-18%);
}
.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
opacity: 1;
transform: translateY(0);
}
.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child .dsm_image_accordion_child_content {
opacity: 0;
transform: translateX(18%);
}
.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_off .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_child_content {
opacity: 1;
transform: translateY(0);
} .dsm_image_accordion_image_icon_wrapper,
.dsm_image_accordion_title,
.dsm_image_accordion_description,
.dsm_image_accordion_button_wrapper {
transition: all 0.3s ease-in-out;
}
.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
opacity: 0;
}
.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
opacity: 1;
transition-delay: 0.2s;
}
.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
opacity: 0;
}
.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
opacity: 1;
transition-delay: 0.4s;
}
.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
opacity: 0;
}
.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
opacity: 1;
transition-delay: 0.6s;
}
.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
opacity: 0;
}
.dsm_image_accordion_animation_fade_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
opacity: 1;
transition-delay: 0.8s;
} .dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
opacity: 0;
transform: scale(0.5);
}
.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
transition-delay: 0.2s;
opacity: 1;
transform: scale(1);
}
.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
opacity: 0;
transform: scale(0.5);
}
.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
transition-delay: 0.4s;
opacity: 1;
transform: scale(1);
}
.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
opacity: 0;
transform: scale(0.5);
}
.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
transition-delay: 0.6s;
opacity: 1;
transform: scale(1);
}
.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
opacity: 0;
transform: scale(0.5);
}
.dsm_image_accordion_animation_zoom_in.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
transition-delay: 0.8s;
opacity: 1;
transform: scale(1);
} .dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
opacity: 0;
transform: translateY(18%);
}
.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
opacity: 1;
transform: translateY(0);
transition-delay: 0.2s;
}
.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
opacity: 0;
transform: translateY(18%);
}
.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
opacity: 1;
transform: translateY(0);
transition-delay: 0.4s;
}
.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
opacity: 0;
transform: translateY(18%);
}
.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
opacity: 1;
transform: translateY(0);
transition-delay: 0.6s;
}
.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
opacity: 0;
transform: translateY(18%);
}
.dsm_image_accordion_animation_push_up.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
opacity: 1;
transform: translateY(0);
transition-delay: 0.8s;
} .dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
opacity: 0;
transform: translateX(-18%);
}
.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
opacity: 1;
transform: translateX(0);
transition-delay: 0.2s;
}
.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
opacity: 0;
transform: translateX(-18%);
}
.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
opacity: 1;
transform: translateX(0);
transition-delay: 0.4s;
}
.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
opacity: 0;
transform: translateX(-18%);
}
.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
opacity: 1;
transform: translateX(0);
transition-delay: 0.6s;
}
.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
opacity: 0;
transform: translateX(-18%);
}
.dsm_image_accordion_animation_push_right.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
opacity: 1;
transform: translateX(0);
transition-delay: 0.8s;
} .dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
opacity: 0;
transform: translateY(-18%);
}
.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
opacity: 1;
transform: translateY(0);
transition-delay: 0.2s;
}
.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
opacity: 0;
transform: translateY(-18%);
}
.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
opacity: 1;
transform: translateY(0);
transition-delay: 0.4s;
}
.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
opacity: 0;
transform: translateY(-18%);
}
.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
opacity: 1;
transform: translateY(0);
transition-delay: 0.6s;
}
.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
opacity: 0;
transform: translateY(-18%);
}
.dsm_image_accordion_animation_push_down.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
opacity: 1;
transform: translateY(0);
transition-delay: 0.8s;
} .dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_image_icon_wrapper {
opacity: 0;
transform: translateX(18%);
}
.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_image_icon_wrapper {
opacity: 1;
transform: translateX(0);
transition-delay: 0.2s;
}
.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_title {
opacity: 0;
transform: translateX(18%);
}
.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_title {
opacity: 1;
transform: translateX(0);
transition-delay: 0.4s;
}
.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_description {
opacity: 0;
transform: translateX(18%);
}
.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_description {
opacity: 1;
transform: translateX(0);
transition-delay: 0.6s;
}
.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child .dsm_image_accordion_button_wrapper {
opacity: 0;
transform: translateX(18%);
}
.dsm_image_accordion_animation_push_left.dsm_image_accordion_animation_sequence_on .dsm_image_accordion_child.dsm_image_accordion_active_item .dsm_image_accordion_button_wrapper {
opacity: 1;
transform: translateX(0);
transition-delay: 0.8s;
} .dsm_image_accordion .dsm_image_accordion_title,
.dsm_image_accordion .dsm_image_accordion_description {
color: #ffffff;
}
.dsm_image_accordion .dsm_image_accordion_wrapper {
flex-direction: row;
height: 380px;
}
.dsm_image_accordion_child {
margin-bottom: 0px !important;
}
.dsm_image_accordion_child .dsm_image_accordion_description {
margin-bottom: 20px;
}
.dsm_image_accordion_child .et_pb_module_inner {
height: 100%;
} .dsm_image_carousel .swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
width: 100%;
max-width: 100%;
} .dsm_image_carousel:not(.dsm_image_carousel_slideshow):not(.dsm_image_carousel_vertical) .dsm_image_carousel_container {
height: auto;
}
.dsm_image_carousel:not(.dsm_image_carousel_slideshow):not(.dsm_image_carousel_vertical) .swiper-wrapper {
height: auto;
}
.dsm_image_carousel:not(.dsm_image_carousel_slideshow):not(.dsm_image_carousel_vertical) .swiper-slide {
height: auto;
} @-moz-document url-prefix() {
.dsm_image_carousel .swiper-container:not(.swiper-container-cube):not(.swiper-cube) .swiper-wrapper {
transform-style: flat !important;
} .dsm_image_carousel .swiper-container.dsm_image_carousel_container[data-effect=coverflow] .swiper-wrapper,
.dsm_image_carousel .swiper-container.dsm_image_carousel_container[data-effect=flip] .swiper-wrapper,
.dsm_image_carousel .swiper-container.dsm_image_carousel_container[data-effect=cube] .swiper-wrapper {
transform-style: preserve-3d !important;
}
} .dsm_image_carousel {
--swiper-navigation-size: 40px;
}
.dsm_image_carousel.dsm_image_carousel_horizontal.dsm_image_carousel_arrow_outside {
--swiper-navigation-sides-offset: -40px;
}
.dsm_image_carousel.dsm_image_carousel_horizontal.dsm_image_carousel_arrow_inside {
--swiper-navigation-sides-offset: 0px;
}
.dsm_image_carousel.dsm_image_carousel_vertical.dsm_image_carousel_arrow_outside {
--swiper-navigation-sides-offset: -40px;
}
.dsm_image_carousel.dsm_image_carousel_vertical.dsm_image_carousel_arrow_inside {
--swiper-navigation-sides-offset: 0px;
}
.dsm_image_carousel.dsm_image_carousel_vertical .swiper-button-prev,
.dsm_image_carousel.dsm_image_carousel_vertical .swiper-button-next {
transform: rotate(90deg);
}
.dsm_image_carousel.dsm_image_carousel_vertical .swiper-button-next {
top: auto !important;
}
.dsm_image_carousel .swiper-button-prev,
.dsm_image_carousel .swiper-button-next {
height: 40px;
width: 40px;
background-image: none;
background-size: initial;
display: flex;
align-items: center;
margin-top: -30px;
border-style: solid;
} .dsm_image_carousel_vertical.dsm_image_carousel_arrow_inside .swiper-button-prev {
top: 0px;
}
.dsm_image_carousel_vertical.dsm_image_carousel_arrow_inside .swiper-button-next {
bottom: 0px;
}
.dsm_image_carousel_vertical.dsm_image_carousel_arrow_outside .swiper-button-prev {
top: -40px;
}
.dsm_image_carousel_vertical.dsm_image_carousel_arrow_outside .swiper-button-next {
bottom: -40px;
}
.dsm_image_carousel .swiper-button-prev:after,
.dsm_image_carousel .swiper-button-next:after {
display: none;
} .dsm_image_carousel .swiper-button-prev .swiper-navigation-icon,
.dsm_image_carousel .swiper-button-next .swiper-navigation-icon,
.dsm_image_carousel .swiper-button-prev svg,
.dsm_image_carousel .swiper-button-next svg {
display: none;
}
.dsm_image_carousel_vertical .swiper-pagination {
display: flex;
flex-direction: column;
gap: 8px;
width: -moz-fit-content !important;
width: fit-content !important;
}
.dsm_image_carousel_pagi_placement_right .swiper-pagination {
left: auto !important;
}
.dsm_image_carousel_pagi_placement_left .swiper-pagination {
right: auto !important;
} .dsm_image_carousel.dsm_image_carousel_horizontal {
--swiper-pagination-bottom: -30px;
} .dsm_image_carousel .swiper-pagination-bullets,
.dsm_image_carousel .swiper-pagination-custom,
.dsm_image_carousel .swiper-pagination-fraction {
left: 0;
width: 100%;
}
.dsm_image_carousel .swiper-pagination-bullets {
left: 0;
width: 100%;
}
.dsm_image_carousel .swiper-pagination-bullets .swiper-pagination-bullet,
.et-db #et-boc .et-l .dsm_image_carousel .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px;
}
.dsm_image_carousel_pagination_outside .dsm_image_carousel_container {
padding-bottom: 30px;
}
.dsm_image_carousel_pagination_outside .swiper-pagination-bullets,
.dsm_image_carousel_pagination_outside .swiper-pagination-custom,
.dsm_image_carousel_pagination_outside .swiper-pagination-fraction {
bottom: 0;
}
.dsm_image_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: rgba(0, 0, 0, 0.75);
}
.dsm_image_carousel .dsm_image_carousel_container .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.dsm_image_carousel .swiper-slide img {
width: auto;
border-style: solid;
}
.dsm_image_carousel.dsm_image_carousel_vertical .swiper-slide img {
width: 100%;
height: 100%;
} .dsm_image_carousel .swiper-slide .dsm_image_carousel_link img:is([src$=".svg" i],
[src*=".svg?" i],
[src*=".svg#" i],
[src^="data:image/svg+xml" i]) {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
.dsm_image_carousel.dsm_image_carousel_vertical .swiper-slide .dsm_image_carousel_link img:is([src$=".svg" i],
[src*=".svg?" i],
[src*=".svg#" i],
[src^="data:image/svg+xml" i]) {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.dsm_image_carousel .dsm_image_carousel_item a {
width: 100%;
display: inline-block;
}
.dsm_image_carousel_infinite_scroll .swiper-wrapper {
transition-timing-function: linear !important;
}
.dsm_image_carousel_infinite_scroll:hover .swiper-wrapper {
transition-timing-function: linear !important;
}
.dsm_image_carousel_infinite_scroll .swiper-pagination {
display: none;
} .dsm_image_carousel:not(.dsm_ic_slideshow_thumbs_custom) .dsm_image_gallery_thumbs.swiper,
.dsm_image_carousel:not(.dsm_ic_slideshow_thumbs_custom) .dsm_image_gallery_thumbs.swiper-container {
width: 100%;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.dsm_image_gallery_thumbs .swiper-slide .dsm_image_carousel_thumbs_image {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
aspect-ratio: 21/9;
}
.dsm_image_gallery_thumbs .swiper-slide .dsm_image_carousel_thumbs_image[data-dsm-lazy-bg] {
background-color: rgba(0, 0, 0, 0.04);
}
.dsm_image_carousel_slideshow {
width: 100%;
} .dsm_image_carousel.dsm_ic_slideshow_thumbs_custom {
position: relative;
}
.dsm_image_carousel.dsm_ic_slideshow_thumbs_custom .et_pb_module_inner {
position: relative;
} .dsm_ic_slideshow_thumbs_absolute.swiper,
.dsm_ic_slideshow_thumbs_absolute.swiper-container {
position: absolute;
box-sizing: border-box;
z-index: 5;
width: auto;
max-width: 100%;
min-width: 0;
margin-left: 0;
margin-right: 0;
overflow: hidden;
}
.dsm_image_carousel_slideshow .dsm_image_carousel_item .dsm_image_carousel_slideshow_bg {
position: relative;
height: 450px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-style: solid;
transition: 0.2s all ease-in-out;
}
.dsm_image_carousel_slideshow .dsm_image_carousel_item .dsm_image_carousel_slideshow_bg[data-dsm-lazy-bg] {
background-color: rgba(0, 0, 0, 0.04);
} .dsm_image_carousel_slideshow .dsm_image_carousel_item .dsm_image_carousel_slideshow_bg .dsm_image_carousel_slideshow_overlay {
position: absolute;
inset: 0;
z-index: 1;
width: 100%;
height: 100%;
box-sizing: border-box;
pointer-events: none;
border-radius: inherit;
} .dsm_image_carousel:not(.dsm_image_carousel_slideshow) .dsm_image_carousel_item .dsm_image_carousel_carousel_media {
position: relative;
display: block;
width: 100%;
max-width: 100%;
box-sizing: border-box;
overflow: hidden;
line-height: 0;
font-size: 0;
}
.dsm_image_carousel:not(.dsm_image_carousel_slideshow) .dsm_image_carousel_item .dsm_image_carousel_carousel_media > a {
display: block;
width: 100%;
max-width: 100%;
line-height: 0;
box-sizing: border-box;
}
.dsm_image_carousel:not(.dsm_image_carousel_slideshow) .dsm_image_carousel_item .dsm_image_carousel_carousel_media > img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
position: relative;
z-index: 0;
box-sizing: border-box;
} .dsm_image_carousel:not(.dsm_image_carousel_slideshow) .dsm_image_carousel_item .dsm_image_carousel_carousel_media a img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
box-sizing: border-box;
}
.dsm_image_carousel:not(.dsm_image_carousel_slideshow) .dsm_image_carousel_item .dsm_image_carousel_carousel_media .dsm_image_carousel_slideshow_overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
width: auto;
height: auto;
box-sizing: border-box;
pointer-events: none;
min-height: 0;
}
.dsm_image_carousel_slideshow .dsm_image_carousel_item .dsm_image_carousel_slideshow_bg .dsm_image_carousel_slide_title_overlay {
position: absolute;
inset: 0;
z-index: 2;
display: flex;
box-sizing: border-box;
pointer-events: none;
} .dsm_image_carousel_slideshow .dsm_image_carousel_slide_title {
display: inline-block;
max-width: 100%;
box-sizing: border-box;
word-break: break-word;
}
.dsm_image_carousel_slideshow .dsm_image_carousel_slideshow_content {
display: flex;
flex-direction: column;
align-items: inherit;
justify-content: flex-start;
max-width: 100%;
box-sizing: border-box;
}
.dsm_image_carousel_slideshow .dsm_image_carousel_slide_description {
display: inline-block;
max-width: 100%;
box-sizing: border-box;
word-break: break-word;
margin-top: 0.35em;
}
.dsm_image_carousel_slideshow .dsm_image_carousel_item a.dsm_ic_slideshow_link_title {
position: relative;
display: block;
width: 100%;
}
.dsm_image_carousel_slideshow .dsm_image_carousel_item a.dsm_ic_slideshow_link_title img {
width: 100%;
display: block;
}
.dsm_image_carousel_slideshow .dsm_image_carousel_item a.dsm_ic_slideshow_link_title .dsm_image_carousel_slide_title_overlay {
position: absolute;
inset: 0;
z-index: 2;
display: flex;
box-sizing: border-box;
pointer-events: none;
} .dsm_image_carousel_container.dsm_image_carousel_slideshow[data-slideshow-show-slide-title=true][data-slideshow-title-animation]:not([data-slideshow-title-animation=none]) .swiper-slide:not(.swiper-slide-active) .dsm_image_carousel_slide_title {
opacity: 0;
visibility: hidden;
}
.dsm_image_carousel_container.dsm_image_carousel_slideshow[data-slideshow-show-slide-title=true][data-slideshow-title-animation]:not([data-slideshow-title-animation=none]) .swiper-slide-active .dsm_image_carousel_slide_title:not(.animated) {
opacity: 0;
visibility: hidden;
}
.dsm_image_carousel_container.dsm_image_carousel_slideshow[data-slideshow-show-slide-description=true][data-slideshow-description-animation]:not([data-slideshow-description-animation=none]) .swiper-slide:not(.swiper-slide-active) .dsm_image_carousel_slide_description {
opacity: 0;
visibility: hidden;
}
.dsm_image_carousel_container.dsm_image_carousel_slideshow[data-slideshow-show-slide-description=true][data-slideshow-description-animation]:not([data-slideshow-description-animation=none]) .swiper-slide-active .dsm_image_carousel_slide_description:not(.animated) {
opacity: 0;
visibility: hidden;
}
.dsm_image_carousel_container.dsm_image_carousel_slideshow[data-slideshow-wrapper-animation-in]:not([data-slideshow-wrapper-animation-in=none]) .swiper-slide:not(.swiper-slide-active) .dsm_image_carousel_slideshow_content {
opacity: 0;
visibility: hidden;
}
.dsm_image_carousel_container.dsm_image_carousel_slideshow[data-slideshow-wrapper-animation-in]:not([data-slideshow-wrapper-animation-in=none]) .swiper-slide-active .dsm_image_carousel_slideshow_content:not(.animated) {
opacity: 0;
visibility: hidden;
}
.dsm_image_gallery_thumbs {
box-sizing: border-box;
padding-top: 10px !important;
}
.dsm_ic_slideshow_thumbs_absolute {
padding-top: 0;
}
.dsm_image_gallery_thumbs .swiper-slide {
cursor: pointer;
height: 100%;
opacity: 0.4;
}
.dsm_image_gallery_thumbs .swiper-slide-thumb-active {
opacity: 1;
}
.dsm_image_gallery_thumbs .dsm_image_carousel_thumbs_image {
border-style: solid;
transition: 0.2s all ease-in-out;
}
@media only screen and (max-width: 768px) {
.dsm_image_carousel.dsm_image_carousel_horizontal.dsm_image_carousel_arrow_outside {
--swiper-navigation-sides-offset: -36px;
}
.dsm_image_carousel.dsm_image_carousel_horizontal.dsm_image_carousel_arrow_outside.dsm_image_carousel_arrow_mobile_inside {
--swiper-navigation-sides-offset: 0px;
}
.dsm_image_carousel .swiper-button-prev:before,
.dsm_image_carousel .swiper-container-rtl .swiper-button-next:before,
.dsm_image_carousel .swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
font-size: 36px;
}
.dsm_image_carousel .swiper-button-prev,
.dsm_image_carousel .swiper-button-next {
height: 36px;
width: 36px;
}
.dsm_image_carousel {
--swiper-navigation-size: 36px;
}
}
.dsm_image_carousel .swiper-wrapper {
align-items: center;
}
.dsm_image_carousel .swiper-button-prev,
.dsm_image_carousel .swiper-button-next {
font-size: 40px;
color: #666;
}
.dsm_image_carousel.dsm_image_carousel_vertical .swiper-pagination {
top: 50%;
}
.dsm_image_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color: rgba(0, 0, 0, 0.75);
}
.dsm_image_carousel .swiper-pagination-bullet {
background-color: rgba(0, 0, 0, 0.2);
}
.dsm_image_carousel.dsm_image_carousel_vertical .swiper-button-prev,
.dsm_image_carousel.dsm_image_carousel_vertical .swiper-button-next {
left: 50%;
} .dsm_card_carousel .swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
width: 100%;
max-width: 100%;
} @-moz-document url-prefix() {
.dsm_card_carousel .swiper-container:not(.swiper-container-cube):not(.swiper-cube) .swiper-wrapper {
transform-style: flat !important;
}
.dsm_card_carousel .swiper-container.dsm_card_carousel_container[data-effect=coverflow] .swiper-wrapper,
.dsm_card_carousel .swiper-container.dsm_card_carousel_container[data-effect=flip] .swiper-wrapper,
.dsm_card_carousel .swiper-container.dsm_card_carousel_container[data-effect=cube] .swiper-wrapper {
transform-style: preserve-3d !important;
}
} .dsm_card_carousel {
margin-bottom: 60px; --swiper-navigation-size: 60px;
} .dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_outside:not(.dsm_card_carousel_use_arrow_custom_position) {
--swiper-navigation-sides-offset: calc(-1 * var(--swiper-navigation-size));
}
.dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_inside {
--swiper-navigation-sides-offset: 0px;
}
.dsm_card_carousel .dsm_card_carousel_arrow {
border-style: solid;
}
.dsm_card_carousel .et_pb_button {
display: inline-block;
}
.dsm_card_carousel .et_pb_button[data-icon]:not([data-icon=""]):after {
content: attr(data-icon);
}
.dsm_card_carousel .et_pb_button_module_wrapper {
width: fit-content;
width: -moz-fit-content;
max-width: 100%;
}
.swiper-flip .dsm_card_carousel_child.swiper-slide {
backface-visibility: hidden;
}
.dsm_card_carousel_slider_vertical.et_pb_module .dsm_card_carousel_arrow {
width: 40px !important;
height: 40px !important;
transform: rotate(90deg);
} .dsm_card_carousel_arrow_inside.dsm_card_carousel_slider_vertical .swiper-button-prev {
top: 0px;
margin-top: 0px;
}
.dsm_card_carousel_arrow_inside.dsm_card_carousel_slider_vertical .swiper-button-next {
bottom: 0%;
top: auto;
}
.dsm_card_carousel_arrow_outside.dsm_card_carousel_slider_vertical .swiper-button-prev {
top: -45px;
}
.dsm_card_carousel_arrow_outside.dsm_card_carousel_slider_vertical .swiper-button-next {
bottom: -45px;
top: auto;
}
.dsm_card_carousel .swiper-button-prev,
.dsm_card_carousel .swiper-button-next {
background-image: none;
background-size: initial;
display: flex;
align-items: center;
justify-content: center;
margin-top: calc(-0.5 * var(--swiper-navigation-size, 60px));
position: absolute;
top: 50%;
cursor: pointer;
z-index: 1; color: #666666;
font-size: 40px;
} .dsm_card_carousel .swiper-button-prev.swiper-button-disabled,
.dsm_card_carousel .swiper-button-next.swiper-button-disabled {
cursor: not-allowed;
opacity: 0.35;
pointer-events: none;
} .dsm_card_carousel .swiper-button-prev::after,
.dsm_card_carousel .swiper-button-next::after {
display: none;
}
.dsm_card_carousel .swiper-button-prev .swiper-navigation-icon,
.dsm_card_carousel .swiper-button-next .swiper-navigation-icon,
.dsm_card_carousel .swiper-button-prev svg,
.dsm_card_carousel .swiper-button-next svg {
display: none;
} .dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_outside .swiper-button-prev {
left: var(--swiper-navigation-sides-offset);
}
.dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_outside .swiper-button-next {
right: var(--swiper-navigation-sides-offset);
}
.dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_inside .swiper-button-prev {
left: var(--swiper-navigation-sides-offset) !important;
}
.dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_inside .swiper-button-next {
right: var(--swiper-navigation-sides-offset) !important;
}
.dsm_card_carousel img.swiper-lazy {
opacity: 1;
} .dsm_card_carousel_equal_height .dsm_card_carousel_wrapper .swiper-wrapper,
.et_pb_equal_columns .dsm_card_carousel_wrapper .swiper-wrapper {
align-items: stretch;
height: auto;
}
.dsm_card_carousel_equal_height .dsm_card_carousel_wrapper .dsm_card_carousel_child:not(.dsm_card_carousel_child_vb_outer_wrapper),
.dsm_card_carousel_equal_height .dsm_card_carousel_wrapper .swiper-slide:not(.dsm_card_carousel_child_vb_outer_wrapper),
.et_pb_equal_columns .dsm_card_carousel_wrapper .dsm_card_carousel_child:not(.dsm_card_carousel_child_vb_outer_wrapper),
.et_pb_equal_columns .dsm_card_carousel_wrapper .swiper-slide:not(.dsm_card_carousel_child_vb_outer_wrapper) {
height: auto !important;
display: flex !important;
flex-direction: column;
align-self: stretch;
box-sizing: border-box;
}
.dsm_card_carousel_equal_height .swiper-slide > div:first-of-type,
.dsm_card_carousel_equal_height .dsm_card_carousel_child_vb_outer_wrapper,
.dsm_card_carousel_equal_height .dsm_card_carousel_child_vb_outer_wrapper > div:first-of-type,
.et_pb_equal_columns .dsm_card_carousel_child_vb_outer_wrapper,
.et_pb_equal_columns .dsm_card_carousel_child_vb_outer_wrapper > div:first-of-type {
display: flex;
flex-direction: column;
flex: 1 1 auto;
width: 100%;
height: auto;
min-height: 100%;
box-sizing: border-box;
}
.dsm_card_carousel_equal_height .dsm_card_wrapper,
.et_pb_equal_columns .dsm_card_carousel .dsm_card_wrapper {
display: flex;
flex-direction: column;
flex: 1 1 auto;
width: 100%;
height: 100%;
min-height: 100%;
box-sizing: border-box;
}
.dsm-card-button-alignment .dsm_card_carousel_child > div {
display: flex;
flex-direction: column;
height: 100%;
}
.dsm-card-button-alignment .dsm_card_wrapper {
display: flex;
flex-direction: column;
flex: 1;
} .dsm-card-button-alignment-bottom .et_pb_button_module_wrapper,
.dsm-card-button-alignment-bottom .et_pb_button_wrapper {
margin-top: auto !important;
}
.dsm-card-button-alignment-top .et_pb_button_module_wrapper,
.dsm-card-button-alignment-top .et_pb_button_wrapper {
margin-bottom: auto;
}
.dsm-card-button-alignment-center .et_pb_button_module_wrapper,
.dsm-card-button-alignment-center .et_pb_button_wrapper {
margin-bottom: auto;
margin-top: auto !important;
}
.dsm_card_carousel_badge_hover .dsm_card_carousel_child .dsm_card_carousel_child_badge_text {
opacity: 0;
}
.dsm_card_carousel_badge_hover .dsm_card_carousel_child:hover .dsm_card_carousel_child_badge_text {
opacity: 1;
} .dsm_card_carousel .swiper-slide.dsm_card_carousel_child {
overflow: hidden;
} .dsm_card_carousel .swiper-slide.dsm_card_carousel_child .et_pb_module_inner {
min-height: 0;
} .dsm_card_carousel_layout_inline .dsm_card_carousel_child,
.dsm_card_carousel_layout_inline .dsm_card_carousel_child .et_pb_module_inner {
display: flex;
align-items: center;
width: 100%;
}
.dsm-card-button-alignment.dsm_card_carousel_layout_inline .dsm_card_carousel_child > div {
flex-direction: initial;
}
.dsm-card-button-alignment.dsm_card_carousel_layout_inline .dsm_card_wrapper {
height: 100%;
}
.dsm_card_carousel_layout_inline .dsm_card_carousel_child_image_wrapper {
order: 0;
flex: 0 0 50%;
overflow: hidden;
}
.dsm_card_carousel_child_image_wrapper .dsm_card_carousel_child_image_background {
overflow: hidden;
background-position: center;
background-repeat: no-repeat;
} .dsm_card_carousel .swiper-container-horizontal .swiper-pagination-bullets,
.dsm_card_carousel .swiper-pagination-custom,
.dsm_card_carousel .swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%;
}
.dsm_card_carousel.dsm_card_carousel_slider_horizontal .swiper-pagination-bullets {
bottom: -30px;
left: 0;
width: 100%;
opacity: 1 !important;
}
.dsm_card_carousel .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px;
}
.dsm_card_carousel_pagination_outside .dsm_card_carousel_container {
padding-bottom: 30px;
}
.dsm_card_carousel_pagination_outside .swiper-container-horizontal .swiper-pagination-bullets,
.dsm_card_carousel_pagination_outside .swiper-pagination-custom,
.dsm_card_carousel_pagination_outside .swiper-pagination-fraction {
bottom: 0;
}
.dsm_card_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: rgba(0, 0, 0, 0.75);
}
.dsm_card_carousel_slider_vertical.dsm_pagi_placement_left .dsm_card_carousel_pagination {
display: flex;
flex-direction: column;
gap: 8px;
right: auto;
width: auto !important;
}
.dsm_card_carousel_slider_vertical.dsm_pagi_placement_right .dsm_card_carousel_pagination {
display: flex;
flex-direction: column;
gap: 8px;
left: auto;
width: auto !important;
} .dsm-image-lightbox,
.dsm-video-lightbox,
.dsm-card-image-lightbox,
.dsm-card-video-lightbox {
cursor: pointer;
} .dsm_card_carousel_badge_hover .dsm_card_carousel_child .dsm_card_carousel_child_badge_text {
opacity: 0;
transition: opacity 300ms;
}
.dsm_card_carousel_badge_hover .dsm_card_carousel_child:hover .dsm_card_carousel_child_badge_text {
opacity: 1;
}
@media only screen and (max-width: 980px) {
.dsm_card_carousel_layout_tablet_stacked .dsm_card_carousel_child > div:first-of-type {
display: initial;
}
.dsm_card_carousel_layout_tablet_inline .dsm_card_carousel_child > div:first-of-type {
display: flex;
}
.dsm_card_carousel_layout_tablet_inline .dsm_card_carousel_child_image_wrapper {
order: 0;
flex: 0 0 50%;
}
}
@media only screen and (max-width: 767px) {
.dsm_card_carousel_layout_phone_stacked .dsm_card_carousel_child > div:first-of-type {
display: initial;
}
.dsm_card_carousel_layout_phone_inline .dsm_card_carousel_child > div:first-of-type {
display: flex;
}
.dsm_card_carousel_layout_phone_inline .dsm_card_carousel_child_image_wrapper {
order: 0;
flex: 0 0 50%;
}
.dsm_card_carousel.dsm_card_carousel_slider_horizontal.dsm_card_carousel_arrow_outside.dsm_card_carousel_arrow_mobile_inside {
--swiper-navigation-sides-offset: 0px;
}
.dsm_card_carousel .swiper-button-prev,
.dsm_card_carousel .swiper-button-next {
font-size: 36px;
}
}
.dsm_card_carousel .dsm_card_carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: rgba(0, 0, 0, 0.75);
}
.dsm_card_carousel .dsm_card_carousel_pagination .swiper-pagination-bullet {
background: rgba(0, 0, 0, 0.2);
}
.dsm_card_carousel.dsm_card_carousel_slider_vertical.dsm_pagi_placement_right .swiper-pagination-bullets {
right: -30px;
}
.dsm_card_carousel.dsm_card_carousel_slider_vertical.dsm_pagi_placement_left .swiper-pagination-bullets {
left: -30px;
}
.dsm_card_carousel.dsm_card_carousel_slider_horizontal .dsm_card_carousel_pagination.swiper-pagination-bullets {
bottom: -30px;
}
.dsm_card_carousel.dsm_card_carousel_slider_vertical .swiper-pagination-bullets {
top: 50%;
}
.dsm_card_carousel .dsm_card_carousel_child_img,
.dsm_card_carousel .dsm_card_carousel_child_image_wrapper img {
max-width: 100%;
}
.dsm_card_carousel .dsm_card_carousel_child_image_wrapper {
display: flex;
justify-content: center;
} .dsm_card_carousel .swiper-button-prev::before {
font-family: ETmodules !important;
font-weight: 400;
content: "4";
}
.dsm_card_carousel .swiper-button-next::before {
font-family: ETmodules !important;
font-weight: 400;
content: "5";
}
.swiper-container.dsm_card_carousel_wrapper {
overflow: hidden;
}
.dsm_card_carousel_child_badge_text {
position: absolute;
padding: 7px 15px;
max-width: 100%;
border-radius: 50px;
background-color: #fff;
font-size: 12px;
border-style: solid;
border-width: 0;
line-height: 1em;
z-index: 3;
}
.dsm_card_carousel_child_badge_top_right .dsm_card_carousel_child_badge_text {
top: 1rem;
right: 1rem;
}
.dsm_card_carousel_child_badge_top_left .dsm_card_carousel_child_badge_text {
top: 1rem;
left: 1rem;
}
.dsm_card_carousel_child_badge_top_center .dsm_card_carousel_child_badge_text {
top: 1rem;
left: 50%;
transform: translateX(-50%);
}
.dsm_card_carousel_child_badge_bottom_right .dsm_card_carousel_child_badge_text {
bottom: 1rem;
right: 1rem;
}
.dsm_card_carousel_child_badge_bottom_left .dsm_card_carousel_child_badge_text {
bottom: 1rem;
left: 1rem;
}
.dsm_card_carousel_child_badge_bottom_center .dsm_card_carousel_child_badge_text {
bottom: 1rem;
left: 50%;
transform: translateX(-50%);
}
.dsm_card_carousel_child_badge_center .dsm_card_carousel_child_badge_text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.dsm_card_carousel_child_badge_center_left {
display: flex;
justify-content: left;
align-items: center;
}
.dsm_card_carousel_child_badge_center_left .dsm_card_carousel_child_badge_text {
left: 1rem;
}
.dsm_card_carousel_child_badge_center_right {
display: flex;
justify-content: right;
align-items: center;
}
.dsm_card_carousel_child_badge_center_right .dsm_card_carousel_child_badge_text {
right: 1rem;
} .dsm_card_carousel_child .et_overlay {
border-width: 0;
}
.dsm_card_carousel_child_image_wrapper .dsm-card-icon-empty.et_overlay:before {
display: none;
}
.dsm-card-overlay-off .et_overlay {
opacity: 1;
z-index: 0;
}
.dsm-card-overlay-off:hover .et_overlay {
opacity: 0;
}
.dsm_card_carousel_child_image_wrapper .et_overlay {
display: flex;
}
.dsm_card_carousel_child_image_wrapper .et_overlay:before {
margin: 0;
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}  .dsm_card_carousel_child_image_animation .dsm_card_carousel_child_image_wrapper {
overflow: hidden;
}
.dsm_card_carousel_child_image_animation_zoom_in:hover .dsm_card_carousel_child_image_background {
transform: scale(1.5);
}
.dsm_card_carousel_child_image_animation_zoom_out .dsm_card_carousel_child_image_background {
transform: scale(1.5);
}
.dsm_card_carousel_child_image_animation_zoom_out:hover .dsm_card_carousel_child_image_background {
transform: scale(1);
}
.dsm_card_carousel_child_image_animation_zoom_in_n_rotate:hover .dsm_card_carousel_child_image_background {
transform: scale(1.5) rotate(25deg);
}
.dsm_card_carousel_child_image_animation_zoom_out_n_rotate .dsm_card_carousel_child_image_background {
transform: scale(1.5) rotate(25deg);
}
.dsm_card_carousel_child_image_animation_zoom_out_n_rotate:hover .dsm_card_carousel_child_image_background {
transform: scale(1) rotate(0);
} .dsm_card_carousel_infinite_scroll .swiper-wrapper {
transition-timing-function: linear !important;
}
.dsm_card_carousel_infinite_scroll:hover .swiper-wrapper {
transition-timing-function: linear !important;
}
.dsm_card_carousel_infinite_scroll .swiper-pagination {
display: none;
}
.dsm_card_carousel .dsm_card_carousel_child_image_wrapper {
position: relative;
}
.dsm_card_carousel_child_img {
display: block;
}
.dsm_card_carousel_image_stretch {
width: 100%;
}
.dsm_card_carousel .dsm_card_carousel_child_image_wrapper .et_overlay.et_pb_inline_icon {
position: absolute;
width: 100%;
height: 100%;
transition: all 0.3s ease-in-out;
z-index: 99 !important;
background: transparent !important;
}
.dsm_card_carousel .dsm_card_carousel_child .dsm_card_carousel_child_image_wrapper .et_overlay.dsm_show_hover_overlay {
opacity: 0;
}
.dsm_card_carousel .dsm_card_carousel_child:hover .dsm_card_carousel_child_image_wrapper .et_overlay.dsm_show_hover_overlay {
opacity: 1;
}
.dsm-card-nestable {
width: 100%;
max-width: 100%;
overflow: visible;
}
.dsm-card-nestable > .et_pb_module {
max-width: 100%;
} .dsm_card_carousel_child .et_pb_button {
display: inline-block;
}
.dsm_card_carousel_child .et_pb_button[data-icon]:not([data-icon=""]):after {
content: attr(data-icon);
}
.dsm_card_carousel_child .et_pb_button_module_wrapper {
width: fit-content;
width: -moz-fit-content;
max-width: 100%;
} .dsm_card_carousel_child .dsm_card_wrapper {
padding: 20px;
}
.dsm_card_carousel .et_pb_button_module_wrapper .et_pb_button,
.dsm_card_carousel_child .et_pb_button_module_wrapper .et_pb_button {
margin-top: 20px;
}
.dsm-circle-info-container {
margin: auto;
position: relative;
width: var(--main-circle-size, 500px);
height: var(--main-circle-size, 500px);
}
.dsm-circle-info-container.dsm-circle-info-size-auto {
max-width: 100%;
box-sizing: border-box;
}
.dsm-circle-info-container .dsm-circle-info-content {
overflow: hidden;
width: 100%;
height: 100%;
margin: auto;
position: relative;
}
.dsm_content_icon {
display: inline-block;
line-height: 1em;
}
.dsm_icon {
line-height: 1em;
}
.dsm-circle-info-container .dsm-circle-info-content .dsm-circle-info-content-wrapper {
top: 50%;
right: 0;
bottom: 0;
left: 50%;
width: 80%;
height: 80%;
opacity: 0;
visibility: hidden;
border-radius: 50%;
position: absolute !important;
transform: translate(-50%, -50%);
}
.dsm-circle-info-container .dsm-circle-info-content .dsm-circle-info-content-wrapper.dsm-circle-info-item-active {
opacity: 1;
visibility: visible;
}
.dsm-circle-info-button {
position: absolute;
display: block;
top: 50%;
left: 50%;
z-index: 99;
}
.dsm-circle-info-button-wrapper {
width: 85px;
height: 85px;
border-radius: 50%;
display: block;
overflow: hidden;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 99;
cursor: pointer;
transition: all 0.3s ease-in-out;
border-style: solid;
}
.dsm-circle-info-inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.dsm_circle_info_image {
max-width: 30%;
border-style: solid;
}
.dsm-circle-info-container .dsm-circle-info-content-wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow: hidden;
}
.dsm-circle-info-container .dsm-circle-info-content-wrapper .et_pb_button_wrapper {
margin-top: 15px;
}
.dsm-circle-info-item-inner-wrapper {
position: absolute;
z-index: 99;
}
.dsm_circle_info_child.et_pb_module {
min-height: 0px !important;
}
.dsm_circle_info .dsm-circle-info-button-wrapper {
width: 80px;
height: 80px;
background: #444444;
color: #ffffff;
}
.dsm_circle_info .dsm-circle-info-content-wrapper {
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
}
.dsm_circle_info .dsm_content_icon,
.dsm_circle_info .dsm_icon {
font-size: 16px;
}
.dsm_circle_info .dsm-circle-info-button-wrapper .dsm-circle-info-inner img {
max-width: 30%;
}
.dsm_circle_info .dsm-image img {
width: 30%;
}
.dsm_circle_info .dsm-circle-info-container {
border-bottom-left-radius: 50%;
border-bottom-right-radius: 50%;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-width: 6px;
border-color: #333;
border-style: solid;
}
.dsm_circle_info .dsm-circle-info-content-wrapper,
.dsm_circle_info .dsm-circle-info-button-wrapper span {
text-align: center;
}
.dsm_circle_info .dsm-circle-info-container button.dsm-circle-info-button-wrapper {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font: inherit;
cursor: pointer;
padding: 0;
margin: 0;
border: 0;
}
.dsm_circle_info .dsm-circle-info-container button.dsm-circle-info-button-wrapper:focus {
outline: none;
}
.dsm_circle_info .dsm-circle-info-container button.dsm-circle-info-button-wrapper:focus-visible {
outline: 2px solid currentColor;
outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
.dsm-circle-info-container.dsm_animate .dsm-circle-info-button,
.dsm-circle-info-container.dsm_animate .dsm-circle-info-button .dsm-circle-info-item-inner-wrapper {
transition-duration: 0.01ms !important;
}
.dsm-circle-info-content-inner-wrapper.animated {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
}
}
.dsm_circle_info_child {
background-color: #7ebec5;
} .dsm_post_carousel .swiper-container.dsm-post-carousel-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
width: 100%;
max-width: 100%;
} @-moz-document url-prefix() {
.dsm_post_carousel .swiper-container.dsm-post-carousel-container:not(.swiper-container-cube):not(.swiper-cube) .swiper-wrapper {
transform-style: flat !important;
}
.dsm_post_carousel .swiper-container.dsm-post-carousel-container[data-effect=coverflow] .swiper-wrapper,
.dsm_post_carousel .swiper-container.dsm-post-carousel-container[data-effect=flip] .swiper-wrapper,
.dsm_post_carousel .swiper-container.dsm-post-carousel-container[data-effect=cube] .swiper-wrapper {
transform-style: preserve-3d !important;
}
} .dsm_post_carousel {
margin-bottom: 60px;
--swiper-navigation-size: 60px;
} .dsm-post-carousel .swiper-container-cube .swiper-slide:not(.swiper-slide-active) {
z-index: 0;
}
.dsm_post_carousel.dsm-post-item-equal-height .dsm-post-carousel-item,
.dsm_post_carousel.dsm-post-item-equal-height .swiper-slide {
height: auto !important;
}
.dsm-post-carousel-item {
border: 0 solid;
}
.dsm-bottom-meta {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
padding-top: 10px;
}
.dsm-bottom-meta img {
width: 60px;
height: auto;
}
.dsm-bottom-meta .dsm-bottom-meta-image {
margin-right: 10px;
line-height: 0;
}
.dsm-bottom-meta-right {
display: flex;
flex-direction: column;
text-align: left;
}
.dsm-entry-title {
font-size: 18px;
line-height: 1.3em;
}
.dsm_post_carousel .dsm-entry-image {
position: relative;
overflow: hidden;
}
.dsm-post-carousel {
position: relative;
} .dsm_post_carousel.dsm-post-carousel-slider-horizontal .swiper-pagination-bullets,
.dsm_post_carousel.dsm-post-carousel-slider-horizontal .swiper-pagination-custom,
.dsm_post_carousel.dsm-post-carousel-slider-horizontal .swiper-pagination-fraction {
bottom: -40px;
left: 0;
width: 100%;
text-align: center;
}
.dsm_post_carousel .swiper-pagination .swiper-pagination-bullet {
margin: 0 4px;
width: 8px;
height: 8px;
}
.dsm_post_carousel .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.dsm_post_carousel .swiper-pagination .swiper-pagination-bullet:last-child {
margin-right: 0;
}
.dsm_post_carousel .swiper-button-next,
.dsm_post_carousel .swiper-button-prev {
background-image: none !important;
display: flex;
align-items: center;
justify-content: center;
width: var(--swiper-navigation-size, 60px);
height: var(--swiper-navigation-size, 60px);
font-size: var(--swiper-navigation-size, 60px);
margin-top: 0;
transform: translateY(-50%);
transition: all 0.3s;
} .dsm_post_carousel .swiper-button-prev::after,
.dsm_post_carousel .swiper-button-next::after {
display: none;
}
.dsm_post_carousel .swiper-button-prev .swiper-navigation-icon,
.dsm_post_carousel .swiper-button-next .swiper-navigation-icon,
.dsm_post_carousel .swiper-button-prev svg,
.dsm_post_carousel .swiper-button-next svg {
display: none;
}
.dsm_post_carousel .swiper-button-prev {
left: -50px;
}
.dsm_post_carousel .swiper-button-next {
right: -50px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
cursor: pointer;
pointer-events: all;
} .dsm-post-carousel .dsm-readmore-wrap {
display: block;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.dsm-post-carousel .dsm-readmore-wrap .et_pb_button_module_wrapper {
width: fit-content;
width: -moz-fit-content;
max-width: 100%;
box-sizing: border-box;
}
.dsm-readmore-btn {
display: inline-block;
}
.dsm-post-carousel .dsm-post-carousel-item {
overflow: hidden;
} .swiper-pagination.swiper-pagination-vertical {
transform: translateY(-50%) !important;
bottom: auto;
width: auto !important;
display: flex;
flex-direction: column;
gap: 8px;
justify-content: center;
} .dsm-post-carousel-slider-vertical .swiper-button-prev::before {
transform: rotate(90deg);
}
.dsm-post-carousel-slider-vertical .swiper-button-next {
top: auto;
}
.dsm-post-carousel-slider-vertical .swiper-button-next::before {
transform: rotate(90deg);
}
@media (max-width: 767px) {
.dsm_post_carousel .swiper-button-prev {
left: -25px;
}
.dsm_post_carousel .swiper-button-next {
right: -25px;
}
}
.dsm_post_carousel .dsm-entry-title a {
font-size: 18px;
line-height: 1.3em;
}
.dsm_post_carousel .dsm-post-carousel-wrapper .dsm-post-carousel-item {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.dsm_post_carousel .swiper-pagination.swiper-pagination-vertical {
right: -40px;
left: auto;
} .dsm_post_carousel .dsm-entry-image .dsm-entry-thumbnail {
position: relative;
overflow: hidden;
height: 250px;
display: flex;
align-items: center;
justify-content: center;
}
.dsm_post_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-cover > a {
display: flex;
flex: 1 1 0;
align-self: stretch;
width: 100%;
min-height: 0;
height: 100%;
position: relative;
z-index: 0;
}
.dsm_post_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-cover > a img {
display: block;
}
.dsm_post_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-contain > a {
display: inline-flex;
align-items: center;
justify-content: center;
max-width: 100%;
max-height: 100%;
position: relative;
z-index: 0;
}
.dsm_post_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-contain > a img {
display: block;
}
.dsm_post_carousel.dsm-overlay-enabled .dsm-entry-image .dsm-entry-thumbnail > a::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease-in-out;
display: flex;
justify-content: center;
align-items: center;
}
.dsm_post_carousel.dsm-overlay-enabled .dsm-entry-thumbnail > a:hover::before {
opacity: 1;
}
.dsm_post_carousel .dsm-post-carousel-item {
background: #ffffff;
} .dsm_blog_carousel .swiper-container.dsm-blog-carousel-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
width: 100%;
max-width: 100%;
} @-moz-document url-prefix() {
.dsm_blog_carousel .swiper-container:not(.swiper-container-cube):not(.swiper-cube) .swiper-wrapper {
transform-style: flat !important;
}
.dsm_blog_carousel .swiper-container.dsm-blog-carousel-container[data-effect=coverflow] .swiper-wrapper,
.dsm_blog_carousel .swiper-container.dsm-blog-carousel-container[data-effect=flip] .swiper-wrapper,
.dsm_blog_carousel .swiper-container.dsm-blog-carousel-container[data-effect=cube] .swiper-wrapper {
transform-style: preserve-3d !important;
}
} .dsm_blog_carousel {
margin-bottom: 60px;
--swiper-navigation-size: 60px;
} .dsm_blog_carousel .swiper-flip .dsm-blog-carousel-item.swiper-slide {
backface-visibility: hidden;
} .dsm_blog_carousel .swiper-container-cube .swiper-slide:not(.swiper-slide-active),
.dsm_blog_carousel .swiper-container.swiper-cube .swiper-slide:not(.swiper-slide-active) {
z-index: 0;
}
.dsm_blog_carousel.dsm-post-item-equal-height .dsm-blog-carousel-item,
.dsm_blog_carousel.dsm-post-item-equal-height .swiper-slide {
height: auto !important;
}
.dsm-blog-carousel-item {
border: 0 solid;
}
.dsm-bottom-meta {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
padding-top: 10px;
}
.dsm-bottom-meta img {
width: 60px;
height: auto;
}
.dsm-bottom-meta .dsm-bottom-meta-image {
margin-right: 10px;
line-height: 0;
}
.dsm-bottom-meta-right {
display: flex;
flex-direction: column;
text-align: left;
}
.dsm-entry-title {
font-size: 18px;
line-height: 1.3em;
}
.dsm_blog_carousel .dsm-entry-image {
position: relative;
overflow: hidden;
}
.dsm-blog-carousel {
position: relative;
} .dsm_blog_carousel.dsm-blog-carousel-slider-horizontal .swiper-pagination-bullets,
.dsm_blog_carousel.dsm-blog-carousel-slider-horizontal .swiper-pagination-custom,
.dsm_blog_carousel.dsm-blog-carousel-slider-horizontal .swiper-pagination-fraction {
bottom: -40px;
left: 0;
width: 100%;
text-align: center;
}
.dsm_blog_carousel .swiper-pagination .swiper-pagination-bullet {
margin: 0 4px;
width: 8px;
height: 8px;
}
.dsm_blog_carousel .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.dsm_blog_carousel .swiper-pagination .swiper-pagination-bullet:last-child {
margin-right: 0;
}
.dsm_blog_carousel .swiper-button-next,
.dsm_blog_carousel .swiper-button-prev {
background-image: none !important;
display: flex;
align-items: center;
justify-content: center;
width: var(--swiper-navigation-size, 60px);
height: var(--swiper-navigation-size, 60px);
font-size: var(--swiper-navigation-size, 60px);
margin-top: 0;
transform: translateY(-50%);
transition: all 0.3s;
} .dsm_blog_carousel .swiper-button-prev::after,
.dsm_blog_carousel .swiper-button-next::after {
display: none;
}
.dsm_blog_carousel .swiper-button-prev .swiper-navigation-icon,
.dsm_blog_carousel .swiper-button-next .swiper-navigation-icon,
.dsm_blog_carousel .swiper-button-prev svg,
.dsm_blog_carousel .swiper-button-next svg {
display: none;
}
.dsm_blog_carousel .swiper-button-prev {
left: -50px;
}
.dsm_blog_carousel .swiper-button-next {
right: -50px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
cursor: pointer;
pointer-events: all;
} .dsm-blog-carousel .dsm-readmore-wrap {
display: block;
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.dsm-blog-carousel .dsm-readmore-wrap .et_pb_button_module_wrapper {
width: fit-content;
width: -moz-fit-content;
max-width: 100%;
box-sizing: border-box;
}
.dsm-readmore-btn {
display: inline-block;
}
.dsm-blog-carousel .dsm-blog-carousel-item {
overflow: hidden;
} .swiper-pagination.swiper-pagination-vertical {
transform: translateY(-50%) !important;
bottom: auto;
width: auto !important;
display: flex;
flex-direction: column;
gap: 8px;
justify-content: center;
} .dsm-blog-carousel-slider-vertical .swiper-button-prev::before {
transform: rotate(90deg);
}
.dsm-blog-carousel-slider-vertical .swiper-button-next {
top: auto;
}
.dsm-blog-carousel-slider-vertical .swiper-button-next::before {
transform: rotate(90deg);
}
@media (max-width: 767px) {
.dsm_blog_carousel .swiper-button-prev {
left: -25px;
}
.dsm_blog_carousel .swiper-button-next {
right: -25px;
}
}
.dsm_blog_carousel .dsm-entry-title a {
font-size: 18px;
line-height: 1.3em;
}
.dsm_blog_carousel .dsm-blog-carousel-wrapper .dsm-blog-carousel-item {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.dsm_blog_carousel .swiper-pagination.swiper-pagination-vertical {
right: -40px;
left: auto;
} .dsm_blog_carousel .dsm-entry-image .dsm-entry-thumbnail {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.dsm_blog_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-contain {
height: auto;
}
.dsm_blog_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-cover {
min-height: 0;
}
.dsm_blog_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-cover > a {
display: flex;
flex: 1 1 0;
align-self: stretch;
width: 100%;
min-height: 0;
height: 100%;
position: relative;
z-index: 0;
}
.dsm_blog_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-cover > a img {
display: block;
}
.dsm_blog_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-contain > a {
display: inline-flex;
align-items: center;
justify-content: center;
max-width: 100%;
max-height: 100%;
position: relative;
z-index: 0;
}
.dsm_blog_carousel .dsm-entry-thumbnail.dsm-thumbnail-fit-contain > a img {
display: block;
}
.dsm_blog_carousel.dsm-overlay-enabled .dsm-entry-image .dsm-entry-thumbnail > a::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
opacity: 0;
transition: opacity 0.3s ease-in-out;
display: flex;
justify-content: center;
align-items: center;
}
.dsm_blog_carousel.dsm-overlay-enabled .dsm-entry-thumbnail > a:hover::before {
opacity: 1;
}
.dsm_blog_carousel .dsm-blog-carousel-item {
background: #ffffff;
}
.dsm_masonry_gallery,
.dsm_masonry_gallery .grid-item {
border-style: solid;
line-height: 0;
}
.dsm_masonry_gallery .grid-item a {
display: inline-block;
line-height: 0;
}
.dsm_masonry_gallery .grid-item a:focus-visible {
outline: 2px solid currentColor;
outline-offset: 3px;
}
.dsm_masonry_gallery .grid-item img {
display: block;
max-width: 100%;
}
.dsm_masonry_gallery .et_pb_image_wrap {
display: inline-block;
position: relative;
max-width: 100%;
line-height: 0;
overflow: hidden;
} .dsm_masonry_gallery .et_pb_image_wrap.dsm-mg-aspect-reserve {
display: block;
width: 100%;
aspect-ratio: var(--dsm-mg-aspect-ratio);
}
.dsm_masonry_gallery .et_pb_image_wrap.dsm-mg-aspect-reserve img {
width: 100%;
height: auto;
display: block;
}
.dsm_masonry_gallery_svg img {
width: 100%;
}
.dsm_masonry_gallery .dsm-overlay::before,
.et-db #et-boc .et-l .dsm_masonry_gallery .dsm-overlay::before {
content: none;
}
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-inner {
display: flex;
width: 100%;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.dsm_masonry_gallery .grid-item .dsm-overlay,
.et-db #et-boc .et-l .dsm_masonry_gallery .grid-item .dsm-overlay {
border: 0;
transition: all 0.4s;
}
.dsm_masonry_gallery .grid-item a,
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-title,
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-caption,
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-desc {
color: #ffffff;
}
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-desc,
.dsm_masonry_gallery .grid-item .dsm-overlay .dsm-overlay-caption {
line-height: 1.7em;
padding: 0;
}
.dsm_masonry_gallery .grid-item:hover .dsm-overlay,
.et-db #et-boc .et-l .dsm_masonry_gallery .grid-item:hover .dsm-overlay {
opacity: 1;
z-index: 1;
}
.dsm_masonry_zoom_hover .grid-item:hover img {
transition: transform 0.4s ease-in-out;
transform: scale(1.2);
}
.dsm_masonry_zoom_hover .grid-item img {
transition: transform 0.4s ease-in-out;
}
.dsm_masonry_gallery .et_overlay {
z-index: -1;
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: hsla(0, 0%, 100%, 0.9);
opacity: 0;
pointer-events: none;
transition: all 0.3s;
border: 1px solid #e5e5e5;
box-sizing: border-box;
backface-visibility: hidden;
-webkit-font-smoothing: antialiased;
}
.dsm_masonry_gallery .et_overlay:not(.dsm-overlay)::before {
color: #2ea3f2;
content: "\e050";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 32px;
transition: all 0.4s;
}
.mfp-wrap .mfp-container button:hover {
background: transparent !important;
}
.mfp-wrap .mfp-arrow:active {
position: absolute;
top: 50%;
}
.mfp-wrap .mfp-close:active {
position: absolute;
top: -10px;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
font-family: ETmodules;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mfp-fade.mfp-bg {
opacity: 0.001;
transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.mfp-fade .mfp-wrap .mfp-content {
opacity: 0.001;
transition: all 0.5s ease-out;
}
.mfp-bg {
z-index: 1000000;
overflow: hidden;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}
.mfp-bg,
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
}
.mfp-wrap {
z-index: 1000001;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom {
cursor: pointer;
cursor: zoom-in;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: zoom-out;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #ccc;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
display: none;
}
button.mfp-arrow,
button.mfp-close {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
}
.mfp-arrow {
position: absolute;
opacity: 0.55;
filter: alpha(opacity=55);
top: 50%;
margin: -32px 0 0;
padding: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-arrow-left {
left: 10px;
}
.mfp-arrow-right {
right: 10px;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
.mfp-arrow {
background: none !important;
margin-top: -32px !important;
line-height: 1em !important;
}
.mfp-arrow,
.mfp-arrow:after {
width: 48px !important;
height: 48px !important;
}
.mfp-arrow:after {
margin: 0 !important;
top: 0 !important;
border: none !important;
}
.mfp-arrow-left {
left: 0 !important;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
border: none;
font-size: 64px;
color: #fff;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
display: none;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
content: "4";
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
content: "5";
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
font-size: 64px;
font-family: Open Sans, Arial, sans-serif;
font-weight: 200;
top: -10px;
opacity: 0.2;
}
.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
opacity: 1;
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
box-sizing: border-box;
padding: 40px 0;
margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
line-height: 0;
}
.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media (max-width: 900px) {
.mfp-arrow {
transform: scale(0.75);
}
.mfp-arrow-left {
transform-origin: 0;
}
.mfp-arrow-right {
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
} .mfp-iframe-scaler.dsm-video-popup {
overflow: visible;
position: relative;
}
.mfp-iframe-scaler.dsm-video-popup .mfp-close {
width: 44px !important;
height: 44px;
line-height: 44px;
padding: 0 !important;
margin: 0;
text-align: center !important;
right: 0 !important;
left: auto !important;
top: -44px;
z-index: 2;
} .dsm-filterable-gallery-container[data-use_lightbox=on] .dsm-filterable-gallery-item[data-mfp-src],
.dsm-filterable-gallery-container[data-use_lightbox=on] .dsm-filterable-gallery-item[data-mfp-src] img,
.dsm-filterable-gallery-container[data-use_lightbox=on] a.dsm_filterable_gallery_lightbox {
cursor: pointer;
} .dsm-filterable-gallery-container .dsm-filterable-gallery-item {
margin-right: 0;
}
.dsm-filterable-gallery-container .dsm-filterable-gallery-inner-item {
overflow: hidden;
}  .dsm-filterable-gallery-container .dsm-filterable-category-container {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 10px;
list-style-type: none;
margin: 0;
padding: 0 0 23px 0 !important;
} .dsm-filterable-gallery-container .dsm-filterable-category-container .dsm-filterable-gallery-filter-item {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #f4f4f4;
border: none;
border-radius: 0;
box-sizing: border-box;
color: #000000;
cursor: pointer;
display: inline-block; margin: 0;
max-width: 100%;
padding: 5px 15px;
text-align: inherit;
}
.dsm-filterable-gallery-container .dsm-filterable-category-container .dsm-filterable-gallery-filter-item.dsm-active-filter {
background-color: #444444;
color: #ffffff;
}
.dsm-filterable-category-container .dsm-filterable-gallery-filter-item:focus-visible,
.dsm-filterable-gallery-container .dsm-gallery-number-pagination:focus-visible,
.dsm-filterable-gallery-container .dsm-gallery-loadmore-button:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.dsm-filterable-gallery-container .dsm-filterable-gallery-image-wrapper {
line-height: 0;
overflow: hidden;
} .dsm-filterable-gallery-inner-container.dsm-fg-layout-pending:not(.shuffle) .dsm-filterable-gallery-image-wrapper img.dsm-fg-gallery-image {
display: block;
height: auto;
max-height: min(70vh, 520px);
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}
.dsm-filterable-gallery-inner-container.dsm-fg-layout-pending:not(.shuffle) {
display: flex;
flex-wrap: wrap;
}
.dsm-filterable-gallery-inner-container.dsm-fg-layout-pending:not(.shuffle) .dsm-filterable-gallery-item {
box-sizing: border-box;
width: calc(100% / var(--dsm-fg-cols, 3));
}
.dsm-filterable-gallery-inner-container.dsm-fg-layout-ready {
opacity: 1;
transition: opacity 0.2s ease-out;
}
.dsm-filterable-gallery-container .dsm-gallery-number-pagination-container,
.dsm-filterable-gallery-container .dsm-gallery-loadmore-container {
margin-top: 30px;
}
.dsm-filterable-gallery-container .dsm-gallery-number-pagination-container .dsm-gallery-number-pagination,
.dsm-filterable-gallery-container .dsm-gallery-loadmore-container .dsm-gallery-loadmore-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #dddddd;
border: none;
border-radius: 0;
box-sizing: border-box; cursor: pointer; margin: 0;
min-width: 0;
padding: 5px 15px;
text-align: inherit;
}
.dsm-filterable-gallery-container .dsm-gallery-number-pagination-container .dsm-gallery-number-pagination.dsm-active-pagination-item {
background-color: #f4f4f4;
}
.dsm-filterable-gallery-container[data-hasnextpage=false] .dsm-gallery-loadmore-container,
.dsm-filterable-gallery-container[data-hasnextpage=false] .dsm-gallery-number-pagination[data-pagination=next] {
display: none;
}
.dsm-filterable-gallery-container[data-hasnextpage=false] .dsm-gallery-next-dot {
display: none;
}
.dsm-filterable-gallery-container[data-hasprevpage=false] .dsm-gallery-number-pagination[data-pagination=prev] {
display: none;
}
.dsm-filterable-gallery-container[data-hasprevpage=false] .dsm-gallery-previous-dot {
display: none;
}
.dsm-gallery-previous-dot,
.dsm-gallery-next-dot {
letter-spacing: 2px;
font-weight: 900;
font-size: medium;
margin-left: 8px;
margin-right: 8px;
}
.dsm-filterable-gallery-container {
position: relative;
}
.dsm-filterable-gallery-container .dsm-filterable-gallery-item img {
height: 100%;
width: 100%;
}
.dsm-filterable-gallery-container .dsm-gallery-loadmore-container {
display: flex;
flex-direction: row;
}
.dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item,
.dsm-filterable-gallery-container .dsm-filterable-gallery-filter-item,
.dsm-filterable-gallery-container .dsm-gallery-number-pagination,
.dsm-filterable-gallery-container .dsm-gallery-loadmore-container .dsm-gallery-loadmore-button {
transition: all 0.2s ease-out;
}
@media (prefers-reduced-motion: reduce) {
.dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item,
.dsm-filterable-gallery-container .dsm-filterable-gallery-filter-item,
.dsm-filterable-gallery-container .dsm-gallery-number-pagination,
.dsm-filterable-gallery-container .dsm-gallery-loadmore-container .dsm-gallery-loadmore-button,
.dsm-image-hover .dsm-filterable-gallery-item img {
transition: none;
}
}
.dsm-filterable-gallery-container .dsm-gallery-number-pagination-container { align-items: center;
display: flex;
flex-wrap: wrap;
gap: 5px;
justify-content: center;
}
.dsm-filterable-gallery-item {
overflow: hidden;
}
.dsm-image-hover .dsm-filterable-gallery-item:hover img {
transition: transform 0.4s ease-in-out;
transform: scale(1.2);
}
.dsm-image-hover .dsm-filterable-gallery-item img {
transition: transform 0.4s ease-in-out;
} .dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-container .dsm-filterable-gallery-item {
position: relative;
}
.dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item {
transition: all 0.2s ease-out;
}
.dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item .dsm-filterable-gallery-image-wrapper::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
.dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item .dsm-filterable-gallery-image-wrapper {
line-height: 0em;
}
.dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item .dsm-filterable-gallery-image-wrapper img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
}
.dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item .dsm-filterable-gallery-content-wrapper {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 10;
visibility: hidden;
opacity: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.dsm-filterable-gallery-layout-overlay .dsm-filterable-gallery-item:hover .dsm-filterable-gallery-content-wrapper {
visibility: visible !important;
opacity: 1 !important;
}
.dsm-filterable-gallery-layout-overlay.dsm-filterable-gallery-zoom_in .dsm-filterable-gallery-container .dsm-filterable-gallery-image-wrapper::before {
transform: scale(0.8);
}
.dsm-filterable-gallery-layout-overlay.dsm-filterable-gallery-zoom_in .dsm-filterable-gallery-container .dsm-filterable-gallery-content-wrapper {
transform: scale(0.8);
}
.dsm-filterable-gallery-layout-overlay.dsm-filterable-gallery-zoom_in .dsm-filterable-gallery-item:hover .dsm-filterable-gallery-content-wrapper {
transform: scale(1);
}
.dsm-filterable-gallery-layout-overlay.dsm-filterable-gallery-zoom_in .dsm-filterable-gallery-item:hover .dsm-filterable-gallery-image-wrapper::before {
transform: scale(1);
}
.dsm_filterable_gallery .dsm-filterable-gallery-container .dsm-filterable-gallery-item {
margin-right: 0;
margin-bottom: 10px;
min-height: 180px;
}
.dsm_filterable_gallery .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-image-wrapper::before,
.dsm_filterable_gallery .dsm-filterable-gallery-container .dsm-filterable-gallery-item .dsm-filterable-gallery-content-wrapper {
transition: 500ms;
}
.dsm-filterable-gallery-container .dsm-filterable-gallery-item:hover .dsm-filterable-gallery-image-wrapper::before {
background-color: rgba(0, 0, 0, 0.5);
}
.dsm_filterable_gallery .dsm-gallery-number-pagination-container {
justify-content: center;
}
.dsm_filterable_gallery .dsm-gallery-loadmore-container {
justify-content: center;
}
.dsm-filterable-gallery-item .dsm-filterable-gallery-inner-item {
background-color: #f4f4f4;
}
.dsm_filterable_gallery .dsm-filterable-gallery-container .dsm-filterable-gallery-content-wrapper {
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
} .et-db #et-boc .dsm_flipbox_child.et_pb_module,
.et-db #et-boc .et-l #et-fb-app .dsm_flipbox_child.et_pb_module,
.dsm_flipbox_child.et_pb_module.et_pb_section_parallax {
position: absolute !important;
height: 100%;
} .safari .dsm_flipbox,
.ios .dsm_flipbox {
-webkit-transform: translate3d(0, 0, 0);
} .uiwebview .dsm_flipbox_child .et_pb_section_video_bg,
.safari .dsm_flipbox_child .et_pb_section_video_bg {
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
} .dsm_flipbox_child .et_pb_button[data-icon]:not([data-icon=""]):after {
content: attr(data-icon);
} .et_pb_text_align_left {
text-align: left;
}
.et_pb_text_align_center {
text-align: center;
}
.et_pb_text_align_right {
text-align: right;
}
.et_pb_text_align_justified {
text-align: justify;
}
.dsm-flipbox {
position: relative;
perspective: 1000px;
} .dsm-flipbox[tabindex="0"]:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.dsm_flipbox_child.et_pb_module {
margin-bottom: 0 !important;
}
.dsm-flipbox-3d .dsm_flipbox_child .et_pb_module_inner {
transform: translateZ(90px) scale(0.91);
}
.dsm-flipbox-3d .dsm_flipbox_face_inner {
transform: translateZ(90px) scale(0.91);
}
.dsm-flipbox.dsm-flipbox-3d .dsm_flipbox_child {
overflow: initial;
}
.dsm-flipbox.dsm-flipbox-3d {
transform-style: preserve-3d;
}
.et-db #et-boc .dsm-flipbox-3d .dsm_flipbox_face_inner {
transform: translateZ(90px) scale(0.91);
}
.dsm_flipbox_child .et_pb_module_inner,
.et-db #et-boc .dsm_flipbox_child > div,
.dsm_flipbox_face_inner {
width: 100%;
backface-visibility: hidden;
}
.dsm_flipbox_child {
display: flex;
flex-direction: row;
position: absolute !important;
width: 100%;
height: 100%;
transition: transform 0.6s ease-in-out;
border-style: solid;
transform-style: preserve-3d;
backface-visibility: hidden;
} .dsm_flipbox_child.dsm_flipbox_content_vertical_top {
align-items: flex-start;
}
.dsm_flipbox_child.dsm_flipbox_content_vertical_center {
align-items: center;
}
.dsm_flipbox_child.dsm_flipbox_content_vertical_bottom {
align-items: flex-end;
}
.dsm_flipbox_child .et_pb_button {
text-shadow: none;
text-decoration: none;
display: inline-block;
margin-top: 20px;
} .dsm_flipbox_wrapper .et_pb_button_module_wrapper {
width: fit-content;
width: -moz-fit-content;
max-width: 100%;
box-sizing: border-box;
}
.dsm_flipbox_wrapper .et_pb_button_module_wrapper.dsm_button_align_left {
margin-left: 0 !important;
margin-right: auto !important;
text-align: left !important;
align-self: flex-start !important;
}
.dsm_flipbox_wrapper .et_pb_button_module_wrapper.dsm_button_align_center {
margin-left: auto !important;
margin-right: auto !important;
text-align: center !important;
align-self: center !important;
}
.dsm_flipbox_wrapper .et_pb_button_module_wrapper.dsm_button_align_right {
margin-left: auto !important;
margin-right: 0 !important;
text-align: right !important;
align-self: flex-end !important;
}
.dsm_flipbox_child.et_hover_enabled {
transition: transform 0.6s ease-in-out;
} .dsm-flipbox-fade .dsm_flipbox_child {
transition: opacity 0.6s ease-in-out;
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-fade .dsm_flipbox_child:first-child,
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-fade .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-fade .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-fade .dsm_flipbox_child:nth-child(2) {
opacity: 1;
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-fade .dsm_flipbox_child:nth-child(2),
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-fade .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-fade .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-fade .dsm_flipbox_child:first-child {
opacity: 0;
}
.dsm-subtitle {
display: block;
} .dsm_flipbox_wrapper .dsm-title,
.dsm_flipbox_wrapper .dsm-subtitle {
box-sizing: border-box;
width: 100%;
}
.dsm_flipbox_wrapper .dsm-title a {
box-sizing: border-box;
display: block;
width: 100%;
} .dsm_flipbox_wrapper.et_pb_text_align_left .dsm-title,
.dsm_flipbox_wrapper.et_pb_text_align_left .dsm-title a,
.dsm_flipbox_wrapper.et_pb_text_align_left .dsm-subtitle {
text-align: left;
}
.dsm_flipbox_wrapper.et_pb_text_align_center .dsm-title,
.dsm_flipbox_wrapper.et_pb_text_align_center .dsm-title a,
.dsm_flipbox_wrapper.et_pb_text_align_center .dsm-subtitle {
text-align: center;
}
.dsm_flipbox_wrapper.et_pb_text_align_right .dsm-title,
.dsm_flipbox_wrapper.et_pb_text_align_right .dsm-title a,
.dsm_flipbox_wrapper.et_pb_text_align_right .dsm-subtitle {
text-align: right;
}
.dsm_flipbox_wrapper.et_pb_text_align_justified .dsm-title,
.dsm_flipbox_wrapper.et_pb_text_align_justified .dsm-title a,
.dsm_flipbox_wrapper.et_pb_text_align_justified .dsm-subtitle {
text-align: justify;
} .dsm-flipbox-zoom-in .dsm_flipbox_child {
transition: all 0.6s ease-in-out;
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-in .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-in .dsm_flipbox_child:nth-child(2) {
opacity: 0;
transform: scale(0.8);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-in .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-in .dsm_flipbox_child:nth-child(2) {
opacity: 1;
transform: scale(1);
} .dsm_flipbox .dsm-flipbox-zoom .dsm_flipbox_child {
transition: all 0.6s ease-in-out;
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out .dsm_flipbox_child:first-child {
opacity: 1;
transform: scale(1);
z-index: 1;
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out .dsm_flipbox_child:first-child {
opacity: 0;
transform: scale(0.8);
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out .dsm_flipbox_child:nth-child(2) {
opacity: 0;
transform: scale(0.8);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out .dsm_flipbox_child:nth-child(2) {
opacity: 1;
transform: scale(1);
z-index: 1;
} .dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-up .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-up .dsm_flipbox_child:first-child {
animation: dsm-animation-zoom-out-up 0.6s linear;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out-up .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out-up .dsm_flipbox_child:nth-child(2) {
opacity: 0;
transform: scale(0.8);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-up .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-up .dsm_flipbox_child:nth-child(2) {
opacity: 1;
transform: scale(1);
}
@keyframes dsm-animation-zoom-out-up {
50% {
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
transform: scale(0.8) translateY(-150%);
opacity: 0;
}
} .dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-down .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-down .dsm_flipbox_child:first-child {
animation: dsm-animation-zoom-out-down 0.6s linear;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out-down .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out-down .dsm_flipbox_child:nth-child(2) {
opacity: 0;
transform: scale(0.8);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-down .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-down .dsm_flipbox_child:nth-child(2) {
opacity: 1;
transform: scale(1);
}
@keyframes dsm-animation-zoom-out-down {
50% {
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
transform: scale(0.8) translateY(150%);
opacity: 0;
}
} .dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-right .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-right .dsm_flipbox_child:first-child {
animation: dsm-animation-zoom-out-right 0.6s linear;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out-right .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out-right .dsm_flipbox_child:nth-child(2) {
opacity: 0;
transform: scale(0.8);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-right .dsm_flipbox_child:nth-child(2),
.dsm_flipbox:hover .dsm_flipbox_clicked.dsm-flipbox-zoom-out-right .dsm_flipbox_child:nth-child(2) {
opacity: 1;
transform: scale(1);
}
@keyframes dsm-animation-zoom-out-right {
50% {
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
transform: scale(0.8) translateX(150%);
opacity: 0;
}
} .dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-left .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-left .dsm_flipbox_child:first-child {
animation: dsm-animation-zoom-out-left 0.6s linear;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-zoom-out-left .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-zoom-out-left .dsm_flipbox_child:nth-child(2) {
opacity: 0;
transform: scale(0.8);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-zoom-out-left .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-zoom-out-left .dsm_flipbox_child:nth-child(2) {
opacity: 1;
transform: scale(1);
}
@keyframes dsm-animation-zoom-out-left {
50% {
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
transform: scale(0.8) translateX(-150%);
opacity: 0;
}
} .dsm_flipbox [class^=dsm-flipbox-slide-],
.dsm_flipbox [class*=" dsm-flipbox-slide-"] {
overflow: hidden;
}
.dsm_flipbox:hover [class^=dsm-flipbox-slide-].dsm_flipbox_hover .dsm_flipbox_child:nth-child(2),
.dsm_flipbox:hover [class*=" dsm-flipbox-slide-"].dsm_flipbox_hover .dsm_flipbox_child:nth-child(2),
.dsm_flipbox [class^=dsm-flipbox-slide-].dsm_flipbox_clicked .dsm_flipbox_child:nth-child(2),
.dsm_flipbox [class*=" dsm-flipbox-slide-"].dsm_flipbox_clicked .dsm_flipbox_child:nth-child(2) {
transform: translate(0, 0);
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-slide-up .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-slide-up .dsm_flipbox_child:nth-child(2) {
transform: translateY(100%);
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-slide-down .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-slide-down .dsm_flipbox_child:nth-child(2) {
transform: translateY(-100%);
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-slide-left .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-slide-left .dsm_flipbox_child:nth-child(2) {
transform: translateX(100%);
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-slide-right .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-slide-right .dsm_flipbox_child:nth-child(2) {
transform: translateX(-100%);
} .dsm_flipbox_child .dsm_flipbox_child_image_wrap {
display: block;
margin: auto;
}
.dsm_flipbox_child_image {
display: inline-block;
max-width: 100%;
margin-bottom: 30px;
line-height: 0;
} .dsm_flipbox_face_inner {
display: flex;
box-sizing: border-box;
}
.dsm_flipbox_icon_position_top .dsm_flipbox_face_inner {
flex-direction: column;
align-items: center;
}
.dsm_flipbox_icon_position_top .dsm_flipbox_wrapper {
display: flex;
flex-direction: column;
align-items: stretch;
width: 100%;
}
.dsm_flipbox_icon_position_left .dsm_flipbox_face_inner {
display: table;
width: 100%;
table-layout: auto;
}
.dsm_flipbox_icon_position_right .dsm_flipbox_face_inner {
display: flex;
flex-direction: row-reverse;
align-items: flex-start;
width: 100%;
}
.dsm_flipbox_icon_position_left .dsm_flipbox_child_image {
display: table-cell;
width: 32px;
margin-bottom: 0;
line-height: 0;
vertical-align: top;
}
.dsm_flipbox_icon_position_right .dsm_flipbox_child_image {
display: block;
flex: 0 0 32px;
width: 32px;
max-width: 32px;
margin-bottom: 0;
line-height: 0;
box-sizing: border-box;
overflow: hidden;
text-align: center;
}
.dsm_flipbox_icon_position_left .dsm_flipbox_child_image_wrap,
.dsm_flipbox_icon_position_right .dsm_flipbox_child_image_wrap {
display: block;
margin: 0;
}
.dsm_flipbox_icon_position_left .dsm_flipbox_child_image_wrap img,
.dsm_flipbox_icon_position_right .dsm_flipbox_child_image_wrap img {
max-width: 100%;
height: auto;
}
.dsm_flipbox_icon_position_left .dsm_flipbox_wrapper {
padding-left: 15px;
text-align: left;
display: table-cell;
vertical-align: top;
flex: unset;
min-width: 0;
width: auto;
}
.dsm_flipbox_icon_position_right .dsm_flipbox_wrapper {
padding-right: 15px;
text-align: right;
flex: 1;
min-width: 0;
width: auto;
} .dsm_flipbox_icon_position_left .et-pb-icon,
.dsm_flipbox_icon_position_right .et-pb-icon {
font-size: 32px;
} .dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-right .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-right .dsm_flipbox_child:first-child {
z-index: 1;
transform: rotateX(0deg) rotateY(0deg);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-right .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-right .dsm_flipbox_child:first-child {
transform: rotateX(0deg) rotateY(180deg);
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-right .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-right .dsm_flipbox_child:nth-child(2) {
transform: rotateX(0deg) rotateY(-180deg);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-right .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-right .dsm_flipbox_child:nth-child(2) {
transform: rotateX(0deg) rotateY(0deg);
} .dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-left .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-left .dsm_flipbox_child:first-child {
z-index: 1;
transform: rotateX(0deg) rotateY(0deg);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-left .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-left .dsm_flipbox_child:first-child {
transform: rotateX(0deg) rotateY(-180deg);
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-left .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-left .dsm_flipbox_child:nth-child(2) {
transform: rotateX(0deg) rotateY(180deg);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-left .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-left .dsm_flipbox_child:nth-child(2) {
transform: rotateX(0deg) rotateY(0deg);
} .dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-up .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-up .dsm_flipbox_child:first-child {
z-index: 1;
transform: rotateX(0deg) rotateY(0deg);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-up .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-up .dsm_flipbox_child:first-child {
transform: rotateX(180deg) rotateY(0);
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-up .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-up .dsm_flipbox_child:nth-child(2) {
transform: rotateX(-180deg) rotateY(0);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-up .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-up .dsm_flipbox_child:nth-child(2) {
transform: rotateX(0deg) rotateY(0deg);
} .dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-down .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-down .dsm_flipbox_child:first-child {
z-index: 1;
transform: rotateX(0deg) rotateY(0deg);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-down .dsm_flipbox_child:first-child,
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-down .dsm_flipbox_child:first-child {
transform: rotateX(-180deg) rotateY(0);
}
.dsm_flipbox .dsm_flipbox_hover.dsm-flipbox-effect-down .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_click.dsm-flipbox-effect-down .dsm_flipbox_child:nth-child(2) {
transform: rotateX(180deg) rotateY(0);
}
.dsm_flipbox:hover .dsm_flipbox_hover.dsm-flipbox-effect-down .dsm_flipbox_child:nth-child(2),
.dsm_flipbox .dsm_flipbox_clicked.dsm-flipbox-effect-down .dsm_flipbox_child:nth-child(2) {
transform: rotateX(0deg) rotateY(0deg);
} .et-db #et-boc .et_pb_module.dsm_flipbox .dsm-flipbox.dsm-flipbox--auto-height,
.et_pb_module.dsm_flipbox .dsm-flipbox.dsm-flipbox--auto-height,
.dsm-flipbox.dsm-flipbox--auto-height {
display: grid !important;
grid-template-columns: minmax(0, 1fr);
grid-template-rows: minmax(0, auto);
height: auto !important;
min-height: 0;
align-content: start;
}
.et-db #et-boc .dsm-flipbox.dsm-flipbox--auto-height > .dsm_flipbox_child.et_pb_module,
.et-db #et-boc .et-l #et-fb-app .dsm-flipbox.dsm-flipbox--auto-height > .dsm_flipbox_child.et_pb_module,
.dsm-flipbox.dsm-flipbox--auto-height > .dsm_flipbox_child {
position: relative !important;
grid-column: 1;
grid-row: 1;
width: 100%;
height: auto !important;
min-height: 0;
}
.dsm-line-hover-link {
position: relative;
display: inline-block;
line-height: 1em;
cursor: pointer;
}
.dsm-line-hover-link::before,
.dsm-line-hover-link::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background: currentColor;
top: 100%;
left: 0;
pointer-events: none;
background-color: #000;
}
.dsm_underline_sweep_right::before {
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform var(--dsm-animation-duration, 0.3s);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_underline_sweep_right:hover:before {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
}
.dsm_underline_sweep_right::after {
display: none;
}
.dsm_double_line_reveal::before {
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.7, 0, 0.2, 1);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_double_line_reveal:hover::before {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.dsm_double_line_reveal::after {
content: "";
top: calc(100% + 4px);
transform-origin: 0% 50%;
transform: scale3d(0, 1, 1);
transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.7, 0, 0.2, 1);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_double_line_reveal:hover::after {
transform-origin: 100% 50%;
transform: scale3d(1, 1, 1);
transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.dsm_double_line_sweep_right::before {
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.2, 1, 0.8, 1);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_double_line_sweep_right:hover::before {
transform-origin: 0% 50%;
transform: scale3d(1, 2, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.dsm_double_line_sweep_right::after {
content: "";
top: calc(100% + 4px);
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform var(--dsm-animation-duration, 0.3s) 0.1s cubic-bezier(0.2, 1, 0.8, 1);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_double_line_sweep_right:hover::after {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.dsm_underline_swipe_text_shift {
overflow: hidden;
line-height: 2;
}
.dsm_underline_swipe_text_shift::before {
height: 2px;
top: calc(100% - 5px);
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.5, 0.5, 0.3, 1);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_underline_swipe_text_shift:hover::before {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
}
.dsm_underline_swipe_text_shift::after {
content: attr(data-text);
height: 100%;
top: 0;
background: transparent !important;
transform-origin: 100% 50%;
transform: translate3d(150%, 0, 0);
transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.5, 0.5, 0.3, 1);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_underline_swipe_text_shift:hover::after {
transform: translate3d(0, 0, 0);
}
.dsm_underline_swipe_text_shift span {
display: inline-block;
transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.5, 0.5, 0.3, 1);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_underline_swipe_text_shift:hover span {
transform: translate3d(-150%, 0, 0);
}
.dsm_line_sweep_across {
padding: 0 10px;
letter-spacing: 1px;
text-indent: 1px;
}
.dsm_line_sweep_across::before {
top: 50%;
height: 2px;
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.4, 1, 0.8, 1);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_line_sweep_across:hover::before {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
}
.dsm_line_sweep_across span {
display: inline-block;
transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.4, 1, 0.8, 1);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_line_sweep_across:hover span {
transform: scale3d(1.1, 1.1, 1.1);
}
.dsm_line_sweep_across::after {
display: none !important;
}
.dsm_lines_connect::before {
transform-origin: 50% 100%;
transition: clip-path var(--dsm-animation-duration, 0.3s), transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.2, 1, 0.8, 1);
clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_lines_connect:hover::before {
transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}
.dsm_lines_connect span {
display: inline-block;
transition: transform var(--dsm-animation-duration, 0.3s) cubic-bezier(0.2, 1, 0.8, 1);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_lines_connect:hover span {
transform: translate3d(0, -2px, 0);
}
.dsm_lines_connect::after {
display: none !important;
}
.dsm_lines_pop_up::before,
.dsm_lines_pop_up::after {
opacity: 0;
transform-origin: 50% 0%;
transform: translate3d(0, 3px, 0);
transition-property: transform, opacity;
transition-duration: var(--dsm-animation-duration, 0.3s);
transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_lines_pop_up:hover::before,
.dsm_lines_pop_up:hover::after {
opacity: 1;
transform: translate3d(0, 0, 0);
transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
}
.dsm_lines_pop_up::after {
content: "";
top: calc(100% + 4px);
width: 70%;
left: 15%;
}
.dsm_lines_pop_up::before,
.dsm_lines_pop_up:hover::after {
transition-delay: 0.1s;
}
.dsm_lines_pop_up:hover::before {
transition-delay: 0s;
}
.dsm_dashed_line_animate::before {
height: 10px;
top: 100%;
opacity: 0;
}
.dsm_dashed_line_animate:hover::before {
opacity: 1;
animation: lineUp var(--dsm-animation-duration, 0.3s) ease forwards;
transition-delay: var(--dsm-animation-delay, 0s);
animation-delay: var(--dsm-animation-delay, 0s);
}
@keyframes lineUp {
0% {
transform-origin: 50% 100%;
transform: scale3d(1, 0.045, 1);
}
50% {
transform-origin: 50% 100%;
transform: scale3d(1, 1, 1);
}
51% {
transform-origin: 50% 0%;
transform: scale3d(1, 1, 1);
}
100% {
transform-origin: 50% 0%;
transform: scale3d(1, 0.045, 1);
}
}
.dsm_dashed_line_animate::after {
content: "";
transition: opacity var(--dsm-animation-duration, 0.3s);
opacity: 0;
transition-delay: 0s;
}
.dsm_dashed_line_animate:hover::after {
opacity: 1;
transition-delay: 0.3s;
}
.dsm_underline_shift::before {
transform-origin: 0% 50%;
transform: scale3d(0, 1, 1);
transition: transform var(--dsm-animation-duration, 0.3s);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_underline_shift:hover::before {
transform: scale3d(1, 1, 1);
}
.dsm_underline_shift::after {
content: "";
top: calc(100% + 4px);
transition: transform var(--dsm-animation-duration, 0.3s);
transform-origin: 100% 50%;
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_underline_shift:hover::after {
transform: scale3d(0, 1, 1);
}
.dsm_glitch_effect:hover span {
animation: glitchText var(--dsm-animation-duration, 0.3s) var(--dsm-animation-delay, 0s) linear;
}
@keyframes glitchText {
0% {
opacity: 1;
transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
}
10% {
clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
}
20% {
clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
}
35% {
clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
}
50% {
clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
}
60% {
clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
}
70% {
clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
}
80% {
clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
}
90% {
transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
}
100% {
opacity: 1;
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}
.dsm_glitch_effect::before {
height: 2px;
opacity: 0;
}
.dsm_glitch_effect:hover::before {
opacity: 1;
animation: glitchLine var(--dsm-animation-duration, 0.3s) var(--dsm-animation-delay, 0s) steps(2, start) forwards;
}
@keyframes glitchLine {
0% {
transform: scale3d(1, 1, 1);
}
10% {
transform: translate3d(10px, 0, 0);
}
20% {
transform: translate3d(0, 4px, 0);
}
30% {
transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
transform-origin: 100% 0%;
}
40% {
transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
}
50% {
transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
}
60% {
transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
}
70% {
transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
}
80% {
transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
transform-origin: 100% 0%;
}
90% {
transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
transform-origin: 0% 50%;
}
100% {
opacity: 1;
}
}
.dsm_glitch_effect::after {
display: none !important;
}
.dsm_upward_line_sweep::before {
height: 100%;
top: 0;
opacity: 0;
}
.dsm_upward_line_sweep:hover::before {
opacity: 1;
animation: coverUp var(--dsm-animation-duration, 0.3s) var(--dsm-animation-delay, 0s) ease forwards;
}
@keyframes coverUp {
0% {
transform-origin: 50% 100%;
transform: scale3d(1, 0.045, 1);
}
50% {
transform-origin: 50% 100%;
transform: scale3d(1, 1, 1);
}
51% {
transform-origin: 50% 0%;
transform: scale3d(1, 1, 1);
}
100% {
transform-origin: 50% 0%;
transform: scale3d(1, 0.045, 1);
}
}
.dsm_upward_line_sweep::after {
content: "";
transition: opacity var(--dsm-animation-duration, 0.3s);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_upward_line_sweep:hover::after {
opacity: 0;
}
.link__graphic {
position: absolute;
top: 0;
left: 0;
pointer-events: none;
fill: none;
stroke-width: 1px;
}
.link__graphic--slide {
top: -3px;
stroke-width: 2px;
transition: transform var(--dsm-animation-duration, 0.3s);
transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_line_bends_animation {
line-height: 2;
overflow: hidden;
padding: 7px 0;
}
.dsm_line_bends_animation:hover .link__graphic--slide {
transform: translate3d(-66.6%, 0, 0);
}
.dsm_line_expands_inward::before,
.dsm_line_expands_inward::after {
display: none;
}
.link__graphic--stroke path {
stroke-dasharray: 1;
stroke-dashoffset: 1;
}
.dsm_line_expands_inward:hover .link__graphic--stroke path {
stroke-dashoffset: 0;
}
.link__graphic--arc {
top: 1.1em;
left: -0.3em;
}
.link__graphic--arc path {
transition: stroke-dashoffset var(--dsm-animation-duration, 0.3s) cubic-bezier(0.7, 0, 0.3, 1);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_line_expands_inward:hover .link__graphic--arc path {
transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
transition-duration: var(--dsm-animation-duration, 0.3s);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_zigzag_line_animation::before,
.dsm_zigzag_line_animation::after {
display: none;
}
.link__graphic--scribble {
top: 1.1em;
left: 0;
}
.link__graphic--scribble path {
transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.dsm_zigzag_line_animation:hover .link__graphic--stroke path {
stroke-dashoffset: 0;
}
.dsm_zigzag_line_animation:hover .link__graphic--scribble path {
transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
transition-duration: var(--dsm-animation-duration, 0.3s);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_pulse_line_effect::before {
height: 7px;
border-radius: 20px;
transform: scale3d(1, 1, 1);
transition: transform var(--dsm-animation-duration, 0.3s), opacity var(--dsm-animation-duration, 0.3s);
transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_pulse_line_effect:hover::before {
transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
transition-duration: var(--dsm-animation-duration, 0.3s);
transition-delay: var(--dsm-animation-delay, 0s);
opacity: 1;
transform: scale3d(1.2, 0.1, 1);
}
.dsm_pulse_line_effect span {
transform: translate3d(0, -4px, 0);
display: inline-block;
transition: transform var(--dsm-animation-duration, 0.3s) 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53);
transition-delay: var(--dsm-animation-delay, 0s);
}
.dsm_pulse_line_effect:hover span {
transform: translate3d(0, 0, 0);
transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
transition-duration: var(--dsm-animation-duration, 0.3s);
transition-delay: 0s;
}
.dsm_pulse_line_effect::after {
display: none !important;
}
.dsm_line_hover .dsm-line-hover-link::before,
.dsm_line_hover .dsm-line-hover-link::after {
background-color: #000000;
}
.dsm-supreme-line-hover-scope a.et_pb_button > .dsm-lhe-line-hover-target.dsm-line-hover-link {
align-self: center;
}
.dsm-supreme-line-hover-scope .et_pb_menu .et-menu-nav li > a > .dsm-line-hover-link,
.dsm-supreme-line-hover-scope .et_pb_menu nav li > a > .dsm-line-hover-link,
.dsm-supreme-line-hover-scope .et_pb_menu .et_mobile_menu li > a > .dsm-line-hover-link {
vertical-align: middle;
}
.dsm-supreme-line-hover-scope .et_pb_menu__logo-wrap a.dsm-line-hover-link::before,
.dsm-supreme-line-hover-scope .et_pb_menu__logo-wrap a.dsm-line-hover-link::after,
.dsm-supreme-line-hover-scope .et_pb_menu__logo-slot a.dsm-line-hover-link::before,
.dsm-supreme-line-hover-scope .et_pb_menu__logo-slot a.dsm-line-hover-link::after,
.dsm-supreme-line-hover-scope .et_pb_menu__search-button.dsm-line-hover-link::before,
.dsm-supreme-line-hover-scope .et_pb_menu__search-button.dsm-line-hover-link::after,
.dsm-supreme-line-hover-scope .et_pb_menu__cart-button.dsm-line-hover-link::before,
.dsm-supreme-line-hover-scope .et_pb_menu__cart-button.dsm-line-hover-link::after {
display: none !important;
content: none !important;
}
.dsm-supreme-line-hover-scope .dsm-line-hover-link::before,
.dsm-supreme-line-hover-scope .dsm-line-hover-link::after {
background-color: var(--dsm-lhe-line-color, #000000);
}
.dsm-supreme-line-hover-scope .link__graphic--slide path,
.dsm-supreme-line-hover-scope .link__graphic--stroke path {
fill: none;
stroke: var(--dsm-lhe-line-color, #000000);
} .dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_sweep_right::before {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_reveal::before {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_reveal::after {
transform-origin: 100% 50%;
transform: scale3d(1, 1, 1);
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_sweep_right::before {
transform-origin: 0% 50%;
transform: scale3d(1, 2, 1);
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_sweep_right::after {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_swipe_text_shift::before {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_swipe_text_shift::after {
opacity: 0;
visibility: hidden;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_line_sweep_across::before {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_connect::before {
transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_connect {
transform: translate3d(0, -2px, 0);
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_pop_up::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_pop_up::after {
opacity: 1;
transform: translate3d(0, 0, 0);
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_dashed_line_animate::before {
opacity: 1;
transform-origin: 50% 100%;
transform: scale3d(1, 1, 1);
animation: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_dashed_line_animate::after {
opacity: 1;
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_shift::before {
transform: scale3d(1, 1, 1);
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_shift::after {
transform: scale3d(0, 1, 1);
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_glitch_effect::before {
opacity: 1;
animation: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_upward_line_sweep::before {
opacity: 1;
transform-origin: 50% 100%;
transform: scale3d(1, 1, 1);
animation: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_upward_line_sweep::after {
opacity: 0;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_line_bends_animation .link__graphic--slide {
transform: translate3d(-66.6%, 0, 0);
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_line_expands_inward .link__graphic--stroke path,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_zigzag_line_animation .link__graphic--stroke path,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_zigzag_line_animation .link__graphic--scribble path {
stroke-dashoffset: 0;
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_pulse_line_effect::before {
opacity: 1;
transform: scale3d(1.2, 0.1, 1);
transition: none;
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-line-hover-link.dsm-lhe-menu-active::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-line-hover-link.dsm-lhe-menu-active::after {
background-color: var(--dsm-lhe-menu-active-color, var(--dsm-lhe-line-color, #000000));
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active .link__graphic--slide path,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active .link__graphic--stroke path {
stroke: var(--dsm-lhe-menu-active-color, var(--dsm-lhe-line-color, #000000));
}
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_sweep_right:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_reveal:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_reveal:hover::after,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_sweep_right:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_double_line_sweep_right:hover::after,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_swipe_text_shift:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_line_sweep_across:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_connect:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_pop_up:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_lines_pop_up:hover::after,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_shift:hover::before,
.dsm-supreme-line-hover-scope.dsm-lhe-menu-active-on .dsm-lhe-menu-active.dsm_underline_shift:hover::after {
transition: none;
} .et_pb_module.dsm_mask_text .dsm-mask-text {
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
color: transparent;
}
ul.dsm-menu,
ul.dsm-menu .sub-menu {
list-style-type: disc;
list-style-position: inside;
}
.dsm-menu a {
transition: all 0.4s ease-in-out;
} .dsm-menu-container .dsm-menu a:focus-visible {
outline: 2px solid currentColor;
outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
.dsm-menu a,
.dsm-menu-animation li a::after,
.dsm-menu-submenu-collapse .menu-item-has-children > .sub-menu {
transition: none !important;
}
}
.et_pb_bg_layout_dark ul.dsm-menu li a {
color: #fff;
}
#left-area ul.dsm-menu,
.comment-content ul.dsm-menu,
.entry-content ul.dsm-menu,
.et-l--body ul.dsm-menu,
.et-l--footer ul.dsm-menu,
.et-l--header ul.dsm-menu,
body.et-pb-preview #main-content .container ul.dsm-menu {
padding-left: 0;
}
ul.dsm-menu .menu-item-has-children {
position: relative;
}
ul.dsm-menu .menu-item-has-children .sub-menu {
padding-bottom: 0;
padding-left: 20px;
} .dsm-menu-animation li a {
position: relative;
display: inline-block;
max-width: 100%;
padding-bottom: 2px;
}
.dsm-menu-animation-left-right li a::after {
content: "";
position: absolute;
width: 0;
height: 2px;
bottom: 0;
left: 0;
visibility: hidden;
transition: all 0.4s ease-in-out;
}
.dsm-menu-animation-left-right li a:hover::after,
.dsm-menu-animation-left-right li a:focus-visible::after {
visibility: visible;
width: 100%;
}
.dsm-menu-animation-right-left li a::after {
content: "";
position: absolute;
width: 0;
height: 2px;
bottom: 0;
right: 0;
left: auto;
visibility: hidden;
transition: all 0.4s ease-in-out;
}
.dsm-menu-animation-right-left li a:hover::after,
.dsm-menu-animation-right-left li a:focus-visible::after {
visibility: visible;
width: 100%;
}
.dsm-menu-animation-center-out li a::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
visibility: hidden;
transform: scaleX(0);
transform-origin: center;
transition: all 0.4s ease-in-out;
}
.dsm-menu-animation-center-out li a:hover::after,
.dsm-menu-animation-center-out li a:focus-visible::after {
visibility: visible;
transform: scaleX(1);
} .dsm-menu-submenu-collapse .menu-item-has-children > .sub-menu {
display: block;
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height 0.35s ease-out, opacity 0.2s ease-out;
}
.dsm-menu-submenu-collapse .menu-item-has-children.dsm-submenu-active > .sub-menu {
max-height: min(2000px, 100vh);
opacity: 1;
}
.dsm-menu-submenu-collapse .menu-item-has-children .et-pb-icon {
font-size: 16px;
line-height: 1em;
}
.dsm-menu-submenu-collapse .menu-item-has-children > a {
display: inline-flex;
justify-content: center;
align-items: center;
line-height: 1em;
}
.dsm_menu .dsm-menu-title {
padding-bottom: 10px;
}
.dsm_menu ul.dsm-menu {
padding-left: 0px;
}
.dsm_menu ul.dsm-menu,
.dsm_menu ul.dsm-menu .sub-menu {
list-style-type: disc;
list-style-position: inside;
}
.dsm-menu .menu-item-has-children .sub-menu {
padding-left: 20px;
}
.dsm-menu-submenu-collapse .menu-item-has-children .et-pb-icon {
margin-left: 7px;
font-size: 16px;
}
.mfp-wrap .mfp-container button:hover {
background: transparent !important;
}
.mfp-wrap .mfp-arrow:active {
position: absolute;
top: 50%;
}
.mfp-wrap .mfp-close:active {
position: absolute;
top: -10px;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
font-family: ETmodules;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mfp-fade.mfp-bg {
opacity: 0.001;
transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.mfp-fade .mfp-wrap .mfp-content {
opacity: 0.001;
transition: all 0.5s ease-out;
}
.mfp-bg {
z-index: 1000000;
overflow: hidden;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}
.mfp-bg,
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
}
.mfp-wrap {
z-index: 1000001;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom {
cursor: pointer;
cursor: zoom-in;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: zoom-out;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #ccc;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
display: none;
}
button.mfp-arrow,
button.mfp-close {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
}
.mfp-arrow {
position: absolute;
opacity: 0.55;
filter: alpha(opacity=55);
top: 50%;
margin: -32px 0 0;
padding: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-arrow-left {
left: 10px;
}
.mfp-arrow-right {
right: 10px;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
.mfp-arrow {
background: none !important;
margin-top: -32px !important;
line-height: 1em !important;
}
.mfp-arrow,
.mfp-arrow:after {
width: 48px !important;
height: 48px !important;
}
.mfp-arrow:after {
margin: 0 !important;
top: 0 !important;
border: none !important;
}
.mfp-arrow-left {
left: 0 !important;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
border: none;
font-size: 64px;
color: #fff;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
display: none;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
content: "4";
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
content: "5";
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
font-size: 64px;
font-family: Open Sans, Arial, sans-serif;
font-weight: 200;
top: -10px;
opacity: 0.2;
}
.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
opacity: 1;
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
box-sizing: border-box;
padding: 40px 0;
margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
line-height: 0;
}
.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media (max-width: 900px) {
.mfp-arrow {
transform: scale(0.75);
}
.mfp-arrow-left {
transform-origin: 0;
}
.mfp-arrow-right {
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
} .mfp-iframe-scaler.dsm-video-popup {
overflow: visible;
position: relative;
}
.mfp-iframe-scaler.dsm-video-popup .mfp-close {
width: 44px !important;
height: 44px;
line-height: 44px;
padding: 0 !important;
margin: 0;
text-align: center !important;
right: 0 !important;
left: auto !important;
top: -44px;
z-index: 2;
}
.dsm_perspective_image {
display: block;
margin-right: auto;
margin-left: auto;
line-height: 0;
}
.dsm_perspective_image .dsm-perspective-image-wrapper {
transform: perspective(1000px);
}
.dsm_perspective_image .et_overlay {
border-width: 0;
}
.dsm-perspective-image-icon-empty.et_overlay:before {
display: none;
}
.dsm_perspective_image .dsm-perspective-image-overlay-off .et_overlay {
opacity: 1;
z-index: 3;
}
.dsm_perspective_image:hover .dsm-perspective-image-overlay-off .et_overlay {
opacity: 0;
}
.dsm_perspective_image:hover .et_pb_has_overlay:not(.dsm-perspective-image-overlay-off) .et_overlay {
opacity: 1;
z-index: 1;
}
.et_pb_has_overlay .et_overlay {
z-index: -1;
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: hsla(0, 0%, 100%, 0.9);
opacity: 0;
pointer-events: none;
transition: all 0.3s;
box-sizing: border-box;
backface-visibility: hidden;
}
.dsm_perspective_image img {
position: relative;
}
.dsm_perspective_image .dsm-force-fullwidth .et_pb_image_wrap {
width: 100%;
}
.dsm_perspective_image .et_pb_image_wrap {
overflow: hidden;
}
.dsm-lightbox-custom {
max-width: 100%;
}
.dsm-lightbox-custom.mfp-iframe-holder .mfp-close,
.dsm-lightbox-custom.mfp-image-holder .mfp-close {
color: rgba(255, 255, 255, 0.2);
opacity: 1;
transition: all 0.4s ease-in-out;
}
.dsm_perspective_image .et_pb_image_wrap {
display: inline-block;
position: relative;
max-width: 100%;
}
.dsm_perspective_image .dsm-perspective-image-wrapper .et_pb_inline_icon::after {
font-size: 32px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.dsm-force-fullwidth .et_pb_image_wrap img {
width: 100%;
}  .mfp-fade.mfp-bg {
opacity: 0;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.dsm_price_list_child > div,
.dsm_pricelist_item_wrapper,
.dsm-pricelist-header,
.dsm-pricelist-description {
display: flex;
align-items: flex-start;
}
.dsm_price_list_child {
display: flex;
}
.dsm_pricelist .et_pb_module.dsm_price_list_child {
margin-bottom: 0;
}
.dsm_pricelist_item_wrapper {
flex-wrap: wrap;
flex-grow: 1;
}
.dsm_price_list_child:not(:last-child) {
margin-bottom: 25px;
}
.dsm-pricelist-header {
align-items: center;
flex-basis: 100%;
margin-bottom: 10px;
justify-content: space-between;
}
.dsm-pricelist-title {
padding-bottom: 0;
font-size: 26px;
color: #333;
}
.dsm-pricelist-separator {
flex-grow: 1;
margin-left: 10px;
margin-right: 10px;
border-bottom-style: dotted;
border-bottom-width: 2px;
height: 0;
}
.dsm-pricelist-description {
flex-basis: 100%;
flex-flow: row wrap;
text-align: left;
}
.dsm-pricelist-price {
font-size: 18px;
}
.dsm-pricelist-image {
flex-shrink: 0;
line-height: 0;
}
.dsm-pricelist-image img {
border-style: solid;
border-color: #333333;
}
.dsm_price_list_child .et_pb_module_inner {
width: 100%;
}
.dsm_price_list .dsm-pricelist-separator {
border-bottom-style: dotted;
border-bottom-width: 2px;
border-bottom-color: #333333;
margin-left: 10px;
margin-right: 10px;
} .dsm_progress_bar.et_pb_module {
box-sizing: border-box;
height: -moz-fit-content;
height: fit-content;
min-height: 0;
}
:is(html.admin-bar, body.et_fixed_nav, html.dsm-has-progress-bar) .dsm_progress_bar.et_pb_module:is([style*="position:fixed"],
[style*="position: fixed"],
[style*="position:sticky"],
[style*="position: sticky"]) {
top: var(--dsm-progress-bar-fixed-offset, var(--wp-admin--admin-bar--height, 0px)) !important;
}
.dsm_progress_bar .et_pb_module_inner {
display: block;
width: 100%;
max-width: 100%;
box-sizing: border-box;
height: auto;
min-height: 0;
}
.dsm_progress_bar .dsm-progress-bar-container {
box-sizing: border-box;
}
.dsm_progress_bar .dsm-progress-bar-container.dsm-progress-bar-tracker-horizontal {
position: relative;
width: 100vw;
max-width: 100vw;
margin-inline-start: calc(50% - 50vw);
}
.dsm_progress_bar .dsm-progress-bar-tracker-horizontal {
display: flex;
width: 100%;
height: 20px;
align-items: center;
background: #eeeeee;
}
.dsm_progress_bar .dsm-progress-bar-tracker-horizontal .dsm-current-progress {
height: 100%;
align-items: center;
position: relative;
display: flex;
width: 0%;
min-width: 0;
flex: 0 0 auto;
transition: 0.3s ease;
}
.dsm_progress_bar .dsm-progress-bar-tracker-horizontal .dsm-current-progress-percentage {
inset-inline-end: 0.5em;
inset-inline-start: auto;
position: absolute;
} .circle {
fill: transparent;
transform-origin: 0px 0px;
}
.current-progress {
fill: transparent;
transform: rotate(-90deg);
transform-origin: 50% 50%;
display: block;
}
.dsm_progress_bar .dsm-progress-bar-container.dsm-progress-bar-tracker-circular {
width: auto;
max-width: 100%;
margin-inline-start: 0;
}
.dsm-progress-bar-tracker-circular .dsm-progressbar-circular {
width: 200px;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin-inline-start: 0;
margin-inline-end: auto;
}
.dsm-progress-bar-tracker-circular .dsm-progressbar-circular .dsm-current-progress-percentage {
position: absolute;
}
.dsm-progress-bar-tracker-circular svg {
position: absolute;
}
.dsm_progress_bar .dsm-progress-bar-tracker-circular .dsm-progressbar-circular .current-progress {
stroke: #7ebec5;
stroke-width: 4px;
}
.dsm_progress_bar .dsm-progress-bar-tracker-circular .dsm-progressbar-circular .circle {
stroke: #eeeeee;
stroke-width: 4px;
}
.dsm_progress_bar .dsm-current-progress {
background-color: #7ebec5;
}
.dsm_progress_bar .dsm-progress-bar-container.dsm-progress-bar-tracker-horizontal {
height: 20px;
}
.dsm-progress-bar-container.dsm-progress-bar-tracker-circular .dsm-progressbar-circular .circle {
stroke: var(--circle-tracker-color, #eeeeee);
stroke-width: var(--circle-tracker-width, 4px);
}
.dsm-progress-bar-container.dsm-progress-bar-tracker-circular .dsm-progressbar-circular .current-progress {
stroke: var(--circle-indicator-color, #7ebec5);
stroke-width: var(--circle-indicator-width, 4px);
}
.mfp-wrap .mfp-container button:hover {
background: transparent !important;
}
.mfp-wrap .mfp-arrow:active {
position: absolute;
top: 50%;
}
.mfp-wrap .mfp-close:active {
position: absolute;
top: -10px;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
font-family: ETmodules;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mfp-fade.mfp-bg {
opacity: 0.001;
transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.mfp-fade .mfp-wrap .mfp-content {
opacity: 0.001;
transition: all 0.5s ease-out;
}
.mfp-bg {
z-index: 1000000;
overflow: hidden;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}
.mfp-bg,
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
}
.mfp-wrap {
z-index: 1000001;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom {
cursor: pointer;
cursor: zoom-in;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: zoom-out;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #ccc;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
display: none;
}
button.mfp-arrow,
button.mfp-close {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
}
.mfp-arrow {
position: absolute;
opacity: 0.55;
filter: alpha(opacity=55);
top: 50%;
margin: -32px 0 0;
padding: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-arrow-left {
left: 10px;
}
.mfp-arrow-right {
right: 10px;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
.mfp-arrow {
background: none !important;
margin-top: -32px !important;
line-height: 1em !important;
}
.mfp-arrow,
.mfp-arrow:after {
width: 48px !important;
height: 48px !important;
}
.mfp-arrow:after {
margin: 0 !important;
top: 0 !important;
border: none !important;
}
.mfp-arrow-left {
left: 0 !important;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
border: none;
font-size: 64px;
color: #fff;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
display: none;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
content: "4";
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
content: "5";
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
font-size: 64px;
font-family: Open Sans, Arial, sans-serif;
font-weight: 200;
top: -10px;
opacity: 0.2;
}
.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
opacity: 1;
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
box-sizing: border-box;
padding: 40px 0;
margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
line-height: 0;
}
.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media (max-width: 900px) {
.mfp-arrow {
transform: scale(0.75);
}
.mfp-arrow-left {
transform-origin: 0;
}
.mfp-arrow-right {
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
} .mfp-iframe-scaler.dsm-video-popup {
overflow: visible;
position: relative;
}
.mfp-iframe-scaler.dsm-video-popup .mfp-close {
width: 44px !important;
height: 44px;
line-height: 44px;
padding: 0 !important;
margin: 0;
text-align: center !important;
right: 0 !important;
left: auto !important;
top: -44px;
z-index: 2;
}
.dsm_random_image {
display: block;
margin-right: auto;
margin-left: auto;
line-height: 0;
overflow: hidden;
}
.dsm_random_image .et_pb_image_wrap {
display: inline-block;
position: relative;
max-width: 100%;
overflow: hidden;
}
.dsm_random_image .et_overlay {
border-width: 0;
}
.dsm_random_image .et_pb_has_overlay.dsm_random_image_overlay_off .et_overlay {
z-index: 0;
opacity: 1;
}
.dsm_random_image .et_pb_has_overlay.dsm_random_image_overlay_off:hover .et_overlay {
opacity: 0;
}
.dsm-image-lightbox {
display: block;
position: relative;
}
.dsm_random_image .dsm_random_image_svg.et_pb_image_wrap {
display: block;
}
.dsm_random_image .et_overlay::before {
position: absolute;
top: 50%;
left: 50%;
font-size: 32px;
}
.dsm_random_image:hover .et_pb_has_overlay .et_overlay {
opacity: 1 !important;
z-index: 1;
}
.dsm_readmore .dsm_button_wrapper {
margin-top: 20px;
}
.dsm_readmore .dsm_button_wrapper .dsm-readmore-button {
cursor: pointer;
padding: 10px 30px 10px 15px;
font-size: 16px;
}
.dsm-readmore-wrapper.dsm-readmore-shadow:not(.dsm-expanded)::after {
-webkit-backface-visibility: hidden;
-webkit-transform: scale(1);
content: "";
position: absolute;
pointer-events: none;
height: 100px;
width: 100%;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
} .dsm_readmore {
row-gap: 0px !important;
}
.dsm_readmore > .et-vb-module-options {
background: #B00BEA !important;
border: 2px solid #B00BEA !important;
right: 45% !important;
}
.dsm_readmore .et-vb-add-module {
background: #B00BEA !important;
}
.dsm_readmore > .et-vb-module-highlight {
border: 1px solid #B00BEA;
}
.dsm_readmore .dsm-readmore-button {
cursor: pointer;
} .dsm_readmore .dsm-readmore-wrapper.dsm-readmore-shadow {
position: relative;
} .et_pb_module .dsm-readmore-button::after {
font-family: "ETmodules" !important;
font-weight: 400;
content: "3";
cursor: pointer;
vertical-align: top;
opacity: 1 !important;
right: 5px;
font-size: 24px;
}
.et_pb_module .dsm-readmore-button.dsm-btn-open::after {
font-family: "ETmodules" !important;
font-weight: 400;
content: "2";
cursor: pointer;
vertical-align: top;
opacity: 1 !important;
right: 5px;
font-size: 24px;
}
.dsm_readmore .dsm_button_wrapper .dsm-readmore-button:hover {
padding: 10px 30px 10px 15px;
}
.dsm_scroll_image {
display: block;
margin-right: auto;
margin-left: auto;
line-height: 0;
overflow: hidden;
}
.dsm-scroll-image-wrapper {
position: relative;
height: 320px;
width: 100%;
max-width: 100%;
overflow: hidden;
transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
}
.dsm_scroll_image img {
width: 100%;
}
.dsm_scroll_image a,
.dsm_scroll_image .et_pb_image_wrap,
.dsm_scroll_image img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
transition: all 10s;
-webkit-transition: all 10s;
}
.dsm_scroll_image .et_overlay {
border-width: 0;
}
.dsm-scroll-image-icon-empty.et_overlay:before {
display: none;
}
.dsm_scroll_image .dsm-scroll-image-overlay-off .et_overlay {
opacity: 1;
z-index: 3;
}
.dsm_scroll_image:hover .dsm-scroll-image-overlay-off .et_overlay,
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-auto:focus-within .dsm-scroll-image-overlay-off .et_overlay {
opacity: 0;
}
.dsm_scroll_image .dsm-scroll-image-overlay-on .et_overlay {
opacity: 0;
}
.dsm_scroll_image:hover .dsm-scroll-image-overlay-on .et_overlay,
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-auto:focus-within .dsm-scroll-image-overlay-on .et_overlay {
opacity: 1;
z-index: 1;
}
.dsm_scroll_image .dsm-scroll-direction-vertical img {
transform: translateY(0);
width: 100%;
max-width: 100%;
}
.dsm_scroll_image:hover .dsm-scroll-direction-vertical img,
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-auto:focus-within .dsm-scroll-direction-vertical:not(.dsm-scroll-reverse-direction) img {
transform: translateY(-100%);
margin-top: 320px;
}
.dsm_scroll_image .dsm-scroll-direction-vertical.dsm-scroll-reverse-direction img {
transform: translateY(-100%);
margin-top: 320px;
}
.dsm_scroll_image:hover .dsm-scroll-direction-vertical.dsm-scroll-reverse-direction img,
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-auto:focus-within .dsm-scroll-direction-vertical.dsm-scroll-reverse-direction img {
transform: translateY(0);
margin-top: initial;
}
.dsm_scroll_image .dsm-scroll-direction-horizontal .et_pb_image_wrap {
height: 100%;
}
.dsm_scroll_image .dsm-scroll-direction-horizontal img {
width: 100%;
height: 100%;
max-width: none;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: left center;
object-position: left center;
}
.dsm_scroll_image:hover .dsm-scroll-direction-horizontal:not(.dsm-scroll-reverse-direction) img,
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-auto:focus-within .dsm-scroll-direction-horizontal:not(.dsm-scroll-reverse-direction) img {
-o-object-position: right center;
object-position: right center;
}
.dsm_scroll_image .dsm-scroll-direction-horizontal.dsm-scroll-reverse-direction img {
-o-object-position: right center;
object-position: right center;
}
.dsm_scroll_image:hover .dsm-scroll-direction-horizontal.dsm-scroll-reverse-direction img,
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-auto:focus-within .dsm-scroll-direction-horizontal.dsm-scroll-reverse-direction img {
-o-object-position: left center;
object-position: left center;
}
.dsm-lightbox-custom {
max-width: 100%;
}
.dsm-lightbox-custom.mfp-iframe-holder .mfp-close,
.dsm-lightbox-custom.mfp-image-holder .mfp-close {
color: rgba(255, 255, 255, 0.2);
opacity: 1;
transition: all 0.4s ease-in-out;
}
.dsm_scroll_image .et_overlay {
z-index: -1;
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
opacity: 0;
pointer-events: none;
transition: all 0.3s;
box-sizing: border-box;
backface-visibility: hidden;
-webkit-font-smoothing: antialiased;
}
.dsm_scroll_image .et_overlay::before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 32px;
}
.dsm_scroll_image.dsm_scroll_image img {
transition: all 10s;
}
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-static img {
transition: none !important;
transform: none !important;
margin: 0 !important;
}
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-mobile-static.dsm-scroll-direction-horizontal img {
-o-object-position: 50% 50%;
object-position: 50% 50%;
}
@media (prefers-reduced-motion: reduce) {
.dsm_scroll_image .dsm-scroll-image-wrapper img {
transition: none !important;
transform: none !important;
margin: 0 !important;
}
.dsm_scroll_image .dsm-scroll-image-wrapper.dsm-scroll-direction-horizontal img {
-o-object-position: 50% 50%;
object-position: 50% 50%;
}
}
.dsm_shapes {
display: inline-block;
}
.dsm_shapes_wrapper {
display: block;
line-height: 0;
overflow: visible;
}
.dsm_shapes_wrapper .dsm_shapes_svg {
display: block;
width: 100%;
height: 100%;
}
.dsm_shuffle_letters.dsm-link, .dsm_shuffle_letters.et_clickable {
cursor: pointer;
}
.dsm_shuffle_letters.dsm-link .et_pb_module_inner, .dsm_shuffle_letters.et_clickable .et_pb_module_inner {
cursor: pointer;
}
.dsm-shuffle-text,
.dsm-before-shuffle-text,
.dsm-after-shuffle-text {
display: inline-block;
}
.dsm-text-newline {
width: 100%;
}
.dsm_shuffle_letters .et_pb_module_header {
font-size: 30px;
line-height: 1em;
}
.dsm-social-share-buttons-container .dsm-social-share-button-inner-wrapper {
cursor: pointer;
word-spacing: initial;
transition-duration: 0.2s;
transition-property: all;
display: flex;
align-items: center;
}
.dsm-social-share-buttons-container {
-moz-column-gap: 10px;
column-gap: 10px;
row-gap: 10px;
}
.dsm-social-share-buttons-container .dsm_social_share_buttons_child {
margin-bottom: 0px !important;
}
.dsm-social-share-buttons-container .dsm-social-share-button-inner-wrapper:hover {
filter: saturate(1.5) brightness(1.2);
}
.dsm_custom_image_icon {
max-width: 18px;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-social-share-button-inner-wrapper,
.dsm-social-share-buttons-container.dsm-flat .dsm-social-share-button-inner-wrapper {
color: #fff;
}
.dsm-social-share-buttons-container.dsm-minimal .dsm-social-share-button-inner-wrapper .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon .dsm-social-share-button-inner-wrapper .dsm-social-share-button-icon {
color: #fff;
}
.dsm-social-share-buttons-container.dsm-minimal .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text,
.dsm-social-share-buttons-container.dsm-boxed_icon .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text {
color: #000000;
}
.dsm-social-share-buttons-container .dsm-social-button-wrapper .dsm-social-share-button-icon {
line-height: 1;
} .dsm-social-share-buttons-container.dsm-gradient .dsm-facebook,
.dsm-social-share-buttons-container.dsm-flat .dsm-facebook {
background: #3b5998;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-twitter,
.dsm-social-share-buttons-container.dsm-flat .dsm-twitter {
background: #1da1f2;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-linkedin,
.dsm-social-share-buttons-container.dsm-flat .dsm-linkedin {
background: #0077b5;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-pinterest,
.dsm-social-share-buttons-container.dsm-flat .dsm-pinterest {
background: #bd081c;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-reddit,
.dsm-social-share-buttons-container.dsm-flat .dsm-reddit {
background: #ff4500;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-vk,
.dsm-social-share-buttons-container.dsm-flat .dsm-vk {
background: #45668e;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-tumbler,
.dsm-social-share-buttons-container.dsm-flat .dsm-tumbler {
background: #35465c;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-digg,
.dsm-social-share-buttons-container.dsm-flat .dsm-digg {
background: #005be2;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-skype,
.dsm-social-share-buttons-container.dsm-flat .dsm-skype {
background: #00aff0;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-stumbleupon,
.dsm-social-share-buttons-container.dsm-flat .dsm-stumbleupon {
background: #eb4924;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-mix,
.dsm-social-share-buttons-container.dsm-flat .dsm-mix {
background: #f3782b;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-telegram,
.dsm-social-share-buttons-container.dsm-flat .dsm-telegram {
background: #2ca5e0;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-xing,
.dsm-social-share-buttons-container.dsm-flat .dsm-xing {
background: #026466;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-whatsapp,
.dsm-social-share-buttons-container.dsm-flat .dsm-whatsapp {
background: #25d366;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-email,
.dsm-social-share-buttons-container.dsm-flat .dsm-email {
background: #ea4335;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-print,
.dsm-social-share-buttons-container.dsm-flat .dsm-print {
background: #aaa;
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-pocket,
.dsm-social-share-buttons-container.dsm-flat .dsm-pocket {
background: #ef3f56;
} .dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-facebook .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-facebook .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-facebook {
background: #3b5998;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-twitter .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-twitter .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-twitter {
background: #1da1f2;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-linkedin .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-linkedin .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-linkedin {
background: #0077b5;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-pinterest .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-pinterest .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-pinterest {
background: #bd081c;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-reddit .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-reddit .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-reddit {
background: #ff4500;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-vk .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-vk .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-vk {
background: #45668e;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-tumbler .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-tumbler .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-tumbler {
background: #35465c;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-digg .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-digg .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-digg {
background: #005be2;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-skype .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-skype .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-skype {
background: #00aff0;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-stumbleupon .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-stumbleupon .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-stumbleupon {
background: #eb4924;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-mix .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-mix .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-mix {
background: #f3782b;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-telegram .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-telegram .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-telegram {
background: #2ca5e0;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-xing .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-xing .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-xing {
background: #026466;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-whatsapp .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-whatsapp .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-whatsapp {
background: #25d366;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-email .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-email .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-email {
background: #ea4335;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-print .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-print .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-print {
background: #aaa;
}
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon_text .dsm-pocket .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-pocket .dsm-social-share-button-icon,
.dsm-social-share-buttons-container.dsm-minimal.dsm-icon .dsm-pocket {
background: #ef3f56;
} .dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-facebook,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-facebook,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-facebook .dsm-social-share-button-text {
color: #3b5998;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-facebook {
background: #3b5998;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-twitter,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-twitter,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-twitter .dsm-social-share-button-text {
color: #1da1f2;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-twitter {
background: #1da1f2;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-linkedin,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-linkedin,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-linkedin .dsm-social-share-button-text {
color: #0077b5;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-linkedin {
background: #0077b5;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-pinterest,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-pinterest,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-pinterest .dsm-social-share-button-text {
color: #bd081c;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-pinterest {
background: #bd081c;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-reddit,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-reddit,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-reddit .dsm-social-share-button-text {
color: #ff4500;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-reddit {
background: #ff4500;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-vk,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-vk,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-vk .dsm-social-share-button-text {
color: #45668e;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-vk {
background: #45668e;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-tumbler,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-tumbler,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-tumbler .dsm-social-share-button-text {
color: #35465c;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-tumbler {
background: #35465c;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-digg,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-digg,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-digg .dsm-social-share-button-text {
color: #005be2;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-digg {
background: #005be2;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-skype,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-skype,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-skype .dsm-social-share-button-text {
color: #00aff0;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-skype {
background: #00aff0;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-stumbleupon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-stumbleupon,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-stumbleupon .dsm-social-share-button-text {
color: #eb4924;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-stumbleupon {
background: #eb4924;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-mix,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-mix,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-mix .dsm-social-share-button-text {
color: #f3782b;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-mix {
background: #f3782b;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-telegram,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-telegram,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-telegram .dsm-social-share-button-text {
color: #2ca5e0;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-telegram {
background: #2ca5e0;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-xing,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-xing,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-xing .dsm-social-share-button-text {
color: #026466;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-xing {
background: #026466;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-whatsapp,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-whatsapp,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-whatsapp .dsm-social-share-button-text {
color: #25d366;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-whatsapp {
background: #25d366;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-email,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-email,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-email .dsm-social-share-button-text {
color: #ea4335;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-email {
background: #ea4335;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-print,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-print,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-print .dsm-social-share-button-text {
color: #aaa;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-print {
background: #aaa;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon_text .dsm-pocket,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-pocket,
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-text .dsm-pocket .dsm-social-share-button-text {
color: #ef3f56;
}
.dsm-social-share-buttons-container.dsm-boxed_icon.dsm-icon .dsm-pocket {
background: #ef3f56;
} .dsm-social-share-buttons-container.dsm-framed .dsm-facebook {
color: #3b5998;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-twitter {
color: #1da1f2;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-linkedin {
color: #0077b5;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-pinterest {
color: #bd081c;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-reddit {
color: #ff4500;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-vk {
color: #45668e;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-tumbler {
color: #35465c;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-digg {
color: #005be2;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-skype {
color: #00aff0;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-stumbleupon {
color: #eb4924;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-mix {
color: #f3782b;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-telegram {
color: #2ca5e0;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-xing {
color: #026466;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-whatsapp {
color: #25d366;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-email {
color: #ea4335;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-print {
color: #aaa;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-pocket {
color: #ef3f56;
}
.dsm-social-share-button-column-auto .dsm-social-share-buttons-container {
display: inline-flex;
gap: 10px;
flex-wrap: wrap;
}
.dsm-social-share-button-column-auto .dsm-social-share-button-wrapper {
display: inline-flex;
margin-bottom: 10px;
word-break: break-word;
}
.dsm-social-share-button-column-one .dsm-social-share-buttons-container {
display: grid;
grid-template-columns: repeat(1, 1fr);
}
.dsm-social-share-button-column-two .dsm-social-share-buttons-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.dsm-social-share-button-column-three .dsm-social-share-buttons-container {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
.dsm-social-share-button-column-four .dsm-social-share-buttons-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.dsm-social-share-button-column-five .dsm-social-share-buttons-container {
display: grid;
grid-template-columns: repeat(5, 1fr);
}
.dsm-social-share-button-column-six .dsm-social-share-buttons-container {
display: grid;
grid-template-columns: repeat(6, 1fr);
}
.dsm-social-share-buttons-container.dsm-gradient .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text, .dsm-social-share-buttons-container.dsm-minimal .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text, .dsm-social-share-buttons-container.dsm-boxed_icon .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text {
padding-left: 15px;
padding-right: 15px;
}
.dsm-social-share-buttons-container.dsm-flat .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text, .dsm-social-share-buttons-container.dsm-framed .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text {
padding-right: 15px;
}
.dsm-social-share-buttons-container.dsm-gradient:not(.dsm-text) .dsm-social-share-button-text {
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
height: 100%;
display: flex;
align-items: center;
}
.dsm-social-share-button-shape-rounded .dsm-social-share-button-inner-wrapper {
border-radius: 5px;
}
.dsm-social-share-button-shape-circle .dsm-social-share-button-inner-wrapper {
border-radius: 100px;
}
.dsm-social-share-buttons-container.dsm-minimal .dsm-social-share-button-icon {
height: 100% !important;
}
.dsm-social-share-buttons-container.dsm-boxed_icon .dsm-social-share-button-icon {
height: 100% !important;
}
.dsm-social-share-buttons-container .dsm-social-share-button-inner-wrapper .dsm-social-share-button-icon {
width: 45px;
display: flex;
align-items: center;
justify-content: center;
}
.dsm-social-share-button-shape-rounded .dsm-minimal .dsm-social-share-button-icon {
border-radius: 5px;
}
.dsm-social-share-button-shape-circle .dsm-minimal .dsm-social-share-button-icon {
border-radius: 100px;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-social-share-button-inner-wrapper {
border-style: solid;
border-width: 2px;
}
.dsm-social-share-buttons-container.dsm-boxed_icon .dsm-social-share-button-inner-wrapper {
border-style: solid;
border-width: 2px;
} .dsm_social_share_buttons .dsm-social-share-button-icon .dsm_icon {
font-size: 28px;
}
.dsm_social_share_buttons .dsm-social-share-button-wrapper .dsm-social-share-button-inner-wrapper {
height: 45px;
} .dsm-grow {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-grow:active,
.dsm-grow:focus,
.dsm-grow:hover {
transform: scale(1.1);
}
.dsm-shrink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-shrink:active,
.dsm-shrink:focus,
.dsm-shrink:hover {
transform: scale(0.9);
}
@keyframes dsm-pulse {
25% {
transform: scale(1.1);
}
75% {
transform: scale(0.9);
}
}
.dsm-pulse {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-pulse:active,
.dsm-pulse:focus,
.dsm-pulse:hover {
animation-name: dsm-pulse;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes dsm-pulse-grow {
to {
transform: scale(1.1);
}
}
.dsm-pulse-grow {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-pulse-grow:active,
.dsm-pulse-grow:focus,
.dsm-pulse-grow:hover {
animation-name: dsm-pulse-grow;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes dsm-pulse-shrink {
to {
transform: scale(0.9);
}
}
.dsm-pulse-shrink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-pulse-shrink:active,
.dsm-pulse-shrink:focus,
.dsm-pulse-shrink:hover {
animation-name: dsm-pulse-shrink;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes dsm-push {
50% {
transform: scale(0.8);
}
to {
transform: scale(1);
}
}
.dsm-push {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-push:active,
.dsm-push:focus,
.dsm-push:hover {
animation-name: dsm-push;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
@keyframes dsm-pop {
50% {
transform: scale(1.2);
}
}
.dsm-pop {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-pop:active,
.dsm-pop:focus,
.dsm-pop:hover {
animation-name: dsm-pop;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.dsm-bounce-in {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.5s;
}
.dsm-bounce-in:active,
.dsm-bounce-in:focus,
.dsm-bounce-in:hover {
transform: scale(1.2);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.dsm-bounce-out {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.5s;
}
.dsm-bounce-out:active,
.dsm-bounce-out:focus,
.dsm-bounce-out:hover {
transform: scale(0.8);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.dsm-rotate {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-rotate:active,
.dsm-rotate:focus,
.dsm-rotate:hover {
transform: rotate(4deg);
}
.dsm-grow-rotate {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-grow-rotate:active,
.dsm-grow-rotate:focus,
.dsm-grow-rotate:hover {
transform: scale(1.1) rotate(4deg);
}
.dsm-float {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-float:active,
.dsm-float:focus,
.dsm-float:hover {
transform: translateY(-8px);
}
.dsm-sink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sink:active,
.dsm-sink:focus,
.dsm-sink:hover {
transform: translateY(8px);
}
@keyframes dsm-bob {
0% {
transform: translateY(-8px);
}
50% {
transform: translateY(-4px);
}
to {
transform: translateY(-8px);
}
}
@keyframes dsm-bob-float {
to {
transform: translateY(-8px);
}
}
.dsm-bob {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-bob:active,
.dsm-bob:focus,
.dsm-bob:hover {
animation-name: dsm-bob-float, dsm-bob;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
@keyframes dsm-hang {
0% {
transform: translateY(8px);
}
50% {
transform: translateY(4px);
}
to {
transform: translateY(8px);
}
}
@keyframes dsm-hang-sink {
to {
transform: translateY(8px);
}
}
.dsm-hang {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-hang:active,
.dsm-hang:focus,
.dsm-hang:hover {
animation-name: dsm-hang-sink, dsm-hang;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
.dsm-skew {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-skew:active,
.dsm-skew:focus,
.dsm-skew:hover {
transform: skew(-10deg);
}
.dsm-skew-forward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
transform-origin: 0 100%;
}
.dsm-skew-forward:active,
.dsm-skew-forward:focus,
.dsm-skew-forward:hover {
transform: skew(-10deg);
}
.dsm-skew-backward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
transform-origin: 0 100%;
}
.dsm-skew-backward:active,
.dsm-skew-backward:focus,
.dsm-skew-backward:hover {
transform: skew(10deg);
}
@keyframes dsm-wobble-vertical {
16.65% {
transform: translateY(8px);
}
33.3% {
transform: translateY(-6px);
}
49.95% {
transform: translateY(4px);
}
66.6% {
transform: translateY(-2px);
}
83.25% {
transform: translateY(1px);
}
to {
transform: translateY(0);
}
}
.dsm-wobble-vertical {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-vertical:active,
.dsm-wobble-vertical:focus,
.dsm-wobble-vertical:hover {
animation-name: dsm-wobble-vertical;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-horizontal {
16.65% {
transform: translateX(8px);
}
33.3% {
transform: translateX(-6px);
}
49.95% {
transform: translateX(4px);
}
66.6% {
transform: translateX(-2px);
}
83.25% {
transform: translateX(1px);
}
to {
transform: translateX(0);
}
}
.dsm-wobble-horizontal {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-horizontal:active,
.dsm-wobble-horizontal:focus,
.dsm-wobble-horizontal:hover {
animation-name: dsm-wobble-horizontal;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-to-bottom-right {
16.65% {
transform: translate(8px, 8px);
}
33.3% {
transform: translate(-6px, -6px);
}
49.95% {
transform: translate(4px, 4px);
}
66.6% {
transform: translate(-2px, -2px);
}
83.25% {
transform: translate(1px, 1px);
}
to {
transform: translate(0);
}
}
.dsm-wobble-to-bottom-right {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-to-bottom-right:active,
.dsm-wobble-to-bottom-right:focus,
.dsm-wobble-to-bottom-right:hover {
animation-name: dsm-wobble-to-bottom-right;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-to-top-right {
16.65% {
transform: translate(8px, -8px);
}
33.3% {
transform: translate(-6px, 6px);
}
49.95% {
transform: translate(4px, -4px);
}
66.6% {
transform: translate(-2px, 2px);
}
83.25% {
transform: translate(1px, -1px);
}
to {
transform: translate(0);
}
}
.dsm-wobble-to-top-right {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-to-top-right:active,
.dsm-wobble-to-top-right:focus,
.dsm-wobble-to-top-right:hover {
animation-name: dsm-wobble-to-top-right;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-top {
16.65% {
transform: skew(-12deg);
}
33.3% {
transform: skew(10deg);
}
49.95% {
transform: skew(-6deg);
}
66.6% {
transform: skew(4deg);
}
83.25% {
transform: skew(-2deg);
}
to {
transform: skew(0);
}
}
.dsm-wobble-top {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transform-origin: 0 100%;
}
.dsm-wobble-top:active,
.dsm-wobble-top:focus,
.dsm-wobble-top:hover {
animation-name: dsm-wobble-top;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-bottom {
16.65% {
transform: skew(-12deg);
}
33.3% {
transform: skew(10deg);
}
49.95% {
transform: skew(-6deg);
}
66.6% {
transform: skew(4deg);
}
83.25% {
transform: skew(-2deg);
}
to {
transform: skew(0);
}
}
.dsm-wobble-bottom {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transform-origin: 100% 0;
}
.dsm-wobble-bottom:active,
.dsm-wobble-bottom:focus,
.dsm-wobble-bottom:hover {
animation-name: dsm-wobble-bottom;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-wobble-skew {
16.65% {
transform: skew(-12deg);
}
33.3% {
transform: skew(10deg);
}
49.95% {
transform: skew(-6deg);
}
66.6% {
transform: skew(4deg);
}
83.25% {
transform: skew(-2deg);
}
to {
transform: skew(0);
}
}
.dsm-wobble-skew {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-wobble-skew:active,
.dsm-wobble-skew:focus,
.dsm-wobble-skew:hover {
animation-name: dsm-wobble-skew;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-buzz {
50% {
transform: translateX(3px) rotate(2deg);
}
to {
transform: translateX(-3px) rotate(-2deg);
}
}
.dsm-buzz {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-buzz:active,
.dsm-buzz:focus,
.dsm-buzz:hover {
animation-name: dsm-buzz;
animation-duration: 0.15s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes dsm-buzz-out {
10% {
transform: translateX(3px) rotate(2deg);
}
20% {
transform: translateX(-3px) rotate(-2deg);
}
30% {
transform: translateX(3px) rotate(2deg);
}
40% {
transform: translateX(-3px) rotate(-2deg);
}
50% {
transform: translateX(2px) rotate(1deg);
}
60% {
transform: translateX(-2px) rotate(-1deg);
}
70% {
transform: translateX(2px) rotate(1deg);
}
80% {
transform: translateX(-2px) rotate(-1deg);
}
90% {
transform: translateX(1px) rotate(0);
}
to {
transform: translateX(-1px) rotate(0);
}
}
.dsm-buzz-out {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.dsm-buzz-out:active,
.dsm-buzz-out:focus,
.dsm-buzz-out:hover {
animation-name: dsm-buzz-out;
animation-duration: 0.75s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.dsm-forward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-forward:active,
.dsm-forward:focus,
.dsm-forward:hover {
transform: translateX(8px);
}
.dsm-backward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-backward:active,
.dsm-backward:focus,
.dsm-backward:hover {
transform: translateX(-8px);
}
.dsm-fade {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
overflow: hidden;
transition-duration: 0.3s;
transition-property: color, background-color;
}
.dsm-fade:active,
.dsm-fade:focus,
.dsm-fade:hover {
background-color: #2098d1;
color: #fff;
}
@keyframes dsm-back-pulse {
50% {
background-color: rgba(32, 152, 209, 0.75);
}
}
.dsm-back-pulse {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
overflow: hidden;
transition-duration: 0.5s;
transition-property: color, background-color;
}
.dsm-back-pulse:active,
.dsm-back-pulse:focus,
.dsm-back-pulse:hover {
animation-name: dsm-back-pulse;
animation-duration: 1s;
animation-delay: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
background-color: #2098d1;
color: #fff;
}
.dsm-sweep-to-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-sweep-to-right,
.dsm-sweep-to-right:before {
transition-duration: 0.3s;
}
.dsm-sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 0 50%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sweep-to-right:active,
.dsm-sweep-to-right:focus,
.dsm-sweep-to-right:hover {
color: #fff;
}
.dsm-sweep-to-right:active:before,
.dsm-sweep-to-right:focus:before,
.dsm-sweep-to-right:hover:before {
transform: scaleX(1);
}
.dsm-sweep-to-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-sweep-to-left,
.dsm-sweep-to-left:before {
transition-duration: 0.3s;
}
.dsm-sweep-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 100% 50%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sweep-to-left:active,
.dsm-sweep-to-left:focus,
.dsm-sweep-to-left:hover {
color: #fff;
}
.dsm-sweep-to-left:active:before,
.dsm-sweep-to-left:focus:before,
.dsm-sweep-to-left:hover:before {
transform: scaleX(1);
}
.dsm-sweep-to-bottom {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-sweep-to-bottom,
.dsm-sweep-to-bottom:before {
transition-duration: 0.3s;
}
.dsm-sweep-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50% 0;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sweep-to-bottom:active,
.dsm-sweep-to-bottom:focus,
.dsm-sweep-to-bottom:hover {
color: #fff;
}
.dsm-sweep-to-bottom:active:before,
.dsm-sweep-to-bottom:focus:before,
.dsm-sweep-to-bottom:hover:before {
transform: scaleY(1);
}
.dsm-sweep-to-top {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-sweep-to-top,
.dsm-sweep-to-top:before {
transition-duration: 0.3s;
}
.dsm-sweep-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50% 100%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-sweep-to-top:active,
.dsm-sweep-to-top:focus,
.dsm-sweep-to-top:hover {
color: #fff;
}
.dsm-sweep-to-top:active:before,
.dsm-sweep-to-top:focus:before,
.dsm-sweep-to-top:hover:before {
transform: scaleY(1);
}
.dsm-bounce-to-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-bounce-to-right,
.dsm-bounce-to-right:before {
transition-duration: 0.5s;
}
.dsm-bounce-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 0 50%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-bounce-to-right:active,
.dsm-bounce-to-right:focus,
.dsm-bounce-to-right:hover {
color: #fff;
}
.dsm-bounce-to-right:active:before,
.dsm-bounce-to-right:focus:before,
.dsm-bounce-to-right:hover:before {
transform: scaleX(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-bounce-to-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-bounce-to-left,
.dsm-bounce-to-left:before {
transition-duration: 0.5s;
}
.dsm-bounce-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 100% 50%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-bounce-to-left:active,
.dsm-bounce-to-left:focus,
.dsm-bounce-to-left:hover {
color: #fff;
}
.dsm-bounce-to-left:active:before,
.dsm-bounce-to-left:focus:before,
.dsm-bounce-to-left:hover:before {
transform: scaleX(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-bounce-to-bottom {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-bounce-to-bottom,
.dsm-bounce-to-bottom:before {
transition-duration: 0.5s;
}
.dsm-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50% 0;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-bounce-to-bottom:active,
.dsm-bounce-to-bottom:focus,
.dsm-bounce-to-bottom:hover {
color: #fff;
}
.dsm-bounce-to-bottom:active:before,
.dsm-bounce-to-bottom:focus:before,
.dsm-bounce-to-bottom:hover:before {
transform: scaleY(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-bounce-to-top {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: color;
}
.dsm-bounce-to-top,
.dsm-bounce-to-top:before {
transition-duration: 0.5s;
}
.dsm-bounce-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50% 100%;
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-bounce-to-top:active,
.dsm-bounce-to-top:focus,
.dsm-bounce-to-top:hover {
color: #fff;
}
.dsm-bounce-to-top:active:before,
.dsm-bounce-to-top:focus:before,
.dsm-bounce-to-top:hover:before {
transform: scaleY(1);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-radial-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
background: #e1e1e1;
transition-property: color;
}
.dsm-radial-out,
.dsm-radial-out:before {
transition-duration: 0.3s;
}
.dsm-radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
border-radius: 100%;
transform: scale(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-radial-out:active,
.dsm-radial-out:focus,
.dsm-radial-out:hover {
color: #fff;
}
.dsm-radial-out:active:before,
.dsm-radial-out:focus:before,
.dsm-radial-out:hover:before {
transform: scale(2);
}
.dsm-radial-in {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
background: #2098d1;
transition-property: color;
}
.dsm-radial-in,
.dsm-radial-in:before {
transition-duration: 0.3s;
}
.dsm-radial-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #e1e1e1;
border-radius: 100%;
transform: scale(2);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-radial-in:active,
.dsm-radial-in:focus,
.dsm-radial-in:hover {
color: #fff;
}
.dsm-radial-in:active:before,
.dsm-radial-in:focus:before,
.dsm-radial-in:hover:before {
transform: scale(0);
}
.dsm-rectangle-in {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #2098d1;
transition-property: color;
}
.dsm-rectangle-in,
.dsm-rectangle-in:before {
transition-duration: 0.3s;
}
.dsm-rectangle-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #e1e1e1;
transform: scale(1);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-rectangle-in:active,
.dsm-rectangle-in:focus,
.dsm-rectangle-in:hover {
color: #fff;
}
.dsm-rectangle-in:active:before,
.dsm-rectangle-in:focus:before,
.dsm-rectangle-in:hover:before {
transform: scale(0);
}
.dsm-rectangle-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
transition-property: color;
}
.dsm-rectangle-out,
.dsm-rectangle-out:before {
transition-duration: 0.3s;
}
.dsm-rectangle-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
transform: scale(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-rectangle-out:active,
.dsm-rectangle-out:focus,
.dsm-rectangle-out:hover {
color: #fff;
}
.dsm-rectangle-out:active:before,
.dsm-rectangle-out:focus:before,
.dsm-rectangle-out:hover:before {
transform: scale(1);
}
.dsm-shutter-in-horizontal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #2098d1;
transition-property: color;
transition-duration: 0.3s;
}
.dsm-shutter-in-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #e1e1e1;
transform: scaleX(1);
transform-origin: 50%;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-shutter-in-horizontal:active,
.dsm-shutter-in-horizontal:focus,
.dsm-shutter-in-horizontal:hover {
color: #fff;
}
.dsm-shutter-in-horizontal:active:before,
.dsm-shutter-in-horizontal:focus:before,
.dsm-shutter-in-horizontal:hover:before {
transform: scaleX(0);
}
.dsm-shutter-out-horizontal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
transition-property: color;
transition-duration: 0.3s;
}
.dsm-shutter-out-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #2098d1;
transform: scaleX(0);
transform-origin: 50%;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-shutter-out-horizontal:active,
.dsm-shutter-out-horizontal:focus,
.dsm-shutter-out-horizontal:hover {
color: #fff;
}
.dsm-shutter-out-horizontal:active:before,
.dsm-shutter-out-horizontal:focus:before,
.dsm-shutter-out-horizontal:hover:before {
transform: scaleX(1);
}
.dsm-shutter-in-vertical {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #2098d1;
transition-property: color;
transition-duration: 0.3s;
}
.dsm-shutter-in-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #e1e1e1;
transform: scaleY(1);
transform-origin: 50%;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-shutter-in-vertical:active,
.dsm-shutter-in-vertical:focus,
.dsm-shutter-in-vertical:hover {
color: #fff;
}
.dsm-shutter-in-vertical:active:before,
.dsm-shutter-in-vertical:focus:before,
.dsm-shutter-in-vertical:hover:before {
transform: scaleY(0);
}
.dsm-shutter-out-vertical {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
transition-property: color;
transition-duration: 0.3s;
}
.dsm-shutter-out-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #2098d1;
transform: scaleY(0);
transform-origin: 50%;
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-shutter-out-vertical:active,
.dsm-shutter-out-vertical:focus,
.dsm-shutter-out-vertical:hover {
color: #fff;
}
.dsm-shutter-out-vertical:active:before,
.dsm-shutter-out-vertical:focus:before,
.dsm-shutter-out-vertical:hover:before {
transform: scaleY(1);
}
.dsm-border-fade {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}
.dsm-border-fade:active,
.dsm-border-fade:focus,
.dsm-border-fade:hover {
box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent;
}
.dsm-hollow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: background;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}
.dsm-hollow:active,
.dsm-hollow:focus,
.dsm-hollow:hover {
background: none;
}
.dsm-trim {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-trim:before {
content: "";
position: absolute;
border: 4px solid #fff;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
opacity: 0;
transition-duration: 0.3s;
transition-property: opacity;
}
.dsm-trim:active:before,
.dsm-trim:focus:before,
.dsm-trim:hover:before {
opacity: 1;
}
@keyframes dsm-ripple-out {
to {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
}
}
.dsm-ripple-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-ripple-out:before {
content: "";
position: absolute;
border: 6px solid #e1e1e1;
top: 0;
right: 0;
bottom: 0;
left: 0;
animation-duration: 1s;
}
.dsm-ripple-out:active:before,
.dsm-ripple-out:focus:before,
.dsm-ripple-out:hover:before {
animation-name: dsm-ripple-out;
}
@keyframes dsm-ripple-in {
to {
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1;
}
}
.dsm-ripple-in {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-ripple-in:before {
content: "";
position: absolute;
border: 4px solid #e1e1e1;
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
animation-duration: 1s;
}
.dsm-ripple-in:active:before,
.dsm-ripple-in:focus:before,
.dsm-ripple-in:hover:before {
animation-name: dsm-ripple-in;
}
.dsm-outline-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-outline-out:before {
content: "";
position: absolute;
border: 4px solid #e1e1e1;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
}
.dsm-outline-out:active:before,
.dsm-outline-out:focus:before,
.dsm-outline-out:hover:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
}
.dsm-outline-in {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-outline-in:before {
pointer-events: none;
content: "";
position: absolute;
border: 4px solid #e1e1e1;
top: -16px;
right: -16px;
bottom: -16px;
left: -16px;
opacity: 0;
transition-duration: 0.3s;
transition-property: top, right, bottom, left;
}
.dsm-outline-in:active:before,
.dsm-outline-in:focus:before,
.dsm-outline-in:hover:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
opacity: 1;
}
.dsm-round-corners {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: border-radius;
}
.dsm-round-corners:active,
.dsm-round-corners:focus,
.dsm-round-corners:hover {
border-radius: 1em;
}
.dsm-underline-from-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-underline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
background: #2098d1;
height: 4px;
transition-property: right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-underline-from-left:active:before,
.dsm-underline-from-left:focus:before,
.dsm-underline-from-left:hover:before {
right: 0;
}
.dsm-underline-from-center {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-underline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
bottom: 0;
background: #2098d1;
height: 4px;
transition-property: left, right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-underline-from-center:active:before,
.dsm-underline-from-center:focus:before,
.dsm-underline-from-center:hover:before {
left: 0;
right: 0;
}
.dsm-underline-from-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-underline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
bottom: 0;
background: #2098d1;
height: 4px;
transition-property: left;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-underline-from-right:active:before,
.dsm-underline-from-right:focus:before,
.dsm-underline-from-right:hover:before {
left: 0;
}
.dsm-overline-from-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-overline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
top: 0;
background: #2098d1;
height: 4px;
transition-property: right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-overline-from-left:active:before,
.dsm-overline-from-left:focus:before,
.dsm-overline-from-left:hover:before {
right: 0;
}
.dsm-overline-from-center {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-overline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
right: 50%;
top: 0;
background: #2098d1;
height: 4px;
transition-property: left, right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-overline-from-center:active:before,
.dsm-overline-from-center:focus:before,
.dsm-overline-from-center:hover:before {
left: 0;
right: 0;
}
.dsm-overline-from-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-overline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
top: 0;
background: #2098d1;
height: 4px;
transition-property: left;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-overline-from-right:active:before,
.dsm-overline-from-right:focus:before,
.dsm-overline-from-right:hover:before {
left: 0;
}
.dsm-reveal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
bottom: 0;
border: 0 solid #2098d1;
transition-property: border-width;
transition-duration: 0.1s;
transition-timing-function: ease-out;
}
.dsm-reveal:active:before,
.dsm-reveal:focus:before,
.dsm-reveal:hover:before {
transform: translateY(0);
border-width: 4px;
}
.dsm-underline-reveal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-underline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
height: 4px;
transform: translateY(4px);
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-underline-reveal:active:before,
.dsm-underline-reveal:focus:before,
.dsm-underline-reveal:hover:before {
transform: translateY(0);
}
.dsm-overline-reveal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
}
.dsm-overline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
background: #2098d1;
height: 4px;
transform: translateY(-4px);
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
.dsm-overline-reveal:active:before,
.dsm-overline-reveal:focus:before,
.dsm-overline-reveal:hover:before {
transform: translateY(0);
}
.dsm-glow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
}
.dsm-glow:active,
.dsm-glow:focus,
.dsm-glow:hover {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.dsm-shadow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
}
.dsm-shadow:active,
.dsm-shadow:focus,
.dsm-shadow:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.dsm-grow-shadow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow, transform;
}
.dsm-grow-shadow:active,
.dsm-grow-shadow:focus,
.dsm-grow-shadow:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
transform: scale(1.1);
}
.dsm-box-shadow-outset {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
}
.dsm-box-shadow-outset:active,
.dsm-box-shadow-outset:focus,
.dsm-box-shadow-outset:hover {
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.dsm-box-shadow-inset {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
transition-duration: 0.3s;
transition-property: box-shadow;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}
.dsm-box-shadow-inset:active,
.dsm-box-shadow-inset:focus,
.dsm-box-shadow-inset:hover {
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}
.dsm-float-shadow {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
transition-property: transform;
}
.dsm-float-shadow,
.dsm-float-shadow:before {
transition-duration: 0.3s;
}
.dsm-float-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
transition-property: transform, opacity;
}
.dsm-float-shadow:active,
.dsm-float-shadow:focus,
.dsm-float-shadow:hover {
transform: translateY(-5px);
}
.dsm-float-shadow:active:before,
.dsm-float-shadow:focus:before,
.dsm-float-shadow:hover:before {
opacity: 1;
transform: translateY(5px);
}
.dsm-shadow-radial {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-shadow-radial:after,
.dsm-shadow-radial:before {
pointer-events: none;
position: absolute;
content: "";
left: 0;
width: 100%;
box-sizing: border-box;
background-repeat: no-repeat;
height: 5px;
opacity: 0;
transition-duration: 0.3s;
transition-property: opacity;
}
.dsm-shadow-radial:before {
bottom: 100%;
background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, transparent 80%);
}
.dsm-shadow-radial:after {
top: 100%;
background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, transparent 80%);
}
.dsm-shadow-radial:active:after,
.dsm-shadow-radial:active:before,
.dsm-shadow-radial:focus:after,
.dsm-shadow-radial:focus:before,
.dsm-shadow-radial:hover:after,
.dsm-shadow-radial:hover:before {
opacity: 1;
}
.dsm-bubble-top {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-top:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
transition-duration: 0.3s;
transition-property: transform;
left: calc(50% - 10px);
top: 0;
border-color: transparent transparent #e1e1e1;
border-style: solid;
border-width: 0 10px 10px;
}
.dsm-bubble-top:active:before,
.dsm-bubble-top:focus:before,
.dsm-bubble-top:hover:before {
transform: translateY(-10px);
}
.dsm-bubble-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-right:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
transition-duration: 0.3s;
transition-property: transform;
top: calc(50% - 10px);
right: 0;
border-color: transparent transparent transparent #e1e1e1;
border-style: solid;
border-width: 10px 0 10px 10px;
}
.dsm-bubble-right:active:before,
.dsm-bubble-right:focus:before,
.dsm-bubble-right:hover:before {
transform: translateX(10px);
}
.dsm-bubble-bottom {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-bottom:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
transition-duration: 0.3s;
transition-property: transform;
left: calc(50% - 10px);
bottom: 0;
border-color: #e1e1e1 transparent transparent;
border-style: solid;
border-width: 10px 10px 0;
}
.dsm-bubble-bottom:active:before,
.dsm-bubble-bottom:focus:before,
.dsm-bubble-bottom:hover:before {
transform: translateY(10px);
}
.dsm-bubble-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-left:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: "";
transition-duration: 0.3s;
transition-property: transform;
top: calc(50% - 10px);
left: 0;
border-color: transparent #e1e1e1 transparent transparent;
border-style: solid;
border-width: 10px 10px 10px 0;
}
.dsm-bubble-left:active:before,
.dsm-bubble-left:focus:before,
.dsm-bubble-left:hover:before {
transform: translateX(-10px);
}
.dsm-bubble-float-top {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-float-top,
.dsm-bubble-float-top:before {
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-bubble-float-top:before {
position: absolute;
z-index: -1;
content: "";
left: calc(50% - 10px);
top: 0;
border-color: transparent transparent #e1e1e1;
border-style: solid;
border-width: 0 10px 10px;
}
.dsm-bubble-float-top:active,
.dsm-bubble-float-top:focus,
.dsm-bubble-float-top:hover {
transform: translateY(10px);
}
.dsm-bubble-float-top:active:before,
.dsm-bubble-float-top:focus:before,
.dsm-bubble-float-top:hover:before {
transform: translateY(-10px);
}
.dsm-bubble-float-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-float-right,
.dsm-bubble-float-right:before {
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-bubble-float-right:before {
position: absolute;
z-index: -1;
top: calc(50% - 10px);
right: 0;
content: "";
border-color: transparent transparent transparent #e1e1e1;
border-style: solid;
border-width: 10px 0 10px 10px;
}
.dsm-bubble-float-right:active,
.dsm-bubble-float-right:focus,
.dsm-bubble-float-right:hover {
transform: translateX(-10px);
}
.dsm-bubble-float-right:active:before,
.dsm-bubble-float-right:focus:before,
.dsm-bubble-float-right:hover:before {
transform: translateX(10px);
}
.dsm-bubble-float-bottom {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-float-bottom,
.dsm-bubble-float-bottom:before {
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-bubble-float-bottom:before {
position: absolute;
z-index: -1;
content: "";
left: calc(50% - 10px);
bottom: 0;
border-color: #e1e1e1 transparent transparent;
border-style: solid;
border-width: 10px 10px 0;
}
.dsm-bubble-float-bottom:active,
.dsm-bubble-float-bottom:focus,
.dsm-bubble-float-bottom:hover {
transform: translateY(-10px);
}
.dsm-bubble-float-bottom:active:before,
.dsm-bubble-float-bottom:focus:before,
.dsm-bubble-float-bottom:hover:before {
transform: translateY(10px);
}
.dsm-bubble-float-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-bubble-float-left,
.dsm-bubble-float-left:before {
transition-duration: 0.3s;
transition-property: transform;
}
.dsm-bubble-float-left:before {
position: absolute;
z-index: -1;
content: "";
top: calc(50% - 10px);
left: 0;
border-color: transparent #e1e1e1 transparent transparent;
border-style: solid;
border-width: 10px 10px 10px 0;
}
.dsm-bubble-float-left:active,
.dsm-bubble-float-left:focus,
.dsm-bubble-float-left:hover {
transform: translateX(10px);
}
.dsm-bubble-float-left:active:before,
.dsm-bubble-float-left:focus:before,
.dsm-bubble-float-left:hover:before {
transform: translateX(-10px);
}
.dsm-icon-back {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-left: 2.2em;
}
.dsm-icon-back,
.dsm-icon-back:before,
.dsm-icon-back:after {
transition-duration: 0.1s;
}
.dsm-icon-back:before,
.dsm-icon-back:after {
position: absolute;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-back:active:before,
.dsm-icon-back:focus:before,
.dsm-icon-back:hover:before,
.dsm-icon-back:active:after,
.dsm-icon-back:focus:after,
.dsm-icon-back:hover:after {
transform: translateX(-4px);
}
.dsm-icon-forward {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-forward,
.dsm-icon-forward:before,
.dsm-icon-forward:after {
transition-duration: 0.1s;
}
.dsm-icon-forward:before,
.dsm-icon-forward:after {
position: absolute;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-forward:active:before,
.dsm-icon-forward:focus:before,
.dsm-icon-forward:hover:before,
.dsm-icon-forward:active:after,
.dsm-icon-forward:focus:after,
.dsm-icon-forward:hover:after {
transform: translateX(4px);
}
@keyframes dsm-icon-down {
0%, 50%, to {
transform: translateY(0);
}
25%, 75% {
transform: translateY(6px);
}
}
.dsm-icon-down {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-down:before,
.dsm-icon-down:after {
transform: translateZ(0);
}
.dsm-icon-down:active:before,
.dsm-icon-down:focus:before,
.dsm-icon-down:hover:before,
.dsm-icon-down:active:after,
.dsm-icon-down:focus:after,
.dsm-icon-down:hover:after {
animation-name: dsm-icon-down;
animation-duration: 0.75s;
animation-timing-function: ease-out;
}
@keyframes dsm-icon-up {
0%, 50%, to {
transform: translateY(0);
}
25%, 75% {
transform: translateY(-6px);
}
}
.dsm-icon-up {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-up:before,
.dsm-icon-up:after {
transform: translateZ(0);
}
.dsm-icon-up:active:before,
.dsm-icon-up:focus:before,
.dsm-icon-up:hover:before,
.dsm-icon-up:active:after,
.dsm-icon-up:focus:after,
.dsm-icon-up:hover:after {
animation-name: dsm-icon-up;
animation-duration: 0.75s;
animation-timing-function: ease-out;
}
.dsm-icon-spin {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-spin:before,
.dsm-icon-spin:after {
transition-duration: 1s;
transition-property: transform;
transition-timing-function: ease-in-out;
}
.dsm-icon-spin:active:before,
.dsm-icon-spin:focus:before,
.dsm-icon-spin:hover:before,
.dsm-icon-spin:active:after,
.dsm-icon-spin:focus:after,
.dsm-icon-spin:hover:after {
transform: rotate(1turn);
}
@keyframes dsm-icon-drop {
0% {
opacity: 0;
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51%, to {
opacity: 1;
}
}
.dsm-icon-drop {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-drop:before,
.dsm-icon-drop:after {
transform: translateZ(0);
}
.dsm-icon-drop:active:before,
.dsm-icon-drop:focus:before,
.dsm-icon-drop:hover:before,
.dsm-icon-drop:active:after,
.dsm-icon-drop:focus:after,
.dsm-icon-drop:hover:after {
opacity: 0;
transition-duration: 0.3s;
animation-name: dsm-icon-drop;
animation-duration: 0.5s;
animation-delay: 0.3s;
animation-fill-mode: forwards;
animation-timing-function: ease-in-out;
animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.dsm-icon-fade {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-fade:before {
content: "\f00c";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-duration: 0.5s;
transition-property: color;
}
.dsm-icon-fade:active:before,
.dsm-icon-fade:focus:before,
.dsm-icon-fade:hover:before {
color: #0f9e5e;
}
@keyframes dsm-icon-float-away {
0% {
opacity: 1;
}
to {
opacity: 0;
transform: translateY(-1em);
}
}
.dsm-icon-float-away {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-float-away:before,
.dsm-icon-float-away:after {
opacity: 0;
animation-duration: 0.5s;
animation-fill-mode: forwards;
}
.dsm-icon-float-away:active:before,
.dsm-icon-float-away:focus:before,
.dsm-icon-float-away:hover:before,
.dsm-icon-float-away:active:after,
.dsm-icon-float-away:focus:after,
.dsm-icon-float-away:hover:after {
animation-name: dsm-icon-float-away;
animation-timing-function: ease-out;
}
@keyframes dsm-icon-sink-away {
0% {
opacity: 1;
}
to {
opacity: 0;
transform: translateY(1em);
}
}
.dsm-icon-sink-away {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-sink-away:after,
.dsm-icon-sink-away:before {
transform: translateZ(0);
}
.dsm-icon-sink-away:before,
.dsm-icon-sink-away:after {
opacity: 0;
animation-duration: 0.5s;
animation-fill-mode: forwards;
}
.dsm-icon-sink-away:active:before,
.dsm-icon-sink-away:focus:before,
.dsm-icon-sink-away:hover:before,
.dsm-icon-sink-away:active:after,
.dsm-icon-sink-away:focus:after,
.dsm-icon-sink-away:hover:after {
animation-name: dsm-icon-sink-away;
animation-timing-function: ease-out;
}
.dsm-icon-grow {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-grow,
.dsm-icon-grow:before,
.dsm-icon-grow:after {
transition-duration: 0.3s;
}
.dsm-icon-grow:before,
.dsm-icon-grow:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-grow:active:before,
.dsm-icon-grow:focus:before,
.dsm-icon-grow:hover:before,
.dsm-icon-grow:active:after,
.dsm-icon-grow:focus:after,
.dsm-icon-grow:hover:after {
transform: scale(1.3) translateZ(0);
}
.dsm-icon-shrink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-shrink,
.dsm-icon-shrink:before,
.dsm-icon-shrink:after {
transition-duration: 0.3s;
}
.dsm-icon-shrink:before,
.dsm-icon-shrink:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-shrink:active:before,
.dsm-icon-shrink:focus:before,
.dsm-icon-shrink:hover:before,
.dsm-icon-shrink:active:after,
.dsm-icon-shrink:focus:after,
.dsm-icon-shrink:hover:after {
transform: scale(0.8);
}
@keyframes dsm-icon-pulse {
25% {
transform: scale(1.3);
}
75% {
transform: scale(0.8);
}
}
.dsm-icon-pulse {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-pulse:before,
.dsm-icon-pulse:after {
transform: translateZ(0);
transition-timing-function: ease-out;
}
.dsm-icon-pulse:active:before,
.dsm-icon-pulse:focus:before,
.dsm-icon-pulse:hover:before,
.dsm-icon-pulse:active:after,
.dsm-icon-pulse:focus:after,
.dsm-icon-pulse:hover:after {
animation-name: dsm-icon-pulse;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes dsm-icon-pulse-grow {
to {
transform: scale(1.3);
}
}
.dsm-icon-pulse-grow {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-icon-pulse-grow:before,
.dsm-icon-pulse-grow:after {
transform: translateZ(0);
transition-timing-function: ease-out;
}
.dsm-icon-pulse-grow:active:before,
.dsm-icon-pulse-grow:focus:before,
.dsm-icon-pulse-grow:hover:before,
.dsm-icon-pulse-grow:active:after,
.dsm-icon-pulse-grow:focus:after,
.dsm-icon-pulse-grow:hover:after {
animation-name: dsm-icon-pulse-grow;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes dsm-icon-pulse-shrink {
to {
transform: scale(0.8);
}
}
.dsm-icon-pulse-shrink {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-pulse-shrink:before,
.dsm-icon-pulse-shrink:after {
transform: translateZ(0);
transition-timing-function: ease-out;
}
.dsm-icon-pulse-shrink:active:before,
.dsm-icon-pulse-shrink:focus:before,
.dsm-icon-pulse-shrink:hover:before,
.dsm-icon-pulse-shrink:active:after,
.dsm-icon-pulse-shrink:focus:after,
.dsm-icon-pulse-shrink:hover:after {
animation-name: dsm-icon-pulse-shrink;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@keyframes dsm-icon-push {
50% {
transform: scale(0.5);
}
}
.dsm-icon-push {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-push,
.dsm-icon-push:before,
.dsm-icon-push:after {
transition-duration: 0.3s;
}
.dsm-icon-push:before,
.dsm-icon-push:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-push:active:before,
.dsm-icon-push:focus:before,
.dsm-icon-push:hover:before,
.dsm-icon-push:active:after,
.dsm-icon-push:focus:after,
.dsm-icon-push:hover:after {
animation-name: dsm-icon-push;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
@keyframes dsm-icon-pop {
50% {
transform: scale(1.5);
}
}
.dsm-icon-pop {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-icon-pop,
.dsm-icon-pop:before,
.dsm-icon-pop:after {
transition-duration: 0.3s;
}
.dsm-icon-pop:before,
.dsm-icon-pop:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-pop:active:before,
.dsm-icon-pop:focus:before,
.dsm-icon-pop:hover:before,
.dsm-icon-pop:active:after,
.dsm-icon-pop:focus:after,
.dsm-icon-pop:hover:after {
animation-name: dsm-icon-pop;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.dsm-icon-bounce {
display: inline-block;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-bounce,
.dsm-icon-bounce:before,
.dsm-icon-bounce:after {
transition-duration: 0.3s;
}
.dsm-icon-bounce:before,
.dsm-icon-bounce:after {
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-bounce:active:before,
.dsm-icon-bounce:focus:before,
.dsm-icon-bounce:hover:before,
.dsm-icon-bounce:active:after,
.dsm-icon-bounce:focus:after,
.dsm-icon-bounce:hover:after {
transform: scale(1.5);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.dsm-icon-rotate {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-rotate,
.dsm-icon-rotate:before {
transition-duration: 0.3s;
}
.dsm-icon-rotate:before {
content: "\f0c6";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-rotate:active:before,
.dsm-icon-rotate:focus:before,
.dsm-icon-rotate:hover:before {
transform: rotate(20deg);
}
.dsm-icon-grow-rotate {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-grow-rotate,
.dsm-icon-grow-rotate:before {
transition-duration: 0.3s;
}
.dsm-icon-grow-rotate:before {
content: "\f095";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-grow-rotate:active:before,
.dsm-icon-grow-rotate:focus:before,
.dsm-icon-grow-rotate:hover:before {
transform: scale(1.5) rotate(12deg);
}
.dsm-icon-float {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-float,
.dsm-icon-float:before {
transition-duration: 0.3s;
}
.dsm-icon-float:before {
content: "\f01b";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-float:active:before,
.dsm-icon-float:focus:before,
.dsm-icon-float:hover:before {
transform: translateY(-4px);
}
.dsm-icon-sink {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
}
.dsm-icon-sink,
.dsm-icon-sink:before {
transition-duration: 0.3s;
}
.dsm-icon-sink:before {
content: "\f01a";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
transition-property: transform;
transition-timing-function: ease-out;
}
.dsm-icon-sink:active:before,
.dsm-icon-sink:focus:before,
.dsm-icon-sink:hover:before {
transform: translateY(4px);
}
@keyframes dsm-icon-bob {
0% {
transform: translateY(-6px);
}
50% {
transform: translateY(-2px);
}
to {
transform: translateY(-6px);
}
}
@keyframes dsm-icon-bob-float {
to {
transform: translateY(-6px);
}
}
.dsm-icon-bob {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-bob:before {
content: "\f077";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-bob:active:before,
.dsm-icon-bob:focus:before,
.dsm-icon-bob:hover:before {
animation-name: dsm-icon-bob-float, dsm-icon-bob;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
@keyframes dsm-icon-hang {
0% {
transform: translateY(6px);
}
50% {
transform: translateY(2px);
}
to {
transform: translateY(6px);
}
}
@keyframes dsm-icon-hang-sink {
to {
transform: translateY(6px);
}
}
.dsm-icon-hang {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-hang:before {
content: "\f078";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-hang:active:before,
.dsm-icon-hang:focus:before,
.dsm-icon-hang:hover:before {
animation-name: dsm-icon-hang-sink, dsm-icon-hang;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
@keyframes dsm-icon-wobble-horizontal {
16.65% {
transform: translateX(6px);
}
33.3% {
transform: translateX(-5px);
}
49.95% {
transform: translateX(4px);
}
66.6% {
transform: translateX(-2px);
}
83.25% {
transform: translateX(1px);
}
to {
transform: translateX(0);
}
}
.dsm-icon-wobble-horizontal {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-wobble-horizontal:before {
content: "\f061";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-wobble-horizontal:active:before,
.dsm-icon-wobble-horizontal:focus:before,
.dsm-icon-wobble-horizontal:hover:before {
animation-name: dsm-icon-wobble-horizontal;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-icon-wobble-vertical {
16.65% {
transform: translateY(6px);
}
33.3% {
transform: translateY(-5px);
}
49.95% {
transform: translateY(4px);
}
66.6% {
transform: translateY(-2px);
}
83.25% {
transform: translateY(1px);
}
to {
transform: translateY(0);
}
}
.dsm-icon-wobble-vertical {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-wobble-vertical:before {
content: "\f062";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-wobble-vertical:active:before,
.dsm-icon-wobble-vertical:focus:before,
.dsm-icon-wobble-vertical:hover:before {
animation-name: dsm-icon-wobble-vertical;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
@keyframes dsm-icon-buzz {
50% {
transform: translateX(3px) rotate(2deg);
}
to {
transform: translateX(-3px) rotate(-2deg);
}
}
.dsm-icon-buzz {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-buzz:before {
content: "\f017";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-buzz:active:before,
.dsm-icon-buzz:focus:before,
.dsm-icon-buzz:hover:before {
animation-name: dsm-icon-buzz;
animation-duration: 0.15s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@keyframes dsm-icon-buzz-out {
10% {
transform: translateX(3px) rotate(2deg);
}
20% {
transform: translateX(-3px) rotate(-2deg);
}
30% {
transform: translateX(3px) rotate(2deg);
}
40% {
transform: translateX(-3px) rotate(-2deg);
}
50% {
transform: translateX(2px) rotate(1deg);
}
60% {
transform: translateX(-2px) rotate(-1deg);
}
70% {
transform: translateX(2px) rotate(1deg);
}
80% {
transform: translateX(-2px) rotate(-1deg);
}
90% {
transform: translateX(1px) rotate(0);
}
to {
transform: translateX(-1px) rotate(0);
}
}
.dsm-icon-buzz-out {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
padding-right: 2.2em;
transition-duration: 0.3s;
}
.dsm-icon-buzz-out:before {
content: "\f023";
position: absolute;
right: 1em;
padding: 0 1px;
font-family: FontAwesome;
transform: translateZ(0);
}
.dsm-icon-buzz-out:active:before,
.dsm-icon-buzz-out:focus:before,
.dsm-icon-buzz-out:hover:before {
animation-name: dsm-icon-buzz-out;
animation-duration: 0.75s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.dsm-curl-top-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-curl-top-left:before {
pointer-events: none;
position: absolute;
content: "";
height: 0;
width: 0;
top: 0;
left: 0;
background: #fff;
background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#000000");
z-index: 1000;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
transition-duration: 0.3s;
transition-property: width, height;
}
.dsm-curl-top-left:active:before,
.dsm-curl-top-left:focus:before,
.dsm-curl-top-left:hover:before {
width: 25px;
height: 25px;
}
.dsm-curl-top-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-curl-top-right:before {
pointer-events: none;
position: absolute;
content: "";
height: 0;
width: 0;
top: 0;
right: 0;
background: #fff;
background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
transition-duration: 0.3s;
transition-property: width, height;
}
.dsm-curl-top-right:active:before,
.dsm-curl-top-right:focus:before,
.dsm-curl-top-right:hover:before {
width: 25px;
height: 25px;
}
.dsm-curl-bottom-right {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-curl-bottom-right:before {
pointer-events: none;
position: absolute;
content: "";
height: 0;
width: 0;
bottom: 0;
right: 0;
background: #fff;
background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
transition-duration: 0.3s;
transition-property: width, height;
}
.dsm-curl-bottom-right:active:before,
.dsm-curl-bottom-right:focus:before,
.dsm-curl-bottom-right:hover:before {
width: 25px;
height: 25px;
}
.dsm-curl-bottom-left {
display: inline-block;
vertical-align: middle;
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.dsm-curl-bottom-left:before {
pointer-events: none;
position: absolute;
content: "";
height: 0;
width: 0;
bottom: 0;
left: 0;
background: #fff;
background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
transition-duration: 0.3s;
transition-property: width, height;
}
.dsm-curl-bottom-left:active:before,
.dsm-curl-bottom-left:focus:before,
.dsm-curl-bottom-left:hover:before {
width: 25px;
height: 25px;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-reddit .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-facebook .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-twitter .dsm_icon {
font-family: ETmodules !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-linkedin .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-pinterest .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-tumbler .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-vk .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-digg .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-skype .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-stumbleupon .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-mix .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-telegram .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-pocket .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-xing .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-whatsapp .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-email .dsm_icon {
font-family: FontAwesome !important;
font-weight: 400 !important;
}
.dsm_social_share_buttons_child .dsm-social-share-button-inner-wrapper.dsm-print .dsm_icon {
font-family: FontAwesome !important;
font-weight: 900 !important;
}
.dsm_star_rating {
color: #f0ad4e;
display: block;
line-height: 1;
max-width: 100%;
width: 100%;
}
.dsm_star_rating .et_pb_module_inner {
width: 100%;
}
.dsm_star_rating .dsm-star-rating-wrapper {
display: block;
width: 100%;
} .dsm_star_rating.dsm-star-display-type-inline-block .dsm-star-rating-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
} .dsm_star_rating .dsm-star-rating i {
display: block;
flex-shrink: 0;
position: relative;
font-style: normal !important;
cursor: default;
box-sizing: border-box;
overflow: hidden;
width: 1em;
height: 1em;
line-height: 1em;
font-size: 1em;
white-space: nowrap;
color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.dsm_star_rating .dsm-star-rating i::before,
.dsm_star_rating .dsm-star-rating i::after {
content: "";
position: absolute;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
box-sizing: border-box;
pointer-events: none;
background-color: currentColor;
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27white%27 d=%27M50%205%20L61%2038%20L97%2038%20L68%2059%20L79%2095%20L50%2073%20L21%2095%20L32%2059%20L3%2038%20L39%2038%20Z%27/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27white%27 d=%27M50%205%20L61%2038%20L97%2038%20L68%2059%20L79%2095%20L50%2073%20L21%2095%20L32%2059%20L3%2038%20L39%2038%20Z%27/%3E%3C/svg%3E");
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-size: 1em 1em;
mask-size: 1em 1em;
}
.dsm_star_rating .dsm-star-rating i::before {
z-index: 1;
opacity: 1;
clip-path: none;
}
.dsm_star_rating .dsm-star-rating i::after {
z-index: 0;
opacity: 0.4;
}
.dsm_star_rating .dsm-star-rating i.dsm-star-full::after {
content: none;
}
.dsm_star_rating .dsm-star-rating i.dsm-star-empty::before {
content: none;
} .dsm_star_rating .dsm-star-rating i.dsm-star-1::before {
clip-path: inset(0 90% 0 0);
}
.dsm_star_rating .dsm-star-rating i.dsm-star-2::before {
clip-path: inset(0 80% 0 0);
}
.dsm_star_rating .dsm-star-rating i.dsm-star-3::before {
clip-path: inset(0 70% 0 0);
}
.dsm_star_rating .dsm-star-rating i.dsm-star-4::before {
clip-path: inset(0 60% 0 0);
}
.dsm_star_rating .dsm-star-rating i.dsm-star-5::before {
clip-path: inset(0 50% 0 0);
}
.dsm_star_rating .dsm-star-rating i.dsm-star-6::before {
clip-path: inset(0 40% 0 0);
}
.dsm_star_rating .dsm-star-rating i.dsm-star-7::before {
clip-path: inset(0 30% 0 0);
}
.dsm_star_rating .dsm-star-rating i.dsm-star-8::before {
clip-path: inset(0 20% 0 0);
}
.dsm_star_rating .dsm-star-rating i.dsm-star-9::before {
clip-path: inset(0 10% 0 0);
}
.dsm-star-display-type-inline-block .dsm-star-rating-title {
display: inline-block;
}
.dsm-star-display-type-inline-block .dsm-star-rating {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
}
.dsm-star-display-type-block .dsm-star-rating-title {
display: block;
}
.dsm-star-display-type-block .dsm-star-rating {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.dsm-star-display-type-inline-block.dsm-star-title-position-left .dsm-star-rating-title {
margin-right: 7px;
}
.dsm-star-display-type-inline-block.dsm-star-title-position-right .dsm-star-rating-title {
margin-left: 7px;
}
.dsm-star-rating-title {
padding: 0;
}
.dsm-star-rating-text {
color: #333;
line-height: 1;
align-self: center;
} .dsm_star_rating .dsm-star-rating > .dsm-star-rating-text {
margin-left: 0.35em;
}
.dsm_star_rating .dsm-star-rating {
font-size: 14px;
line-height: 1;
}
.dsm_star_rating .dsm-star-rating i:not(:last-of-type) {
margin-right: 0px;
}
.dsm_star_rating .dsm-star-rating,
.dsm_star_rating .dsm-star-rating i::before,
.dsm_star_rating .dsm-star-rating i::after {
color: #f0ad4e;
}
.dsm_stacking_card_wrapper {
display: flex;
align-items: center;
gap: 20px;
}
.dsm_stacking_card_wrapper .dsm-button-wrapper {
margin-top: 20px;
}
.dsm_stacking_card_wrapper .dsm_icon {
display: block;
margin-bottom: 10px;
}
.dsm_stacking_card_wrapper .dsm_icon::before {
line-height: 1em;
}
.dsm_stacking_card_wrapper .et_pb_button {
display: inline-block;
}
.dsm_stacking_card_wrapper .dsm_content_wrapper {
flex: 1;
}  .dsm_stacking_card_container {
position: relative;
width: 100%;
min-height: 100vh; display: flex;
flex-direction: column;
justify-content: center;
} .dsm_stacking_card_container .dsm_stacking_card_child {
width: 100%;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.dsm_stacking_card .dsm_stacking_card_child {
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
background-color: #f6f6f6;
}
.dsm_stacking_card .dsm_stacking_card_child .dsm_icon::before {
color: #000000;
font-size: 32px;
}
.dsm-step-flow-container .dsm-steps-image-icon-wrapper {
display: inline-block;
position: relative;
}
.dsm-step-flow-container .dsm_icon {
line-height: 1em;
display: inline-block;
overflow: visible !important;
}
.dsm-step-flow-container .dsm-step-badge {
position: absolute;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 1em;
}
.dsm-step-flow-container .dsm_dir_icon {
position: absolute;
display: inline-block;
top: 49%;
left: calc(100% + 20px);
}
.dsm-step-flow-container .dsm-dir-image {
position: absolute;
display: inline-block;
top: 49%;
left: calc(100% + 20px);
}
.dsm-step-flow-container .dsm-step-arrow {
position: absolute;
display: inline-block;
top: 49%;
left: calc(100% + 20px);
width: 100px;
border-bottom-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-top-width: 2px;
}
.dsm-step-flow-container .dsm-step-arrow::before {
content: "";
top: -3px;
right: 5px;
width: 12px;
height: 12px;
position: absolute;
display: inline-block;
transform: rotate(45deg) translateY(-50%);
border-top-width: 2px;
border-right-width: 2px;
}
.dsm-step-flow-container .dsm-step-arrow.dsm-dir-type-default {
overflow: visible !important;
}
.dsm-step-flow-container .dsm-content {
margin-bottom: 20px;
}
.dsm-step-flow-container .dsm-step-badge {
position: absolute;
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-top_left {
left: 5px;
top: 5px;
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-top_center {
top: 5px;
left: 50%;
transform: translateX(-50%);
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-top_right {
right: 5px;
top: 5px;
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-center_left {
top: 50%;
left: 0%;
transform: translateY(-50%);
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-center {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-center_right {
top: 50%;
right: 0%;
transform: translateY(-50%);
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-bottom_left {
top: 50%;
right: 0%;
transform: translateY(-50%);
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-bottom_center {
bottom: 5px;
left: 50%;
transform: translateX(-50%);
}
.dsm-step-flow-container .dsm-step-badge.dsm-badge-position-bottom_right {
right: 5px;
bottom: 5px;
}
.dsm-step-flow-container .dsm-steps-image-icon-wrapper {
line-height: 0px;
}
.dsm_step_flow .dsm-title {
font-size: 18px;
} .dsm_step_flow .dsm-steps-image-icon-wrapper .dsm-image-wrap {
display: inline-block;
}
.dsm_step_flow .dsm-steps-image-icon-wrapper .dsm-dir-image {
width: 100%;
}
.dsm_step_flow .dsm-steps-image-icon-wrapper .dsm_dir_icon {
font-size: 56px;
color: #dddddd;
}
.dsm_step_flow .dsm-step-arrow {
border-style: solid;
}
.dsm_step_flow .dsm-steps-image-icon-wrapper .dsm-step-arrow {
width: 100px;
}
.dsm_step_flow .dsm-step-flow-container {
text-align: center;
}
.dsm_step_flow .dsm_icon {
font-size: 96px;
}
.dsm_svg_animation {
text-align: center;
}
.dsm_svg_animation .dsm-svg-animation-container svg * {
stroke: #000000;
fill: none !important;
}
.dsm_svg_animation .dsm-svg-animation-container[data-use_trigger=on][data-trigger_type=dsm_viewport] svg {
visibility: hidden;
}
.dsm_svg_animation .dsm-svg-animation-container[data-use_trigger=on][data-trigger_type=dsm_viewport] svg.dsm-svg-visible {
visibility: visible;
}
.dsm_svg_animation .dsm-svg-animation-container svg.dsm-svg-visible {
visibility: visible;
}
.et_pb_module nav.dsm-toc-root {
width: 100%;
}
.et_pb_module nav.dsm-toc-root a.dsm-toc-link {
transition: color 160ms ease, background-color 160ms ease;
}
.et_pb_module nav.dsm-toc-root a.dsm-toc-link:not(.is-active-link):hover {
text-decoration: underline;
}
.dsm-toc-mobile-toggle {
align-items: center;
cursor: pointer;
display: none;
gap: 6px;
text-align: left;
width: 100%;
}
.dsm-toc-shell.dsm-toc--mobile-toggle {
display: flex;
flex-direction: column;
}
.dsm-toc-shell.dsm-toc--mobile-toggle .dsm-toc-mobile-toggle {
display: inline-flex;
}
@media (max-width: 767px) {
.dsm-toc-shell.dsm-toc--mobile-toggle:not(.dsm-toc-shell--expanded) .dsm-toc-scroll-area {
display: none;
}
}
@media (min-width: 768px) {
.dsm-toc-shell.dsm-toc--mobile-toggle .dsm-toc-mobile-toggle {
display: none;
}
.dsm-toc-shell.dsm-toc--mobile-toggle .dsm-toc-scroll-area {
display: block;
}
}
.dsm-toc-toggle-icon {
align-items: center;
color: inherit;
display: inline-flex;
justify-content: center;
line-height: 1;
}
.dsm-toc-toggle-icon::before {
line-height: 1;
}
.dsm-toc-mobile-toggle--icon-right {
flex-direction: row-reverse;
}
.dsm-toc-scroll-area {
overflow: visible;
position: relative;
}
.dsm-toc-scroll-area.dsm-toc-scroll-area--empty {
min-height: 0;
overflow: visible;
}
.dsm-toc-empty {
display: none;
font-size: 0.9em;
margin: 0;
opacity: 0.75;
padding: 4px 0;
}
.dsm-toc-scroll-area.dsm-toc-scroll-area--empty .dsm-toc-empty {
display: block;
}
.dsm-toc-vb-sample {
opacity: 0.55;
padding-bottom: 4px;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.et_pb_module .dsm-toc-shell .dsm-toc-list-host:not(:empty) ~ .dsm-toc-vb-sample {
display: none;
} nav.dsm-toc-root .dsm-toc-shell ul.dsm-toc-list.dsm-toc-list--unordered:not(.dsm-toc-list--nested),
.et_pb_module nav.dsm-toc-root .dsm-toc-shell ul.dsm-toc-list.dsm-toc-list--unordered:not(.dsm-toc-list--nested) {
list-style: none;
margin: 0;
padding: 0;
}
nav.dsm-toc-root .dsm-toc-shell ol.dsm-toc-list.dsm-toc-list--ordered:not(.dsm-toc-list--nested),
.et_pb_module nav.dsm-toc-root .dsm-toc-shell ol.dsm-toc-list.dsm-toc-list--ordered:not(.dsm-toc-list--nested) {
counter-reset: dsm-toc;
list-style-position: outside;
list-style-type: decimal;
margin: 0;
padding: 0;
padding-inline-start: 1.35em;
}
nav.dsm-toc-root .dsm-toc-shell .dsm-toc-item ul.dsm-toc-list.dsm-toc-list--nested.dsm-toc-list--unordered,
.et_pb_module nav.dsm-toc-root .dsm-toc-shell .dsm-toc-item ul.dsm-toc-list.dsm-toc-list--nested.dsm-toc-list--unordered {
list-style: none;
margin-block: 0.35em 0;
margin-inline: 0;
padding-block: 0;
padding-inline: 0 0;
padding-inline-start: 0.95em;
}
nav.dsm-toc-root .dsm-toc-shell .dsm-toc-item ol.dsm-toc-list.dsm-toc-list--nested.dsm-toc-list--ordered,
.et_pb_module nav.dsm-toc-root .dsm-toc-shell .dsm-toc-item ol.dsm-toc-list.dsm-toc-list--nested.dsm-toc-list--ordered {
counter-reset: dsm-toc;
list-style-position: outside;
list-style-type: decimal;
margin-block: 0.35em 0;
margin-inline: 0;
padding-block: 0;
padding-inline: 0 0;
padding-inline-start: 0.95em;
}
.dsm-toc-item {
margin-bottom: 0;
padding: 0;
}
nav.dsm-toc-root .dsm-toc-shell ul.dsm-toc-list.dsm-toc-list--unordered > li.dsm-toc-item,
.et_pb_module nav.dsm-toc-root .dsm-toc-shell ul.dsm-toc-list.dsm-toc-list--unordered > li.dsm-toc-item {
background: transparent;
list-style: none;
list-style-type: none;
margin: 0;
padding: 0;
}
nav.dsm-toc-root .dsm-toc-shell ol.dsm-toc-list.dsm-toc-list--ordered > li.dsm-toc-item,
.et_pb_module nav.dsm-toc-root .dsm-toc-shell ol.dsm-toc-list.dsm-toc-list--ordered > li.dsm-toc-item {
background: transparent;
list-style-position: outside;
list-style-type: decimal;
margin: 0;
padding: 0;
}
.et_pb_module .dsm-toc-shell .dsm-toc-link {
border-radius: 2px;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
display: inline-block;
line-height: 1.4;
word-break: break-word;
}
.et_pb_module .dsm-toc-shell .dsm-toc-link.is-active-link {
font-weight: 700;
position: relative;
}
.et_pb_module .dsm-toc-shell .dsm-toc-item.is-active-li {
position: relative;
}
nav.dsm-toc-root .dsm-toc-shell .dsm-toc-list :is(ul, ol)[hidden],
.et_pb_module nav.dsm-toc-root .dsm-toc-shell .dsm-toc-list :is(ul, ol)[hidden] {
display: none;
}
.dsm-advanced-tabs-container .dsm_advanced_tabs_child.et_pb_module {
margin-bottom: 0px !important;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper {
display: flex;
flex-wrap: wrap;
}
.dsm-advanced-tabs-container.dsm-tabs-horizontal {
display: flex;
flex-direction: column;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab {
cursor: pointer;
text-align: center;
transition: all 0.3s ease-in-out;
}
.dsm-advanced-tabs-container.dsm-tabs-horizontal .dsm-advanced-tabs-wrapper .dsm-tab {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm-image {
line-height: 0;
overflow: hidden !important;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .et-pb-icon.dsm_icon,
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm_icon {
display: block;
line-height: 1.3em;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm-icon-wrapper .et-pb-icon.dsm_icon::before,
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm-active-icon-wrapper .et-pb-icon.dsm-active-icon::before,
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm-icon-wrapper .dsm_icon::before,
.dsm-advanced-tabs-container .dsm-advanced-tabs-wrapper .dsm-tab .dsm-active-icon-wrapper .dsm-active-icon::before,
.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-icon-wrapper .et-pb-icon.dsm_icon::before,
.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-active-icon-wrapper .et-pb-icon.dsm-active-icon::before,
.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-icon-wrapper .dsm_icon::before,
.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-active-icon-wrapper .dsm-active-icon::before,
.dsm_advanced_tabs .dsm-content-wrapper .dsm-icon .et-pb-icon.dsm_content_icon::before,
.dsm_advanced_tabs .dsm-content-wrapper .dsm-icon .dsm_content_icon::before {
display: inline-block;
line-height: 1;
vertical-align: middle;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-content {
padding-bottom: 15px;
}
.dsm_advanced_tabs .dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper {
display: none;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper.dsm-active {
display: flex;
}
.dsm-tab-active-state:not(dsm-active) > div:nth-child(2),
.dsm-tab-active-state.dsm-active > div:first-child {
display: none;
}
.dsm-tab-active-state.dsm-active > div:nth-child(2) {
display: block;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-inner-content-wrapper,
.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-inner-content {
width: 100%;
}  .dsm-show-arrow-active-top .dsm-tabs-horizontal .dsm-tab.dsm-active {
position: relative;
overflow: visible;
z-index: 1;
}
.dsm-show-arrow-active-top .dsm-tabs-horizontal .dsm-tab::before {
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 20px;
height: 20px;
z-index: -1;
clip-path: polygon(50% 58%, 0 0, 100% 0);
top: 50%;
opacity: 0;
}
.dsm-show-arrow-active-top .dsm-tabs-horizontal .dsm-tab.dsm-active::before {
content: "";
background: inherit;
position: absolute;
top: 100%;
opacity: 1;
transition-property: top;
transition-duration: 0.3s;
clip-path: polygon(50% 58%, 0 0, 100% 0);
width: 20px;
height: 20px;
left: 50%;
transform: translateX(-50%);
} .dsm-show-arrow-active-bottom .dsm-tabs-horizontal .dsm-tab.dsm-active {
position: relative;
overflow: visible;
}
.dsm-show-arrow-active-bottom .dsm-tabs-horizontal .dsm-tab::before {
content: "";
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
width: 20px;
height: 20px;
background: inherit;
z-index: 1;
clip-path: polygon(54% 0, 6% 59%, 100% 61%);
opacity: 0;
}
.dsm-show-arrow-active-bottom .dsm-tabs-horizontal .dsm-tab.dsm-active::before {
content: "";
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
width: 20px;
height: 20px;
background: inherit;
z-index: 1;
transition-property: top;
transition-duration: 0.4s;
clip-path: polygon(54% 0, 6% 59%, 100% 61%);
opacity: 1;
} .dsm-show-arrow.dsm-vertical-tabs-position-left .dsm-tab.dsm-active {
position: relative;
overflow: visible;
z-index: 1;
}
.dsm-show-arrow.dsm-vertical-tabs-position-left .dsm-tab::before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0px;
width: 20px;
height: 20px;
background: inherit;
clip-path: polygon(0 0, 0 100%, 100% 47%);
opacity: 0;
}
.dsm-show-arrow.dsm-vertical-tabs-position-left .dsm-tab.dsm-active::before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -15px;
width: 20px;
height: 20px;
transition-property: right;
transition-duration: 0.4s;
background: inherit;
clip-path: polygon(0 0, 0 100%, 100% 47%);
opacity: 1;
} .dsm-show-arrow.dsm-vertical-tabs-position-right .dsm-tab.dsm-active {
position: relative;
overflow: visible;
}
.dsm-show-arrow.dsm-vertical-tabs-position-right .dsm-tab::before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0px;
width: 20px;
height: 20px;
background: inherit;
clip-path: polygon(0 50%, 100% 100%, 100% 0);
opacity: 0;
}
.dsm-show-arrow.dsm-vertical-tabs-position-right .dsm-tab.dsm-active::before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -15px;
width: 20px;
height: 20px;
transition-property: left;
transition-duration: 0.3s;
background: inherit;
clip-path: polygon(0 50%, 100% 100%, 100% 0);
opacity: 1;
} .dsm-advanced-tabs-container.dsm-tabs-vertical {
display: flex;
}
.dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper {
display: flex;
flex-direction: column;
flex: 0 0 20%;
align-items: stretch;
}
.dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper .dsm-tab {
flex: 0 0 auto;
min-height: 0;
}
.dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-content-wrapper {
width: 100%;
} .dsm-advanced-tabs-container.dsm-tabs-column {
display: flex;
}
.dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: minmax(min-content, max-content);
}
.dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper,
.dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-content-wrapper {
width: 50%;
}
@media (min-width: 981px) {
.dsm-vertical-tabs-position-right .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper {
order: 1;
}
.dsm-column-tabs-position-left .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
margin-right: 30px;
}
.dsm-column-tabs-position-right .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
order: 1;
margin-left: 30px;
}
}
.dsm-advanced-tabs-container .dsm-tab.dsm-active:has(.dsm-image.dsm-image-active) .dsm-image:not(.dsm-image-active) {
display: none;
}
.dsm-advanced-tabs-container .dsm-tab:not(.dsm-active) .dsm-image.dsm-image-active {
display: none;
}
.dsm-advanced-tabs-container .dsm-tab.dsm-active:has(> .dsm-active-icon-wrapper) > .dsm-icon-wrapper:not(.dsm-active-icon-wrapper) {
display: none;
}
.dsm-advanced-tabs-container .dsm-tab:not(.dsm-active) > .dsm-active-icon-wrapper:not(.dsm-icon-wrapper) {
display: none;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-inner-content-wrapper {
display: flex;
align-items: center;
}
.dsm_advanced_tabs_child {
margin-bottom: 0px !important;
min-height: 0px !important;
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-inner-content-wrapper .dsm-icon {
width: 100%;
}
.dsm_advanced_tabs .dsm-tab .dsm-title,
.dsm_advanced_tabs .dsm-tab .dsm-title a,
.dsm_advanced_tabs .dsm-tab .dsm-tab-subtitle,
.dsm_advanced_tabs .dsm-tab .dsm-tab-subtitle a {
text-align: center;
}
.dsm_advanced_tabs .dsm-inner-content .dsm-title {
font-weight: 400;
font-size: 24px;
}
.dsm_advanced_tabs .dsm-content-wrapper .dsm-icon,
.dsm_advanced_tabs .dsm-content-wrapper .dsm-image img {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 30px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-tab {
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;
}
.dsm_advanced_tabs .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper {
border-width: 2px;
border-color: #d9d9d9;
border-style: solid;
padding-top: 30px;
padding-right: 30px;
padding-bottom: 30px;
padding-left: 30px;
}
.dsm_advanced_tabs .dsm-tab {
background: #f4f4f4;
}
.dsm_advanced_tabs .dsm-tab.dsm-active {
background: #ffffff;
}
.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-tab:focus-visible {
outline: 2px solid currentColor;
outline-offset: 2px;
}
.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-image {
width: 40px;
}
.dsm_advanced_tabs .dsm-advanced-tabs-wrapper .dsm-icon-wrapper .dsm_icon,
.dsm_advanced_tabs .dsm-content-wrapper .dsm-icon {
font-size: 32px;
color: #000000;
}
.dsm_advanced_tabs .dsm-content-wrapper,
.dsm_advanced_tabs .dsm-tab .dsm-image img {
background-color: #ffffff;
}
@media (max-width: 980px) {
.dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-vertical,
.dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-column {
flex-direction: column;
}
.dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper,
.dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
display: flex !important;
flex-direction: row !important;
flex: 0 !important;
width: 100% !important;
margin-left: 0 !important;
grid-template-columns: none;
}
.dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-content-wrapper,
.dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-content-wrapper {
width: 100% !important;
}
.dsm_advanced_tabs.dsm-column-tabs-position-left .dsm-advanced-tabs-wrapper {
margin-right: 0;
}
.dsm_advanced_tabs.dsm-column-tabs-position-right .dsm-advanced-tabs-wrapper {
margin-left: 0;
}
.dsm_advanced_tabs.dsm-mobile-tablet-vertical-pos-bottom .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper {
order: 1;
}
.dsm_advanced_tabs.dsm-mobile-tablet-column-pos-bottom .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
order: 1;
}
}
@media (max-width: 767px) {
.dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-vertical,
.dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-column {
flex-direction: column;
}
.dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper,
.dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
display: flex !important;
flex-direction: row !important;
flex: 0 !important;
width: 100% !important;
margin-left: 0 !important;
grid-template-columns: none;
}
.dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-content-wrapper,
.dsm_advanced_tabs .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-content-wrapper {
width: 100% !important;
}
.dsm_advanced_tabs.dsm-column-tabs-position-left .dsm-advanced-tabs-wrapper {
margin-right: 0;
}
.dsm_advanced_tabs.dsm-column-tabs-position-right .dsm-advanced-tabs-wrapper {
margin-left: 0;
}
.dsm_advanced_tabs.dsm-mobile-tablet-vertical-pos-bottom .dsm-advanced-tabs-container.dsm-tabs-vertical .dsm-advanced-tabs-wrapper {
order: 1;
}
.dsm_advanced_tabs.dsm-mobile-tablet-column-pos-bottom .dsm-advanced-tabs-container.dsm-tabs-column .dsm-advanced-tabs-wrapper {
order: 1;
}
}
.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm_advanced_tabs_child .dsm-inner-content .dsm-title {
font-size: 24px;
}
.dsm-tabs-nestable {
width: 100%;
max-width: 100%;
overflow: visible;
}
.dsm-tabs-nestable > .et_pb_module {
max-width: 100%;
}
.dsm_text_badges.dsm-link, .dsm_text_badges.et_clickable {
cursor: pointer;
}
.dsm_text_badges.dsm-link .et_pb_module_inner, .dsm_text_badges.et_clickable .et_pb_module_inner {
cursor: pointer;
}
.dsm-text-badges {
display: inline-block !important;
gap: 10px;
align-items: center;
}
.dsm-text-badges .dsm-text-badges-main {
padding-bottom: 0px !important;
display: inline-block;
}
.dsm-text-badges .dsm-badges {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 65%;
font-weight: 400;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-style: solid;
border-color: #333;
color: #ffffff;
}
.dsm-text-badges.et_pb_module_header {
font-size: 20px;
}
.dsm_text_badges .dsm-badges {
background-color: #7ebec5;
margin-left: 7px;
}
.dsm_text_divider .dsm-text-divider-wrapper {
display: flex;
align-items: center;
position: relative;
margin: 0 auto;
}
.dsm-text-divider-vertical-align-flex-start {
align-items: flex-start !important;
}
.dsm-text-divider-vertical-align-center {
align-items: center !important;
}
.dsm-text-divider-vertical-align-flex-end {
align-items: flex-end !important;
}
.dsm-text-divider-before,
.dsm-text-divider-after {
font-size: 0;
line-height: 0;
flex-grow: 1;
border-top-width: 1px;
border-top-style: solid;
}
.dsm-text-divider-header {
padding-bottom: 0;
flex-shrink: 1;
margin: 0;
}
.dsm-text-divider-align-left .dsm-text-divider-before {
display: none;
}
.dsm-text-divider-align-right .dsm-text-divider-after {
display: none;
}
.dsm_text_divider .dsm-divider {
border-top-width: 1px;
border-top-style: solid;
}
.dsm-text-notation-before.display-type-inline-block,
.dsm-text-notation-middle.display-type-inline-block,
.dsm-text-notation-after.display-type-inline-block {
display: inline-block;
}
.dsm-text-notation-before.display-type-inline,
.dsm-text-notation-middle.display-type-inline,
.dsm-text-notation-after.display-type-inline {
display: inline;
}
.dsm-text-notation-before.display-type-block {
display: block;
}
.dsm-text-notation-middle.display-type-block {
display: block;
}
.dsm-text-notation-after.display-type-block {
display: block;
} .dsm-text-notation-before,
.dsm-text-notation-after,
.dsm-text-notation-middle {
white-space: pre-wrap;
overflow-wrap: break-word;
}
.dsm-text-notation-main {
max-width: 100%;
}
.dsm-text-notation-before {
line-height: 1em;
}
.dsm-text-notation-middle {
line-height: 1em;
}
.dsm-text-notation-after {
line-height: 1em;
}
.dsm-text-path-container.dsm-rtl text {
direction: rtl;
}
.dsm-text-path-container svg text {
direction: ltr;
}
.dsm-text-path-container svg path {
fill: transparent;
stroke: transparent;
}
.dsm-text-path-container svg {
max-width: 100%;
height: auto;
overflow: visible;
fill: var(--text-color) !important;
}
.dsm_text_path .dsm-text-path-container {
text-align: center;
}
.dsm_text_path .dsm-text-path-container svg {
width: 500px;
transform: rotate(0deg);
word-spacing: 0px;
}
.dsm-text-path-container path {
stroke: var(--text-path-color) !important;
stroke-width: var(--text-path-width);
}
.dsm-rotate-word {
visibility: hidden;
opacity: 0;
display: none;
}
.dsm-rotate-text > .animated {
display: inline-block;
visibility: visible;
}
.dsm-rotate-text-main {
position: relative;
padding: 0;
margin: 0;
transform: translate(0, 0);
line-height: 1em;
}
.dsm-rotate-text-main > .dsm-rotate-text-before,
.dsm-rotate-text-main > .dsm-rotate-text,
.dsm-rotate-text-main > .dsm-rotate-text-after {
border-style: solid;
border-color: #333;
padding: 0;
margin: 0;
display: inline-block;
vertical-align: middle;
white-space: pre-wrap;
line-height: 1em;
} .dsm-rotate-text-main .dsm-rotate-text-before.dsm-before-display-block {
display: block;
}
.dsm-rotate-text-before.dsm-before-display-inline {
display: inline;
}
.dsm-rotate-text-before.dsm-before-display-inline_flex {
display: inline-flex;
}
.dsm-rotate-text.dsm-rotator-display-block {
display: block;
}
.dsm-rotate-text.dsm-rotator-display-inline {
display: inline;
}
.dsm-rotate-text.dsm-rotator-display-inline_flex {
display: inline-flex;
}
.dsm-rotate-text-after.dsm-after-display-block {
display: block;
}
.dsm-rotate-text-after.dsm-after-display-inline {
display: inline;
}
.dsm-rotate-text-after.dsm-after-display-inline_flex {
display: inline-flex;
}
.dsm-typing-effect.et_pb_module_header {
display: block;
}
.dsm-before-typing-effect,
.dsm-after-typing-effect {
white-space: pre-wrap !important;
}
.dsm_typing_effect .dsm-before-typing-effect,
.dsm_typing_effect .dsm-after-typing-effect {
display: inline-block;
}
.dsm-tilt-image-wrapper {
line-height: 0em !important;
}
.dsm_parallax_tilt.dsm-tilt-image-wrapper.dsm_parallax_tilt,
.dsm_parallax_tilt.dsm-tilt-image-wrapper .et_pb_image_wrap {
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
}
.dsm_parallax_tilt.dsm-tilt-image-wrapper .et_pb_image_wrap {
display: inline-block;
}
.dsm_tilt_image .et_pb_text_align_left {
text-align: left;
}
.dsm_tilt_image .et_pb_text_align_center {
text-align: center;
}
.dsm_tilt_image .et_pb_text_align_right {
text-align: right;
}
.dsm_tilt_image .et_pb_text_align_justified {
text-align: justify;
}
.dsm_tilt_image {
display: block;
margin-right: auto;
margin-left: auto;
line-height: 0;
}
.dsm_tilt_image.dsm_tilt_force_fullwidth {
max-width: 100% !important;
}
.dsm_tilt_image.dsm_tilt_force_fullwidth .et_pb_image_wrap,
.dsm_tilt_image.dsm_tilt_force_fullwidth img {
width: 100%;
}
.dsm_tilt_image .dsm-tilt-image-wrapper {
display: inline-block;
position: relative;
max-width: 100%;
}
.dsm_tilt_image a.et_pb_lightbox_image {
color: inherit;
text-decoration: none;
}
.dsm_tilt_image a.et_pb_lightbox_image:hover, .dsm_tilt_image a.et_pb_lightbox_image:focus, .dsm_tilt_image a.et_pb_lightbox_image:active, .dsm_tilt_image a.et_pb_lightbox_image:visited {
color: inherit;
text-decoration: none;
}
.dsm_tilt_image a.et_pb_lightbox_image .dsm_tilt_overlay_title,
.dsm_tilt_image a.et_pb_lightbox_image .dsm_tilt_overlay_content {
color: inherit;
}
.dsm_tilt_image a.et_pb_lightbox_image .dsm_tilt_overlay_title a,
.dsm_tilt_image a.et_pb_lightbox_image .dsm_tilt_overlay_content a {
color: inherit;
text-decoration: underline;
}
.dsm_image_overlay {
position: absolute;
z-index: 1;
top: 0;
left: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
transition: all 0.3s;
-webkit-transform: translate3d(0, 0, 0);
backface-visibility: hidden;
-o-backface-visibility: hidden;
border-style: solid;
}
.dsm_overlay_on_hover .dsm_tilt_overlay {
opacity: 0;
}
.dsm_overlay_on_hover:hover .dsm_tilt_overlay {
opacity: 1;
}
.dsm_tilt_overlay {
position: absolute;
z-index: 1;
top: 0;
left: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
transition: all 0.3s;
backface-visibility: hidden;
display: flex;
align-items: center;
transform: translateZ(100px) !important;
}
.dsm_tilt_overlay_wrapper {
width: 100%;
padding: 20px;
}
.dsm_tilt_overlay .et-pb-icon {
margin-bottom: 15px;
}
.dsm_tilt_overlay_content {
line-height: 1;
}
.dsm_tilt_overlay_title_hover_on .dsm_tilt_overlay_title {
position: relative;
}
.dsm_tilt_overlay_title_hover_on .dsm_tilt_overlay_title:before,
.dsm_tilt_overlay_title_hover_on .dsm_tilt_overlay_title:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0;
}
.dsm_tilt_overlay_title_hover_on .dsm_tilt_overlay_title:before {
content: attr(data-overlay-title-hover);
}
.dsm_tilt_overlay_title_hover_on:hover .dsm_tilt_overlay_title > span {
opacity: 0;
}
.dsm_tilt_overlay_title_hover_on:hover .dsm_tilt_overlay_title:before {
opacity: 1;
}
.dsm_contact_form_7 label {
display: block;
}
.dsm_contact_form_7 .wpcf7-form-control.wpcf7-file {
width: 100%;
}
.dsm_contact_form_7 .wpcf7-form-control.wpcf7-textarea {
height: 240px;
}
.dsm_contact_form_7 .wpcf7-form-control.wpcf7-submit {
display: inline-block;
font-family: inherit;
cursor: pointer;
color: #2ea3f2;
}
.dsm_contact_form_7 input.text,
.dsm_contact_form_7 input.title,
.dsm_contact_form_7 input[type=email],
.dsm_contact_form_7 input[type=url],
.dsm_contact_form_7 input[type=password],
.dsm_contact_form_7 input[type=tel],
.dsm_contact_form_7 input[type=text],
.dsm_contact_form_7 input[type=number],
.dsm_contact_form_7 input[type=date],
.dsm_contact_form_7 select,
.dsm_contact_form_7 textarea {
width: 100%;
padding: 16px;
border-width: 0;
border-radius: 0;
color: #999;
background-color: #eee;
font-size: 14px;
-webkit-appearance: none;
overflow: hidden;
}
.dsm_contact_form_7 .wpcf7-form-control.wpcf7-select {
box-sizing: border-box;
width: 100%;
padding: 16px 20px 16px 10px;
border: 0;
border-radius: 0;
color: #999;
background-color: #eee;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-style: solid;
} .dsm_contact_form_7 .wpcf7-form-control-wrap.dsm-contact-form-7-select,
.dsm_contact_form_7 .wpcf7-form-control-wrap:has(> select.wpcf7-select) {
position: relative;
display: block;
}
.dsm_contact_form_7 .wpcf7-form-control-wrap.dsm-contact-form-7-select::after,
.dsm_contact_form_7 .wpcf7-form-control-wrap:has(> select.wpcf7-select)::after {
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin-top: 3px;
border: 6px solid transparent;
border-top-color: #666;
transform: translateY(-50%);
pointer-events: none;
}
.dsm_contact_form_7 .wpcf7-not-valid-tip,
.dsm_contact_form_7 .wpcf7-validation-errors {
border-style: solid;
}
.dsm_contact_form_7 div.wpcf7-response-output {
margin-left: 0;
margin-right: 0;
}
.dsm_contact_form_7 .dsm-contact-form-wrapper .wpcf7-response-output {
display: block !important;
}
.dsm-custom-submit {
color: #2ea3f2;
cursor: pointer;
}
.dsm_contact_form_7 .wpcf7 .invalid .wpcf7-response-output,
.dsm_contact_form_7 .wpcf7 .unaccepted .wpcf7-response-output,
.dsm_contact_form_7 .wpcf7-response-output.wpcf7-validation-errors {
border: 2px solid #ffb900;
}
.dsm_contact_form_7 .wpcf7 .sent .wpcf7-response-output,
.dsm_contact_form_7 .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok,
.dsm_contact_form_7 .wpcf7 .sent .wpcf7-response-output.wpcf7-mail-sent-ok {
border: 2px solid #7cda24;
}
.dsm_contact_form_7 .wpcf7 form .wpcf7-response-output:not(.wpcf7-validation-errors):not(.wpcf7-mail-sent-ok) {
border: 0px solid transparent !important;
}
.dsm_contact_form_7 .wpcf7-spinner {
position: absolute;
}

.mfp-wrap .mfp-container button:hover {
background: transparent !important;
}
.mfp-wrap .mfp-arrow:active {
position: absolute;
top: 50%;
}
.mfp-wrap .mfp-close:active {
position: absolute;
top: -10px;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
font-family: ETmodules;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mfp-fade.mfp-bg {
opacity: 0.001;
transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade .mfp-wrap.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade .mfp-wrap.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.mfp-fade .mfp-wrap .mfp-content {
opacity: 0.001;
transition: all 0.5s ease-out;
}
.mfp-bg {
z-index: 1000000;
overflow: hidden;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}
.mfp-bg,
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
}
.mfp-wrap {
z-index: 1000001;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box;
}
.mfp-container:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom {
cursor: pointer;
cursor: zoom-in;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: zoom-out;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #ccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #ccc;
}
.mfp-preloader a:hover {
color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
display: none;
}
button.mfp-arrow,
button.mfp-close {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
color: #fff;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #ccc;
font-size: 12px;
line-height: 18px;
}
.mfp-arrow {
position: absolute;
opacity: 0.55;
filter: alpha(opacity=55);
top: 50%;
margin: -32px 0 0;
padding: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-arrow-left {
left: 10px;
}
.mfp-arrow-right {
right: 10px;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}
.mfp-arrow {
background: none !important;
margin-top: -32px !important;
line-height: 1em !important;
}
.mfp-arrow,
.mfp-arrow:after {
width: 48px !important;
height: 48px !important;
}
.mfp-arrow:after {
margin: 0 !important;
top: 0 !important;
border: none !important;
}
.mfp-arrow-left {
left: 0 !important;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
border: none;
font-size: 64px;
color: #fff;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
display: none;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
content: "4";
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
content: "5";
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
font-size: 64px;
font-family: Open Sans, Arial, sans-serif;
font-weight: 200;
top: -10px;
opacity: 0.2;
}
.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:hover {
opacity: 1;
}
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
box-sizing: border-box;
padding: 40px 0;
margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
line-height: 0;
}
.mfp-figure:after {
content: "";
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media (max-width: 900px) {
.mfp-arrow {
transform: scale(0.75);
}
.mfp-arrow-left {
transform-origin: 0;
}
.mfp-arrow-right {
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
} .mfp-iframe-scaler.dsm-video-popup {
overflow: visible;
position: relative;
}
.mfp-iframe-scaler.dsm-video-popup .mfp-close {
width: 44px !important;
height: 44px;
line-height: 44px;
padding: 0 !important;
margin: 0;
text-align: center !important;
right: 0 !important;
left: auto !important;
top: -44px;
z-index: 2;
}
@media (min-width: 981px) {
.dsm-popup .et_pb_gutters1 .et_block_row .et_pb_column,
.dsm-popup .et_pb_gutters1.et_block_row.et_pb_row > .et_pb_column {
margin-right: 0;
}
.dsm-popup .et_pb_gutters1 .et_block_row .et_pb_column_4_4,
.dsm-popup .et_pb_gutters1.et_block_row.et_pb_row > .et_pb_column_4_4 {
width: 100%;
}
.dsm-popup .et_pb_gutters1 .et_block_row .et_pb_column_3_4,
.dsm-popup .et_pb_gutters1.et_block_row.et_pb_row > .et_pb_column_3_4 {
width: 75%;
}
.dsm-popup .et_pb_gutters1 .et_block_row .et_pb_column_2_3,
.dsm-popup .et_pb_gutters1.et_block_row.et_pb_row > .et_pb_column_2_3 {
width: 66.667%;
}
.dsm-popup .et_pb_gutters1 .et_block_row .et_pb_column_3_5,
.dsm-popup .et_pb_gutters1.et_block_row.et_pb_row > .et_pb_column_3_5 {
width: 60%;
}
.dsm-popup .et_pb_gutters1 .et_block_row .et_pb_column_1_2,
.dsm-popup .et_pb_gutters1.et_block_row.et_pb_row > .et_pb_column_1_2 {
width: 50%;
}
.dsm-popup .et_pb_gutters1 .et_block_row .et_pb_column_2_5,
.dsm-popup .et_pb_gutters1.et_block_row.et_pb_row > .et_pb_column_2_5 {
width: 40%;
}
.dsm-popup .et_pb_gutters1 .et_block_row .et_pb_column_1_3,
.dsm-popup .et_pb_gutters1.et_block_row.et_pb_row > .et_pb_column_1_3 {
width: 33.3333%;
}
.dsm-popup .et_pb_gutters1 .et_block_row .et_pb_column_1_4,
.dsm-popup .et_pb_gutters1.et_block_row.et_pb_row > .et_pb_column_1_4 {
width: 25%;
}
.dsm-popup .et_pb_gutters1 .et_block_row .et_pb_column_1_5,
.dsm-popup .et_pb_gutters1.et_block_row.et_pb_row > .et_pb_column_1_5 {
width: 20%;
}
.dsm-popup .et_pb_gutters1 .et_block_row .et_pb_column_1_6,
.dsm-popup .et_pb_gutters1.et_block_row.et_pb_row > .et_pb_column_1_6 {
width: 16.6667%;
}
.dsm-popup .et_pb_gutters2 .et_block_row .et_pb_column,
.dsm-popup .et_pb_gutters2.et_block_row.et_pb_row > .et_pb_column {
margin-right: 3%;
}
.dsm-popup .et_pb_gutters2 .et_block_row .et_pb_column_4_4,
.dsm-popup .et_pb_gutters2.et_block_row.et_pb_row > .et_pb_column_4_4 {
width: 100%;
}
.dsm-popup .et_pb_gutters2 .et_block_row .et_pb_column_3_4,
.dsm-popup .et_pb_gutters2.et_block_row.et_pb_row > .et_pb_column_3_4 {
width: 74.25%;
}
.dsm-popup .et_pb_gutters2 .et_block_row .et_pb_column_2_3,
.dsm-popup .et_pb_gutters2.et_block_row.et_pb_row > .et_pb_column_2_3 {
width: 65.667%;
}
.dsm-popup .et_pb_gutters2 .et_block_row .et_pb_column_3_5,
.dsm-popup .et_pb_gutters2.et_block_row.et_pb_row > .et_pb_column_3_5 {
width: 58.8%;
}
.dsm-popup .et_pb_gutters2 .et_block_row .et_pb_column_1_2,
.dsm-popup .et_pb_gutters2.et_block_row.et_pb_row > .et_pb_column_1_2 {
width: 48.5%;
}
.dsm-popup .et_pb_gutters2 .et_block_row .et_pb_column_2_5,
.dsm-popup .et_pb_gutters2.et_block_row.et_pb_row > .et_pb_column_2_5 {
width: 38.2%;
}
.dsm-popup .et_pb_gutters2 .et_block_row .et_pb_column_1_3,
.dsm-popup .et_pb_gutters2.et_block_row.et_pb_row > .et_pb_column_1_3 {
width: 31.3333%;
}
.dsm-popup .et_pb_gutters2 .et_block_row .et_pb_column_1_4,
.dsm-popup .et_pb_gutters2.et_block_row.et_pb_row > .et_pb_column_1_4 {
width: 22.75%;
}
.dsm-popup .et_pb_gutters2 .et_block_row .et_pb_column_1_5,
.dsm-popup .et_pb_gutters2.et_block_row.et_pb_row > .et_pb_column_1_5 {
width: 17.6%;
}
.dsm-popup .et_pb_gutters2 .et_block_row .et_pb_column_1_6,
.dsm-popup .et_pb_gutters2.et_block_row.et_pb_row > .et_pb_column_1_6 {
width: 14.1667%;
}
.dsm-popup .et_pb_gutters3 .et_block_row .et_pb_column,
.dsm-popup .et_pb_gutters3.et_block_row.et_pb_row > .et_pb_column {
margin-right: 5.5%;
}
.dsm-popup .et_pb_gutters3 .et_block_row .et_pb_column_4_4,
.dsm-popup .et_pb_gutters3.et_block_row.et_pb_row > .et_pb_column_4_4 {
width: 100%;
}
.dsm-popup .et_pb_gutters3 .et_block_row .et_pb_column_3_4,
.dsm-popup .et_pb_gutters3.et_block_row.et_pb_row > .et_pb_column_3_4 {
width: 73.625%;
}
.dsm-popup .et_pb_gutters3 .et_block_row .et_pb_column_2_3,
.dsm-popup .et_pb_gutters3.et_block_row.et_pb_row > .et_pb_column_2_3 {
width: 64.833%;
}
.dsm-popup .et_pb_gutters3 .et_block_row .et_pb_column_3_5,
.dsm-popup .et_pb_gutters3.et_block_row.et_pb_row > .et_pb_column_3_5 {
width: 57.8%;
}
.dsm-popup .et_pb_gutters3 .et_block_row .et_pb_column_1_2,
.dsm-popup .et_pb_gutters3.et_block_row.et_pb_row > .et_pb_column_1_2 {
width: 47.25%;
}
.dsm-popup .et_pb_gutters3 .et_block_row .et_pb_column_2_5,
.dsm-popup .et_pb_gutters3.et_block_row.et_pb_row > .et_pb_column_2_5 {
width: 36.7%;
}
.dsm-popup .et_pb_gutters3 .et_block_row .et_pb_column_1_3,
.dsm-popup .et_pb_gutters3.et_block_row.et_pb_row > .et_pb_column_1_3 {
width: 29.6667%;
}
.dsm-popup .et_pb_gutters3 .et_block_row .et_pb_column_1_4,
.dsm-popup .et_pb_gutters3.et_block_row.et_pb_row > .et_pb_column_1_4 {
width: 20.875%;
}
.dsm-popup .et_pb_gutters3 .et_block_row .et_pb_column_1_5,
.dsm-popup .et_pb_gutters3.et_block_row.et_pb_row > .et_pb_column_1_5 {
width: 15.6%;
}
.dsm-popup .et_pb_gutters3 .et_block_row .et_pb_column_1_6,
.dsm-popup .et_pb_gutters3.et_block_row.et_pb_row > .et_pb_column_1_6 {
width: 12.0833%;
}
.dsm-popup .et_pb_gutters4 .et_block_row .et_pb_column,
.dsm-popup .et_pb_gutters4.et_block_row.et_pb_row > .et_pb_column {
margin-right: 8%;
}
.dsm-popup .et_pb_gutters4 .et_block_row .et_pb_column_4_4,
.dsm-popup .et_pb_gutters4.et_block_row.et_pb_row > .et_pb_column_4_4 {
width: 100%;
}
.dsm-popup .et_pb_gutters4 .et_block_row .et_pb_column_3_4,
.dsm-popup .et_pb_gutters4.et_block_row.et_pb_row > .et_pb_column_3_4 {
width: 73%;
}
.dsm-popup .et_pb_gutters4 .et_block_row .et_pb_column_2_3,
.dsm-popup .et_pb_gutters4.et_block_row.et_pb_row > .et_pb_column_2_3 {
width: 64%;
}
.dsm-popup .et_pb_gutters4 .et_block_row .et_pb_column_3_5,
.dsm-popup .et_pb_gutters4.et_block_row.et_pb_row > .et_pb_column_3_5 {
width: 56.8%;
}
.dsm-popup .et_pb_gutters4 .et_block_row .et_pb_column_1_2,
.dsm-popup .et_pb_gutters4.et_block_row.et_pb_row > .et_pb_column_1_2 {
width: 46%;
}
.dsm-popup .et_pb_gutters4 .et_block_row .et_pb_column_2_5,
.dsm-popup .et_pb_gutters4.et_block_row.et_pb_row > .et_pb_column_2_5 {
width: 35.2%;
}
.dsm-popup .et_pb_gutters4 .et_block_row .et_pb_column_1_3,
.dsm-popup .et_pb_gutters4.et_block_row.et_pb_row > .et_pb_column_1_3 {
width: 28%;
}
.dsm-popup .et_pb_gutters4 .et_block_row .et_pb_column_1_4,
.dsm-popup .et_pb_gutters4.et_block_row.et_pb_row > .et_pb_column_1_4 {
width: 19%;
}
.dsm-popup .et_pb_gutters4 .et_block_row .et_pb_column_1_5,
.dsm-popup .et_pb_gutters4.et_block_row.et_pb_row > .et_pb_column_1_5 {
width: 13.6%;
}
.dsm-popup .et_pb_gutters4 .et_block_row .et_pb_column_1_6,
.dsm-popup .et_pb_gutters4.et_block_row.et_pb_row > .et_pb_column_1_6 {
width: 10%;
}
}
.dsm-popup-trigger-pointer {
cursor: pointer;
}
.dsm-popup {
display: none;
}
.dsm-popup .dsm-popup-wrapper {
position: relative;
padding-top: var(--dsm-popup-padding-top);
padding-right: var(--dsm-popup-padding-right);
padding-bottom: var(--dsm-popup-padding-bottom);
padding-left: var(--dsm-popup-padding-left);
width: 100%;
background-color: var(--dsm-popup-wrapper-background-color);
box-shadow: var(--dsm-popup-box-shadow);
border-top-left-radius: var(--dsm-popup-border-top-left-radius);
border-top-right-radius: var(--dsm-popup-border-top-right-radius);
border-bottom-left-radius: var(--dsm-popup-border-bottom-left-radius);
border-bottom-right-radius: var(--dsm-popup-border-bottom-right-radius);
border-width: var(--dsm-popup-border-width);
border-style: var(--dsm-popup-border-style);
border-color: var(--dsm-popup-border-color);
border-top: var(--dsm-popup-border-top);
border-right: var(--dsm-popup-border-right);
border-bottom: var(--dsm-popup-border-bottom);
border-left: var(--dsm-popup-border-left);
border-top-color: var(--dsm-popup-border-top-color, var(--dsm-popup-border-color));
border-right-color: var(--dsm-popup-border-right-color, var(--dsm-popup-border-color));
border-bottom-color: var(--dsm-popup-border-bottom-color, var(--dsm-popup-border-color));
border-left-color: var(--dsm-popup-border-left-color, var(--dsm-popup-border-color));
border-top-width: var(--dsm-popup-border-top-width, var(--dsm-popup-border-width));
border-right-width: var(--dsm-popup-border-right-width, var(--dsm-popup-border-width));
border-bottom-width: var(--dsm-popup-border-bottom-width, var(--dsm-popup-border-width));
border-left-width: var(--dsm-popup-border-left-width, var(--dsm-popup-border-width));
border-top-style: var(--dsm-popup-border-top-style, var(--dsm-popup-border-style));
border-right-style: var(--dsm-popup-border-right-style, var(--dsm-popup-border-style));
border-bottom-style: var(--dsm-popup-border-bottom-style, var(--dsm-popup-border-style));
border-left-style: var(--dsm-popup-border-left-style, var(--dsm-popup-border-style));
}
.dsm-popup .et-l.et-l--body {
padding-top: var(--dsm-popup-padding-top);
padding-right: var(--dsm-popup-padding-right);
padding-bottom: var(--dsm-popup-padding-bottom);
padding-left: var(--dsm-popup-padding-left);
width: 100%;
}
.dsm-popup .et_builder_inner_content {
min-height: var(--dsm-popup-max-height);
max-height: var(--dsm-popup-max-height);
overflow-y: auto;
overflow-x: hidden;
border-top-left-radius: var(--dsm-popup-border-top-left-radius);
border-top-right-radius: var(--dsm-popup-border-top-right-radius);
border-bottom-left-radius: var(--dsm-popup-border-bottom-left-radius);
border-bottom-right-radius: var(--dsm-popup-border-bottom-right-radius);
}
.mfp-content .dsm-popup {
display: flex !important;
width: var(--dsm-popup-max-width) !important;
align-items: center;
justify-content: center;
}
.mfp-bg:has(+ .mfp-wrap.dsm-popup-modal) {
opacity: 1 !important;
background: var(--dsm-popup-overlay-color, rgba(0, 0, 0, 0.8)) !important;
}
.mfp-bg:has(+ .mfp-wrap.dsm-popup-modal.dsm-popup-no-overlay) {
display: none !important;
opacity: 0 !important;
pointer-events: none !important;
}
.mfp-wrap.dsm-popup-modal.dsm-popup-no-overlay {
pointer-events: none;
}
.mfp-wrap.dsm-popup-modal.dsm-popup-no-overlay .mfp-container {
pointer-events: none;
}
.mfp-wrap.dsm-popup-modal.dsm-popup-no-overlay .mfp-content,
.mfp-wrap.dsm-popup-modal.dsm-popup-no-overlay .dsm-popup,
.mfp-wrap.dsm-popup-modal.dsm-popup-no-overlay .dsm-popup-wrapper,
.mfp-wrap.dsm-popup-modal.dsm-popup-no-overlay .dsm-popup-wrapper * {
pointer-events: auto;
}
.mfp-wrap.dsm-popup-modal .mfp-container {
padding: 0;
}
.mfp-wrap.dsm-popup-modal .mfp-container button.mfp-close:hover {
background-color: var(--dsm-popup-close-bg-button-color) !important;
}
.dsm-popup .dsm-popup-wrapper .mfp-close.dsm-custom-close {
opacity: 1 !important;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
margin: 0 !important;
display: flex;
align-items: var(--close-button-position-vertical);
justify-content: var(--close-button-position-horizontal);
padding: 0px !important;
pointer-events: none;
z-index: 99;
}
.dsm-popup .dsm-popup-wrapper .mfp-close.dsm-custom-close:active {
top: 0px !important;
}
.dsm-popup .dsm-popup-wrapper .mfp-close.dsm-custom-close:before {
content: var(--dsm-popup-close-icon-unicode, "M") !important;
font-family: var(--dsm-popup-close-icon-font-family) !important;
font-weight: var(--dsm-popup-close-icon-font-weight) !important;
font-size: inherit !important;
display: inline-block !important;
opacity: 1 !important;
color: var(--dsm-popup-close-button-color) !important;
font-size: var(--dsm-popup-close-button-size) !important;
background-color: var(--dsm-popup-close-bg-button-color) !important;
cursor: pointer;
position: absolute;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
pointer-events: all;
top: var(--close-button-position-top);
left: var(--close-button-position-left, auto);
} .dsm-popup-modal .mfp-content .dsm-popup {
width: var(--dsm-popup-max-width) !important;
position: relative;
}
.dsm-popup-modal .mfp-content .dsm-popup .et-l.et-l--body {
width: 100% !important;
} .dsm-popup-modal .mfp-content .dsm-popup {
margin: var(--dsm-popup-cross-margin, 0 auto);
} .dsm-popup-modal .mfp-content {
vertical-align: var(--dsm-popup-main-align, center);
} .mfp-wrap.dsm-popup-modal.dsm-popup-position-absolute .mfp-container {
display: flex;
flex-direction: column;
justify-content: var(--dsm-popup-main-justify, center);
align-items: stretch;
height: 100%;
padding: 0;
}
.mfp-wrap.dsm-popup-modal.dsm-popup-position-absolute .mfp-container:before {
content: none !important;
display: none !important;
}
.mfp-wrap.dsm-popup-modal.dsm-popup-position-absolute .mfp-content {
position: relative;
flex: 0 0 auto;
margin: var(--dsm-popup-cross-margin, 0 auto);
width: var(--dsm-popup-max-width);
max-width: 100%;
pointer-events: auto;
vertical-align: initial;
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
} .mfp-wrap.dsm-popup-modal.dsm-popup-position-fixed {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
width: 100% !important;
height: 100% !important;
pointer-events: none;
}
.mfp-wrap.dsm-popup-modal.dsm-popup-position-fixed .mfp-container {
position: fixed !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: var(--dsm-popup-main-justify, center);
align-items: stretch;
height: 100%;
padding: 0;
pointer-events: none;
}
.mfp-wrap.dsm-popup-modal.dsm-popup-position-fixed .mfp-container:before {
content: none !important;
display: none !important;
}
.mfp-wrap.dsm-popup-modal.dsm-popup-position-fixed .mfp-content {
position: relative;
flex: 0 0 auto;
margin: var(--dsm-popup-cross-margin, 0 auto);
width: var(--dsm-popup-max-width);
max-width: 100%;
pointer-events: auto;
vertical-align: initial;
-webkit-user-select: text;
-moz-user-select: text;
user-select: text;
}
.mfp-bg:has(+ .mfp-wrap.dsm-popup-modal.dsm-popup-position-fixed) {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
pointer-events: none !important;
}
.dsm-popup-close-icon {
font-family: var(--dsm-popup-close-icon-font-family, "ETmodules");
font-size: var(--dsm-popup-close-button-size, 28px);
color: var(--dsm-popup-close-button-color, #000000);
font-weight: var(--dsm-popup-close-icon-font-weight, 400);
}
.dsm-popup-close-icon:before {
content: var(--dsm-popup-close-icon-unicode, "M");
}
.et-vb-field[class*=et-vb-field-dsm-popup-] {
overflow: visible;
}
.et-vb-field[class*=et-vb-field-dsm-popup-] .et-vb-field-label {
overflow: visible;
}
.et-vb-field[class*=et-vb-field-dsm-popup-] .et-vb-field-label-buttons {
display: inline-flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
align-content: flex-end;
row-gap: 4px;
overflow: visible;
}
.et-vb-field[class*=et-vb-field-dsm-popup-] .dsm-popup-responsive-bp__panel {
flex: 1 1 100%;
width: 100%;
max-width: 100%;
box-sizing: border-box;
display: flex;
justify-content: flex-end;
align-items: center;
z-index: 5;
position: relative;
padding: 4px 6px;
margin-top: 2px;
background: var(--app-background);
border-radius: 3px;
grid-column: unset;
}
.et-vb-field[class*=et-vb-field-dsm-popup-] .dsm-popup-responsive-bp__panel .et-vb-icon {
display: block;
width: 20px;
height: 20px;
}
.dsm-popup-responsive-bp-shell {
display: contents;
}
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button,
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button {
opacity: 1;
border-radius: 3px;
background-color: transparent !important;
}
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button:hover,
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button:focus-visible,
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button:hover,
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button:focus-visible {
background-color: transparent !important;
}
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current,
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current:hover,
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current:focus-visible,
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current,
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current:hover,
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current:focus-visible {
background-color: var(--app-color) !important;
}
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button svg *[fill]:not(.et-vb-svg-nofill),
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button svg *[fill]:not(.et-vb-svg-nofill) {
fill: var(--medium-gray) !important;
}
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button svg *[stroke]:not(.et-vb-svg-nostroke),
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button svg *[stroke]:not(.et-vb-svg-nostroke) {
stroke: var(--medium-gray) !important;
}
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button:hover svg *[fill]:not(.et-vb-svg-nofill),
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button:focus-visible svg *[fill]:not(.et-vb-svg-nofill),
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button:hover svg *[fill]:not(.et-vb-svg-nofill),
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button:focus-visible svg *[fill]:not(.et-vb-svg-nofill) {
fill: var(--app-color) !important;
}
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button:hover svg *[stroke]:not(.et-vb-svg-nostroke),
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button:focus-visible svg *[stroke]:not(.et-vb-svg-nostroke),
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button:hover svg *[stroke]:not(.et-vb-svg-nostroke),
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button:focus-visible svg *[stroke]:not(.et-vb-svg-nostroke) {
stroke: var(--app-color) !important;
}
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current svg *[fill]:not(.et-vb-svg-nofill),
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current:hover svg *[fill]:not(.et-vb-svg-nofill),
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current:focus-visible svg *[fill]:not(.et-vb-svg-nofill),
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current svg *[fill]:not(.et-vb-svg-nofill),
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current:hover svg *[fill]:not(.et-vb-svg-nofill),
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current:focus-visible svg *[fill]:not(.et-vb-svg-nofill) {
fill: #fff !important;
}
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current svg *[stroke]:not(.et-vb-svg-nostroke),
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current:hover svg *[stroke]:not(.et-vb-svg-nostroke),
.dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current:focus-visible svg *[stroke]:not(.et-vb-svg-nostroke),
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current svg *[stroke]:not(.et-vb-svg-nostroke),
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current:hover svg *[stroke]:not(.et-vb-svg-nostroke),
.et-vb-modal-wrapper .dsm-popup-responsive-bp__panel.et-vb-page-bar-responsive-controls [type=button].dsm-popup-responsive-bp-button.et-vb-page-bar-responsive-button.dsm-popup-responsive-bp-button--current:focus-visible svg *[stroke]:not(.et-vb-svg-nostroke) {
stroke: #fff !important;
}
.dsm-popup-responsive-bp__panel .et-vb-page-bar-responsive-buttons-wrapper {
gap: 4px;
} .et-pb-icon.dsm-native-icon-host::before,
.et-pb-icon.dsm-native-icon-host::after,
.et-pb-icon.dsm-webfont-icon-host::before,
.et-pb-icon.dsm-webfont-icon-host::after,
.et-pb-icon:has(.dsm-native-icon-glyph)::before,
.et-pb-icon:has(.dsm-native-icon-glyph)::after,
.et-pb-icon:has(.dsm-webfont-icon-glyph)::before,
.et-pb-icon:has(.dsm-webfont-icon-glyph)::after {
content: none !important;
display: none !important;
}
.dsm-native-icon-glyph {
display: inline-block;
font-style: normal;
font-weight: inherit;
font-variant: normal;
text-transform: none;
line-height: 1;
color: inherit;
font-size: 1em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.et-pb-icon.dsm-native-icon-host,
.et-pb-icon.dsm-webfont-icon-host {
color: currentColor;
font-family: inherit;
font-size: inherit;
line-height: 1;
}
.et-pb-icon.dsm-native-icon-host .dsm-webfont-icon-glyph,
.et-pb-icon.dsm-native-icon-host .dsm-native-icon-glyph,
.et-pb-icon.dsm-webfont-icon-host .dsm-webfont-icon-glyph,
.et-pb-icon.dsm-webfont-icon-host .dsm-native-icon-glyph {
color: currentColor;
font-size: 1em;
line-height: inherit;
} .dsm_image_hotspots_child .et-pb-icon.dsm-webfont-icon-host,
.dsm_image_hotspots .et-pb-icon.dsm_image_hotspots_icon.dsm-webfont-icon-host {
color: #fff;
}
.dsm_image_hotspots_child .et-pb-icon.dsm-webfont-icon-host {
font-size: 14px;
} .dsm_icon_list .et-pb-icon.dsm_icon_list_icon.dsm-webfont-icon-host {
line-height: 1;
} .dsm_step_flow .et-pb-icon.dsm_icon.dsm-webfont-icon-host,
.dsm-step-flow-container .et-pb-icon.dsm_icon.dsm-webfont-icon-host {
line-height: 1;
} .dsm-content-timeline-middle-circle .et-pb-icon.dsm-icon.dsm-webfont-icon-host,
.dsm-content-timeline-items-wrapper .dsm-icon-wrapper .et-pb-icon.dsm-icon.dsm-webfont-icon-host {
line-height: 1;
} .dsm_circle_info .et-pb-icon.dsm_icon.dsm-webfont-icon-host,
.dsm_circle_info .et-pb-icon.dsm_content_icon.dsm-webfont-icon-host {
line-height: 1;
} .dsm-advanced-tabs-wrapper .et-pb-icon.dsm_icon.dsm-webfont-icon-host,
.dsm-advanced-tabs-wrapper .et-pb-icon.dsm-active-icon.dsm-webfont-icon-host,
.dsm-content-wrapper .et-pb-icon.dsm_content_icon.dsm-webfont-icon-host {
line-height: 1;
} .dsm_image_accordion_child .et-pb-icon.dsm_image_accordion_icon.dsm-webfont-icon-host {
line-height: 1;
} .dsm_icon_list_child .et-pb-icon.dsm_icon_list_icon.dsm-webfont-icon-host {
line-height: 1;
} .dsm_breadcrumbs .dsm_home_icon.dsm-webfont-icon-host,
.dsm_breadcrumbs .dsm_home_icon.dsm-native-icon-host,
.dsm_breadcrumbs .dsm_separator_icon.dsm-webfont-icon-host,
.dsm_breadcrumbs .dsm_separator_icon.dsm-native-icon-host {
line-height: 1;
}
.dsm_breadcrumbs .dsm_home_icon.dsm-webfont-icon-host::before,
.dsm_breadcrumbs .dsm_home_icon.dsm-native-icon-host::before,
.dsm_breadcrumbs .dsm_separator_icon.dsm-webfont-icon-host::before,
.dsm_breadcrumbs .dsm_separator_icon.dsm-native-icon-host::before,
.dsm_breadcrumbs .dsm_home_icon:has(.dsm-webfont-icon-glyph)::before,
.dsm_breadcrumbs .dsm_separator_icon:has(.dsm-webfont-icon-glyph)::before {
content: none !important;
display: none !important;
} .dsm-carousel-nav-icon-overlay {
position: absolute;
top: 50%;
display: flex;
align-items: center;
justify-content: center;
width: var(--swiper-navigation-size, 60px);
height: var(--swiper-navigation-size, 60px);
margin-top: calc(-0.5 * var(--swiper-navigation-size, 60px));
pointer-events: none;
z-index: 2;
line-height: 1;
}
.swiper-button-prev + .dsm-carousel-nav-icon-overlay--prev {
left: var(--swiper-navigation-sides-offset, 0);
}
.swiper-button-next + .dsm-carousel-nav-icon-overlay--next {
right: var(--swiper-navigation-sides-offset, 0);
}
.swiper-button-prev:has(+ .dsm-carousel-nav-icon-overlay--prev)::before,
.swiper-button-next:has(+ .dsm-carousel-nav-icon-overlay--next)::before {
content: none !important;
display: none !important;
} .dsm-toc-toggle-icon.dsm-webfont-icon-host,
.dsm-toc-toggle-icon.dsm-native-icon-host {
line-height: 1;
}
.dsm-toc-toggle-icon.dsm-webfont-icon-host::before,
.dsm-toc-toggle-icon.dsm-native-icon-host::before,
.dsm-toc-toggle-icon:has(.dsm-webfont-icon-glyph)::before,
.dsm-toc-toggle-icon:has(.dsm-native-icon-glyph)::before {
content: none !important;
display: none !important;
}
.dsm-webfont-icon-host {
display: inline-flex;
align-items: center;
justify-content: center;
line-height: 1;
color: currentColor;
font-size: inherit;
}
.dsm-webfont-icon-glyph {
display: inline-block;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
color: currentColor;
font-size: 1em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.dsm-icon-library-card-preview {
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
color: inherit;
}
.dsm-icon-library-card-preview .dsm-webfont-icon-glyph {
font-size: 28px;
}
.dsm-icon-library-card-preview .dsm-icon-library-brand-mark {
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
color: inherit;
line-height: 0;
}
.dsm-icon-library-card-preview .dsm-icon-library-brand-mark svg {
display: block;
width: 100%;
height: 100%;
}
.dsm-tabler-outline-glyph {
font-family: "tabler-icons" !important;
}
.dsm-tabler-filled-glyph {
font-family: "tabler-icons-filled" !important;
}
.dsm-webfont-icon-glyph.ph,
.dsm-webfont-icon-glyph[class*=ph-] {
font-family: "Phosphor" !important;
}
.dsm-webfont-icon-glyph.ph-thin {
font-family: "Phosphor-Thin" !important;
}
.dsm-webfont-icon-glyph.ph-light {
font-family: "Phosphor-Light" !important;
}
.dsm-webfont-icon-glyph.ph-bold {
font-family: "Phosphor-Bold" !important;
}
.dsm-webfont-icon-glyph.ph-fill {
font-family: "Phosphor-Fill" !important;
}
.dsm-webfont-icon-glyph.dsm-lucide-glyph {
font-family: "lucide" !important;
}
.dsm-webfont-icon-glyph.dsm-heroicons-glyph {
font-family: "heroicons" !important;
}
.dsm-native-icon-glyph {
font-family: inherit;
}:root{--spotlight-color:210,100%,60%;--spotlight-gradient-1:210,100%,60%;--spotlight-gradient-2:280,100%,60%;--spotlight-gradient-3:none;--spotlight-gradient-4:none;--spotlight-gradient-5:none;--spotlight-gradient-count:2;--spotlight-card-bg:rgba(15, 15, 15, 0.9);--spotlight-card-border:rgba(255, 255, 255, 0.1);--spotlight-card-radius:16px;--spotlight-size:350px;--spotlight-opacity:0.15;--spotlight-border-opacity:0.5;--spotlight-transition:opacity 0.3s ease}.spotlight-card{position:relative;overflow:hidden;isolation:isolate}.spotlight-card::before{content:"";position:absolute;inset:0;background:radial-gradient(var(--spotlight-size) var(--spotlight-size) at var(--mouse-x,50%) var(--mouse-y,50%),hsla(var(--spotlight-color),var(--spotlight-opacity)),transparent 100%);opacity:0;transition:var(--spotlight-transition);pointer-events:none;z-index:1;border-radius:inherit}.spotlight-card::after{content:"";position:absolute;inset:0;background:radial-gradient(calc(var(--spotlight-size) * .8) calc(var(--spotlight-size) * .8) at var(--mouse-x,50%) var(--mouse-y,50%),hsla(var(--spotlight-color),var(--spotlight-border-opacity)),transparent 100%);border-radius:inherit;opacity:0;transition:var(--spotlight-transition);pointer-events:none;z-index:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px}.spotlight-card:hover::after,.spotlight-card:hover::before{opacity:1}.spotlight-card-content{position:relative;z-index:2;padding:24px;height:100%}.spotlight-card--border,.spotlight-card[data-variant=border]{--spotlight-opacity:0}.spotlight-card--border::before,.spotlight-card[data-variant=border]::before{display:none}.spotlight-card--border::after,.spotlight-card[data-variant=border]::after{--spotlight-border-opacity:0.8;padding:2px}.spotlight-card--gradient::before,.spotlight-card[data-variant=gradient]::before{background:radial-gradient(var(--spotlight-size) var(--spotlight-size) at var(--mouse-x,50%) var(--mouse-y,50%),hsla(var(--spotlight-gradient-1),var(--spotlight-opacity)),hsla(var(--spotlight-gradient-2),calc(var(--spotlight-opacity) * .5)),transparent 100%)}.spotlight-card--gradient::after,.spotlight-card[data-variant=gradient]::after{background:radial-gradient(calc(var(--spotlight-size) * .8) calc(var(--spotlight-size) * .8) at var(--mouse-x,50%) var(--mouse-y,50%),hsla(var(--spotlight-gradient-1),var(--spotlight-border-opacity)),hsla(var(--spotlight-gradient-2),calc(var(--spotlight-border-opacity) * .7)),transparent 100%)}.spotlight-card--gradient-border::before,.spotlight-card[data-variant=gradient-border]::before{display:none}.spotlight-card--gradient-border::after,.spotlight-card[data-variant=gradient-border]::after{background:radial-gradient(calc(var(--spotlight-size) * .8) calc(var(--spotlight-size) * .8) at var(--mouse-x,50%) var(--mouse-y,50%),hsla(var(--spotlight-gradient-1),.9),hsla(var(--spotlight-gradient-2),.7),transparent 100%);padding:2px}.spotlight-card[data-size=sm]{--spotlight-size:200px}.spotlight-card[data-size=md]{--spotlight-size:350px}.spotlight-card[data-size=lg]{--spotlight-size:500px}.spotlight-card[data-size=xl]{--spotlight-size:700px}.spotlight-card[data-intensity=low]{--spotlight-opacity:0.08;--spotlight-border-opacity:0.25}.spotlight-card[data-intensity=medium]{--spotlight-opacity:0.15;--spotlight-border-opacity:0.5}.spotlight-card[data-intensity=high]{--spotlight-opacity:0.25;--spotlight-border-opacity:0.75}.spotlight-card--autoplay,.spotlight-card[data-autoplay=true]{--mouse-x:50%;--mouse-y:50%}.spotlight-card--autoplay::after,.spotlight-card--autoplay::before,.spotlight-card--proximity::after,.spotlight-card--proximity::before,.spotlight-card[data-autoplay=true]::after,.spotlight-card[data-autoplay=true]::before,.spotlight-card[data-mode=proximity]::after,.spotlight-card[data-mode=proximity]::before{opacity:1}.spotlight-card-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.spotlight-card--disabled::after,.spotlight-card--disabled::before,.spotlight-card[data-disabled=true]::after,.spotlight-card[data-disabled=true]::before{display:none}.spotlight-card:focus-visible{outline:2px solid hsla(var(--spotlight-color),.8);outline-offset:2px}.spotlight-card:focus-visible::after,.spotlight-card:focus-visible::before{opacity:1}@media (prefers-reduced-motion:reduce){.spotlight-card::after,.spotlight-card::before{transition:none}.spotlight-card--autoplay::after,.spotlight-card--autoplay::before,.spotlight-card[data-autoplay=true]::after,.spotlight-card[data-autoplay=true]::before{animation:none;opacity:1;--mouse-x:50%;--mouse-y:50%}}.dnxte_button .dnxt-btn-icon{display:inline-block;padding:.3em 1em;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;transition-property:all!important;position:relative;overflow:hidden}.dnxte_button .dnxt-btn-icon i{font-size:inherit!important;line-height:0!important;font-weight:900;font-family:ETmodules;display:inline-block;font-size:inherit;font-variant:normal;text-rendering:auto;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:0;visibility:hidden;margin-left:-1em;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.1s;-o-transition-duration:.1s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition:.3s;vertical-align:middle}.dnxt-btn-icon:hover:before{margin-left:0!important}.dnxt-hover-icon-back:hover i{-webkit-transform:translateX(-4px);-ms-transform:translateX(-4px);transform:translateX(-4px)}.dnxte_button .dnxt-button-wrapper{display:block}.dnxte_button .dnxt-button-wrapper a{border-style:solid;border-width:2px;font-size:20px;border-radius:2px;line-height:34px;background-size:cover;background-position:center;background-repeat:no-repeat;color:#6243eb;white-space:normal;vertical-align:top}.dnxte_button .dnxt_button_alignment_left{text-align:left}.dnxte_button .dnxt_button_alignment_center{text-align:center}.dnxte_button .dnxt_button_alignment_right{text-align:right}@media(max-width:980px){.dnxte_button .dnxt_button_alignment_left_tablet{text-align:left}.dnxte_button .dnxt_button_alignment_center_tablet{text-align:center}.dnxte_button .dnxt_button_alignment_right_tablet{text-align:right}}@media(max-width:767px){.dnxte_button .dnxt_button_alignment_left_phone{text-align:left}.dnxte_button .dnxt_button_alignment_center_phone{text-align:center}.dnxte_button .dnxt_button_alignment_right_phone{text-align:right}}.dnxt-hover-grow{display:inline-block;vertical-align:middle;-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dnxt-hover-grow:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.dnxt-hover-shrink{display:inline-block;vertical-align:middle;-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0)}.dnxt-hover-shrink:hover{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.dnxt-hover-pulse{display:inline-block;vertical-align:middle;-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0)}.dnxt-hover-pulse:hover{-webkit-animation-name:dnxt-hover-pulse;animation-name:dnxt-hover-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes dnxt-hover-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes dnxt-hover-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(.9);transform:scale(.9)}}.dnxt-hover-pulse-grow{display:inline-block;vertical-align:middle;-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0)}.dnxt-hover-pulse-grow:hover{-webkit-animation-name:dnxt-hover-pulse-grow;animation-name:dnxt-hover-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes dnxt-hover-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes dnxt-hover-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.dnxt-hover-pulse-shrink{display:inline-block;vertical-align:middle;-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0)}.dnxt-hover-pulse-shrink:hover{-webkit-animation-name:dnxt-hover-pulse-shrink;animation-name:dnxt-hover-pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes dnxt-hover-pulse-shrink{to{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes dnxt-hover-pulse-shrink{to{-webkit-transform:scale(.9);transform:scale(.9)}}@-webkit-keyframes dnxt-hover-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes dnxt-hover-push{50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}.dnxt-hover-push{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-push:hover{-webkit-animation-name:dnxt-hover-push;animation-name:dnxt-hover-push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes dnxt-hover-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes dnxt-hover-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.dnxt-hover-pop{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-pop:hover{-webkit-animation-name:dnxt-hover-pop;animation-name:dnxt-hover-pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.dnxt-hover-bounce-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}.dnxt-hover-bounce-in:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);-o-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(.47,2.02,.31,-.36)}.dnxt-hover-bounce-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}.dnxt-hover-bounce-out:hover{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);-webkit-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);-o-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(.47,2.02,.31,-.36)}.dnxt-hover-rotate{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform}.dnxt-hover-rotate:hover{-webkit-transform:rotate(4deg);-ms-transform:rotate(4deg);transform:rotate(4deg)}.dnxt-hover-grow-rotate{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform}.dnxt-hover-grow-rotate:hover{-webkit-transform:scale(1.1) rotate(4deg);-ms-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.dnxt-hover-float{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-float:hover{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.dnxt-hover-sink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-sink:hover{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}@-webkit-keyframes dnxt-hover-bob{0%,100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}@keyframes dnxt-hover-bob{0%,100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}@-webkit-keyframes dnxt-hover-bob-float{100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes dnxt-hover-bob-float{100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}.dnxt-hover-bob:hover i{-webkit-animation-name:dnxt-hover-bob-float,dnxt-hover-bob;animation-name:dnxt-hover-bob-float,dnxt-hover-bob;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}@-webkit-keyframes dnxt-hover-hang{0%,100%{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}}@keyframes dnxt-hover-hang{0%,100%{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}}@-webkit-keyframes dnxt-hover-hang-sink{100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@keyframes dnxt-hover-hang-sink{100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}.dnxt-hover-hang:hover i{-webkit-animation-name:dnxt-hover-hang-sink,dnxt-hover-hang;animation-name:dnxt-hover-hang-sink,dnxt-hover-hang;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}.dnxt-hover-skew{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform}.dnxt-hover-skew:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.dnxt-hover-skew-forward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.dnxt-hover-skew-forward:hover{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.dnxt-hover-skew-backward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.dnxt-hover-skew-backward:hover{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}@-webkit-keyframes dnxt-hover-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes dnxt-hover-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px)}33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.dnxt-hover-wobble-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-wobble-horizontal:hover{-webkit-animation-name:dnxt-hover-wobble-horizontal;animation-name:dnxt-hover-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes dnxt-hover-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes dnxt-hover-wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px)}33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.dnxt-hover-wobble-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-wobble-vertical:hover{-webkit-animation-name:dnxt-hover-wobble-vertical;animation-name:dnxt-hover-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes dnxt-hover-wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes dnxt-hover-wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px,8px);transform:translate(8px,8px)}33.3%{-webkit-transform:translate(-6px,-6px);transform:translate(-6px,-6px)}49.95%{-webkit-transform:translate(4px,4px);transform:translate(4px,4px)}66.6%{-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}83.25%{-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.dnxt-hover-wobble-to-bottom-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-wobble-to-bottom-right:hover{-webkit-animation-name:dnxt-hover-wobble-to-bottom-right;animation-name:dnxt-hover-wobble-to-bottom-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes dnxt-hover-wobble-to-top-right{16.65%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}33.3%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}49.95%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}66.6%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}83.25%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes dnxt-hover-wobble-to-top-right{16.65%{-webkit-transform:translate(8px,-8px);transform:translate(8px,-8px)}33.3%{-webkit-transform:translate(-6px,6px);transform:translate(-6px,6px)}49.95%{-webkit-transform:translate(4px,-4px);transform:translate(4px,-4px)}66.6%{-webkit-transform:translate(-2px,2px);transform:translate(-2px,2px)}83.25%{-webkit-transform:translate(1px,-1px);transform:translate(1px,-1px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.dnxt-hover-wobble-to-top-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-wobble-to-top-right:hover{-webkit-animation-name:dnxt-hover-wobble-to-top-right;animation-name:dnxt-hover-wobble-to-top-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes dnxt-hover-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes dnxt-hover-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.dnxt-hover-wobble-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.dnxt-hover-wobble-top:hover{-webkit-animation-name:dnxt-hover-wobble-top;animation-name:dnxt-hover-wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes dnxt-hover-wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes dnxt-hover-wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.dnxt-hover-wobble-bottom{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.dnxt-hover-wobble-bottom:hover{-webkit-animation-name:dnxt-hover-wobble-bottom;animation-name:dnxt-hover-wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes dnxt-hover-wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes dnxt-hover-wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.dnxt-hover-wobble-skew{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-wobble-skew:hover{-webkit-animation-name:dnxt-hover-wobble-skew;animation-name:dnxt-hover-wobble-skew;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes dnxt-hover-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes dnxt-hover-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}.dnxt-hover-buzz{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-buzz:hover{-webkit-animation-name:dnxt-hover-buzz;animation-name:dnxt-hover-buzz;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes dnxt-hover-buzz-out{10%,30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%,40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%,70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%,80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes dnxt-hover-buzz-out{10%,30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%,40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%,70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%,80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}.dnxt-hover-buzz-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent}.dnxt-hover-buzz-out:hover{-webkit-animation-name:dnxt-hover-buzz-out;animation-name:dnxt-hover-buzz-out;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.dnxt-hover-forward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform}.dnxt-hover-forward:hover{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px)}.dnxt-hover-backward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform}.dnxt-hover-backward:hover{-webkit-transform:translateX(-8px);-ms-transform:translateX(-8px);transform:translateX(-8px)}.dnxt-hover-fade{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;overflow:hidden;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-fade:hover{background:#2098d1;color:#fff}.dnxt-hover-sweep-to-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-sweep-to-right:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-sweep-to-right:hover{color:#fff}.dnxt-hover-sweep-to-right:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.dnxt-hover-sweep-to-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-sweep-to-left:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-sweep-to-left:hover{color:#fff}.dnxt-hover-sweep-to-left:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.dnxt-hover-sweep-to-bottom{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-sweep-to-bottom:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-sweep-to-bottom:hover{color:#fff}.dnxt-hover-sweep-to-bottom:hover:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.dnxt-hover-sweep-to-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-sweep-to-top:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-sweep-to-top:hover{color:#fff}.dnxt-hover-sweep-to-top:hover:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.dnxt-hover-bounce-to-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}.dnxt-hover-bounce-to-right:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-bounce-to-right:hover{color:#fff}.dnxt-hover-bounce-to-right:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);-o-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.dnxt-hover-bounce-to-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}.dnxt-hover-bounce-to-left:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-bounce-to-left:hover{color:#fff}.dnxt-hover-bounce-to-left:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);-o-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.dnxt-hover-bounce-to-bottom{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}.dnxt-hover-bounce-to-bottom:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-bounce-to-bottom:hover{color:#fff}.dnxt-hover-bounce-to-bottom:hover:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);-o-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.dnxt-hover-bounce-to-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}.dnxt-hover-bounce-to-top:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-bounce-to-top:hover{color:#fff}.dnxt-hover-bounce-to-top:hover:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);-o-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}.dnxt-hover-radial-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:hidden;background:#e1e1e1;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-radial-out:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;border-radius:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-radial-out:hover{color:#fff}.dnxt-hover-radial-out:hover:before{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.dnxt-hover-radial-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:hidden;background:#2098d1;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-radial-in:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#e1e1e1;border-radius:100%;-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-radial-in:hover{color:#fff}.dnxt-hover-radial-in:hover:before{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.dnxt-hover-rectangle-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;background:#2098d1;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-rectangle-in:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#e1e1e1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-rectangle-in:hover{color:#fff}.dnxt-hover-rectangle-in:hover:before{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.dnxt-hover-rectangle-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;background:#e1e1e1;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-rectangle-out:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#2098d1;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-rectangle-out:hover{color:#fff}.dnxt-hover-rectangle-out:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.dnxt-hover-shutter-in-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;background:#2098d1;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-shutter-in-horizontal:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#e1e1e1;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-shutter-in-horizontal:hover{color:#fff}.dnxt-hover-shutter-in-horizontal:hover:before{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0)}.dnxt-hover-shutter-out-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;background:#e1e1e1;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-shutter-out-horizontal:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#2098d1;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-shutter-out-horizontal:hover{color:#fff}.dnxt-hover-shutter-out-horizontal:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.dnxt-hover-shutter-in-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;background:#2098d1;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-shutter-in-vertical:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#e1e1e1;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-shutter-in-vertical:hover{color:#fff}.dnxt-hover-shutter-in-vertical:hover:before{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}.dnxt-hover-shutter-out-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;background:#e1e1e1;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-hover-shutter-out-vertical:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#2098d1;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-shutter-out-vertical:hover{color:#fff}.dnxt-hover-shutter-out-vertical:hover:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.dnxt-hover-trim{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative}.dnxt-hover-trim:before{content:"";position:absolute;top:4px;left:4px;right:4px;bottom:4px;opacity:0;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;border:4px solid #e1e1e1}.dnxt-hover-trim:hover:before{opacity:1}@-webkit-keyframes dnxt-hover-ripple-out{100%{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0}}@keyframes dnxt-hover-ripple-out{100%{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0}}.dnxt-hover-ripple-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:visible!important}.dnxt-hover-ripple-out:before{content:"";position:absolute;border-color:#e1e1e1;border-width:4px;top:0;right:0;bottom:0;left:0;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.dnxt-hover-ripple-out:hover:before{-webkit-animation-name:dnxt-hover-ripple-out;animation-name:dnxt-hover-ripple-out}@-webkit-keyframes dnxt-hover-ripple-in{100%{top:0;right:0;bottom:0;left:0;opacity:1}}@keyframes dnxt-hover-ripple-in{100%{top:0;right:0;bottom:0;left:0;opacity:1}}.dnxt-hover-ripple-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:visible!important}.dnxt-hover-ripple-in:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0;-webkit-animation-duration:1s;animation-duration:1s;border:4px solid #e1e1e1}.dnxt-hover-ripple-in:hover:before{-webkit-animation-name:dnxt-hover-ripple-in;animation-name:dnxt-hover-ripple-in}.dnxt-hover-underline-from-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.dnxt-hover-underline-from-left:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:#2098d1;height:4px;-webkit-transition-property:right;-o-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-underline-from-left:hover:before{right:0}.dnxt-hover-underline-from-center{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.dnxt-hover-underline-from-center:before{content:"";position:absolute;z-index:-1;left:51%;right:51%;bottom:0;background:#2098d1;height:4px;-webkit-transition-property:left,right;-o-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-underline-from-center:hover:before{left:0;right:0}.dnxt-hover-underline-from-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.dnxt-hover-underline-from-right:before{content:"";position:absolute;z-index:-1;left:100%;right:0;bottom:0;background:#2098d1;height:4px;-webkit-transition-property:left;-o-transition-property:left;transition-property:left;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-underline-from-right:hover:before{left:0}.dnxt-hover-overline-from-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.dnxt-hover-overline-from-left:before{content:"";position:absolute;z-index:-1;left:0;right:100%;top:0;background:#2098d1;height:4px;-webkit-transition-property:right;-o-transition-property:right;transition-property:right;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-overline-from-left:hover:before{right:0}.dnxt-hover-overline-from-center{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.dnxt-hover-overline-from-center:before{content:"";position:absolute;z-index:-1;left:51%;right:51%;top:0;background:#2098d1;height:4px;-webkit-transition-property:left,right;-o-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-overline-from-center:hover:before{left:0;right:0}.dnxt-hover-overline-from-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.dnxt-hover-overline-from-right:before{content:"";position:absolute;z-index:-1;left:100%;right:0;top:0;background:#2098d1;height:4px;-webkit-transition-property:left;-o-transition-property:left;transition-property:left;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-overline-from-right:hover:before{left:0}.dnxt-hover-reveal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.dnxt-hover-reveal:before{content:"";position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;-webkit-transition-property:border-width;-o-transition-property:border-width;transition-property:border-width;-webkit-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;border:0 solid #2098d1}.dnxt-hover-reveal:hover:before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);border-width:4px}.dnxt-hover-underline-reveal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.dnxt-hover-underline-reveal:before{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;background:#2098d1;height:4px;-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px);-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-underline-reveal:hover:before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.dnxt-hover-overline-reveal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.dnxt-hover-overline-reveal:before{content:"";position:absolute;z-index:-1;left:0;right:0;top:0;background:#2098d1;height:4px;-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px);-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-overline-reveal:hover:before{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.dnxt-hover-icon-back:hover:after,.dnxt-hover-icon-back:hover:before{-webkit-transform:translateX(-4px);-ms-transform:translateX(-4px);transform:translateX(-4px)}.dnxt-hover-icon-forward i{font-family:"ETmodules!important";display:inline-block;font-size:inherit;font-variant:normal;font-style:normal;font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.dnxt-hover-icon-forward:hover i{-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px)}.dnxt-hover-icon-down i{font-family:"ETmodules!important";display:inline-block;font-size:inherit;font-variant:normal;font-style:normal;font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes dnxt-hover-icon-down{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes dnxt-hover-icon-down{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(6px);transform:translateY(6px)}}.dnxt-hover-icon-down:hover i{-webkit-animation-name:dnxt-hover-icon-down;animation-name:dnxt-hover-icon-down;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.dnxt-hover-icon-up i{font-family:"ETmodules!important";display:inline-block;font-size:inherit;font-variant:normal;font-style:normal;font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes dnxt-hover-icon-up{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes dnxt-hover-icon-up{0%,100%,50%{-webkit-transform:translateY(0);transform:translateY(0)}25%,75%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.dnxt-hover-icon-up:hover i{-webkit-animation-name:dnxt-hover-icon-up;animation-name:dnxt-hover-icon-up;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.dnxt-hover-icon-drop i{font-family:"ETmodules!important";display:inline-block;font-size:inherit;font-variant:normal;font-style:normal;font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translateZ(0);transform:translateZ(0)}@-webkit-keyframes dnxt-hover-icon-drop{0%{opacity:0}50%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%,51%{opacity:1}}@keyframes dnxt-hover-icon-drop{0%{opacity:0}50%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%,51%{opacity:1}}.dnxt-hover-icon-drop:hover i{opacity:0;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-animation-name:dnxt-hover-icon-drop;animation-name:dnxt-hover-icon-drop;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:cubic-bezier(.52,1.64,.37,.66);animation-timing-function:cubic-bezier(.52,1.64,.37,.66)}.dnxt-hover-icon-float-away i{font-family:ETmodules;display:inline-block;font-size:inherit;font-variant:normal;font-style:normal;font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes dnxt-hover-icon-float-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(-1em);transform:translateY(-1em)}}@keyframes dnxt-hover-icon-float-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(-1em);transform:translateY(-1em)}}.dnxt-hover-icon-float-away:hover i{-webkit-animation-name:dnxt-hover-icon-float-away;animation-name:dnxt-hover-icon-float-away;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.dnxt-hover-icon-sink-away i{font-family:ETmodules;display:inline-block;font-size:inherit;font-variant:normal;font-style:normal;font-weight:900;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes dnxt-hover-icon-sink-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em)}}@keyframes dnxt-hover-icon-sink-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em)}}.dnxt-hover-icon-sink-away:hover i{-webkit-animation-name:dnxt-hover-icon-sink-away;animation-name:dnxt-hover-icon-sink-away;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.dnxt-hover-icon-grow:hover i{-webkit-transform:scale(1.3) translateZ(0);transform:scale(1.3) translateZ(0)}.dnxt-hover-icon-shrink:hover i{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}@-webkit-keyframes dnxt-hover-icon-pulse{25%{-webkit-transform:scale(1.3);transform:scale(1.3)}75%{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes dnxt-hover-icon-pulse{25%{-webkit-transform:scale(1.3);transform:scale(1.3)}75%{-webkit-transform:scale(.8);transform:scale(.8)}}.dnxt-hover-icon-pulse:hover i{-webkit-animation-name:dnxt-hover-icon-pulse;animation-name:dnxt-hover-icon-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes dnxt-hover-icon-pulse-grow{to{-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes dnxt-hover-icon-pulse-grow{to{-webkit-transform:scale(1.3);transform:scale(1.3)}}.dnxt-hover-icon-pulse-grow:hover i{-webkit-animation-name:dnxt-hover-icon-pulse-grow;animation-name:dnxt-hover-icon-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes dnxt-hover-icon-pulse-shrink{to{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes dnxt-hover-icon-pulse-shrink{to{-webkit-transform:scale(.8);transform:scale(.8)}}.dnxt-hover-icon-pulse-shrink:hover i{-webkit-animation-name:dnxt-hover-icon-pulse-shrink;animation-name:dnxt-hover-icon-pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes dnxt-hover-icon-push{to{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes dnxt-hover-icon-push{to{-webkit-transform:scale(.8);transform:scale(.8)}}.dnxt-hover-icon-push:hover i{-webkit-animation-name:dnxt-hover-icon-push;animation-name:dnxt-hover-icon-push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes dnxt-hover-icon-pop{50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes dnxt-hover-icon-pop{50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}.dnxt-hover-icon-pop:hover i{-webkit-animation-name:dnxt-hover-icon-pop;animation-name:dnxt-hover-icon-pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.dnxt-hover-icon-bounce:hover i{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);-webkit-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);-o-transition-timing-function:cubic-bezier(.47,2.02,.31,-.36);transition-timing-function:cubic-bezier(.47,2.02,.31,-.36)}.dnxt-hover-icon-rotate:hover i{-webkit-transform:rotate(20deg);-ms-transform:rotate(20deg);transform:rotate(20deg)}.dnxt-hover-icon-grow-rotate:hover i{-webkit-transform:scale(1.5) rotate(12deg);-ms-transform:scale(1.5) rotate(12deg);transform:scale(1.5) rotate(12deg)}.dnxt-hover-icon-float:hover i{-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px)}.dnxt-hover-icon-sink:hover i{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}@-webkit-keyframes dnxt-hover-icon-bob{0%,100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}@keyframes dnxt-hover-icon-bob{0%,100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}@-webkit-keyframes dnxt-hover-icon-bob-float{100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes dnxt-hover-icon-bob-float{100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.dnxt-hover-icon-bob:hover i{-webkit-animation-name:dnxt-hover-icon-bob-float,dnxt-hover-icon-bob;animation-name:dnxt-hover-icon-bob-float,dnxt-hover-icon-bob;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}@-webkit-keyframes dnxt-hover-icon-hang{0%,100%{-webkit-transform:translateY(6px);transform:translateY(6px)}50%{-webkit-transform:translateY(2px);transform:translateY(2px)}}@keyframes dnxt-hover-icon-hang{0%,100%{-webkit-transform:translateY(6px);transform:translateY(6px)}50%{-webkit-transform:translateY(2px);transform:translateY(2px)}}@-webkit-keyframes dnxt-hover-icon-hang-sink{100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes dnxt-hover-icon-hang-sink{100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}.dnxt-hover-icon-hang:hover i{-webkit-animation-name:dnxt-hover-icon-hang-sink,dnxt-hover-icon-hang;animation-name:dnxt-hover-icon-hang-sink,dnxt-hover-icon-hang;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}@-webkit-keyframes dnxt-hover-icon-wobble-horizontal{16.65%{-webkit-transform:translateX(6px);transform:translateX(6px)}33.3%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes dnxt-hover-icon-wobble-horizontal{16.65%{-webkit-transform:translateX(6px);transform:translateX(6px)}33.3%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}49.95%{-webkit-transform:translateX(4px);transform:translateX(4px)}66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}83.25%{-webkit-transform:translateX(1px);transform:translateX(1px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.dnxt-hover-icon-wobble-horizontal:hover i{-webkit-animation-name:dnxt-hover-icon-wobble-horizontal;animation-name:dnxt-hover-icon-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes dnxt-hover-icon-wobble-vertical{16.65%{-webkit-transform:translateY(6px);transform:translateY(6px)}33.3%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes dnxt-hover-icon-wobble-vertical{16.65%{-webkit-transform:translateY(6px);transform:translateY(6px)}33.3%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}49.95%{-webkit-transform:translateY(4px);transform:translateY(4px)}66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}83.25%{-webkit-transform:translateY(1px);transform:translateY(1px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.dnxt-hover-icon-wobble-vertical:hover i{-webkit-animation-name:dnxt-hover-icon-wobble-vertical;animation-name:dnxt-hover-icon-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes dnxt-hover-icon-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes dnxt-hover-icon-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}.dnxt-hover-icon-buzz:hover i{-webkit-animation-name:dnxt-hover-icon-buzz;animation-name:dnxt-hover-icon-buzz;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes dnxt-hover-icon-buzz-out{10%,30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%,40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%,70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%,80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes dnxt-hover-icon-buzz-out{10%,30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%,40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%,70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%,80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}.dnxt-hover-icon-buzz-out:hover i{-webkit-animation-name:dnxt-hover-icon-buzz-out;animation-name:dnxt-hover-icon-buzz-out;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.dnxt-headline{font-size:3rem;line-height:1.4;padding-bottom:0}.dnxt-words-wrapper{display:inline-flex;position:relative;overflow:hidden;max-width:100%;transition:width .3s;overflow-wrap:break-word}.dnxt-words-wrapper b{display:inline-block;position:absolute;white-space:nowrap;left:0;top:0;right:0}.dnxt-words-wrapper b.is-visible{position:relative;white-space:normal}.no-js .dnxt-words-wrapper b.is-visible{opacity:1}.dnxt-headline.rotate-1 .dnxt-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.dnxt-headline.rotate-1 b{opacity:0;-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;-ms-transform-origin:50% 100%;-o-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg)}.dnxt-headline.rotate-1 b.is-visible{opacity:1;-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0);-webkit-animation:1.2s dnxt-rotate-1-in;-moz-animation:1.2s dnxt-rotate-1-in;animation:1.2s dnxt-rotate-1-in}.dnxt-headline.rotate-1 b.is-hidden{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:1.2s dnxt-rotate-1-out;-moz-animation:1.2s dnxt-rotate-1-out;animation:1.2s dnxt-rotate-1-out}@-webkit-keyframes dnxt-rotate-1-in{0%{-webkit-transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);opacity:1}}@-moz-keyframes dnxt-rotate-1-in{0%{-moz-transform:rotateX(180deg);opacity:0}35%{-moz-transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-moz-transform:rotateX(360deg);opacity:1}}@keyframes dnxt-rotate-1-in{0%{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);-moz-transform:rotateX(120deg);-ms-transform:rotateX(120deg);-o-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);-moz-transform:rotateX(360deg);-ms-transform:rotateX(360deg);-o-transform:rotateX(360deg);transform:rotateX(360deg);opacity:1}}@-webkit-keyframes dnxt-rotate-1-out{0%{-webkit-transform:rotateX(0);opacity:1}35%{-webkit-transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);opacity:0}}@-moz-keyframes dnxt-rotate-1-out{0%{-moz-transform:rotateX(0);opacity:1}35%{-moz-transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-moz-transform:rotateX(180deg);opacity:0}}@keyframes dnxt-rotate-1-out{0%{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0);opacity:1}35%{-webkit-transform:rotateX(-40deg);-moz-transform:rotateX(-40deg);-ms-transform:rotateX(-40deg);-o-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-ms-transform:rotateX(180deg);-o-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}.dnxt-headline.type .dnxt-words-wrapper::after{content:"";position:absolute;right:0;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:90%;width:1px;background-color:#aebcb9}.dnxt-headline.type .dnxt-words-wrapper.waiting::after{-webkit-animation:1s infinite dnxt-pulse;-moz-animation:1s infinite dnxt-pulse;animation:1s infinite dnxt-pulse}.dnxt-headline.type .dnxt-words-wrapper.selected{background-color:#aebcb9}.dnxt-headline.type .dnxt-words-wrapper.selected::after{visibility:hidden}.dnxt-headline.type .dnxt-words-wrapper.selected b{color:#0d0d0d}.dnxt-headline.type b{visibility:hidden}.dnxt-headline.type b.is-visible{visibility:visible}.dnxt-headline.type i{position:absolute;visibility:hidden}.dnxt-headline.type i.in{position:relative;visibility:visible}@-webkit-keyframes dnxt-pulse{0%{-webkit-transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);opacity:0}}@-moz-keyframes dnxt-pulse{0%{-moz-transform:translateY(-50%) scale(1);opacity:1}40%{-moz-transform:translateY(-50%) scale(.9);opacity:0}100%{-moz-transform:translateY(-50%) scale(0);opacity:0}}@keyframes dnxt-pulse{0%{-webkit-transform:translateY(-50%) scale(1);-moz-transform:translateY(-50%) scale(1);-ms-transform:translateY(-50%) scale(1);-o-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);-moz-transform:translateY(-50%) scale(.9);-ms-transform:translateY(-50%) scale(.9);-o-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);-moz-transform:translateY(-50%) scale(0);-ms-transform:translateY(-50%) scale(0);-o-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}.dnxt-headline.rotate-2 .dnxt-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.dnxt-headline.rotate-2 em,.dnxt-headline.rotate-2 i{display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dnxt-headline.rotate-2 i{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-20px) rotateX(90deg);-moz-transform:translateZ(-20px) rotateX(90deg);-ms-transform:translateZ(-20px) rotateX(90deg);-o-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);opacity:0}.is-visible .dnxt-headline.rotate-2 i{opacity:1}.dnxt-headline.rotate-2 i.in{-webkit-animation:.4s forwards dnxt-rotate-2-in;-moz-animation:.4s forwards dnxt-rotate-2-in;animation:.4s forwards dnxt-rotate-2-in}.dnxt-headline.rotate-2 i.out{-webkit-animation:.4s forwards dnxt-rotate-2-out;-moz-animation:.4s forwards dnxt-rotate-2-out;animation:.4s forwards dnxt-rotate-2-out}.dnxt-headline.rotate-2 em{-webkit-transform:translateZ(20px);-moz-transform:translateZ(20px);-ms-transform:translateZ(20px);-o-transform:translateZ(20px);transform:translateZ(20px)}.no-csstransitions .dnxt-headline.rotate-2 i{-webkit-transform:rotateX(0);-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);transform:rotateX(0);opacity:0}.no-csstransitions .dnxt-headline.rotate-2 i em{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.no-csstransitions .dnxt-headline.rotate-2 .is-visible i{opacity:1}@-webkit-keyframes dnxt-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0)}}@-moz-keyframes dnxt-rotate-2-in{0%{opacity:0;-moz-transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-moz-transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-moz-transform:translateZ(-20px) rotateX(0)}}@keyframes dnxt-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);-moz-transform:translateZ(-20px) rotateX(90deg);-ms-transform:translateZ(-20px) rotateX(90deg);-o-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);-moz-transform:translateZ(-20px) rotateX(-10deg);-ms-transform:translateZ(-20px) rotateX(-10deg);-o-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);-moz-transform:translateZ(-20px) rotateX(0);-ms-transform:translateZ(-20px) rotateX(0);-o-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}}@-webkit-keyframes dnxt-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg)}}@-moz-keyframes dnxt-rotate-2-out{0%{opacity:1;-moz-transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-moz-transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-moz-transform:translateZ(-20px) rotateX(-90deg)}}@keyframes dnxt-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);-moz-transform:translateZ(-20px) rotateX(0);-ms-transform:translateZ(-20px) rotateX(0);-o-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);-moz-transform:translateZ(-20px) rotateX(-100deg);-ms-transform:translateZ(-20px) rotateX(-100deg);-o-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);-moz-transform:translateZ(-20px) rotateX(-90deg);-ms-transform:translateZ(-20px) rotateX(-90deg);-o-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}.dnxt-headline.loading-bar .dnxt-words-wrapper::after{content:"";position:absolute;left:0;bottom:0;height:3px;width:0;-webkit-transition:width .3s -.1s;-moz-transition:width .3s -.1s;transition:width .3s -.1s}.dnxt-headline.loading-bar .dnxt-words-wrapper.is-loading::after{width:100%;-webkit-transition:width 3s;-moz-transition:width 3s;transition:width 3s}.dnxt-headline.loading-bar b{z-index:2;top:.2em;opacity:0;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s}.dnxt-headline.loading-bar b.is-visible{opacity:1;top:0}.dnxt-headline.slide b{opacity:0;top:.2em}.dnxt-headline.slide b.is-visible{top:0;opacity:1;-webkit-animation:.6s slide-in;-moz-animation:.6s slide-in;animation:.6s slide-in}.dnxt-headline.slide b.is-hidden{-webkit-animation:.6s slide-out;-moz-animation:.6s slide-out;animation:.6s slide-out}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes slide-in{0%{opacity:0;-moz-transform:translateY(-100%)}60%{opacity:1;-moz-transform:translateY(20%)}100%{opacity:1;-moz-transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);-o-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%)}}@-moz-keyframes slide-out{0%{opacity:1;-moz-transform:translateY(0)}60%{opacity:0;-moz-transform:translateY(120%)}100%{opacity:0;-moz-transform:translateY(100%)}}@keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);-moz-transform:translateY(120%);-ms-transform:translateY(120%);-o-transform:translateY(120%);transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%)}}.dnxt-headline.clip .dnxt-words-wrapper::after{content:"";position:absolute;top:0;right:0;width:2px;height:100%;background-color:#aebcb9}.dnxt-headline.clip b.is-visible{opacity:1}.dnxt-headline.zoom .dnxt-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.dnxt-headline.zoom b.is-visible{opacity:1;-webkit-animation:.8s zoom-in;-moz-animation:.8s zoom-in;animation:.8s zoom-in}.dnxt-headline.zoom b.is-hidden{-webkit-animation:.8s zoom-out;-moz-animation:.8s zoom-out;animation:.8s zoom-out}@-webkit-keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0)}}@-moz-keyframes zoom-in{0%{opacity:0;-moz-transform:translateZ(100px)}100%{opacity:1;-moz-transform:translateZ(0)}}@keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);-moz-transform:translateZ(100px);-ms-transform:translateZ(100px);-o-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px)}}@-moz-keyframes zoom-out{0%{opacity:1;-moz-transform:translateZ(0)}100%{opacity:0;-moz-transform:translateZ(-100px)}}@keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);-moz-transform:translateZ(-100px);-ms-transform:translateZ(-100px);-o-transform:translateZ(-100px);transform:translateZ(-100px)}}.dnxt-headline.rotate-3 .dnxt-words-wrapper{-webkit-perspective:300px;-moz-perspective:300px;perspective:300px}.dnxt-headline.rotate-3 b{opacity:0}.dnxt-headline.rotate-3 i{display:inline-block;-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}.is-visible .dnxt-headline.rotate-3 i{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.dnxt-headline.rotate-3 i.in{-webkit-animation:.6s forwards dnxt-rotate-3-in;-moz-animation:.6s forwards dnxt-rotate-3-in;animation:.6s forwards dnxt-rotate-3-in}.dnxt-headline.rotate-3 i.out{-webkit-animation:.6s forwards dnxt-rotate-3-out;-moz-animation:.6s forwards dnxt-rotate-3-out;animation:.6s forwards dnxt-rotate-3-out}.no-csstransitions .dnxt-headline.rotate-3 i{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0);opacity:0}.no-csstransitions .dnxt-headline.rotate-3 .is-visible i{opacity:1}@-webkit-keyframes dnxt-rotate-3-in{0%{-webkit-transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0)}}@-moz-keyframes dnxt-rotate-3-in{0%{-moz-transform:rotateY(180deg)}100%{-moz-transform:rotateY(0)}}@keyframes dnxt-rotate-3-in{0%{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}}@-webkit-keyframes dnxt-rotate-3-out{0%{-webkit-transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg)}}@-moz-keyframes dnxt-rotate-3-out{0%{-moz-transform:rotateY(0)}100%{-moz-transform:rotateY(-180deg)}}@keyframes dnxt-rotate-3-out{0%{-webkit-transform:rotateY(0);-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);transform:rotateY(-180deg)}}.dnxt-headline.scale i{display:inline-block;opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.is-visible .dnxt-headline.scale i{opacity:1}.dnxt-headline.scale i.in{-webkit-animation:.6s forwards scale-up;-moz-animation:.6s forwards scale-up;animation:.6s forwards scale-up}.dnxt-headline.scale i.out{-webkit-animation:.6s forwards scale-down;-moz-animation:.6s forwards scale-down;animation:.6s forwards scale-down}.no-csstransitions .dnxt-headline.scale i{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}.no-csstransitions .dnxt-headline.scale .is-visible i{opacity:1}@-webkit-keyframes scale-up{0%{-webkit-transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);opacity:1}}@-moz-keyframes scale-up{0%{-moz-transform:scale(0);opacity:0}60%{-moz-transform:scale(1.2);opacity:1}100%{-moz-transform:scale(1);opacity:1}}@keyframes scale-up{0%{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes scale-down{0%{-webkit-transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);opacity:0}}@-moz-keyframes scale-down{0%{-moz-transform:scale(1);opacity:1}60%{-moz-transform:scale(0);opacity:0}}@keyframes scale-down{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:0}}.dnxt-headline.push b.is-visible{opacity:1;-webkit-animation:.6s push-in;-moz-animation:.6s push-in;animation:.6s push-in}.dnxt-headline.push b.is-hidden{-webkit-animation:.6s push-out;-moz-animation:.6s push-out;animation:.6s push-out}@-webkit-keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes push-in{0%{opacity:0;-moz-transform:translateX(-100%)}60%{opacity:1;-moz-transform:translateX(10%)}100%{opacity:1;-moz-transform:translateX(0)}}@keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);-o-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%)}}@-moz-keyframes push-out{0%{opacity:1;-moz-transform:translateX(0)}60%{opacity:0;-moz-transform:translateX(110%)}100%{opacity:0;-moz-transform:translateX(100%)}}@keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);-moz-transform:translateX(110%);-ms-transform:translateX(110%);-o-transform:translateX(110%);transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}}.dnxt-text-animation i,.dnxt-text-animation i em{font-style:normal}.dnxt-headline.clip .dnxt-words-wrapper,.dnxt-headline.loading-bar .dnxt-words-wrapper,.dnxt-headline.slide .dnxt-words-wrapper,.dnxt-headline.type .dnxt-words-wrapper{vertical-align:top;overflow:hidden}.dnxt-headline.clip span,.dnxt-headline.loading-bar span,.dnxt-headline.slide span{display:inline-flex}.dnxt-headline.clip b,.dnxt-headline.push b,.dnxt-headline.rotate-2 b,.dnxt-headline.scale b,.dnxt-headline.zoom b,.no-js .dnxt-words-wrapper b{opacity:0}.dnxt-headline.clip .dnxt-words-wrapper{display:inline-block}.dnxt-headline.clip .dnxt-words-wrapper b{display:inline-block;white-space:nowrap}.dnxte-gf-wrapper .gform_footer,.dnxte-gf-wrapper .gform_page_footer{display:block!important}.dnxte-gf-wrapper .gform_fields input[type=date],.dnxte-gf-wrapper .gform_fields input[type=email],.dnxte-gf-wrapper .gform_fields input[type=number],.dnxte-gf-wrapper .gform_fields input[type=tel],.dnxte-gf-wrapper .gform_fields input[type=text],.dnxte-gf-wrapper .gform_fields input[type=url],.dnxte-gf-wrapper .gform_fields select,.dnxte-gf-wrapper .gform_fields textarea{height:auto}.dnxte-cf7-wrapper{position:relative}img{max-width:100%;height:auto}.dnxte_blurb{overflow:visible}.dnxt-blurb-icon span::after{opacity:0}.dnxt-blurb-wrapper-outer{border-style:solid;display:block!important}.dnxt-blurb-wrapper-outer.spotlight-card{border:0 solid transparent;background:rgba(0,0,0,0)}.dnxt-blurb-icon span{font-family:ETmodules;box-sizing:border-box;font-size:96px;font-weight:400;font-style:normal;font-variant:normal;-webkit-font-smoothing:antialiased;line-height:1;text-transform:none;speak:none;border:0 solid}.dnxt-blurb-btn,.dnxt-blurb-container,.dnxt-blurb-description,.dnxt-blurb-heading,.dnxt-blurb-image img,.dnxt-blurb-post-heading,.dnxt-blurb-pre-heading{border:0 solid}span.dnxt-blurb-post-heading,span.dnxt-blurb-pre-heading{display:inherit;text-align:start}.dnxt-blurb-btn{border:2px solid}.dnxt-blurb-btn,.dnxt-blurb-heading-wrapper,.dnxt-blurb-icon,.dnxt-blurb-image img{z-index:2}.dnxte_next_blurb .dnxt-blurb-icon{z-index:1!important}.dnxt-btn-icon{display:inline-block;padding:.3em 1em;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.dnxt-btn-icon i{font-weight:900;font-family:ETmodules;display:inline-block;font-size:inherit;font-variant:normal;text-rendering:auto;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:0;visibility:hidden;margin-left:-1em;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:.1s;-o-transition-duration:.1s;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition:.3s;vertical-align:middle}.dnxt-button-wrapper a{border-style:solid;border-width:2px;font-size:20px;border-radius:0;line-height:34px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dnxt-blurb-wrapper-one_image_placement_top-left{display:flex;flex-direction:column}.dnxt-blurb-image_image_placement_top-left{align-items:flex-start;margin-left:0!important}.dnxt-blurb-wrapper-one_image_placement_top-center{display:flex;flex-direction:column}.dnxt-blurb-image_image_placement_top-center{align-items:center}.dnxt-blurb-wrapper-one_image_placement_top-right{display:flex;flex-direction:column}.dnxt-blurb-image_image_placement_top-right{align-items:flex-end;margin-left:auto!important;margin-right:0!important}.dnxt-blurb-wrapper-one_image_placement_left-top{display:flex;flex-direction:row;align-items:flex-start}.dnxt-blurb-wrapper-one_image_placement_left-center{display:flex;flex-direction:row;align-items:center}.dnxt-blurb-wrapper-one_image_placement_left-bottom{display:flex;flex-direction:row;align-items:flex-end}.dnxt-blurb-wrapper-one_image_placement_bottom-left{display:flex;flex-direction:column-reverse}.dnxt-blurb-image_image_placement_bottom-left{align-items:flex-start;margin-left:0!important}.dnxt-blurb-wrapper-one_image_placement_bottom-center{display:flex;flex-direction:column-reverse}.dnxt-blurb-image_image_placement_bottom-center{align-items:center}.dnxt-blurb-wrapper-one_image_placement_bottom-right{display:flex;flex-direction:column-reverse}.dnxt-blurb-image_image_placement_bottom-right{align-items:flex-end;margin-left:auto!important;margin-right:0!important}.dnxt-blurb-wrapper-one_image_placement_right-top{display:flex;flex-direction:row-reverse;align-items:flex-start}.dnxt-blurb-wrapper-one_image_placement_right-center{display:flex;flex-direction:row-reverse;align-items:center}.dnxt-blurb-wrapper-one_image_placement_right-bottom{display:flex;flex-direction:row-reverse;align-items:flex-end}.dnxt-blurb-wrapper-two-top-left{display:flex;flex-direction:column}.dnxt-blurb-icon-top-left{text-align:left}.dnxt-blurb-wrapper-two-top-center{display:flex;flex-direction:column}.dnxt-blurb-icon-top-center{text-align:center}.dnxt-blurb-wrapper-two-top-right{display:flex;flex-direction:column}.dnxt-blurb-icon-top-right{text-align:right}.dnxt-blurb-wrapper-two-left-top{display:flex;flex-direction:row;align-items:flex-start}.dnxt-blurb-wrapper-two-left-center{display:flex;flex-direction:row;align-items:center}.dnxt-blurb-wrapper-two-left-bottom{display:flex;flex-direction:row;align-items:flex-end}.dnxt-blurb-wrapper-two-bottom-left{display:flex;flex-direction:column-reverse}.dnxt-blurb-icon-bottom-left{text-align:left}.dnxt-blurb-wrapper-two-bottom-center{display:flex;flex-direction:column-reverse}.dnxt-blurb-icon-bottom-center{text-align:center}.dnxt-blurb-wrapper-two-bottom-right{display:flex;flex-direction:column-reverse}.dnxt-blurb-icon-bottom-right{text-align:right}.dnxt-blurb-wrapper-two-right-top{display:flex;flex-direction:row-reverse;align-items:flex-start}.dnxt-blurb-wrapper-two-right-center{display:flex;flex-direction:row-reverse;align-items:center}.dnxt-blurb-wrapper-two-right-bottom{display:flex;flex-direction:row-reverse;align-items:flex-end}.dnxt-blurb-image img{max-width:100%;height:auto;display:inline-block;vertical-align:middle;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none}@media(max-width:980px){.dnxt-blurb-wrapper-two-top-left{display:flex;flex-direction:column}.dnxt-blurb-icon-top-left{text-align:left}.dnxt-blurb-wrapper-two-top-center{display:flex;flex-direction:column}.dnxt-blurb-icon-top-center{text-align:center}.dnxt-blurb-wrapper-two-top-right{display:flex;flex-direction:column}.dnxt-blurb-icon-top-right{text-align:right}.dnxt-blurb-wrapper-two-left-top{display:flex;flex-direction:row;align-items:flex-start}.dnxt-blurb-wrapper-two-left-center{display:flex;flex-direction:row;align-items:center}.dnxt-blurb-wrapper-two-left-bottom{display:flex;flex-direction:row;align-items:flex-end}.dnxt-blurb-wrapper-two-bottom-left{display:flex;flex-direction:column-reverse}.dnxt-blurb-icon-bottom-left{text-align:left}.dnxt-blurb-wrapper-two-bottom-center{display:flex;flex-direction:column-reverse}.dnxt-blurb-icon-bottom-center{text-align:center}.dnxt-blurb-wrapper-two-bottom-right{display:flex;flex-direction:column-reverse}.dnxt-blurb-icon-bottom-right{text-align:right}.dnxt-blurb-wrapper-two-right-top{display:flex;flex-direction:row-reverse;align-items:flex-start}.dnxt-blurb-wrapper-two-right-center{display:flex;flex-direction:row-reverse;align-items:center}.dnxt-blurb-wrapper-two-right-bottom{display:flex;flex-direction:row-reverse;align-items:flex-end}.dnxt-blurb-wrapper-one_image_placement_tablet_top-left{display:flex;flex-direction:column}.dnxt-blurb-image_image_placement_tablet_top-left{align-items:flex-start}.dnxt-blurb-wrapper-one_image_placement_tablet_top-center{display:flex;flex-direction:column}.dnxt-blurb-image_image_placement_tablet_top-center{align-items:center}.dnxt-blurb-wrapper-one_image_placement_tablet_top-right{display:flex;flex-direction:column}.dnxt-blurb-image_image_placement_tablet_top-right{align-items:flex-end}.dnxt-blurb-wrapper-one_image_placement_tablet_left-top{display:flex;flex-direction:row;align-items:flex-start}.dnxt-blurb-wrapper-one_image_placement_tablet_left-center{display:flex;flex-direction:row;align-items:center}.dnxt-blurb-wrapper-one_image_placement_tablet_left-bottom{display:flex;flex-direction:row;align-items:flex-end}.dnxt-blurb-wrapper-one_image_placement_tablet_bottom-left{display:flex;flex-direction:column-reverse}.dnxt-blurb-image_image_placement_tablet_bottom-left{align-items:flex-start}.dnxt-blurb-wrapper-one_image_placement_tablet_bottom-center{display:flex;flex-direction:column-reverse}.dnxt-blurb-image_image_placement_tablet_bottom-center{align-items:center}.dnxt-blurb-wrapper-one_image_placement_tablet_bottom-right{display:flex;flex-direction:column-reverse}.dnxt-blurb-image_image_placement_tablet_bottom-right{align-items:flex-end}.dnxt-blurb-wrapper-one_image_placement_tablet_right-top{display:flex;flex-direction:row-reverse;align-items:flex-start}.dnxt-blurb-wrapper-one_image_placement_tablet_right-center{display:flex;flex-direction:row-reverse;align-items:center}.dnxt-blurb-wrapper-one_image_placement_tablet_right-bottom{display:flex;flex-direction:row-reverse;align-items:flex-end}}@media(max-width:767px){.dnxt-blurb-wrapper-one_image_placement_phone_top-left{display:flex;flex-direction:column}.dnxt-blurb-image_image_placement_phone_top-left{align-items:flex-start}.dnxt-blurb-wrapper-one_image_placement_phone_top-center{display:flex;flex-direction:column}.dnxt-blurb-image_image_placement_phone_top-center{align-items:center}.dnxt-blurb-wrapper-one_image_placement_phone_top-right{display:flex;flex-direction:column}.dnxt-blurb-image_image_placement_phone_top-right{align-items:flex-end}.dnxt-blurb-wrapper-one_image_placement_phone_left-top{display:flex;flex-direction:row;align-items:flex-start}.dnxt-blurb-wrapper-one_image_placement_phone_left-center{display:flex;flex-direction:row;align-items:center}.dnxt-blurb-wrapper-one_image_placement_phone_left-bottom{display:flex;flex-direction:row;align-items:flex-end}.dnxt-blurb-wrapper-one_image_placement_phone_bottom-left{display:flex;flex-direction:column-reverse}.dnxt-blurb-image_image_placement_phone_bottom-left{align-items:flex-start}.dnxt-blurb-wrapper-one_image_placement_phone_bottom-center{display:flex;flex-direction:column-reverse}.dnxt-blurb-image_image_placement_phone_bottom-center{align-items:center}.dnxt-blurb-wrapper-one_image_placement_phone_bottom-right{display:flex;flex-direction:column-reverse}.dnxt-blurb-image_image_placement_phone_bottom-right{align-items:flex-end}.dnxt-blurb-wrapper-one_image_placement_phone_right-top{display:flex;flex-direction:row-reverse;align-items:flex-start}.dnxt-blurb-wrapper-one_image_placement_phone_right-center{display:flex;flex-direction:row-reverse;align-items:center}.dnxt-blurb-wrapper-one_image_placement_phone_right-bottom{display:flex;flex-direction:row-reverse;align-items:flex-end}}.dnxt-blurb-image{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-size:contain;mask-size:contain;display:flex;position:relative;margin:0 auto;text-align:center;width:100%;display:flex;flex-direction:column}.dnxt-blurb-description p:empty,.dnxt-blurb-description p:empty:before{display:none}.dnxt-blurb-wrapper-two-top-right>.dnxt-blurb-icon{text-align:right}.dnxt-blurb-wrapper .dnxt-button-wrapper{display:block}.top-left{position:relative}@media only screen and (max-width:575px){.dnxt-blurb-image .img-fluid,.dnxt-blurb-image img{position:relative!important;right:0!important}}.dnxte-blurb-badge{position:absolute;z-index:9999;background:#e8ebff;color:#3c42fa;font-size:12px;font-weight:600;border-radius:99px;border:1px solid #3c42fa;line-height:13px;padding:3.5px 6.2px}.gform-theme--framework :where(
:not(html):not(iframe):not(canvas):not(img):not(svg):not(video):not(svg *):not(symbol *):not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span)):not(.ui-resizable-handle):not(.hidden)
){all:unset;display:revert}.gform-theme--framework *,.gform-theme--framework ::after,.gform-theme--framework ::before{box-sizing:border-box}.gform-theme--framework a,.gform-theme--framework button{cursor:revert}.gform-theme--framework menu,.gform-theme--framework ol:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)),.gform-theme--framework ul:where(:not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *)){list-style:none}.gform-theme--framework img{max-inline-size:100%;max-block-size:100%}.gform-theme--framework table{border-collapse:collapse}.gform-theme--framework input,.gform-theme--framework textarea{-webkit-user-select:auto}.gform-theme--framework textarea{white-space:revert}.gform-theme--framework meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}.gform-theme--framework :where(pre){all:revert}.gform-theme--framework ::-moz-placeholder{color:unset}.gform-theme--framework ::placeholder{color:unset}.gform-theme--framework :where([hidden]){display:none}.gform-theme--framework :where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;word-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}.gform-theme--framework :where([draggable=true]){-webkit-user-drag:element}.gform-theme--framework :where(dialog:modal){all:revert}.gform-theme--framework input[type=checkbox]::before,.gform-theme--framework input[type=radio]::before{height:auto;margin-block:0;margin-inline:0;position:static;width:auto}.gform-theme--framework input[type=checkbox]::after,.gform-theme--framework input[type=radio]::after{content:none}.gform-theme--api,.gform-theme--foundation{--gf-form-gap-x:16px;--gf-form-gap-y:40px;--gf-form-footer-margin-y-start:24px;--gf-form-footer-gap:8px;--gf-field-gap-x:12px;--gf-field-gap-y:12px;--gf-field-date-width:168px;--gf-field-time-width:110px;--gf-field-list-btns-gap:8px;--gf-field-list-btns-width:calc(32px + var(--gf-field-list-btns-gap) + var(--gf-field-gap-x));--gf-field-pg-steps-gap-y:8px;--gf-field-pg-steps-gap-x:24px;--gf-label-width:30%;--gf-label-req-gap:6px}.gform-theme--foundation *,.gform-theme--foundation ::after,.gform-theme--foundation ::before{box-sizing:border-box}.gform-theme--foundation fieldset,.gform-theme--foundation legend{background:0 0;padding:0}.gform-theme--foundation fieldset{border:none;display:block;margin:0}.gform-theme--foundation legend{margin-inline:0}.gform_anchor:focus-visible{outline:0}.gform_confirmation_wrapper:focus,.gform_wrapper:focus{outline:0}.gform-theme--foundation .hidden_label .gfield_label,.gform-theme--foundation .hidden_sub_label,.gform-theme--foundation .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;word-wrap:normal!important;padding:0;position:absolute;width:1px}.gform-theme--foundation button.screen-reader-text:focus{border:0;clip:auto;clip-path:none;height:auto;margin:0;position:static!important;width:auto}.gform-theme--foundation .gform-ul-reset{list-style-type:none;margin:0;padding:0}.gform-theme--foundation .gform-text-input-reset{background-color:transparent;border:none;border-radius:0;box-shadow:none;color:currentcolor;font-family:inherit;font-size:inherit;outline:0;padding:inherit;width:auto}@media (min-width:640px){.gform-theme--foundation .left_label .gfield .copy_values_option_container,.gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .left_label .gfield .gfield_password_strength,.gform-theme--foundation .left_label .gfield>.gfield-admin-wrapper>.ginput_container,.gform-theme--foundation .left_label .gfield>.ginput_container,.gform-theme--foundation .right_label .gfield .copy_values_option_container,.gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .right_label .gfield .gfield_password_strength,.gform-theme--foundation .right_label .gfield>.gfield-admin-wrapper>.ginput_container,.gform-theme--foundation .right_label .gfield>.ginput_container{float:inline-end}.gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .left_label .gfield .gfield_password_strength,.gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .right_label .gfield .gfield_password_strength{margin-inline-start:auto}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .left_label .gfield>.gfield-admin-wrapper>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .left_label .gfield>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield>.gfield-admin-wrapper>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)),.gform-theme--foundation .right_label .gfield>.ginput_container:where(:not(.gform-grid-row):not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gfield-admin-wrapper):not(.gform-compact-view-overflow-menu):not(.admin-hidden-markup):not(.gfield-compact-icons)){inline-size:calc(100% - var(--gf-label-width))}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield>.gfield-admin-wrapper>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>.gfield-admin-wrapper>div:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield>.gfield-admin-wrapper>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield>.ginput_container:where(.gform-grid-row){inline-size:calc((100% - var(--gf-label-width)) + var(--gf-field-gap-x))}.gform-theme--foundation:where(:not(.gform_editor)) .left_label .gfield_html_formatted,.gform-theme--foundation:where(:not(.gform_editor)) .right_label .gfield_html_formatted{margin-inline-start:var(--gf-label-width)}}.field_sublabel_below .ginput_complex{align-items:flex-start}.field_sublabel_above .ginput_complex{align-items:flex-end}.gform-theme--foundation .ginput_complex label,.gform-theme--foundation .ginput_complex legend{display:block}.gform-theme--foundation .ginput_complex input,.gform-theme--foundation .ginput_complex select{inline-size:100%}.gform-theme--foundation .gfield textarea{inline-size:100%}.gform-theme--foundation .gfield textarea.small{min-block-size:6rem}.gform-theme--foundation .gfield textarea.medium{min-block-size:12rem}.gform-theme--foundation .gfield textarea.large{min-block-size:18rem}.gform-theme--foundation .gfield .ginput_password,.gform-theme--foundation .gfield input,.gform-theme--foundation .gfield select{max-inline-size:100%}.gform-theme--foundation .gfield .ginput_password.small,.gform-theme--foundation .gfield input.small,.gform-theme--foundation .gfield select.small{inline-size:calc(25% - var(--gf-form-gap-x) * 3 / 4)}.gform-theme--foundation .gfield .ginput_password.medium,.gform-theme--foundation .gfield input.medium,.gform-theme--foundation .gfield select.medium{inline-size:calc(50% - var(--gf-form-gap-x)/ 2)}.gform-theme--foundation .gfield .ginput_password.large,.gform-theme--foundation .gfield input.large,.gform-theme--foundation .gfield select.large{inline-size:100%}.gform-theme--foundation .gform_fields{grid-column-gap:0;-moz-column-gap:0;column-gap:0;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(auto-fill,auto);inline-size:100%;grid-row-gap:var(--gf-form-gap-y);row-gap:var(--gf-form-gap-y)}.gform-theme--foundation .gfield{grid-column:1/-1;min-inline-size:0}.gform-theme--foundation #field_submit,.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{display:flex;flex-wrap:wrap;gap:var(--gf-form-footer-gap)}.gform-theme--foundation #field_submit{align-items:flex-end}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].gform-button--width-full{inline-size:100%!important}.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{margin-block-start:var(--gf-form-footer-margin-y-start)}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full{inline-size:100%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-full,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-full{inline-size:100%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-eleven-twelfths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-eleven-twelfths{inline-size:91.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-sixths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-sixths{inline-size:83.3333%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-three-quarter,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-three-quarter{inline-size:75%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-two-thirds,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-two-thirds{inline-size:66.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-seven-twelfths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-seven-twelfths{inline-size:58.3333%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-half,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-half{inline-size:50%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-twelfths,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-five-twelfths{inline-size:41.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-third,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-third{inline-size:33.3333%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-quarter,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-quarter{inline-size:25%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-sixth,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-sixth{inline-size:16.6666%!important}.gform-theme--foundation .gform_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-twelfth,.gform-theme--foundation .gform_page_footer:where(:not(.gform-conversational__field-form-footer)) input[type=submit][id*=gform_submit_button_].gform-button--width-full.gfield--width-one-twelfth{inline-size:8.3333%!important}@media (min-width:640px){.gform-theme--foundation .gform_fields{-moz-column-gap:var(--gf-form-gap-x);column-gap:var(--gf-form-gap-x)}.gform-theme--foundation .gfield--width-full{grid-column:span 12}.gform-theme--foundation .gfield--width-eleven-twelfths{grid-column:span 11}.gform-theme--foundation .gfield--width-five-sixths{grid-column:span 10}.gform-theme--foundation .gfield--width-three-quarter{grid-column:span 9}.gform-theme--foundation .gfield--width-two-thirds{grid-column:span 8}.gform-theme--foundation .gfield--width-seven-twelfths{grid-column:span 7}.gform-theme--foundation .gfield--width-half{grid-column:span 6}.gform-theme--foundation .gfield--width-five-twelfths{grid-column:span 5}.gform-theme--foundation .gfield--width-third{grid-column:span 4}.gform-theme--foundation .gfield--width-quarter{grid-column:span 3}.gform-theme--foundation .gfield--width-one-sixth{grid-column:span 2}.gform-theme--foundation .gfield--width-one-twelfth{grid-column:span 1}.gform-theme--foundation .gform_footer.left_label,.gform-theme--foundation .gform_footer.right_label{padding-inline-start:var(--gf-label-width)}}.gform-theme--foundation .gform-grid-row{display:flex;flex-flow:row wrap;margin-inline:calc(var(--gf-field-gap-x) * -1 / 2);row-gap:var(--gf-field-gap-y)}.gform-theme--foundation .gform-grid-col{flex:none;inline-size:100%;padding-inline:calc(var(--gf-field-gap-x)/ 2)}.gform-theme--foundation .gform-grid-col.gform-grid-row{inline-size:calc(100% + var(--gf-field-gap-x))}@media (min-width:640px){.gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto{flex:1;inline-size:auto}}.gform-theme--foundation .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--foundation.gform_editor legend.gform-field-label>span{align-items:baseline;display:flex;flex-wrap:wrap;gap:var(--gf-label-req-gap)}.gform-theme--foundation .gform-field-label:where([class*=gform-field-label--type-]){display:inline-block}@media (min-width:640px){.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){flex-direction:column;float:inline-start;gap:calc(var(--gf-label-req-gap)/ 3);inline-size:var(--gf-label-width)}}@media (min-width:640px){.gform-theme--foundation:where(:not(.gform-editor--compact)) .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){align-items:start}}@media (min-width:640px){.gform-theme--foundation:where(:not(.gform-editor--compact)) .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){align-items:end;justify-content:normal;text-align:end}}@media (min-width:640px){.gform-theme--foundation .left_label .gfield_description,.gform-theme--foundation .right_label .gfield_description{clear:inline-end;margin-inline-start:auto}}.gform-theme--foundation.ui-datepicker{background-color:#fff;box-shadow:0 1px 5px rgba(0,0,0,.1);display:none;z-index:9999!important}.gform-theme--foundation.ui-datepicker .ui-icon{background-repeat:no-repeat;display:block;inset-block-start:0.3em;inset-inline-start:0.5em;margin-block-start:-0.25em;overflow:hidden;position:relative;text-indent:-99999px;vertical-align:middle}.gform-theme--foundation.ui-datepicker .ui-datepicker-header{padding-block:0.2em;position:relative}.gform-theme--foundation.ui-datepicker .ui-datepicker-next,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev{block-size:1.8em;inline-size:1.8em;inset-block-start:2px;position:absolute}.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev::before{background-image:url(//www.citygrimp.com/wp-content/plugins/gravityforms/images/theme/down-arrow.svg);background-position:center;background-repeat:no-repeat;background-size:24px 24px;block-size:1em;content:"";display:inline-block;inline-size:1em;inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%) rotate(90deg)}.gform-theme--foundation.ui-datepicker .ui-datepicker-next span,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev span{display:block;inset-block-start:50%;inset-inline-start:50%;margin-block-start:-8px;margin-inline-start:-8px;position:absolute}.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover{inset-block-start:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-prev{inset-inline-start:2px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next{inset-inline-end:2px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before{transform:translate(-50%,-50%) rotate(-90deg)}.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover{inset-inline-start:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover{inset-inline-end:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-title{line-height:1.8em;margin-inline:2.3em;text-align:center}.gform-theme--foundation.ui-datepicker .ui-datepicker-title select{font-size:1em;margin-block:1px}.gform-theme--foundation.ui-datepicker select.ui-datepicker-month,.gform-theme--foundation.ui-datepicker select.ui-datepicker-year{background-color:transparent;background-image:url(//www.citygrimp.com/wp-content/plugins/gravityforms/images/theme/down-arrow.svg);background-position:100% 50%;background-repeat:no-repeat;background-size:24px;padding-inline-end:24px}.gform-theme--foundation.ui-datepicker table{border-collapse:collapse;font-size:.9em;inline-size:100%;margin-block-end:0.4em;table-layout:fixed}.gform-theme--foundation.ui-datepicker th{border:0;font-weight:700;padding-block:0.7em;padding-inline:0.3em;text-align:center}.gform-theme--foundation.ui-datepicker td{border:0;padding:1px}.gform-theme--foundation.ui-datepicker td a,.gform-theme--foundation.ui-datepicker td span{display:block;margin:auto;padding:.25em .2em;text-align:center;text-decoration:none}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl{direction:rtl}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before{transform:translate(50%,-50%) rotate(-90deg)}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before{transform:translate(50%,-50%) rotate(90deg)}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year{background-position:0 50%}.gform-theme--foundation .gform_drop_area{background-color:#fff;border:1px dashed #686e77;padding-block:32px;padding-inline:32px;text-align:center}.gform-theme--foundation .gform_drop_instructions,.gform-theme--foundation .gform_fileupload_rules{display:block}.gform-theme--foundation .chosen-container{display:inline-block;font-size:13px;position:relative;text-align:start;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.gform-theme--foundation .chosen-container *{box-sizing:border-box}.gform-theme--foundation .chosen-container a{cursor:pointer}.gform-theme--foundation .chosen-container .chosen-drop{background:#fff;border:1px solid #aaa;border-block-start:0;box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);clip-path:inset(100% 100%);inline-size:100%;inset-block-start:100%;position:absolute;z-index:1010}.gform-theme--foundation .chosen-container.chosen-with-drop .chosen-drop{clip:auto;clip-path:none}.gform-theme--foundation .chosen-container .chosen-single .group-name,.gform-theme--foundation .chosen-container .search-choice .group-name{color:#999;font-weight:400;margin-inline-end:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-theme--foundation .chosen-container .chosen-single .group-name::after,.gform-theme--foundation .chosen-container .search-choice .group-name::after{content:":";padding-inline-start:2px;vertical-align:top}.gform-theme--foundation .chosen-container-single .chosen-single{background:#fff linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;block-size:25px;border:1px solid #aaa;border-radius:5px;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;display:block;line-height:24px;overflow:hidden;padding-block:0;padding-inline:8px 0;position:relative;text-decoration:none;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single span{display:block;margin-inline-end:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single abbr{background:url(//www.citygrimp.com/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) -42px 1px no-repeat;block-size:12px;display:block;font-size:1px;inline-size:12px;inset-block-start:6px;inset-inline-end:26px;position:absolute}.gform-theme--foundation .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single .chosen-single div{block-size:100%;display:block;inline-size:18px;inset-block-start:0;inset-inline-end:0;position:absolute}.gform-theme--foundation .chosen-container-single .chosen-single div b{background:url(//www.citygrimp.com/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) no-repeat 0 2px;block-size:100%;display:block;inline-size:100%}.gform-theme--foundation .chosen-container-single .chosen-default{color:#999}.gform-theme--foundation .chosen-container-single .chosen-single-with-deselect span{margin-inline-end:38px}.gform-theme--foundation .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single .chosen-search{margin-block:0;margin-inline:0;padding-block:3px;padding-inline:4px;position:relative;white-space:nowrap;z-index:1010}.gform-theme--foundation .chosen-container-single .chosen-search input[type=text]{background:url(//www.citygrimp.com/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) no-repeat 100% -20px;block-size:auto;border:1px solid #aaa;border-radius:0;font-family:sans-serif;font-size:1em;inline-size:100%;line-height:normal;margin-block:1px;margin-inline:0;outline:0;padding-block:4px;padding-inline:5px 20px}.gform-theme--foundation .chosen-container-single.chosen-container-single-nosearch .chosen-search{clip:rect(0,0,0,0);clip-path:inset(100% 100%);position:absolute}.gform-theme--foundation .chosen-container-single .chosen-drop{background-clip:padding-box;border-end-end-radius:4px;border-end-start-radius:4px;border-start-end-radius:0;border-start-start-radius:0;margin-block-start:-1px}.gform-theme--foundation .chosen-container .chosen-results{color:#444;margin-block:0 4px;margin-inline:0 4px;max-block-size:240px;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto;padding-block:0;padding-inline:4px 0;position:relative}.gform-theme--foundation .chosen-container .chosen-results li{display:none;line-height:15px;list-style:none;margin-block:0;margin-inline:0;word-wrap:break-word;padding-block:5px;padding-inline:6px;-webkit-touch-callout:none}.gform-theme--foundation .chosen-container .chosen-results li.active-result{cursor:pointer;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.disabled-result{color:#ccc;cursor:default;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.gform-theme--foundation .chosen-container .chosen-results li.no-results{background:#f4f4f4;color:#777;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.group-result{cursor:default;display:list-item;font-weight:700}.gform-theme--foundation .chosen-container .chosen-results li.group-option{padding-inline-start:15px}.gform-theme--foundation .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.gform-theme--foundation .chosen-container-multi .chosen-choices{background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);block-size:auto;border:1px solid #aaa;cursor:text;inline-size:100%;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:5px;position:relative}.gform-theme--foundation .chosen-container-multi .chosen-choices li{float:inline-start;list-style:none}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field{margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;white-space:nowrap}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field input[type=text]{background:0 0!important;block-size:25px;border:0!important;border-radius:0;box-shadow:none;color:#999;font-family:sans-serif;font-size:100%;inline-size:25px;line-height:normal;margin-block:1px;margin-inline:0;outline:0;padding-block:0;padding-inline:0}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice{background-clip:padding-box;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-repeat:repeat-x;background-size:100% 19px;border:1px solid #aaa;border-radius:3px;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;cursor:default;line-height:13px;margin-block:3px;margin-inline:0 5px;max-inline-size:100%;padding-block:3px;padding-inline:5px 20px;position:relative}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:url(//www.citygrimp.com/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite.png) -42px 1px no-repeat;block-size:12px;display:block;font-size:1px;inline-size:12px;inset-block-start:4px;inset-inline-end:3px;position:absolute}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-disabled{background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);border:1px solid #ccc;color:#666;padding-inline-end:5px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-results{margin-block:0;margin-inline:0;padding-block:0;padding-inline:0}.gform-theme--foundation .chosen-container-multi .chosen-drop .result-selected{color:#ccc;cursor:default;display:list-item}.gform-theme--foundation .chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single{background-image:linear-gradient(#eee 20%,#fff 80%);border:1px solid #aaa;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 1px 0 #fff inset}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div{background:0 0;border-inline-start:none}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.gform-theme--foundation .chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform-theme--foundation .chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222}.gform-theme--foundation .chosen-disabled{cursor:default;opacity:.5!important}.gform-theme--foundation .chosen-disabled .chosen-single{cursor:default}.gform-theme--foundation .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.gform-theme--foundation .chosen-rtl{direction:rtl}.gform-theme--foundation .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.gform-theme--foundation .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}.gform-theme--foundation .chosen-rtl .chosen-search input[type=text]{background-position:-30px -20px}@media only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.gform-theme--foundation .chosen-container .chosen-results-scroll-down span,.gform-theme--foundation .chosen-container .chosen-results-scroll-up span,.gform-theme--foundation .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.gform-theme--foundation .chosen-container-single .chosen-search input[type=text],.gform-theme--foundation .chosen-container-single .chosen-single abbr,.gform-theme--foundation .chosen-container-single .chosen-single div b,.gform-theme--foundation .chosen-rtl .chosen-search input[type=text]{background-image:url(//www.citygrimp.com/wp-content/plugins/gravityforms/images/theme/chosen/chosen-sprite@2x.png)!important;background-repeat:no-repeat!important;background-size:52px 37px!important}}.gform-theme--foundation .gf_invisible,.gform-theme--foundation .gfield_visibility_hidden{inset-inline-start:-9999px;position:absolute;visibility:hidden}.gform-theme--foundation .gf_hide_charleft .charleft{display:none!important}.gform-theme--foundation .ginput_counter{color:#767676;font-size:.8em}.gform-theme--foundation .ginput_counter_tinymce{border-block-start:1px solid #dcdcde;font-size:12px;padding-block:2px;padding-inline:10px}@media (min-width:640px){.gform-theme--foundation .ginput_address_city,.gform-theme--foundation .ginput_address_country,.gform-theme--foundation .ginput_address_state,.gform-theme--foundation .ginput_address_zip{inline-size:50%}}.gform-theme--foundation .gform_card_icon_container{block-size:32px;display:flex;margin-block-end:8px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon{background-image:url(//www.citygrimp.com/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-repeat:no-repeat;block-size:32px;inline-size:40px;margin-inline-end:.3rem;text-indent:-9000px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_amex{background-position:-167px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_discover{background-position:-221px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_mastercard{background-position:-275px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_visa{background-position:-59px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_jcb{background-position:-329px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_maestro{background-position:-5px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected{position:relative}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected::after{background:url(//www.citygrimp.com/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg) center center no-repeat;block-size:10px;content:"";display:block;inline-size:13px;inset-block-end:4px;inset-inline-end:0;position:absolute}.gform-theme--foundation .ginput_cardinfo_left{display:flex;flex-direction:column}.gform-theme--foundation .ginput_cardinfo_left legend{float:inline-start}.gform-theme--foundation .field_sublabel_below .ginput_cardinfo_left{flex-direction:column-reverse;justify-content:flex-end}.gform-theme--foundation .ginput_cardinfo_right{display:inline-flex;flex-flow:row wrap;justify-content:flex-start}.gform-theme--foundation .ginput_cardinfo_right label{inline-size:100%}.gform-theme--foundation .ginput_card_security_code{flex:1}.gform-theme--foundation .ginput_card_security_code_icon{align-self:center;background-image:url(//www.citygrimp.com/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-position:-382px center;background-repeat:no-repeat;block-size:32px;display:block;flex:none;inline-size:40px;margin-inline-start:.3em}@media (min-width:640px){.gform-theme--foundation .ginput_card_expiration_month_container,.gform-theme--foundation .ginput_card_expiration_year_container,.gform-theme--foundation .ginput_cardinfo_left,.gform-theme--foundation .ginput_cardinfo_right{inline-size:50%}.gform-theme--foundation .ginput_cardinfo_right .ginput_card_security_code{flex:none;inline-size:50%}}.gform-theme--foundation .ginput_complex .ginput_container_date{inline-size:var(--gf-field-date-width)}.gform-theme--foundation .ginput_complex .ginput_container_date label{display:block}.gform-theme--foundation:where(:not(.gform_editor)) .gf_hidden,.gform-theme--foundation:where(:not(.gform_editor)) .gform_hidden{display:none}.gform-theme--foundation .gform_validation_container{display:none!important}.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before{content:attr(data-label)}.gform-theme--foundation .gfield_list_header{display:none}.gform-theme--foundation .gfield_header_item{word-wrap:anywhere}.gform-theme--foundation .gfield_list_group{margin-block-end:var(--gf-field-gap-y)}.gform-theme--foundation .gfield_list_group:last-child{margin-block-end:0}.gform-theme--foundation .gfield_list_group_item+.gfield_list_group_item{margin-block-start:4px}.gform-theme--foundation .gfield_list_group_item input,.gform-theme--foundation .gfield_list_group_item select,.gform-theme--foundation .gfield_list_group_item textarea{inline-size:100%}.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{align-items:center;display:flex;gap:var(--gf-field-list-btns-gap)}.gform-theme--foundation .add_list_item,.gform-theme--foundation .delete_list_item{font-size:12px;padding:0}@media (min-width:640px){.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item::before{content:none}.gform-theme--foundation .gfield_list_group,.gform-theme--foundation .gfield_list_header{display:flex;flex-direction:row;flex-wrap:nowrap}.gform-theme--foundation .gfield_header_item:where(:not(.gfield_header_item--icons)){flex:1 1 0}.gform-theme--foundation .gfield_list_group_item{flex:1}.gform-theme--foundation .gfield_list_group_item+.gfield_list_group_item{margin-block-start:0}.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{flex:none;flex-wrap:wrap;inline-size:var(--gf-field-list-btns-width);justify-content:center}}.gform-theme--foundation .gf_page_steps{display:flex;flex-wrap:wrap;gap:var(--gf-field-pg-steps-gap-y) var(--gf-field-pg-steps-gap-x)}.gform-theme--foundation .gf_step_active{font-weight:500}.gform-theme--foundation .gform_show_password{inset-block-start:50%;inset-inline-end:12px;position:absolute;transform:translateY(-50%)}.gform-theme--foundation .password_input_container{display:block;position:relative}.gform-theme--foundation .ginput_password{display:block}.gform-theme--foundation .ginput_password input{inline-size:100%}.gform-theme--foundation ::-ms-reveal{display:none}.gform-theme--foundation .gfield--type-captcha iframe{block-size:78px;inline-size:100%}.gform-theme--foundation .gfield_post_tags_hint{margin:0}.gform-theme--foundation .ginput_complex .ginput_container_time{inline-size:var(--gf-field-time-width)}.gform-theme--foundation .hour_minute_colon{display:none}.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm{display:none!important}html[dir=rtl] .gform-theme--foundation .gfield--type-time .gform-grid-row{flex-direction:row-reverse;justify-content:flex-end}@media (min-width:640px){.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_radio{display:grid}.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all{grid-column:1/-1}.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(2,1fr)}.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(3,1fr)}.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(4,1fr)}.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col:where(:not(.gfield--type-image_choice)) .gfield_radio{grid-template-columns:repeat(5,1fr)}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{display:block;line-height:0;margin-block-start:calc(var(--gf-field-choice-gap) * -1)}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gchoice,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gchoice,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gchoice,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gchoice{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;display:grid;inline-size:100%;padding-block-start:var(--gf-field-choice-gap)}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gchoice .gform-field-label--type-inline{width:-moz-fit-content;width:fit-content}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield-choice-toggle-all{-moz-column-span:all;column-span:all;margin-block-start:calc(var(--gf-field-choice-meta-margin-y-start) + var(--gf-field-choice-gap))}.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{-moz-column-count:2;column-count:2}.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{-moz-column-count:3;column-count:3}.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{-moz-column-count:4;column-count:4}.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col_vertical:where(:not(.gfield--type-image_choice)) .gfield_radio{-moz-column-count:5;column-count:5}.gform-theme--foundation .gfield.gf_list_inline:where(:not(.gfield--type-image_choice)) .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_inline:where(:not(.gfield--type-image_choice)) .gfield_radio{flex-direction:row;flex-wrap:wrap;gap:12px 16px}}.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm{display:none!important}.gform-theme--foundation .gsection.gf_scroll_text{background-color:#fff;block-size:15rem;border:1px solid #ccc;overflow-x:hidden;overflow-y:scroll;padding:2rem}.gform-theme--foundation .gsection.gf_scroll_text .gsection_title{margin-block-start:0}.gform-theme--foundation .gfield.gfield_html.gf_alert_blue,.gform-theme--foundation .gfield.gfield_html.gf_alert_gray,.gform-theme--foundation .gfield.gfield_html.gf_alert_green,.gform-theme--foundation .gfield.gfield_html.gf_alert_red,.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow{border-radius:3px;margin-block:1.25rem!important;margin-inline:0!important;padding:1.25rem!important}.gform-theme--foundation .gfield.gfield_html.gf_alert_green{background-color:#cbeca0;border:1px solid #97b48a;color:#030;text-shadow:#dfb 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_red{background-color:#faf2f5;border:1px solid #cfadb3;color:#832525;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow{background-color:#fffbcc;border:1px solid #e6db55;color:#222;text-shadow:#fcfaea 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_gray{background-color:#eee;border:1px solid #ccc;color:#424242;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_blue{background-color:#d1e4f3;border:1px solid #a7c2e7;color:#314475;text-shadow:#e0f1ff 1px 1px}.gform-theme--foundation .gf_simple_horizontal{inline-size:calc(100% - 16px);margin-block:0;margin-inline:auto}.gform-theme--foundation .gf_simple_horizontal .gform_body,.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{display:table-cell;margin:0;padding:0;position:relative;vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .gform_body{inline-size:auto;max-inline-size:75%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label{display:table;inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield{block-size:auto;display:table-cell;padding-inline-end:1em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .large,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .medium,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .small{inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice{display:inline-block;margin-inline-end:.5em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield{vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .gfield,.gform-theme--foundation .gf_simple_horizontal .ginput_container{margin-block-start:0!important}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{inline-size:auto;margin:0;max-inline-size:25%;padding:0;text-align:start}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=button],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=image],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=submit]{block-size:auto}.gform-theme--foundation .gf_simple_horizontal .gfield_description:not(.gfield_validation_message),.gform-theme--foundation .gf_simple_horizontal .gfield_label,.gform-theme--foundation .gf_simple_horizontal .ginput_complex label{block-size:1px;display:block;inline-size:1px;inset-block-start:0;inset-inline-start:-9000px;overflow:hidden;position:absolute}.gform_confirmation_wrapper.gf_confirmation_simple_yellow{background-color:#fffbcc;border-block:1px solid #e6db55;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_simple_gray{background-color:#eaeaea;border-block:1px solid #ccc;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient{background-color:#fffbd2;border:1px solid #e6db55;box-shadow:0 0 5px rgba(221,215,131,.75);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message{background:#fffce5;background:linear-gradient(to bottom,#fffce5 0,#fff9bf 100%);background-color:#fffbcc;border-block-end:1px solid #e6db55;border-block-start:2px solid #fff;color:#424242;font-size:28px;margin:0;max-inline-size:99%;padding:40px}.gform_confirmation_wrapper.gf_confirmation_green_gradient{background-color:#f1fcdf;border:1px solid #a7c37c;box-shadow:0 0 5px rgba(86,122,86,.4);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message{background:#dbf2b7;background:linear-gradient(to bottom,#dbf2b7 0,#b4d088 100%);background-color:#fffbcc;border-block-end:1px solid #a7c37c;border-block-start:2px solid #effade;color:#030;font-size:28px;margin:0;max-inline-size:99%;padding:40px;text-shadow:#dfb 1px 1px}.gform_confirmation_wrapper.gf_confirmation_green_gradient::after,.gform_confirmation_wrapper.gf_confirmation_green_gradient::before,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::before{background:rgba(0,0,0,.2);box-shadow:0 15px 10px rgba(0,0,0,.2);content:"";inline-size:50%;inset-block:80% 15px;inset-inline-start:10px;max-inline-size:40%;position:absolute;transform:rotate(-3deg);z-index:-1}.gform_confirmation_wrapper.gf_confirmation_green_gradient::after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after{inset-inline:auto 10px;transform:rotate(3deg)}.gform-theme--foundation .validation_message--hidden-on-empty:empty{display:none}.gform-theme--foundation .gform-loader{align-self:center;animation:gformLoader 1.1s infinite linear;block-size:10em;border-block-end:1.1em solid #000;border-block-start:1.1em solid #fff;border-inline-end:1.1em solid #fff;border-inline-start:1.1em solid #000;border-radius:50%;display:inline-block;font-size:2px;inline-size:10em;position:relative;transform:translateZ(0)}@keyframes gformLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.gform-theme--api,.gform-theme--framework{--gf-radius:3px;--gf-radius-max-sm:2px;--gf-radius-max-md:3px;--gf-radius-max-lg:8px}.gform-theme--api,.gform-theme--framework{--gf-color-primary:#204ce5;--gf-color-primary-rgb:45,127,251;--gf-color-primary-contrast:#fff;--gf-color-primary-contrast-rgb:255,255,255;--gf-color-primary-darker:#044ad3;--gf-color-primary-lighter:#044ad3;--gf-color-secondary:#fff;--gf-color-secondary-rgb:255,255,255;--gf-color-secondary-contrast:#112337;--gf-color-secondary-contrast-rgb:17,35,55;--gf-color-secondary-darker:#f2f3f5;--gf-color-secondary-lighter:#f2f3f5;--gf-color-out-ctrl-dark:#585e6a;--gf-color-out-ctrl-dark-rgb:88,94,106;--gf-color-out-ctrl-dark-darker:#112337;--gf-color-out-ctrl-dark-lighter:#686e77;--gf-color-out-ctrl-light:#e5e7eb;--gf-color-out-ctrl-light-rgb:229,231,235;--gf-color-out-ctrl-light-darker:#d2d5db;--gf-color-out-ctrl-light-lighter:#f2f3f5;--gf-color-in-ctrl:#fff;--gf-color-in-ctrl-rgb:255,255,255;--gf-color-in-ctrl-contrast:#112337;--gf-color-in-ctrl-contrast-rgb:17,35,55;--gf-color-in-ctrl-darker:#f2f3f5;--gf-color-in-ctrl-lighter:#f2f3f5;--gf-color-in-ctrl-primary:var(--gf-color-primary);--gf-color-in-ctrl-primary-rgb:var(--gf-color-primary-rgb);--gf-color-in-ctrl-primary-contrast:var(--gf-color-primary-contrast);--gf-color-in-ctrl-primary-contrast-rgb:var(--gf-color-primary-contrast-rgb);--gf-color-in-ctrl-primary-darker:var(--gf-color-primary-darker);--gf-color-in-ctrl-primary-lighter:var(--gf-color-primary-lighter);--gf-color-in-ctrl-dark:#585e6a;--gf-color-in-ctrl-dark-rgb:88,94,106;--gf-color-in-ctrl-dark-darker:#112337;--gf-color-in-ctrl-dark-lighter:#686e77;--gf-color-in-ctrl-light:#e5e7eb;--gf-color-in-ctrl-light-rgb:229,231,235;--gf-color-in-ctrl-light-darker:#d2d5db;--gf-color-in-ctrl-light-lighter:#f2f3f5;--gf-color-danger:#c02b0a;--gf-color-danger-rgb:192,43,10;--gf-color-danger-contrast:#fff;--gf-color-danger-contrast-rgb:255,255,255;--gf-color-success:#399f4b;--gf-color-success-rgb:57,159,75;--gf-color-success-contrast:#fff;--gf-color-success-contrast-rgb:255,255,255}.gform-theme--api,.gform-theme--framework{--gf-icon-font-family:"gform-icons-orbital";--gf-icon-font-size:20px;--gf-icon-ctrl-checkbox:"\e900";--gf-icon-ctrl-select-down:"\e901";--gf-icon-ctrl-select-up:"\e902";--gf-icon-ctrl-select:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23686E77'/%3E%3C/svg%3E");--gf-icon-ctrl-search:url("data:image/svg+xml,%3Csvg width='640' height='640' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='%23686E77'/%3E%3C/svg%3E");--gf-icon-ctrl-cancel:"\e918";--gf-icon-ctrl-number:url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='%23686E77'/%3E%3C/svg%3E");--gf-icon-ctrl-pwd-hidden:"\e90a";--gf-icon-ctrl-pwd-visible:"\e909";--gf-icon-ctrl-list-item-add:"\e90f";--gf-icon-ctrl-list-item-remove:"\e90e";--gf-icon-ctrl-save-continue:"\e910";--gf-icon-ctrl-pg-numbers-complete:"\e90b";--gf-icon-ctrl-file:"\e911";--gf-icon-ctrl-file-completed:"\e90c";--gf-icon-ctrl-file-cancel:"\e904";--gf-icon-ctrl-file-remove:"\e919";--gf-icon-ctrl-datepicker:"\e91a";--gf-icon-ctrl-datepicker-left:"\e91b";--gf-icon-ctrl-datepicker-right:"\e91c";--gf-icon-ctrl-img-choice-placeholder:"\e922";--gf-icon-tooltip-error:"\e906"}.gform-theme--api,.gform-theme--framework{--gf-padding-x:12px;--gf-padding-y:12px;--gf-label-space-primary:8px;--gf-label-choice-field-space-primary:12px;--gf-label-space-x-secondary:12px;--gf-label-space-y-sm-secondary:-1px;--gf-label-space-y-md-secondary:0;--gf-label-space-y-lg-secondary:1px;--gf-label-space-y-xl-secondary:4px;--gf-label-space-y-secondary:var(--gf-label-space-y-md-secondary);--gf-label-space-tertiary:8px;--gf-desc-space:8px;--gf-desc-choice-field-space:12px}.gform-theme--api,.gform-theme--framework{--gf-transition-duration:0.15s;--gf-transition-ctrl:var(--gf-transition-duration)}.gform-theme--api,.gform-theme--framework{--gf-font-family-base:initial;--gf-font-style-base:normal;--gf-font-family-primary:var(--gf-font-family-base);--gf-font-size-primary:14px;--gf-font-style-primary:var(--gf-font-style-base);--gf-font-weight-primary:400;--gf-letter-spacing-primary:0;--gf-line-height-primary:1.5;--gf-font-family-secondary:var(--gf-font-family-base);--gf-font-size-secondary:14px;--gf-font-style-secondary:var(--gf-font-style-base);--gf-font-weight-secondary:500;--gf-letter-spacing-secondary:0;--gf-line-height-secondary:1.43;--gf-font-family-tertiary:var(--gf-font-family-base);--gf-font-size-tertiary:14px;--gf-font-style-tertiary:var(--gf-font-style-base);--gf-font-weight-tertiary:400;--gf-letter-spacing-tertiary:0;--gf-line-height-tertiary:1.43}.gform-theme--api,.gform-theme--framework{--gf-ctrl-bg-color:var(--gf-color-in-ctrl);--gf-ctrl-bg-color-hover:var(--gf-ctrl-bg-color);--gf-ctrl-bg-color-focus:var(--gf-ctrl-bg-color);--gf-ctrl-bg-color-disabled:var(--gf-color-in-ctrl-light-lighter);--gf-ctrl-bg-color-error:var(--gf-ctrl-bg-color);--gf-ctrl-border-color:var(--gf-color-in-ctrl-dark-lighter);--gf-ctrl-border-color-hover:var(--gf-ctrl-border-color);--gf-ctrl-border-color-focus:var(--gf-color-primary);--gf-ctrl-border-color-disabled:var(--gf-color-in-ctrl-light-darker);--gf-ctrl-border-color-error:var(--gf-color-danger);--gf-ctrl-border-style:solid;--gf-ctrl-border-width:1px;--gf-ctrl-radius:var(--gf-radius);--gf-ctrl-radius-max-sm:min(var(--gf-ctrl-radius), var(--gf-radius-max-sm));--gf-ctrl-radius-max-md:min(var(--gf-ctrl-radius), var(--gf-radius-max-md));--gf-ctrl-radius-max-lg:min(var(--gf-ctrl-radius), var(--gf-radius-max-lg));--gf-ctrl-outline-color:transparent;--gf-ctrl-outline-color-focus:rgba(var(--gf-color-primary-rgb), 0.65);--gf-ctrl-outline-offset:1px;--gf-ctrl-outline-style:solid;--gf-ctrl-outline-width:0;--gf-ctrl-outline-width-focus:3px;--gf-ctrl-color:var(--gf-color-in-ctrl-contrast);--gf-ctrl-color-hover:var(--gf-ctrl-color);--gf-ctrl-color-focus:var(--gf-ctrl-color);--gf-ctrl-color-disabled:rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.6);--gf-ctrl-color-error:var(--gf-ctrl-color);--gf-ctrl-icon-color:var(--gf-color-in-ctrl-dark-lighter);--gf-ctrl-icon-color-hover:var(--gf-color-in-ctrl-dark-darker);--gf-ctrl-icon-color-focus:var(--gf-ctrl-icon-color-hover);--gf-ctrl-icon-color-disabled:var(--gf-ctrl-icon-color);--gf-ctrl-shadow:0 1px 4px rgba(18, 25, 97, 0.0779552);--gf-ctrl-accent-color:var(--gf-color-in-ctrl-primary);--gf-ctrl-appearance:none;--gf-ctrl-size-sm:35px;--gf-ctrl-size-md:38px;--gf-ctrl-size-lg:47px;--gf-ctrl-size-xl:54px;--gf-ctrl-size:var(--gf-ctrl-size-md);--gf-ctrl-padding-x:var(--gf-padding-x);--gf-ctrl-padding-y:0;--gf-ctrl-transition:var(--gf-transition-ctrl);--gf-ctrl-font-family:var(--gf-font-family-primary);--gf-ctrl-font-size:var(--gf-font-size-primary);--gf-ctrl-font-style:var(--gf-font-style-base);--gf-ctrl-font-weight:var(--gf-font-weight-primary);--gf-ctrl-letter-spacing:var(--gf-letter-spacing-primary);--gf-ctrl-line-height:var(--gf-ctrl-size);--gf-ctrl-placeholder-color:rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.7);--gf-ctrl-placeholder-font-family:var(--gf-ctrl-font-family);--gf-ctrl-placeholder-font-size:var(--gf-ctrl-font-size);--gf-ctrl-placeholder-font-style:var(--gf-ctrl-font-style);--gf-ctrl-placeholder-font-weight:var(--gf-ctrl-font-weight);--gf-ctrl-placeholder-letter-spacing:var(--gf-ctrl-letter-spacing);--gf-ctrl-placeholder-opacity:1}.gform-theme--api,.gform-theme--framework{--gf-ctrl-readonly-color:var(--gf-ctrl-color);--gf-ctrl-readonly-font-family:var(--gf-ctrl-font-family);--gf-ctrl-readonly-font-size:var(--gf-ctrl-font-size);--gf-ctrl-readonly-font-style:var(--gf-ctrl-font-style);--gf-ctrl-readonly-font-weight:500;--gf-ctrl-readonly-letter-spacing:var(--gf-ctrl-letter-spacing);--gf-ctrl-readonly-line-height:1}.gform-theme--api,.gform-theme--framework{--gf-ctrl-btn-radius:var(--gf-radius);--gf-ctrl-btn-shadow:0 1px 4px rgba(18, 25, 97, 0.0779552);--gf-ctrl-btn-shadow-hover:var(--gf-ctrl-btn-shadow);--gf-ctrl-btn-shadow-focus:var(--gf-ctrl-btn-shadow);--gf-ctrl-btn-shadow-disabled:var(--gf-ctrl-btn-shadow);--gf-ctrl-btn-opacity:1;--gf-ctrl-btn-opacity-disabled:0.5;--gf-ctrl-btn-size-xs:30px;--gf-ctrl-btn-size-sm:var(--gf-ctrl-size-sm);--gf-ctrl-btn-size-md:var(--gf-ctrl-size-md);--gf-ctrl-btn-size-lg:var(--gf-ctrl-size-lg);--gf-ctrl-btn-size-xl:var(--gf-ctrl-size-xl);--gf-ctrl-btn-size:var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-padding-x-xs:8px;--gf-ctrl-btn-padding-x-sm:12px;--gf-ctrl-btn-padding-x-md:16px;--gf-ctrl-btn-padding-x-lg:20px;--gf-ctrl-btn-padding-x-xl:24px;--gf-ctrl-btn-padding-x:var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-padding-y:0;--gf-ctrl-btn-font-family:var(--gf-font-family-base);--gf-ctrl-btn-font-size-xs:12px;--gf-ctrl-btn-font-size-sm:14px;--gf-ctrl-btn-font-size-md:14px;--gf-ctrl-btn-font-size-lg:16px;--gf-ctrl-btn-font-size-xl:16px;--gf-ctrl-btn-font-size:var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-font-style:var(--gf-font-style-base);--gf-ctrl-btn-font-weight:500;--gf-ctrl-btn-letter-spacing:var(--gf-letter-spacing-primary);--gf-ctrl-btn-line-height:1;--gf-ctrl-btn-text-decoration:none;--gf-ctrl-btn-text-transform:none;--gf-ctrl-btn-icon:none;--gf-ctrl-btn-icon-font-size:var(--gf-icon-font-size);--gf-ctrl-btn-icon-gap:6px;--gf-ctrl-btn-icon-transition:var(--gf-ctrl-transition);--gf-ctrl-btn-bg-color-primary:var(--gf-color-primary);--gf-ctrl-btn-bg-color-hover-primary:var(--gf-color-primary-darker);--gf-ctrl-btn-bg-color-focus-primary:var(--gf-ctrl-btn-bg-color-primary);--gf-ctrl-btn-bg-color-disabled-primary:var(--gf-ctrl-btn-bg-color-primary);--gf-ctrl-btn-border-color-primary:transparent;--gf-ctrl-btn-border-color-hover-primary:transparent;--gf-ctrl-btn-border-color-focus-primary:var(--gf-ctrl-btn-bg-color-hover-primary);--gf-ctrl-btn-border-color-disabled-primary:transparent;--gf-ctrl-btn-border-style-primary:solid;--gf-ctrl-btn-border-width-primary:1px;--gf-ctrl-btn-color-primary:var(--gf-color-primary-contrast);--gf-ctrl-btn-color-hover-primary:var(--gf-ctrl-btn-color-primary);--gf-ctrl-btn-color-focus-primary:var(--gf-ctrl-btn-color-primary);--gf-ctrl-btn-color-disabled-primary:var(--gf-ctrl-btn-color-primary);--gf-ctrl-btn-icon-color-primary:var(--gf-ctrl-btn-color-primary);--gf-ctrl-btn-icon-color-hover-primary:var(--gf-ctrl-btn-icon-color-primary);--gf-ctrl-btn-icon-color-focus-primary:var(--gf-ctrl-btn-icon-color-primary);--gf-ctrl-btn-icon-color-disabled-primary:var(--gf-ctrl-btn-icon-color-primary);--gf-ctrl-btn-bg-color-secondary:var(--gf-color-secondary);--gf-ctrl-btn-bg-color-hover-secondary:var(--gf-color-secondary-darker);--gf-ctrl-btn-bg-color-focus-secondary:var(--gf-ctrl-btn-bg-color-secondary);--gf-ctrl-btn-bg-color-disabled-secondary:var(--gf-ctrl-btn-bg-color-secondary);--gf-ctrl-btn-border-color-secondary:var(--gf-color-in-ctrl-light-darker);--gf-ctrl-btn-border-color-hover-secondary:var(--gf-ctrl-btn-border-color-secondary);--gf-ctrl-btn-border-color-focus-secondary:var(--gf-ctrl-btn-bg-color-hover-primary);--gf-ctrl-btn-border-color-disabled-secondary:var(--gf-ctrl-btn-border-color-secondary);--gf-ctrl-btn-border-style-secondary:solid;--gf-ctrl-btn-border-width-secondary:1px;--gf-ctrl-btn-color-secondary:var(--gf-color-secondary-contrast);--gf-ctrl-btn-color-hover-secondary:var(--gf-ctrl-btn-color-secondary);--gf-ctrl-btn-color-focus-secondary:var(--gf-ctrl-btn-color-secondary);--gf-ctrl-btn-color-disabled-secondary:var(--gf-ctrl-btn-color-secondary);--gf-ctrl-btn-icon-color-secondary:var(--gf-ctrl-icon-color);--gf-ctrl-btn-icon-color-hover-secondary:var(--gf-ctrl-btn-icon-color-secondary);--gf-ctrl-btn-icon-color-focus-secondary:var(--gf-ctrl-btn-icon-color-secondary);--gf-ctrl-btn-icon-color-disabled-secondary:var(--gf-ctrl-btn-icon-color-secondary);--gf-ctrl-btn-bg-color-ctrl:var(--gf-color-in-ctrl-primary);--gf-ctrl-btn-bg-color-hover-ctrl:var(--gf-color-in-ctrl-primary-darker);--gf-ctrl-btn-bg-color-focus-ctrl:var(--gf-ctrl-btn-bg-color-ctrl);--gf-ctrl-btn-bg-color-disabled-ctrl:var(--gf-ctrl-btn-bg-color-ctrl);--gf-ctrl-btn-border-color-ctrl:transparent;--gf-ctrl-btn-border-color-hover-ctrl:transparent;--gf-ctrl-btn-border-color-focus-ctrl:var(--gf-ctrl-btn-bg-color-hover-ctrl);--gf-ctrl-btn-border-color-disabled-ctrl:transparent;--gf-ctrl-btn-border-style-ctrl:solid;--gf-ctrl-btn-border-width-ctrl:1px;--gf-ctrl-btn-color-ctrl:var(--gf-color-in-ctrl-primary-contrast);--gf-ctrl-btn-color-hover-ctrl:var(--gf-ctrl-btn-color-ctrl);--gf-ctrl-btn-color-focus-ctrl:var(--gf-ctrl-btn-color-ctrl);--gf-ctrl-btn-color-disabled-ctrl:var(--gf-ctrl-btn-color-ctrl);--gf-ctrl-btn-icon-color-ctrl:var(--gf-ctrl-btn-color-ctrl);--gf-ctrl-btn-icon-color-hover-ctrl:var(--gf-ctrl-btn-icon-color-ctrl);--gf-ctrl-btn-icon-color-focus-ctrl:var(--gf-ctrl-btn-icon-color-ctrl);--gf-ctrl-btn-icon-color-disabled-ctrl:var(--gf-ctrl-btn-icon-color-ctrl);--gf-ctrl-btn-bg-color-simple:transparent;--gf-ctrl-btn-bg-color-hover-simple:var(--gf-ctrl-btn-bg-color-simple);--gf-ctrl-btn-bg-color-focus-simple:var(--gf-ctrl-btn-bg-color-simple);--gf-ctrl-btn-bg-color-disabled-simple:var(--gf-ctrl-btn-bg-color-simple);--gf-ctrl-btn-border-color-simple:transparent;--gf-ctrl-btn-border-color-hover-simple:var(--gf-ctrl-btn-border-color-simple);--gf-ctrl-btn-border-color-focus-simple:var(--gf-ctrl-border-color-focus);--gf-ctrl-btn-border-color-disabled-simple:var(--gf-ctrl-btn-border-color-simple);--gf-ctrl-btn-border-style-simple:solid;--gf-ctrl-btn-border-width-simple:1px;--gf-ctrl-btn-color-simple:rgba(var(--gf-color-out-ctrl-dark-rgb), 0.65);--gf-ctrl-btn-color-hover-simple:var(--gf-color-out-ctrl-dark);--gf-ctrl-btn-color-focus-simple:var(--gf-ctrl-btn-color-hover-simple);--gf-ctrl-btn-color-disabled-simple:var(--gf-ctrl-btn-color-simple);--gf-ctrl-btn-shadow-simple:none;--gf-ctrl-btn-shadow-hover-simple:var(--gf-ctrl-btn-shadow-simple);--gf-ctrl-btn-shadow-focus-simple:var(--gf-ctrl-btn-shadow-simple);--gf-ctrl-btn-shadow-disabled-simple:var(--gf-ctrl-btn-shadow-simple);--gf-ctrl-btn-size-simple:24px;--gf-ctrl-btn-icon-color-simple:rgba(var(--gf-color-out-ctrl-dark-rgb), 0.9);--gf-ctrl-btn-icon-color-hover-simple:var(--gf-ctrl-btn-color-hover-simple);--gf-ctrl-btn-icon-color-focus-simple:var(--gf-ctrl-btn-color-focus-simple);--gf-ctrl-btn-icon-color-disabled-simple:var(--gf-ctrl-btn-color-disabled-simple)}.gform-theme--api,.gform-theme--framework{--gf-ctrl-choice-check-color:var(--gf-color-in-ctrl-primary);--gf-ctrl-choice-check-color-disabled:rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.2);--gf-ctrl-choice-size-sm:18px;--gf-ctrl-choice-size-md:20px;--gf-ctrl-choice-size-lg:22px;--gf-ctrl-choice-size-xl:28px;--gf-ctrl-choice-size:var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-radius:var(--gf-ctrl-radius-max-sm);--gf-ctrl-checkbox-check-size-sm:12px;--gf-ctrl-checkbox-check-size-md:initial;--gf-ctrl-checkbox-check-size-lg:15px;--gf-ctrl-checkbox-check-size-xl:19px;--gf-ctrl-checkbox-check-size:var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-radius:50%;--gf-ctrl-radio-check-content:"";--gf-ctrl-radio-check-size-sm:6px;--gf-ctrl-radio-check-size-md:7px;--gf-ctrl-radio-check-size-lg:8px;--gf-ctrl-radio-check-size-xl:10px;--gf-ctrl-radio-check-size:var(--gf-ctrl-radio-check-size-md)}.gform-theme--api,.gform-theme--framework{--gf-ctrl-date-picker-bg-color:var(--gf-ctrl-bg-color);--gf-ctrl-date-picker-shadow:0 0 1px rgba(18, 25, 97, 0.24),0 24px 24px rgba(18, 25, 97, 0.03),0 2px 2px rgba(18, 25, 97, 0.03),0 4px 4px rgba(18, 25, 97, 0.03),0 8px 8px rgba(18, 25, 97, 0.03),0 16px 16px rgba(18, 25, 97, 0.03);--gf-ctrl-date-picker-padding-y:16px 12px;--gf-ctrl-date-picker-padding-y-viewport-sm:16px;--gf-ctrl-date-picker-padding-x:12px;--gf-ctrl-date-picker-padding-x-viewport-sm:16px;--gf-ctrl-date-picker-margin-y-start:12px;--gf-ctrl-date-picker-radius:var(--gf-ctrl-radius-max-md);--gf-ctrl-date-picker-width:250px;--gf-ctrl-date-picker-width-viewport-sm:300px;--gf-ctrl-date-picker-header-icons-width:20px;--gf-ctrl-date-picker-header-icons-color:var(--gf-ctrl-icon-color);--gf-ctrl-date-picker-header-icons-color-hover:var(--gf-ctrl-icon-color-hover);--gf-ctrl-date-picker-header-icons-font-size:20px;--gf-ctrl-date-picker-title-color:var(--gf-color-secondary-contrast);--gf-ctrl-date-picker-title-font-size:12px;--gf-ctrl-date-picker-title-font-size-viewport-sm:14px;--gf-ctrl-date-picker-title-font-weight:500;--gf-ctrl-date-picker-title-gap:4px;--gf-ctrl-date-picker-title-gap-viewport-sm:8px;--gf-ctrl-date-picker-title-line-height:1.5;--gf-ctrl-date-picker-title-margin-x:4px;--gf-ctrl-date-picker-title-margin-x-viewport-sm:8px;--gf-ctrl-date-picker-dropdown-bg-img:var(--gf-icon-ctrl-select);--gf-ctrl-date-picker-dropdown-bg-position:var(--gf-ctrl-select-icon-position);--gf-ctrl-date-picker-dropdown-bg-size:var(--gf-ctrl-select-icon-size);--gf-ctrl-date-picker-dropdown-border-color:var(--gf-color-in-ctrl-light-darker);--gf-ctrl-date-picker-dropdown-border-style:var(--gf-ctrl-border-style);--gf-ctrl-date-picker-dropdown-border-width:var(--gf-ctrl-border-width);--gf-ctrl-date-picker-dropdown-shadow:0 1px 2px rgba(0, 0, 0, 0.05);--gf-ctrl-date-picker-dropdown-text-align:start;--gf-ctrl-date-picker-table-margin-y-start:16px;--gf-ctrl-date-picker-table-margin-y-end:0;--gf-ctrl-date-picker-head-cell-font-size:12px;--gf-ctrl-date-picker-head-cell-font-weight:600;--gf-ctrl-date-picker-head-cell-line-height:1.33;--gf-ctrl-date-picker-cell-padding:1px;--gf-ctrl-date-picker-cell-padding-y:6px;--gf-ctrl-date-picker-cell-padding-y-viewport-sm:var(--gf-ctrl-date-picker-cell-padding);--gf-ctrl-date-picker-cell-height:29px;--gf-ctrl-date-picker-cell-height-viewport-sm:40px;--gf-ctrl-date-picker-cell-font-size:14px;--gf-ctrl-date-picker-cell-font-weight:400;--gf-ctrl-date-picker-cell-line-height:1.43;--gf-ctrl-date-picker-cell-content-align-items:center;--gf-ctrl-date-picker-cell-content-bg-color-disabled:transparent;--gf-ctrl-date-picker-cell-content-bg-color-hover:#f4f8ff;--gf-ctrl-date-picker-cell-content-bg-color-selected:var(--gf-color-in-ctrl-primary);--gf-ctrl-date-picker-cell-content-border:var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-color-in-ctrl-primary);--gf-ctrl-date-picker-cell-content-radius:var(--gf-ctrl-radius-max-md);--gf-ctrl-date-picker-cell-content-color:var(--gf-color-secondary-contrast);--gf-ctrl-date-picker-cell-content-color-disabled:#cfd3d9;--gf-ctrl-date-picker-cell-content-color-hover:var(--gf-ctrl-date-picker-cell-content-color);--gf-ctrl-date-picker-cell-content-color-selected:var(--gf-color-in-ctrl-primary-contrast);--gf-ctrl-date-picker-cell-content-width:27px;--gf-ctrl-date-picker-cell-content-width-viewport-sm:100%}.gform-theme--api,.gform-theme--framework{--gf-ctrl-desc-color:var(--gf-color-out-ctrl-dark);--gf-ctrl-desc-font-family:var(--gf-font-family-tertiary);--gf-ctrl-desc-font-size:var(--gf-font-size-tertiary);--gf-ctrl-desc-font-style:var(--gf-font-style-tertiary);--gf-ctrl-desc-font-weight:var(--gf-font-weight-tertiary);--gf-ctrl-desc-letter-spacing:var(--gf-letter-spacing-tertiary);--gf-ctrl-desc-line-height:var(--gf-line-height-tertiary);--gf-ctrl-desc-color-error:var(--gf-color-danger);--gf-ctrl-desc-font-family-error:var(--gf-ctrl-desc-font-family);--gf-ctrl-desc-font-size-error:var(--gf-ctrl-desc-font-size);--gf-ctrl-desc-font-style-error:var(--gf-ctrl-desc-font-style);--gf-ctrl-desc-font-weight-error:var(--gf-ctrl-desc-font-weight);--gf-ctrl-desc-letter-spacing-error:var(--gf-ctrl-desc-letter-spacing);--gf-ctrl-desc-line-height-error:var(--gf-ctrl-desc-line-height);--gf-ctrl-desc-border-color-consent:var(--gf-color-out-ctrl-light-darker);--gf-ctrl-desc-border-color-consent-focus:var(--gf-ctrl-border-color-focus);--gf-ctrl-desc-border-style-consent:solid;--gf-ctrl-desc-border-width-consent:1px;--gf-ctrl-desc-max-height-consent:456px}.gform-theme--api,.gform-theme--framework{--gf-ctrl-file-padding-x:0 var(--gf-ctrl-padding-x);--gf-ctrl-file-btn-bg-color:var(--gf-color-secondary-darker);--gf-ctrl-file-btn-bg-color-hover:var(--gf-color-secondary);--gf-ctrl-file-btn-bg-color-focus:var(--gf-ctrl-file-btn-bg-color);--gf-ctrl-file-btn-bg-color-disabled:var(--gf-ctrl-file-btn-bg-color);--gf-ctrl-file-btn-border-inline-end-width:1px;--gf-ctrl-file-btn-border-inline-end-style:solid;--gf-ctrl-file-btn-border-inline-end-color:var(--gf-ctrl-border-color);--gf-ctrl-file-btn-border-inline-end-color-hover:var(--gf-ctrl-file-btn-border-inline-end-color);--gf-ctrl-file-btn-border-inline-end-color-focus:var(--gf-ctrl-file-btn-border-inline-end-color);--gf-ctrl-file-btn-border-inline-end-color-disabled:var(--gf-ctrl-file-btn-border-inline-end-color);--gf-ctrl-file-btn-radius:var(--gf-ctrl-radius);--gf-ctrl-file-btn-color:rgba(var(--gf-color-secondary-contrast-rgb), 0.725);--gf-ctrl-file-btn-color-hover:var(--gf-ctrl-file-btn-color);--gf-ctrl-file-btn-color-focus:var(--gf-ctrl-file-btn-color);--gf-ctrl-file-btn-color-disabled:var(--gf-ctrl-file-btn-color);--gf-ctrl-file-btn-font-family:var(--gf-font-family-base);--gf-ctrl-file-btn-font-size:14px;--gf-ctrl-file-btn-font-style:var(--gf-font-style-base);--gf-ctrl-file-btn-font-weight:500;--gf-ctrl-file-btn-letter-spacing:var(--gf-letter-spacing-primary);--gf-ctrl-file-btn-line-height:1.43;--gf-ctrl-file-btn-text-decoration:none;--gf-ctrl-file-btn-text-transform:none;--gf-ctrl-file-btn-margin-x:0 12px;--gf-ctrl-file-btn-padding-x:12px;--gf-ctrl-file-btn-transition:var(--gf-ctrl-transition);--gf-ctrl-file-zone-border-style:dashed;--gf-ctrl-file-zone-radius:var(--gf-ctrl-radius-max-lg);--gf-ctrl-file-zone-color:rgba(var(--gf-color-in-ctrl-contrast-rgb), 0.725);--gf-ctrl-file-zone-height:auto;--gf-ctrl-file-zone-padding-x:40px;--gf-ctrl-file-zone-padding-y:40px;--gf-ctrl-file-zone-instructions-margin-y-end:12px;--gf-ctrl-file-zone-font-weight:500;--gf-ctrl-file-zone-line-height:1;--gf-ctrl-file-zone-icon-color:var(--gf-color-in-ctrl-primary);--gf-ctrl-file-zone-icon-font-size:36px;--gf-ctrl-file-zone-icon-margin-y-end:8px;--gf-ctrl-file-prog-ui-gap:12px;--gf-ctrl-file-prog-ui-size:var(--gf-icon-font-size);--gf-ctrl-file-prog-bar-bg-color:var(--gf-color-out-ctrl-light);--gf-ctrl-file-prog-bar-bg-color-loading:var(--gf-color-primary);--gf-ctrl-file-prog-bar-height:6px;--gf-ctrl-file-prog-bar-radius:var(--gf-radius);--gf-ctrl-file-prog-bar-transition:var(--gf-transition-ctrl);--gf-ctrl-file-prog-text-color:var(--gf-ctrl-desc-color);--gf-ctrl-file-prog-text-min-width:33px;--gf-ctrl-file-prog-text-font-size:12px;--gf-ctrl-file-prog-btn-inset-y-start:-2px;--gf-ctrl-file-prog-btn-inset-x-end:-2px;--gf-ctrl-file-prog-btn-position:absolute;--gf-ctrl-file-prog-btn-font-size-cancel:0;--gf-ctrl-file-prog-btn-icon-size:var(--gf-icon-font-size);--gf-ctrl-file-prog-btn-icon-color-complete:var(--gf-color-success);--gf-ctrl-file-prev-area-gap:16px;--gf-ctrl-file-prev-area-margin-y-start:16px;--gf-ctrl-file-prev-font-family:var(--gf-font-family-secondary);--gf-ctrl-file-prev-font-size:var(--gf-font-size-secondary);--gf-ctrl-file-prev-font-style:var(--gf-font-style-secondary);--gf-ctrl-file-prev-font-weight:var(--gf-font-weight-secondary);--gf-ctrl-file-prev-letter-spacing:var(--gf-letter-spacing-secondary);--gf-ctrl-file-prev-line-height:1;--gf-ctrl-file-prev-gap:4px;--gf-ctrl-file-prev-name-color:var(--gf-ctrl-label-color-primary);--gf-ctrl-file-prev-name-line-height:var(--gf-line-height-secondary);--gf-ctrl-file-prev-name-overflow:hidden;--gf-ctrl-file-prev-name-padding-x-end:calc(var(--gf-ctrl-file-prog-btn-icon-size) + var(--gf-ctrl-file-prog-text-min-width) + calc(var(--gf-ctrl-file-prog-ui-gap) * 2));--gf-ctrl-file-prev-name-text-overflow:ellipsis;--gf-ctrl-file-prev-name-white-space:nowrap;--gf-ctrl-file-prev-size-color:var(--gf-ctrl-desc-color)}.gform-theme--api,.gform-theme--framework{--gf-ctrl-label-color-primary:var(--gf-color-out-ctrl-dark-darker);--gf-ctrl-label-font-family-primary:var(--gf-font-family-secondary);--gf-ctrl-label-font-size-primary:var(--gf-font-size-secondary);--gf-ctrl-label-font-style-primary:var(--gf-font-style-secondary);--gf-ctrl-label-font-weight-primary:var(--gf-font-weight-secondary);--gf-ctrl-label-letter-spacing-primary:var(--gf-letter-spacing-secondary);--gf-ctrl-label-line-height-primary:var(--gf-line-height-secondary);--gf-ctrl-label-color-secondary:var(--gf-color-out-ctrl-dark-darker);--gf-ctrl-label-font-family-secondary:var(--gf-font-family-secondary);--gf-ctrl-label-font-size-secondary:var(--gf-font-size-secondary);--gf-ctrl-label-font-style-secondary:var(--gf-font-style-secondary);--gf-ctrl-label-font-weight-secondary:400;--gf-ctrl-label-letter-spacing-secondary:var(--gf-letter-spacing-secondary);--gf-ctrl-label-line-height-secondary:var(--gf-line-height-secondary);--gf-ctrl-label-color-tertiary:var(--gf-color-out-ctrl-dark);--gf-ctrl-label-font-family-tertiary:var(--gf-font-family-tertiary);--gf-ctrl-label-font-size-tertiary:var(--gf-font-size-tertiary);--gf-ctrl-label-font-style-tertiary:var(--gf-font-style-tertiary);--gf-ctrl-label-font-weight-tertiary:var(--gf-font-weight-tertiary);--gf-ctrl-label-letter-spacing-tertiary:var(--gf-letter-spacing-tertiary);--gf-ctrl-label-line-height-tertiary:var(--gf-line-height-tertiary);--gf-ctrl-label-color-quaternary:var(--gf-color-out-ctrl-dark);--gf-ctrl-label-font-family-quaternary:var(--gf-font-family-tertiary);--gf-ctrl-label-font-size-quaternary:var(--gf-font-size-secondary);--gf-ctrl-label-font-style-quaternary:var(--gf-font-style-tertiary);--gf-ctrl-label-font-weight-quaternary:var(--gf-font-weight-secondary);--gf-ctrl-label-letter-spacing-quaternary:var(--gf-letter-spacing-tertiary);--gf-ctrl-label-line-height-quaternary:var(--gf-line-height-tertiary);--gf-ctrl-label-color-req:var(--gf-color-danger);--gf-ctrl-label-font-family-req:var(--gf-ctrl-label-font-family-primary);--gf-ctrl-label-font-size-req:12px;--gf-ctrl-label-font-style-req:var(--gf-ctrl-label-font-style-primary);--gf-ctrl-label-font-weight-req:var(--gf-ctrl-label-font-weight-primary);--gf-ctrl-label-letter-spacing-req:var(--gf-ctrl-label-letter-spacing-primary);--gf-ctrl-label-line-height-req:var(--gf-ctrl-label-line-height-primary)}.gform-theme--api,.gform-theme--framework{--gf-ctrl-number-spin-btn-appearance:var(--gf-ctrl-appearance);--gf-ctrl-number-spin-btn-bg-position:center center;--gf-ctrl-number-spin-btn-bg-size:8px 14px;--gf-ctrl-number-spin-btn-width:8px;--gf-ctrl-number-spin-btn-opacity:1}.gform-theme--api,.gform-theme--framework{--gf-ctrl-select-icon:var(--gf-icon-ctrl-select);--gf-ctrl-select-icon-hover:var(--gf-ctrl-select-icon);--gf-ctrl-select-icon-focus:var(--gf-ctrl-select-icon);--gf-ctrl-select-icon-disabled:var(--gf-ctrl-select-icon);--gf-ctrl-select-icon-position:calc(100% - var(--gf-ctrl-padding-x)) center;--gf-ctrl-select-icon-size:10px;--gf-ctrl-select-ms-expand:none;--gf-ctrl-select-padding-x:var(--gf-ctrl-padding-x) calc(var(--gf-ctrl-select-search-icon-size) + var(--gf-ctrl-padding-x));--gf-ctrl-multiselect-height:130px;--gf-ctrl-multiselect-radius:var(--gf-ctrl-radius-max-lg);--gf-ctrl-multiselect-line-height:1.5;--gf-ctrl-multiselect-padding-y:var(--gf-padding-y);--gf-ctrl-select-dropdown-border-color:transparent;--gf-ctrl-select-dropdown-radius:var(--gf-ctrl-radius-max-md);--gf-ctrl-select-dropdown-shadow:0 0 1px rgba(18, 25, 97, 0.24),0 24px 24px rgba(18, 25, 97, 0.03),0 2px 2px rgba(18, 25, 97, 0.03),0 4px 4px rgba(18, 25, 97, 0.03),0 8px 8px rgba(18, 25, 97, 0.03),0 16px 16px rgba(18, 25, 97, 0.03);--gf-ctrl-select-dropdown-option-bg-color-hover:var(--gf-color-in-ctrl-light-lighter);--gf-ctrl-select-dropdown-option-shadow-hover:inset 3px 0 0 var(--gf-color-in-ctrl-primary);--gf-ctrl-select-search-icon-size:var(--gf-icon-font-size);--gf-ctrl-select-search-icon-position:var(--gf-ctrl-padding-x) center;--gf-ctrl-select-search-padding-x:calc(var(--gf-ctrl-select-search-icon-size) + var(--gf-ctrl-padding-x) + 8px) var(--gf-ctrl-padding-x);--gf-ctrl-multiselect-close-icon-size:var(--gf-icon-font-size);--gf-ctrl-multiselect-close-icon-inset-y-start:calc(50% - (var(--gf-ctrl-multiselect-close-icon-size) / 2));--gf-ctrl-multiselect-close-icon-inset-x-end:calc((var(--gf-ctrl-padding-x) / 2) + 2px);--gf-ctrl-multiselect-selected-item-bg-color:var(--gf-color-in-ctrl-primary);--gf-ctrl-multiselect-selected-item-radius:33px;--gf-ctrl-multiselect-selected-item-color:var(--gf-color-in-ctrl-primary-contrast);--gf-ctrl-multiselect-selected-item-font-size:var(--gf-ctrl-font-size);--gf-ctrl-multiselect-selected-item-font-weight:600;--gf-ctrl-multiselect-selected-item-remove-icon-color:var(--gf-color-in-ctrl-primary-contrast)}html[dir=rtl] .gform-theme--api,html[dir=rtl] .gform-theme--framework{--gf-ctrl-select-icon-position:var(--gf-ctrl-padding-x) center;--gf-ctrl-select-search-icon-position:calc(100% - var(--gf-padding-x)) center}.gform-theme--api,.gform-theme--framework{--gf-ctrl-textarea-height:130px;--gf-ctrl-textarea-radius:var(--gf-ctrl-radius-max-lg);--gf-ctrl-textarea-line-height:1.5;--gf-ctrl-textarea-padding-y:var(--gf-padding-y);--gf-ctrl-textarea-resize:vertical}.gform-theme--api,.gform-theme--framework{--gf-field-date-ctrl-padding-x-end:calc(var(--gf-ctrl-padding-x) + var(--gf-icon-font-size) + 4px);--gf-field-date-icon-color:var(--gf-ctrl-icon-color);--gf-field-date-icon-color-hover:var(--gf-ctrl-icon-color-hover);--gf-field-date-icon-transition:var(--gf-ctrl-transition);--gf-field-date-custom-icon-max-height:16px;--gf-field-date-custom-icon-max-width:16px;--gf-field-date-custom-icon-opacity:0.6;--gf-field-date-custom-icon-opacity-hover:1}.gform-theme--api,.gform-theme--framework{--gf-field-choice-gap:var(--gf-label-space-x-secondary);--gf-field-choice-align-x-gap-y:var(--gf-field-choice-gap);--gf-field-choice-align-x-gap-x:16px;--gf-field-choice-meta-margin-y-start:4px;--gf-field-choice-meta-space:16px;--gf-field-choice-other-ctrl-max-width:256px;--gf-field-img-choice-aspect-ratio:1/1;--gf-field-img-choice-gap:var(--gf-field-gap-x);--gf-field-img-choice-margin-y-end:12px;--gf-field-img-choice-placeholder-icon-font-size:60px;--gf-field-img-choice-radius-square:var(--gf-ctrl-radius-max-sm);--gf-field-img-choice-radius-round:50%;--gf-field-img-choice-shadow:0 0 0 rgba(18, 25, 97, 0.05),0 2px 5px rgba(18, 25, 97, 0.1),0 1px 1px rgba(18, 25, 97, 0.15);--gf-field-img-choice-shadow-hover:0 0 1px rgba(18, 25, 97, 0.24),0 24px 24px rgba(18, 25, 97, 0.03),0 2px 2px rgba(18, 25, 97, 0.03),0 4px 4px rgba(18, 25, 97, 0.03),0 8px 8px rgba(18, 25, 97, 0.03),0 16px 16px rgba(18, 25, 97, 0.03);--gf-field-img-choice-size-sm:125px;--gf-field-img-choice-size-md:200px;--gf-field-img-choice-size-lg:300px;--gf-field-img-choice-size:var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-placeholder-bg-color:rgba(var(--gf-color-in-ctrl-light-rgb), 0.05);--gf-field-img-choice-card-placeholder-color:rgba(var(--gf-color-in-ctrl-dark-rgb), 0.4);--gf-field-img-choice-card-check-ind-bg-color:var(--gf-color-in-ctrl-primary);--gf-field-img-choice-card-check-ind-icon-color:var(--gf-color-in-ctrl-primary-contrast);--gf-field-img-choice-card-space-sm:8px;--gf-field-img-choice-card-space-md:12px;--gf-field-img-choice-card-space-lg:16px;--gf-field-img-choice-card-space:var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-no-card-placeholder-bg-color:rgba(var(--gf-color-out-ctrl-light-rgb), 0.05);--gf-field-img-choice-no-card-placeholder-color:rgba(var(--gf-color-out-ctrl-dark-rgb), 0.4);--gf-field-img-choice-no-card-check-ind-bg-color:var(--gf-color-in-ctrl-primary);--gf-field-img-choice-no-card-check-ind-icon-color:var(--gf-color-in-ctrl-primary-contrast);--gf-field-img-choice-check-ind-icon:var(--gf-icon-ctrl-checkbox);--gf-field-img-choice-check-ind-radius:50%;--gf-field-img-choice-check-ind-shadow:drop-shadow(0 1px 1px rgba(18, 25, 97, 0.15)) drop-shadow(0 2px 5px rgba(18, 25, 97, 0.1)) drop-shadow(0 0 0 rgba(18, 25, 97, 0.05));--gf-field-img-choice-check-ind-size-sm:24px;--gf-field-img-choice-check-ind-size-md:38px;--gf-field-img-choice-check-ind-size-lg:64px;--gf-field-img-choice-check-ind-size:var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size-sm:12px;--gf-field-img-choice-check-ind-icon-size-md:var(--gf-icon-font-size);--gf-field-img-choice-check-ind-icon-size-lg:30px;--gf-field-img-choice-check-ind-icon-size:var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-img-choice-ctrl-opacity:1;--gf-field-img-choice-ctrl-opacity-disabled:0.5;--gf-field-img-choice-other-ctrl-margin-y-start:16px}.gform-theme--api,.gform-theme--framework{--gf-field-list-btn-size:16px;--gf-field-list-btn-radius:50%;--gf-field-list-btn-font-size:0;--gf-field-list-btn-padding-y:0;--gf-field-list-btn-padding-x:0}.gform-theme--api,.gform-theme--framework{--gf-field-pg-prog-color:var(--gf-color-out-ctrl-dark);--gf-field-pg-prog-margin-y-end:24px;--gf-field-pg-prog-title-margin-y-end:16px;--gf-field-pg-prog-font-family:var(--gf-font-family-base);--gf-field-pg-prog-font-size:14px;--gf-field-pg-prog-font-style:var(--gf-font-style-base);--gf-field-pg-prog-font-weight:600;--gf-field-pg-prog-letter-spacing:0;--gf-field-pg-prog-line-height:1;--gf-field-pg-prog-text-transform:uppercase;--gf-field-pg-prog-bar-bg-color:var(--gf-color-out-ctrl-light);--gf-field-pg-prog-bar-bg-color-blue:#204ce5;--gf-field-pg-prog-bar-bg-color-gray:var(--gf-color-out-ctrl-dark);--gf-field-pg-prog-bar-bg-color-green:#31c48d;--gf-field-pg-prog-bar-bg-color-orange:#ff5a1f;--gf-field-pg-prog-bar-bg-color-red:#c02b0a;--gf-field-pg-prog-bar-bg-gradient-spring:linear-gradient(270deg, #9cd790 0%, #76d7db 100%);--gf-field-pg-prog-bar-bg-gradient-blues:linear-gradient(270deg, #00c2ff 0%, #7838e2 100%);--gf-field-pg-prog-bar-bg-gradient-rainbow:linear-gradient(274.73deg, #74b551 -5.58%, #f3ca30 44.81%, #cd302b 93.15%);--gf-field-pg-prog-bar-radius:100px;--gf-field-pg-prog-bar-height:10px;--gf-field-pg-steps-number-bg-color:transparent;--gf-field-pg-steps-number-bg-color-active:var(--gf-color-out-ctrl-light);--gf-field-pg-steps-number-bg-color-complete:var(--gf-color-primary);--gf-field-pg-steps-number-border-color:var(--gf-color-out-ctrl-light-darker);--gf-field-pg-steps-number-border-color-active:transparent;--gf-field-pg-steps-number-border-color-complete:var(--gf-color-primary);--gf-field-pg-steps-number-border-style:solid;--gf-field-pg-steps-number-border-width:2px;--gf-field-pg-steps-number-radius:50%;--gf-field-pg-steps-number-color:var(--gf-color-out-ctrl-dark);--gf-field-pg-steps-number-color-active:var(--gf-field-pg-steps-number-color);--gf-field-pg-steps-number-color-complete:var(--gf-color-primary-contrast);--gf-field-pg-steps-icon-font-size:var(--gf-icon-font-size);--gf-field-pg-steps-number-size:32px;--gf-field-pg-steps-step-gap:12px}.gform-theme--api,.gform-theme--framework{--gf-field-pwd-ctrl-padding-x-end:calc(var(--gf-ctrl-padding-x) + var(--gf-icon-font-size) + 8px);--gf-field-pwd-str-bg-color:transparent;--gf-field-pwd-str-bg-color-mismatch:transparent;--gf-field-pwd-str-bg-color-short:transparent;--gf-field-pwd-str-bg-color-bad:transparent;--gf-field-pwd-str-bg-color-good:transparent;--gf-field-pwd-str-bg-color-strong:transparent;--gf-field-pwd-str-border-color:transparent;--gf-field-pwd-str-border-color-mismatch:transparent;--gf-field-pwd-str-border-color-short:transparent;--gf-field-pwd-str-border-color-bad:transparent;--gf-field-pwd-str-border-color-good:transparent;--gf-field-pwd-str-border-color-strong:transparent;--gf-field-pwd-str-border-style:var(--gf-ctrl-border-style);--gf-field-pwd-str-border-width:0;--gf-field-pwd-str-radius:0;--gf-field-pwd-str-color:var(--gf-color-out-ctrl-dark);--gf-field-pwd-str-color-mismatch:#c02b0a;--gf-field-pwd-str-color-short:#c02b0a;--gf-field-pwd-str-color-bad:#ff5a1f;--gf-field-pwd-str-color-good:#8b6c32;--gf-field-pwd-str-color-strong:#399f4b;--gf-field-pwd-str-margin-y-start:16px;--gf-field-pwd-str-padding-y:0;--gf-field-pwd-str-padding-x:calc(65px + 8px) 0;--gf-field-pwd-str-font-family:var(--gf-font-family-secondary);--gf-field-pwd-str-font-size:var(--gf-font-size-primary);--gf-field-pwd-str-font-style:var(--gf-font-style-secondary);--gf-field-pwd-str-font-weight:var(--gf-font-weight-secondary);--gf-field-pwd-str-letter-spacing:var(--gf-letter-spacing-secondary);--gf-field-pwd-str-line-height:1;--gf-field-pwd-str-text-align:start;--gf-field-pwd-str-transition:var(--gf-transition-ctrl);--gf-field-pwd-str-ind-bg-color:var(--gf-color-out-ctrl-light);--gf-field-pwd-str-ind-bg-color-mismatch:var(--gf-field-pwd-str-color-mismatch);--gf-field-pwd-str-ind-bg-color-short:var(--gf-field-pwd-str-color-short);--gf-field-pwd-str-ind-bg-color-bad:var(--gf-field-pwd-str-color-bad);--gf-field-pwd-str-ind-bg-color-good:var(--gf-field-pwd-str-color-good);--gf-field-pwd-str-ind-bg-color-strong:var(--gf-field-pwd-str-color-strong);--gf-field-pwd-str-ind-radius:var(--gf-radius);--gf-field-pwd-str-ind-display:inline-block;--gf-field-pwd-str-ind-inset-y-start:50%;--gf-field-pwd-str-ind-inset-x-start:0;--gf-field-pwd-str-ind-position:absolute;--gf-field-pwd-str-ind-height:6px;--gf-field-pwd-str-ind-width:65px;--gf-field-pwd-str-ind-width-blank:0;--gf-field-pwd-str-ind-width-mismatch:65px;--gf-field-pwd-str-ind-width-short:22px;--gf-field-pwd-str-ind-width-bad:37px;--gf-field-pwd-str-ind-width-good:46px;--gf-field-pwd-str-ind-width-strong:65px;--gf-field-pwd-str-ind-content:"";--gf-field-pwd-str-ind-transform:translateY(-50%);--gf-field-pwd-str-ind-transition:var(--gf-transition-ctrl)}.gform-theme--api,.gform-theme--framework{--gf-field-prod-price-color:var(--gf-ctrl-label-color-primary);--gf-field-prod-quant-margin-y-end:var(--gf-field-gap-y);--gf-field-prod-quant-width:150px}.gform-theme--api,.gform-theme--framework{--gf-field-repeater-gap-y:var(--gf-form-gap-y);--gf-field-repeater-btn-inline-gap:var(--gf-form-gap-x);--gf-field-repeater-separator-color:var(--gf-color-out-ctrl-light-darker);--gf-field-repeater-separator-size:1px;--gf-field-repeater-nested-border-color:var(--gf-color-out-ctrl-light-darker);--gf-field-repeater-nested-border-size:1px;--gf-field-repeater-nested-border-style:solid;--gf-field-repeater-nested-padding-x-start:20px}.gform-theme--api,.gform-theme--framework{--gf-field-section-border-color:var(--gf-color-out-ctrl-light-darker);--gf-field-section-border-style:solid;--gf-field-section-border-width:1px;--gf-field-section-padding-y-end:8px}.gform-theme--api,.gform-theme--framework{--gf-form-validation-bg-color:rgba(var(--gf-color-danger-rgb), 0.03);--gf-form-validation-border-color:rgba(var(--gf-color-danger-rgb), 0.25);--gf-form-validation-border-color-focus:var(--gf-color-danger);--gf-form-validation-border-width:1px;--gf-form-validation-border-style:solid;--gf-form-validation-radius:var(--gf-ctrl-radius-max-md);--gf-form-validation-outline-color-focus:rgba(var(--gf-color-danger-rgb), 0.65);--gf-form-validation-outline-focus:var(--gf-ctrl-outline-width-focus) var(--gf-ctrl-outline-style) var(--gf-form-validation-outline-color-focus);--gf-form-validation-shadow:0 1px 4px rgba(18, 25, 97, 0.0779552);--gf-form-validation-color:var(--gf-color-danger);--gf-form-validation-font-family:var(--gf-font-family-primary);--gf-form-validation-font-size:var(--gf-font-size-primary);--gf-form-validation-line-height:1.43;--gf-form-validation-gap:8px;--gf-form-validation-margin-y:0 var(--gf-form-gap-y);--gf-form-validation-padding-y:20px;--gf-form-validation-padding-x:16px;--gf-form-validation-heading-color:var(--gf-form-validation-color);--gf-form-validation-heading-font-family:var(--gf-form-validation-font-family);--gf-form-validation-heading-font-size:var(--gf-form-validation-font-size);--gf-form-validation-heading-font-weight:500;--gf-form-validation-heading-line-height:var(--gf-form-validation-line-height);--gf-form-validation-heading-gap:12px;--gf-form-validation-heading-icon-bg-color:rgba(var(--gf-color-danger-rgb), 0.05);--gf-form-validation-heading-icon-border-color:var(--gf-form-validation-border-color);--gf-form-validation-heading-icon-border-width:2px;--gf-form-validation-heading-icon-border-style:var(--gf-form-validation-border-style);--gf-form-validation-heading-icon-radius:50%;--gf-form-validation-heading-icon-color:var(--gf-form-validation-heading-color);--gf-form-validation-heading-icon-font-size:18px;--gf-form-validation-heading-icon-size:20px;--gf-form-validation-summary-color:var(--gf-form-validation-color);--gf-form-validation-summary-font-family:var(--gf-form-validation-font-family);--gf-form-validation-summary-font-size:var(--gf-form-validation-font-size);--gf-form-validation-summary-font-weight:400;--gf-form-validation-summary-line-height:var(--gf-form-validation-line-height);--gf-form-validation-summary-margin-y-start:4px;--gf-form-validation-summary-padding-x:48px;--gf-form-validation-summary-item-link-text-decoration:underline}.gform-theme--api,.gform-theme--framework{--gf-form-spinner-fg-color:var(--gf-color-primary);--gf-form-spinner-bg-color:rgba(var(--gf-color-primary-rgb), 0.1)}@font-face{font-family:gform-icons-orbital;src:url(//www.citygrimp.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.woff2?gxy8zs) format('woff2'),url(//www.citygrimp.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.ttf?gxy8zs) format('truetype'),url(//www.citygrimp.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.woff?gxy8zs) format('woff'),url(//www.citygrimp.com/wp-content/plugins/gravityforms/fonts/gform-icons-orbital.svg?gxy8zs#gform-icons-orbital) format('svg');font-weight:400;font-style:normal;font-display:block}.gform-orbital-icon{font-family:var(--gf-icon-font-family)!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gform-orbital-icon--photograph:before{content:"\e922"}.gform-orbital-icon--arrow-back:before{content:"\e921"}.gform-orbital-icon--calendar-alt:before{content:"\e91a"}.gform-orbital-icon--selector:before{content:"\e90d"}.gform-orbital-icon--search:before{content:"\e917"}.gform-orbital-icon--trash:before{content:"\e919"}.gform-orbital-icon--cloud-upload-alt:before{content:"\e911"}.gform-orbital-icon--arrow-up:before{content:"\e912"}.gform-orbital-icon--arrow-down:before{content:"\e914"}.gform-orbital-icon--arrow-left:before{content:"\e915"}.gform-orbital-icon--arrow-right:before{content:"\e916"}.gform-orbital-icon--arrow-narrow-right:before{content:"\e913"}.gform-orbital-icon--arrow-sm-left:before{content:"\e91f"}.gform-orbital-icon--arrow-sm-right:before{content:"\e920"}.gform-orbital-icon--save-as:before{content:"\e910"}.gform-orbital-icon--minus-alt:before{content:"\e90e"}.gform-orbital-icon--plus-alt:before{content:"\e90f"}.gform-orbital-icon--eye-off:before{content:"\e90a"}.gform-orbital-icon--eye:before{content:"\e909"}.gform-orbital-icon--check-circle:before{content:"\e90c"}.gform-orbital-icon--check-mark:before{content:"\e900"}.gform-orbital-icon--check:before{content:"\e90b"}.gform-orbital-icon--check-mark-simple:before{content:"\e905"}.gform-orbital-icon--exclamation-simple:before{content:"\e906"}.gform-orbital-icon--information-simple:before{content:"\e907"}.gform-orbital-icon--question-mark-simple:before{content:"\e908"}.gform-orbital-icon--chevron-down:before{content:"\e901"}.gform-orbital-icon--chevron-up:before{content:"\e902"}.gform-orbital-icon--chevron-left:before{content:"\e91b"}.gform-orbital-icon--chevron-right:before{content:"\e91c"}.gform-orbital-icon--chevron-double-left:before{content:"\e91d"}.gform-orbital-icon--chevron-double-right:before{content:"\e91e"}.gform-orbital-icon--minus:before{content:"\e903"}.gform-orbital-icon--x-circle:before{content:"\e918"}.gform-orbital-icon--x:before{content:"\e904"}.gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){color:var(--gf-ctrl-placeholder-color);font-family:var(--gf-ctrl-placeholder-font-family);font-size:var(--gf-ctrl-placeholder-font-size);font-style:var(--gf-ctrl-placeholder-font-style);font-weight:var(--gf-ctrl-placeholder-font-weight);letter-spacing:var(--gf-ctrl-placeholder-letter-spacing);opacity:var(--gf-ctrl-placeholder-opacity)}.gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){color:var(--gf-ctrl-placeholder-color);font-family:var(--gf-ctrl-placeholder-font-family);font-size:var(--gf-ctrl-placeholder-font-size);font-style:var(--gf-ctrl-placeholder-font-style);font-weight:var(--gf-ctrl-placeholder-font-weight);letter-spacing:var(--gf-ctrl-placeholder-letter-spacing);opacity:var(--gf-ctrl-placeholder-opacity)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-appearance:var(--gf-ctrl-appearance);--gf-local-bg-color:var(--gf-ctrl-bg-color);--gf-local-height:var(--gf-ctrl-size);--gf-local-radius:var(--gf-ctrl-radius);--gf-local-border-color:var(--gf-ctrl-border-color);--gf-local-border-width:var(--gf-ctrl-border-width);--gf-local-border-style:var(--gf-ctrl-border-style);--gf-local-border-block-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-block-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-color:var(--gf-ctrl-color);--gf-local-display:block;--gf-local-font-family:var(--gf-ctrl-font-family);--gf-local-font-size:var(--gf-ctrl-font-size);--gf-local-font-style:var(--gf-ctrl-font-style);--gf-local-font-weight:var(--gf-ctrl-font-weight);--gf-local-letter-spacing:var(--gf-ctrl-letter-spacing);--gf-local-line-height:var(--gf-ctrl-line-height);--gf-local-min-height:auto;--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-offset:var(--gf-ctrl-outline-offset);--gf-local-outline-style:var(--gf-ctrl-outline-style);--gf-local-outline-width:var(--gf-ctrl-outline-width);--gf-local-padding-x:var(--gf-ctrl-padding-x);--gf-local-padding-y:var(--gf-ctrl-padding-y);--gf-local-shadow:var(--gf-ctrl-shadow);--gf-local-transition:var(--gf-ctrl-transition);--gf-local-width:100%;-webkit-appearance:var(--gf-local-appearance);-moz-appearance:var(--gf-local-appearance);appearance:var(--gf-local-appearance);background-color:var(--gf-local-bg-color);block-size:var(--gf-local-height);border-block-end:var(--gf-local-border-block-end);border-block-start:var(--gf-local-border-block-start);border-inline-end:var(--gf-local-border-inline-end);border-inline-start:var(--gf-local-border-inline-start);border-radius:var(--gf-local-radius);box-shadow:var(--gf-local-shadow);color:var(--gf-local-color);display:var(--gf-local-display);font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);inline-size:var(--gf-local-width);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height);margin-block:0;margin-inline:0;min-block-size:var(--gf-local-min-height);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-local-outline-offset);outline-style:var(--gf-local-outline-style);outline-width:var(--gf-local-outline-width);padding-block:var(--gf-local-padding-y);padding-inline:var(--gf-local-padding-x);transition:var(--gf-local-transition)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{--gf-local-bg-color:var(--gf-ctrl-bg-color-hover);--gf-local-border-color:var(--gf-ctrl-border-color-hover);--gf-local-color:var(--gf-ctrl-color-hover)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{--gf-local-bg-color:var(--gf-ctrl-bg-color-focus);--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-color:var(--gf-ctrl-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled{--gf-local-bg-color:var(--gf-ctrl-bg-color-disabled);--gf-local-border-color:var(--gf-ctrl-border-color-disabled);--gf-local-color:var(--gf-ctrl-color-disabled)}.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-bg-color:var(--gf-ctrl-bg-color-error);--gf-local-border-color:var(--gf-ctrl-border-color-error);--gf-local-color:var(--gf-ctrl-color-error)}.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{--gf-local-bg-color:var(--gf-ctrl-bg-color-focus);--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-color:var(--gf-ctrl-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework input[type].gform-text-input-reset{--gf-local-border-color:transparent;--gf-local-height:auto;--gf-local-color:var(--gf-ctrl-readonly-color);--gf-local-font-family:var(--gf-ctrl-readonly-font-family);--gf-local-font-size:var(--gf-ctrl-readonly-font-size);--gf-local-font-style:var(--gf-ctrl-readonly-font-style);--gf-local-font-weight:var(--gf-ctrl-readonly-font-weight);--gf-local-letter-spacing:var(--gf-ctrl-readonly-letter-spacing);--gf-local-line-height:var(--gf-ctrl-readonly-line-height);--gf-local-min-height:auto;--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-width:var(--gf-ctrl-outline-width);block-size:var(--gf-local-height);border:var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-local-border-color);border-radius:var(--gf-ctrl-radius);color:var(--gf-local-color);font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height);min-block-size:var(--gf-local-min-height);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-local-outline-width);transition:var(--gf-ctrl-transition)}.gform-theme--framework input[type].gform-text-input-reset:focus{--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button,.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-outer-spin-button{opacity:var(--gf-ctrl-number-spin-btn-opacity)}.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button{-webkit-appearance:var(--gf-ctrl-number-spin-btn-appearance);appearance:var(--gf-ctrl-number-spin-btn-appearance);background-image:var(--gf-icon-ctrl-number);background-position:var(--gf-ctrl-number-spin-btn-bg-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-number-spin-btn-bg-size);cursor:pointer;width:var(--gf-ctrl-number-spin-btn-width)}.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-radius:var(--gf-ctrl-textarea-radius);--gf-local-height:var(--gf-ctrl-textarea-height);--gf-local-line-height:var(--gf-ctrl-textarea-line-height);--gf-local-padding-y:var(--gf-ctrl-textarea-padding-y);resize:var(--gf-ctrl-textarea-resize)}.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-border-color:var(--gf-ctrl-border-color);--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-width:var(--gf-ctrl-outline-width);border:var(--gf-ctrl-border-width) var(--gf-ctrl-border-style) var(--gf-local-border-color);border-radius:var(--gf-ctrl-textarea-radius);box-shadow:var(--gf-ctrl-shadow);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-local-outline-width);overflow:hidden;transition:var(--gf-transition-ctrl)}.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{--gf-local-border-color:var(--gf-ctrl-border-color-hover)}.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[\:has\(.wp-editor-iframe-active\)]{--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):has(.wp-editor-iframe-active){--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .wp-editor-container textarea{border-color:transparent;border-width:0}.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-border-color:var(--gf-ctrl-border-color-error)}.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[\:has\(.wp-editor-iframe-active\)]{--gf-local-border-color:var(--gf-ctrl-border-color-focus)}.gform-theme--framework .gfield_error .wp-editor-container:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):has(.wp-editor-iframe-active){--gf-local-border-color:var(--gf-ctrl-border-color-focus)}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.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 *)){--gf-local-height:var(--gf-ctrl-choice-size);--gf-local-display:inline-grid;--gf-local-line-height:var(--gf-ctrl-choice-size);--gf-local-padding-y:0;--gf-local-padding-x:0;--gf-local-width:var(--gf-ctrl-choice-size);accent-color:var(--gf-ctrl-accent-color);opacity:1;align-content:center;justify-content:center;place-content:center}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.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{opacity:0}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before,.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 *)):checked::before{opacity:1}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-radius:var(--gf-ctrl-checkbox-check-radius)}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-ctrl-choice-check-color);content:var(--gf-icon-ctrl-checkbox);font-size:var(--gf-ctrl-checkbox-check-size)}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before{color:var(--gf-ctrl-choice-check-color-disabled)}.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 *)){--gf-local-radius:var(--gf-ctrl-radio-check-radius)}.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:var(--gf-ctrl-choice-check-color);block-size:var(--gf-ctrl-radio-check-size);border-radius:var(--gf-ctrl-radio-check-radius);content:var(--gf-ctrl-radio-check-content);inline-size:var(--gf-ctrl-radio-check-size)}.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 *)):disabled::before{background-color:var(--gf-ctrl-choice-check-color-disabled)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])){--gf-local-padding-x:var(--gf-ctrl-select-padding-x);background-image:var(--gf-ctrl-select-icon);background-position:var(--gf-ctrl-select-icon-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-select-icon-size)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):hover{background-image:var(--gf-ctrl-select-icon-hover)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):focus{background-image:var(--gf-ctrl-select-icon-focus)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])):disabled{background-image:var(--gf-ctrl-select-icon-disabled)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-ms-expand{display:var(--gf-ctrl-select-ms-expand)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple]{--gf-local-height:var(--gf-ctrl-multiselect-height);--gf-local-radius:var(--gf-ctrl-multiselect-radius);--gf-local-line-height:var(--gf-ctrl-multiselect-line-height);--gf-local-padding-y:var(--gf-ctrl-multiselect-padding-y);overflow-y:auto}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] option:checked{background:var(--gf-color-in-ctrl-light)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single{background-image:var(--gf-icon-ctrl-select);background-position:var(--gf-ctrl-select-icon-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-select-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single span{margin-inline-end:var(--gf-ctrl-select-search-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single abbr,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single div b{background-image:none!important}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active .chosen-single,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{--gf-local-bg-color:var(--gf-ctrl-bg-color-focus);--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-color:var(--gf-ctrl-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{border-bottom-left-radius:var(--gf-ctrl-radius);border-bottom-right-radius:var(--gf-ctrl-radius);border-color:var(--gf-ctrl-border-color-focus)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search{padding-block:var(--gf-padding-y) 0;padding-inline:var(--gf-ctrl-padding-x)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search input[type=text]{--gf-local-height:var(--gf-ctrl-size-md);--gf-local-padding-x:var(--gf-ctrl-select-search-padding-x);background-image:var(--gf-icon-ctrl-search)!important;background-position:var(--gf-ctrl-select-search-icon-position);background-size:var(--gf-ctrl-select-search-icon-size)!important}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi{--gf-local-height:auto;--gf-local-radius:var(--gf-ctrl-multiselect-radius);padding-inline:0}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active{border-color:var(--gf-ctrl-border-color-focus);outline-color:var(--gf-ctrl-outline-color-focus);outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active .chosen-choices{box-shadow:none}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices{align-content:center;background:0 0;border:none;display:flex;flex-flow:row wrap;gap:calc(var(--gf-padding-y)/ 2);min-height:calc(var(--gf-ctrl-size) - 2px);padding-block:4px;padding-inline:var(--gf-ctrl-padding-x)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-field input[type=text].chosen-search-input{color:var(--gf-ctrl-placeholder-color);font-family:var(--gf-ctrl-placeholder-font-family);font-size:var(--gf-ctrl-placeholder-font-size);font-style:var(--gf-ctrl-placeholder-font-style);font-weight:var(--gf-ctrl-placeholder-font-weight);letter-spacing:var(--gf-ctrl-placeholder-letter-spacing);opacity:var(--gf-ctrl-placeholder-opacity)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices .search-choice+li.search-field input[type=text].chosen-search-input{color:var(--gf-ctrl-color-focus);font-family:var(--gf-ctrl-font-family);font-size:var(--gf-ctrl-font-size);font-style:var(--gf-ctrl-font-style);font-weight:var(--gf-ctrl-font-weight);letter-spacing:var(--gf-ctrl-letter-spacing);opacity:1}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice{align-self:flex-start;background:0 0;background-color:var(--gf-ctrl-multiselect-selected-item-bg-color);border:none;border-radius:var(--gf-ctrl-multiselect-selected-item-radius);box-shadow:none;color:var(--gf-ctrl-multiselect-selected-item-color);flex-shrink:0;font-size:var(--gf-ctrl-multiselect-selected-item-font-size);font-weight:var(--gf-ctrl-multiselect-selected-item-font-weight);margin:0;padding-block:8px;padding-inline:var(--gf-ctrl-padding-x) calc((var(--gf-ctrl-padding-x) * 1.25) + var(--gf-ctrl-multiselect-close-icon-size))}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:0 0;height:var(--gf-ctrl-multiselect-close-icon-size);inset-block-start:var(--gf-ctrl-multiselect-close-icon-inset-y-start);inset-inline-end:var(--gf-ctrl-multiselect-close-icon-inset-x-end);opacity:70%;transition:var(--gf-local-transition);width:var(--gf-ctrl-multiselect-close-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-ctrl-multiselect-selected-item-remove-icon-color);content:var(--gf-icon-ctrl-cancel);display:inline-block;font-size:var(--gf-ctrl-multiselect-close-icon-size);height:100%;width:100%}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus,.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{opacity:1}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-drop,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-drop{background-color:var(--gf-ctrl-bg-color);border:var(--gf-ctrl-select-dropdown-border-color);border-radius:var(--gf-ctrl-select-dropdown-radius);box-shadow:var(--gf-ctrl-select-dropdown-shadow);overflow:hidden;padding-block:0;padding-inline:0;top:calc(100% + 8px)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results{margin-block:0;margin-inline:0;padding-block:var(--gf-padding-y);padding-inline:0}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li{color:var(--gf-ctrl-color);padding:var(--gf-padding-y) var(--gf-ctrl-padding-x)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.highlighted,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.highlighted{background:0 0;background-color:var(--gf-ctrl-select-dropdown-option-bg-color-hover)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.result-selected{background:0 0;background-color:var(--gf-ctrl-select-dropdown-option-bg-color-hover);box-shadow:var(--gf-ctrl-select-dropdown-option-shadow-hover)}.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-label-color-primary);--gf-local-display:flex;--gf-local-font-family:var(--gf-ctrl-label-font-family-primary);--gf-local-font-size:var(--gf-ctrl-label-font-size-primary);--gf-local-font-style:var(--gf-ctrl-label-font-style-primary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-primary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-primary);--gf-local-line-height:var(--gf-ctrl-label-line-height-primary);--gf-local-margin-y:0;--gf-local-margin-x:0;color:var(--gf-local-color);display:var(--gf-local-display);font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height);margin-block:var(--gf-local-margin-y);margin-inline:var(--gf-local-margin-x)}.gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-label-color-secondary);--gf-local-display:block;--gf-local-font-family:var(--gf-ctrl-label-font-family-secondary);--gf-local-font-size:var(--gf-ctrl-label-font-size-secondary);--gf-local-font-style:var(--gf-ctrl-label-font-style-secondary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-secondary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-secondary);--gf-local-line-height:var(--gf-ctrl-label-line-height-secondary)}.gform-theme--framework .gform-field-label--type-sub:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-label-color-tertiary);--gf-local-display:block;--gf-local-font-family:var(--gf-ctrl-label-font-family-tertiary);--gf-local-font-size:var(--gf-ctrl-label-font-size-tertiary);--gf-local-font-style:var(--gf-ctrl-label-font-style-tertiary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-tertiary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-tertiary);--gf-local-line-height:var(--gf-ctrl-label-line-height-tertiary)}.gform-theme--framework .gform-field-label--type-sub-large:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-label-color-quaternary);--gf-local-display:inline-block;--gf-local-font-family:var(--gf-ctrl-label-font-family-quaternary);--gf-local-font-size:var(--gf-ctrl-label-font-size-quaternary);--gf-local-font-style:var(--gf-ctrl-label-font-style-quaternary);--gf-local-font-weight:var(--gf-ctrl-label-font-weight-quaternary);--gf-local-letter-spacing:var(--gf-ctrl-label-letter-spacing-quaternary);--gf-local-line-height:var(--gf-ctrl-label-line-height-quaternary)}.gform-theme--framework .gform-field-label>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform_editor legend.gform-field-label>span>.gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){color:var(--gf-ctrl-label-color-req);display:inline-block;font-family:var(--gf-ctrl-label-font-family-req);font-size:var(--gf-ctrl-label-font-size-req);font-style:var(--gf-ctrl-label-font-style-req);font-weight:var(--gf-ctrl-label-font-weight-req);letter-spacing:var(--gf-ctrl-label-letter-spacing-req);line-height:var(--gf-ctrl-label-line-height-req)}.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-desc-color);--gf-local-font-family:var(--gf-ctrl-desc-font-family);--gf-local-font-size:var(--gf-ctrl-desc-font-size);--gf-local-font-style:var(--gf-ctrl-desc-font-style);--gf-local-font-weight:var(--gf-ctrl-desc-font-weight);--gf-local-letter-spacing:var(--gf-ctrl-desc-letter-spacing);--gf-local-line-height:var(--gf-ctrl-desc-line-height);color:var(--gf-local-color);display:block;font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height)}.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-color:var(--gf-ctrl-desc-color-error);--gf-local-font-family:var(--gf-ctrl-desc-font-family-error);--gf-local-font-size:var(--gf-ctrl-desc-font-size-error);--gf-local-font-style:var(--gf-ctrl-desc-font-style-error);--gf-local-font-weight:var(--gf-ctrl-desc-font-weight-error);--gf-local-letter-spacing:var(--gf-ctrl-desc-letter-spacing-error);--gf-local-line-height:var(--gf-ctrl-desc-line-height-error)}.gform-theme--framework .gfield_consent_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){border:var(--gf-ctrl-desc-border-width-consent) var(--gf-ctrl-desc-border-style-consent) var(--gf-ctrl-desc-border-color-consent);max-height:var(--gf-ctrl-desc-max-height-consent);outline-color:var(--gf-ctrl-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-ctrl-outline-width);overflow-y:auto;padding:16px;transition:var(--gf-ctrl-transition)}.gform-theme--framework .gfield_consent_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{border-color:var(--gf-ctrl-desc-border-color-consent-focus);outline-color:var(--gf-ctrl-outline-color-focus);outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-primary);--gf-local-radius:var(--gf-ctrl-btn-radius);--gf-local-border-color:var(--gf-ctrl-btn-border-color-primary);--gf-local-border-style:var(--gf-ctrl-btn-border-style-primary);--gf-local-border-width:var(--gf-ctrl-btn-border-width-primary);--gf-local-border-block-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-block-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-shadow:var(--gf-ctrl-btn-shadow);--gf-local-color:var(--gf-ctrl-btn-color-primary);--gf-local-column-gap:var(--gf-ctrl-btn-icon-gap);--gf-local-cursor:pointer;--gf-local-display:inline-flex;--gf-local-font-style:var(--gf-ctrl-btn-font-style);--gf-local-font-weight:var(--gf-ctrl-btn-font-weight);--gf-local-font-size:var(--gf-ctrl-btn-font-size);--gf-local-font-family:var(--gf-ctrl-btn-font-family);--gf-local-height:auto;--gf-local-letter-spacing:var(--gf-ctrl-btn-letter-spacing);--gf-local-line-height:var(--gf-ctrl-btn-line-height);--gf-local-min-height:var(--gf-ctrl-btn-size);--gf-local-min-width:auto;--gf-local-opacity:var(--gf-ctrl-btn-opacity);--gf-local-padding-y:var(--gf-ctrl-btn-padding-y);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x);--gf-local-text-decoration:var(--gf-ctrl-btn-text-decoration);--gf-local-text-transform:var(--gf-ctrl-btn-text-transform);--gf-local-width:auto;align-items:center;-moz-column-gap:var(--gf-local-column-gap);column-gap:var(--gf-local-column-gap);cursor:var(--gf-local-cursor);justify-content:center;min-inline-size:var(--gf-local-min-width);opacity:var(--gf-local-opacity);text-align:center;-webkit-text-decoration:var(--gf-local-text-decoration);text-decoration:var(--gf-local-text-decoration);text-transform:var(--gf-local-text-transform);vertical-align:top}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-primary);--gf-local-content:var(--gf-ctrl-btn-icon);--gf-local-font-size:var(--gf-ctrl-btn-icon-font-size);--gf-local-transition:var(--gf-ctrl-btn-icon-transition);font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-local-color);content:var(--gf-local-content);font-size:var(--gf-local-font-size);transition:var(--gf-local-transition)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-hover-primary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-hover-primary);--gf-local-shadow:var(--gf-ctrl-btn-shadow-hover);--gf-local-color:var(--gf-ctrl-btn-color-hover-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-hover-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-focus-primary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-focus-primary);--gf-local-shadow:var(--gf-ctrl-btn-shadow-focus);--gf-local-color:var(--gf-ctrl-btn-color-focus-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-focus-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-disabled-primary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-disabled-primary);--gf-local-shadow:var(--gf-ctrl-btn-shadow-disabled);--gf-local-color:var(--gf-ctrl-btn-color-disabled-primary);--gf-local-cursor:default;--gf-local-opacity:var(--gf-ctrl-btn-opacity-disabled)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-disabled-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-secondary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-secondary);--gf-local-border-style:var(--gf-ctrl-btn-border-style-secondary);--gf-local-border-width:var(--gf-ctrl-btn-border-width-secondary);--gf-local-color:var(--gf-ctrl-btn-color-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-hover-secondary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-hover-secondary);--gf-local-color:var(--gf-ctrl-btn-color-hover-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-hover-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-focus-secondary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-focus-secondary);--gf-local-color:var(--gf-ctrl-btn-color-focus-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-focus-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-disabled-secondary);--gf-local-border-color:var(--gf-ctrl-btn-border-color-disabled-secondary);--gf-local-color:var(--gf-ctrl-btn-color-disabled-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-disabled-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-ctrl);--gf-local-border-color:var(--gf-ctrl-btn-border-color-ctrl);--gf-local-border-style:var(--gf-ctrl-btn-border-style-ctrl);--gf-local-border-width:var(--gf-ctrl-btn-border-width-ctrl);--gf-local-color:var(--gf-ctrl-btn-color-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-hover-ctrl);--gf-local-border-color:var(--gf-ctrl-btn-border-color-hover-ctrl);--gf-local-color:var(--gf-ctrl-btn-color-hover-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-hover-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-focus-ctrl);--gf-local-border-color:var(--gf-ctrl-btn-border-color-focus-ctrl);--gf-local-color:var(--gf-ctrl-btn-color-focus-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-focus-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-disabled-ctrl);--gf-local-border-color:var(--gf-ctrl-btn-border-color-disabled-ctrl);--gf-local-color:var(--gf-ctrl-btn-color-disabled-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-disabled-ctrl)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-simple);--gf-local-border-color:var(--gf-ctrl-btn-border-color-simple);--gf-local-border-width:var(--gf-ctrl-btn-border-width-simple);--gf-local-shadow:var(--gf-ctrl-btn-shadow-simple);--gf-local-color:var(--gf-ctrl-btn-color-simple);--gf-local-column-gap:0;--gf-local-line-height:var(--gf-ctrl-btn-size-simple);--gf-local-min-height:var(--gf-ctrl-btn-size-simple);--gf-local-min-width:var(--gf-ctrl-btn-size-simple);--gf-local-padding-y:0;--gf-local-padding-x:0}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-hover-simple);--gf-local-border-color:var(--gf-ctrl-btn-border-color-hover-simple);--gf-local-shadow:var(--gf-ctrl-btn-shadow-hover-simple);--gf-local-color:var(--gf-ctrl-btn-color-hover-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-hover-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-focus-simple);--gf-local-border-color:var(--gf-ctrl-btn-border-color-focus-simple);--gf-local-shadow:var(--gf-ctrl-btn-shadow-focus-simple);--gf-local-color:var(--gf-ctrl-btn-color-focus-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-focus-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled{--gf-local-bg-color:var(--gf-ctrl-btn-bg-color-disabled-simple);--gf-local-border-color:var(--gf-ctrl-btn-border-color-disabled-simple);--gf-local-shadow:var(--gf-ctrl-btn-shadow-disabled-simple);--gf-local-color:var(--gf-ctrl-btn-color-disabled-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before{--gf-local-color:var(--gf-ctrl-btn-icon-color-disabled-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs{--gf-local-font-size:var(--gf-ctrl-btn-font-size-xs);--gf-local-min-height:var(--gf-ctrl-btn-size-xs);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-xs)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm{--gf-local-font-size:var(--gf-ctrl-btn-font-size-sm);--gf-local-min-height:var(--gf-ctrl-btn-size-sm);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-sm)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md{--gf-local-font-size:var(--gf-ctrl-btn-font-size-md);--gf-local-min-height:var(--gf-ctrl-btn-size-md);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-md)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg{--gf-local-font-size:var(--gf-ctrl-btn-font-size-lg);--gf-local-min-height:var(--gf-ctrl-btn-size-lg);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-lg)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl{--gf-local-font-size:var(--gf-ctrl-btn-font-size-xl);--gf-local-min-height:var(--gf-ctrl-btn-size-xl);--gf-local-padding-x:var(--gf-ctrl-btn-padding-x-xl)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-padding-x:var(--gf-ctrl-file-padding-x);text-overflow:ellipsis;white-space:nowrap}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::file-selector-button{--gf-local-bg-color:var(--gf-ctrl-file-btn-bg-color-hover);--gf-local-border-inline-end-color:var(--gf-ctrl-file-btn-border-inline-end-color-hover);--gf-local-color:var(--gf-ctrl-file-btn-color-hover)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::file-selector-button{--gf-local-bg-color:var(--gf-ctrl-file-btn-bg-color-focus);--gf-local-border-inline-end-color:var(--gf-ctrl-file-btn-border-inline-end-color-focus);--gf-local-color:var(--gf-ctrl-file-btn-color-focus)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::file-selector-button{--gf-local-bg-color:var(--gf-ctrl-file-btn-bg-color-disabled);--gf-local-border-inline-end-color:var(--gf-ctrl-file-btn-border-inline-end-color-disabled);--gf-local-color:var(--gf-ctrl-file-btn-color-disabled)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::file-selector-button{--gf-local-bg-color:var(--gf-ctrl-file-btn-bg-color);--gf-local-border-inline-end-color:var(--gf-ctrl-file-btn-border-inline-end-color);--gf-local-border-inline-end-style:var(--gf-ctrl-file-btn-border-inline-end-style);--gf-local-border-inline-end-width:var(--gf-ctrl-file-btn-border-inline-end-width);--gf-local-border-inline-end:var(--gf-local-border-inline-end-width) var(--gf-local-border-inline-end-style) var(--gf-local-border-inline-end-color);--gf-local-color:var(--gf-ctrl-file-btn-color);background-color:var(--gf-local-bg-color);block-size:100%;border:0;border-end-start-radius:var(--gf-ctrl-file-btn-radius);border-inline-end:var(--gf-local-border-inline-end);border-start-start-radius:var(--gf-ctrl-file-btn-radius);color:var(--gf-local-color);font-family:var(--gf-ctrl-file-btn-font-family);font-size:var(--gf-ctrl-file-btn-font-size);font-style:var(--gf-ctrl-file-btn-font-style);font-weight:var(--gf-ctrl-file-btn-font-weight);inset-block-start:calc(var(--gf-ctrl-border-width) * -1);letter-spacing:var(--gf-ctrl-file-btn-letter-spacing);line-height:var(--gf-ctrl-file-btn-line-height);margin-inline:var(--gf-ctrl-file-btn-margin-x);padding-block:0;padding-inline:var(--gf-ctrl-file-btn-padding-x);position:relative;-webkit-text-decoration:var(--gf-ctrl-file-btn-text-decoration);text-decoration:var(--gf-ctrl-file-btn-text-decoration);text-transform:var(--gf-ctrl-file-btn-text-transform);transition:var(--gf-ctrl-file-btn-transition)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area{--gf-local-height:var(--gf-ctrl-file-zone-height);--gf-local-radius:var(--gf-ctrl-file-zone-radius);--gf-local-border-style:var(--gf-ctrl-file-zone-border-style);--gf-local-color:var(--gf-ctrl-file-zone-color);--gf-local-font-weight:var(--gf-ctrl-file-zone-font-weight);--gf-local-line-height:var(--gf-ctrl-file-zone-line-height);--gf-local-padding-x:var(--gf-ctrl-file-zone-padding-x);--gf-local-padding-y:var(--gf-ctrl-file-zone-padding-y)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area::before{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-ctrl-file-zone-icon-color);content:var(--gf-icon-ctrl-file);display:block;font-size:var(--gf-ctrl-file-zone-icon-font-size);margin-block-end:var(--gf-ctrl-file-zone-icon-margin-y-end)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_instructions{margin-block-end:var(--gf-ctrl-file-zone-instructions-margin-y-end)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview_list{display:flex;flex-direction:column;gap:var(--gf-ctrl-file-prev-area-gap);margin-block-start:var(--gf-ctrl-file-prev-area-margin-y-start);width:100%}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview_list:empty{margin-block-start:0}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview{display:flex;flex-direction:column;font-family:var(--gf-ctrl-file-prev-font-family);font-size:var(--gf-ctrl-file-prev-font-size);font-style:var(--gf-ctrl-file-prev-font-style);font-weight:var(--gf-ctrl-file-prev-font-weight);gap:var(--gf-ctrl-file-prev-gap);letter-spacing:var(--gf-ctrl-file-prev-letter-spacing);line-height:var(--gf-ctrl-file-prev-line-height);position:relative}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_filename{color:var(--gf-ctrl-file-prev-name-color);line-height:var(--gf-ctrl-file-prev-name-line-height);overflow:var(--gf-ctrl-file-prev-name-overflow);padding-inline-end:var(--gf-ctrl-file-prev-name-padding-x-end);text-overflow:var(--gf-ctrl-file-prev-name-text-overflow);white-space:var(--gf-ctrl-file-prev-name-white-space)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_filesize{color:var(--gf-ctrl-file-prev-size-color)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progress{align-items:center;display:flex;gap:var(--gf-ctrl-file-prog-ui-gap)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progress::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;block-size:var(--gf-ctrl-file-prog-btn-icon-size);color:var(--gf-ctrl-file-prog-btn-icon-color-complete);content:var(--gf-icon-ctrl-file-completed);font-size:var(--gf-ctrl-file-prog-btn-icon-size);inline-size:var(--gf-ctrl-file-prog-btn-icon-size);min-inline-size:var(--gf-ctrl-file-prog-btn-icon-size);opacity:0}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progress_complete::after{opacity:1}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar,.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar_progress{block-size:var(--gf-ctrl-file-prog-bar-height);border-radius:var(--gf-ctrl-file-prog-bar-radius)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar{background-color:var(--gf-ctrl-file-prog-bar-bg-color);inline-size:100%;position:relative}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_progressbar_progress{background-color:var(--gf-ctrl-file-prog-bar-bg-color-loading);inline-size:1%;position:absolute;transition:var(--gf-ctrl-file-prog-bar-transition)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_percent{color:var(--gf-ctrl-file-prog-text-color);font-size:var(--gf-ctrl-file-prog-text-font-size);min-inline-size:var(--gf-ctrl-file-prog-text-min-width)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_cancel,.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gform_delete_file{inset-block-start:var(--gf-ctrl-file-prog-btn-inset-y-start);inset-inline-end:var(--gf-ctrl-file-prog-btn-inset-x-end);position:var(--gf-ctrl-file-prog-btn-position)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gform_delete_file .dashicons::before{--gf-ctrl-btn-icon:var(--gf-icon-ctrl-file-remove)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_cancel{--gf-local-font-size:var(--gf-ctrl-file-prog-btn-font-size-cancel)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .ginput_preview .gfield_fileupload_cancel::before{--gf-ctrl-btn-icon:var(--gf-icon-ctrl-file-cancel)}.gform-theme--framework.ui-datepicker{background-color:var(--gf-ctrl-date-picker-bg-color);border-radius:var(--gf-ctrl-date-picker-radius);box-shadow:var(--gf-ctrl-date-picker-shadow);display:none;inline-size:var(--gf-ctrl-date-picker-width);margin-block-start:var(--gf-ctrl-date-picker-margin-y-start);padding-block:var(--gf-ctrl-date-picker-padding-y);padding-inline:var(--gf-ctrl-date-picker-padding-x)}@media (min-width:640px){.gform-theme--framework.ui-datepicker{inline-size:var(--gf-ctrl-date-picker-width-viewport-sm);padding-block:var(--gf-ctrl-date-picker-padding-y-viewport-sm);padding-inline:var(--gf-ctrl-date-picker-padding-x-viewport-sm)}}.gform-theme--framework.ui-datepicker .ui-datepicker-header{align-items:stretch;display:flex;margin-block:unset;margin-inline:unset;padding-block:0;padding-inline:0;position:unset}.gform-theme--framework.ui-datepicker .ui-datepicker-next,.gform-theme--framework.ui-datepicker .ui-datepicker-prev{align-items:center;block-size:auto;cursor:pointer;display:flex;flex:none;inline-size:var(--gf-ctrl-date-picker-header-icons-width);inset:unset;justify-content:center;position:relative}.gform-theme--framework.ui-datepicker .ui-datepicker-next::before,.gform-theme--framework.ui-datepicker .ui-datepicker-prev::before{--gf-local-color:var(--gf-ctrl-date-picker-header-icons-color);font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none;border:none;color:var(--gf-local-color);font-size:var(--gf-ctrl-date-picker-header-icons-font-size);inset:unset;transform:unset}.gform-theme--framework.ui-datepicker .ui-datepicker-prev::before{content:var(--gf-icon-ctrl-datepicker-left)}.gform-theme--framework.ui-datepicker .ui-datepicker-next{order:1}.gform-theme--framework.ui-datepicker .ui-datepicker-next::before{content:var(--gf-icon-ctrl-datepicker-right)}.gform-theme--framework.ui-datepicker .ui-datepicker-next-hover::before,.gform-theme--framework.ui-datepicker .ui-datepicker-prev-hover::before{--gf-local-color:var(--gf-ctrl-date-picker-header-icons-color-hover)}.gform-theme--framework.ui-datepicker .ui-datepicker-title{align-items:center;color:var(--gf-ctrl-date-picker-title-color);display:flex;flex:auto;font-size:var(--gf-ctrl-date-picker-title-font-size);font-weight:var(--gf-ctrl-date-picker-title-font-weight);gap:var(--gf-ctrl-date-picker-title-gap);line-height:var(--gf-ctrl-date-picker-title-line-height);margin-block:0;margin-inline:var(--gf-ctrl-date-picker-title-margin-x)}@media (min-width:640px){.gform-theme--framework.ui-datepicker .ui-datepicker-title{font-size:var(--gf-ctrl-date-picker-title-font-size-viewport-sm);gap:var(--gf-ctrl-date-picker-title-gap-viewport-sm);margin-inline:var(--gf-ctrl-date-picker-title-margin-x-viewport-sm)}}.gform-theme--framework.ui-datepicker select.ui-datepicker-month,.gform-theme--framework.ui-datepicker select.ui-datepicker-year{--gf-local-height:var(--gf-ctrl-size-sm);--gf-local-line-height:var(--gf-ctrl-size-sm);background-image:var(--gf-icon-ctrl-select);background-position:var(--gf-ctrl-select-icon-position);background-repeat:no-repeat;background-size:var(--gf-ctrl-select-icon-size);box-shadow:var(--gf-local-shadow);flex:auto;inline-size:auto;margin:0;padding-inline:var(--gf-local-padding-x);text-align:var(--gf-ctrl-date-picker-dropdown-text-align)}.gform-theme--framework.ui-datepicker table{margin-block-end:0;margin-block-start:16px}.gform-theme--framework.ui-datepicker table td,.gform-theme--framework.ui-datepicker table th{block-size:var(--gf-ctrl-date-picker-cell-height);color:var(--gf-ctrl-date-picker-cell-content-color);padding-block:var(--gf-ctrl-date-picker-cell-padding);padding-inline:var(--gf-ctrl-date-picker-cell-padding)}@media (min-width:640px){.gform-theme--framework.ui-datepicker table td,.gform-theme--framework.ui-datepicker table th{block-size:var(--gf-ctrl-date-picker-cell-height-viewport-sm)}}.gform-theme--framework.ui-datepicker table th{font-size:var(--gf-ctrl-date-picker-head-cell-font-size);font-weight:var(--gf-ctrl-date-picker-head-cell-font-weight);line-height:var(--gf-ctrl-date-picker-head-cell-line-height);vertical-align:middle}.gform-theme--framework.ui-datepicker table td{font-size:var(--gf-ctrl-date-picker-cell-font-size);font-weight:var(--gf-ctrl-date-picker-cell-font-weight);line-height:var(--gf-ctrl-date-picker-cell-line-height);padding-block:var(--gf-ctrl-date-picker-cell-padding-y)}@media (min-width:640px){.gform-theme--framework.ui-datepicker table td{padding-block:var(--gf-ctrl-date-picker-cell-padding-y-viewport-sm)}}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled){cursor:pointer}.gform-theme--framework.ui-datepicker table td a,.gform-theme--framework.ui-datepicker table td span{--gf-local-bg-color:transparent;--gf-local-border:0;--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color);align-items:center;background-color:var(--gf-local-bg-color);block-size:100%;border:var(--gf-local-border);border-radius:var(--gf-ctrl-date-picker-cell-content-radius);color:var(--gf-local-color);display:flex;inline-size:var(--gf-ctrl-date-picker-cell-content-width);justify-content:center;text-decoration:none}@media (min-width:640px){.gform-theme--framework.ui-datepicker table td a,.gform-theme--framework.ui-datepicker table td span{inline-size:var(--gf-ctrl-date-picker-cell-content-width-viewport-sm)}}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:hover{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-hover);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-hover)}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:focus{--gf-local-border:var(--gf-ctrl-date-picker-cell-content-border)}.gform-theme--framework.ui-datepicker table .ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-state-disabled span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker table .ui-datepicker-today a,.gform-theme--framework.ui-datepicker table .ui-datepicker-today span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-hover);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-hover)}.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-selected);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-selected)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:focus,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:hover{--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-selected)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled span{--gf-local-bg-color:var(--gf-ctrl-date-picker-cell-content-bg-color-disabled);--gf-local-color:var(--gf-ctrl-date-picker-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year{background-position:var(--gf-ctrl-select-icon-position)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before,.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before{transform:none}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before{content:var(--gf-icon-ctrl-datepicker-right)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before{content:var(--gf-icon-ctrl-datepicker-left)}.gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)){line-height:1}.gform-theme--framework .gfield--type-address .copy_values_option_container{display:inline-grid;gap:var(--gf-field-choice-meta-space) 0;grid-template-columns:minmax(var(--gf-ctrl-choice-size),max-content) auto;margin-block-end:var(--gf-field-gap-y)}.gform-theme--framework .gfield--type-choice .gfield_checkbox,.gform-theme--framework .gfield--type-choice .gfield_radio{display:flex;flex-direction:column;gap:var(--gf-field-choice-gap)}.gform-theme--framework .gfield--type-choice.gfield--choice-align-horizontal .gfield_checkbox,.gform-theme--framework .gfield--type-choice.gfield--choice-align-horizontal .gfield_radio{flex-direction:row;flex-wrap:wrap;gap:var(--gf-field-choice-align-x-gap-y) var(--gf-field-choice-align-x-gap-x)}.gform-theme--framework .gfield--type-choice .gchoice,.gform-theme--framework .gfield--type-choice .ginput_container_consent{display:inline-grid;gap:var(--gf-field-choice-meta-space) 0;grid-template-columns:minmax(var(--gf-ctrl-choice-size),max-content) auto}.gform-theme--framework .gfield--type-choice .gchoice br,.gform-theme--framework .gfield--type-choice .ginput_container_consent br{display:none}.gform-theme--framework .gfield--type-choice .gchoice_other_control{--gf-local-width:auto;grid-column:span 2;max-inline-size:var(--gf-field-choice-other-ctrl-max-width)}.gform-theme--framework .gfield--type-choice .gfield-choice-toggle-all{align-self:self-start;inline-size:100%}.gform-theme--framework .gfield--type-choice .gfield_choice_all_toggle{justify-self:start}.gform-theme--framework .gfield--type-image_choice .gfield_checkbox,.gform-theme--framework .gfield--type-image_choice .gfield_radio{flex-direction:row;flex-wrap:wrap;gap:var(--gf-field-img-choice-gap)}.gform-theme--framework .gfield--type-image_choice .gchoice{align-self:start;display:block;inline-size:var(--gf-field-img-choice-size);max-inline-size:var(--gf-field-img-choice-size);min-inline-size:var(--gf-field-img-choice-size);position:relative}.gform-theme--framework .gfield--type-image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;block-size:var(--gf-field-img-choice-check-ind-size);border-radius:var(--gf-field-img-choice-check-ind-radius);content:var(--gf-field-img-choice-check-ind-icon);display:flex;filter:var(--gf-field-img-choice-check-ind-shadow);font-size:var(--gf-field-img-choice-check-ind-icon-size);inline-size:var(--gf-field-img-choice-check-ind-size);justify-content:center;position:absolute;z-index:5}.gform-theme--framework .gfield--type-image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;block-size:var(--gf-field-img-choice-check-ind-size);border-radius:var(--gf-field-img-choice-check-ind-radius);content:var(--gf-field-img-choice-check-ind-icon);display:flex;filter:var(--gf-field-img-choice-check-ind-shadow);font-size:var(--gf-field-img-choice-check-ind-icon-size);inline-size:var(--gf-field-img-choice-check-ind-size);justify-content:center;position:absolute;z-index:5}.gform-theme--framework .gfield--type-image_choice .gchoice:where(:has(input:checked))::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;block-size:var(--gf-field-img-choice-check-ind-size);border-radius:var(--gf-field-img-choice-check-ind-radius);content:var(--gf-field-img-choice-check-ind-icon);display:flex;filter:var(--gf-field-img-choice-check-ind-shadow);font-size:var(--gf-field-img-choice-check-ind-icon-size);inline-size:var(--gf-field-img-choice-check-ind-size);justify-content:center;position:absolute;z-index:5}.gform-theme--framework .gfield--type-image_choice .gfield-image-choice-wrapper-outer{display:block;min-block-size:100%}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice,.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper{--gf-local-border-color:transparent;--gf-local-border-width:var(--gf-ctrl-border-width);--gf-local-border-style:var(--gf-ctrl-border-style);--gf-local-border-block-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-block-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-start:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-border-inline-end:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-outline-color:var(--gf-ctrl-outline-color);--gf-local-outline-width:var(--gf-ctrl-outline-width);--gf-local-shadow:none;box-shadow:var(--gf-local-shadow);outline-color:var(--gf-local-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-local-outline-width);transition:var(--gf-transition-ctrl)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice,.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper::before{border-block-end:var(--gf-local-border-block-end);border-block-start:var(--gf-local-border-block-start);border-inline-end:var(--gf-local-border-inline-end);border-inline-start:var(--gf-local-border-inline-start);border-radius:var(--gf-ctrl-radius)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice{--gf-local-bg-color:var(--gf-ctrl-bg-color);--gf-local-border-color:var(--gf-color-in-ctrl-light-darker);--gf-local-shadow:var(--gf-field-img-choice-shadow);background-color:var(--gf-local-bg-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gform-field-label{--gf-local-color:var(--gf-ctrl-color);color:var(--gf-local-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover{--gf-local-bg-color:var(--gf-ctrl-bg-color-hover)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover .gform-field-label{--gf-local-color:var(--gf-ctrl-color-hover)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within{--gf-local-bg-color:var(--gf-ctrl-bg-color-focus)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within .gform-field-label{--gf-local-color:var(--gf-ctrl-color-focus)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)]{--gf-local-bg-color:var(--gf-ctrl-bg-color-disabled);--gf-local-border-color:var(--gf-ctrl-border-color-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled){--gf-local-bg-color:var(--gf-ctrl-bg-color-disabled);--gf-local-border-color:var(--gf-ctrl-border-color-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gform-field-label{--gf-local-color:var(--gf-ctrl-color-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled) .gform-field-label{--gf-local-color:var(--gf-ctrl-color-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after{background-color:var(--gf-field-img-choice-card-check-ind-bg-color);color:var(--gf-field-img-choice-card-check-ind-icon-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after{background-color:var(--gf-field-img-choice-card-check-ind-bg-color);color:var(--gf-field-img-choice-card-check-ind-icon-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card.gfield_error .gchoice{--gf-local-bg-color:var(--gf-ctrl-bg-color-error)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card.gfield_error .gchoice .gform-field-label{--gf-local-color:var(--gf-ctrl-color-error)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gfield-image-choice-wrapper-outer{padding-block:var(--gf-field-img-choice-card-space);padding-inline:var(--gf-field-img-choice-card-space)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gfield-choice-image-no-image{background-color:var(--gf-field-img-choice-card-placeholder-bg-color);color:var(--gf-field-img-choice-card-placeholder-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after{background-color:var(--gf-field-img-choice-no-card-check-ind-bg-color);color:var(--gf-field-img-choice-no-card-check-ind-icon-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after{background-color:var(--gf-field-img-choice-no-card-check-ind-bg-color);color:var(--gf-field-img-choice-no-card-check-ind-icon-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper::before{content:"";display:block;inset-block:0;inset-inline:0;position:absolute;transition:var(--gf-transition-ctrl);z-index:1}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gfield-choice-image-no-image{background-color:var(--gf-field-img-choice-no-card-placeholder-bg-color);color:var(--gf-field-img-choice-no-card-placeholder-color)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:hover,.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:hover .gfield-choice-image-wrapper{--gf-local-shadow:var(--gf-field-img-choice-shadow-hover)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within,.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:focus-within .gfield-choice-image-wrapper{--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-outline-color:var(--gf-ctrl-outline-color-focus);--gf-local-outline-width:var(--gf-ctrl-outline-width-focus)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice[\:has\(.gfield-choice-input\:disabled\)],.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gfield-choice-image-wrapper{--gf-local-shadow:none}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:has(.gfield-choice-input:disabled),.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-no-card .gchoice:has(.gfield-choice-input:disabled) .gfield-choice-image-wrapper{--gf-local-shadow:none}.gform-theme--framework .gfield--type-image_choice .gchoice[\:has\(.gfield-choice-input\:disabled\)] .gfield-choice-image-wrapper{opacity:var(--gf-field-img-choice-ctrl-opacity-disabled)}.gform-theme--framework .gfield--type-image_choice .gchoice:has(.gfield-choice-input:disabled) .gfield-choice-image-wrapper{opacity:var(--gf-field-img-choice-ctrl-opacity-disabled)}.gform-theme--framework .gfield--type-image_choice.gfield_error.gfield--image-choice-appearance-card .gchoice,.gform-theme--framework .gfield--type-image_choice.gfield_error.gfield--image-choice-appearance-no-card .gfield-choice-image-wrapper{--gf-local-border-color:var(--gf-ctrl-border-color-error)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper{border-radius:var(--gf-field-img-choice-radius-square)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square .gfield-choice-image-wrapper::before{border-radius:var(--gf-field-img-choice-radius-square)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after{inset-block-start:calc(var(--gf-field-img-choice-card-space) + 10px);inset-inline-end:calc(var(--gf-field-img-choice-card-space) + 10px)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after{inset-block-start:calc(var(--gf-field-img-choice-card-space) + 10px);inset-inline-end:calc(var(--gf-field-img-choice-card-space) + 10px)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after{inset-block-start:10px;inset-inline-end:10px}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after{inset-block-start:10px;inset-inline-end:10px}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle .gfield-choice-image-wrapper{border-radius:var(--gf-field-img-choice-radius-round)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle .gfield-choice-image-wrapper::before{border-radius:var(--gf-field-img-choice-radius-round)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-card .gchoice:where([\:has\(input\:checked\)])::after{inset-block-start:var(--gf-field-img-choice-card-space);inset-inline-end:var(--gf-field-img-choice-card-space)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after{inset-block-start:var(--gf-field-img-choice-card-space);inset-inline-end:var(--gf-field-img-choice-card-space)}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-no-card .gchoice:where([\:has\(input\:checked\)])::after{inset-block-start:0;inset-inline-end:0}.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-circle.gfield--image-choice-appearance-no-card .gchoice:where(:has(input:checked))::after{inset-block-start:0;inset-inline-end:0}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-wrapper{aspect-ratio:var(--gf-field-img-choice-aspect-ratio);margin-block-end:var(--gf-field-img-choice-margin-y-end);opacity:var(--gf-field-img-choice-ctrl-opacity);overflow:hidden;position:relative}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image{block-size:100%;display:block;inline-size:100%;position:relative}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image::before{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:var(--gf-icon-ctrl-img-choice-placeholder);font-size:var(--gf-field-img-choice-placeholder-icon-font-size);inset-block-start:50%;left:50%;position:absolute;transform:translate(-50%,-50%)}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image-no-image span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gfield--type-image_choice .gfield-choice-image{block-size:100%!important;display:block;inline-size:100%;max-block-size:100%;max-inline-size:100%;-o-object-fit:cover;object-fit:cover}.gform-theme--framework .gfield--type-image_choice .gfield-image-choice-wrapper-inner{display:inline-grid;gap:var(--gf-field-choice-meta-space) 0;grid-template-columns:minmax(var(--gf-ctrl-choice-size),max-content) auto}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-choice-image-wrapper{margin-block-end:0}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-choice-input,.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gfield-image-choice-wrapper-inner,.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--label-hide .gchoice .gform-field-label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--input-hide .gchoice .gform-field-label{--gf-local-margin-x:0}.gform-theme--framework .gfield--type-image_choice .ginput_container_image_choice--input-hide .gchoice .gfield-choice-input{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gfield--type-image_choice .gchoice_other_control{margin-block-start:var(--gf-field-img-choice-other-ctrl-margin-y-start);max-inline-size:100%}.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date{align-content:flex-start;align-items:center;display:flex}.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{--gf-local-width:auto}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date::after,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after{margin-inline-start:calc(var(--gf-ctrl-padding-x) * -1);pointer-events:none;transform:translateX(-100%);transition:var(--gf-field-date-icon-transition)}html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img,html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date::after,html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img,html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after{order:1;transform:translateX(100%)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date input,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date input{--gf-local-padding-x:var(--gf-ctrl-padding-x) var(--gf-field-date-ctrl-padding-x-end)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img{display:none!important}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gf-field-date-icon-color);content:var(--gf-icon-ctrl-datepicker);display:inline-block;font-size:var(--gf-icon-font-size);inset-block-start:0;inset-inline-start:0}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus-within::after,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:where([\:has\(input\:hover\)])::after{color:var(--gf-field-date-icon-color-hover)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus-within::after,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:where(:has(input:hover))::after{color:var(--gf-field-date-icon-color-hover)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img{max-block-size:var(--gf-field-date-custom-icon-max-height);max-inline-size:var(--gf-field-date-custom-icon-max-width);opacity:var(--gf-field-date-custom-icon-opacity)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:focus-within img,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:where([\:has\(input\:hover\)]) img{opacity:var(--gf-field-date-custom-icon-opacity-hover)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:focus-within img,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date:where(:has(input:hover)) img{opacity:var(--gf-field-date-custom-icon-opacity-hover)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item,.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item{--gf-local-height:var(--gf-field-list-btn-size);--gf-local-radius:var(--gf-field-list-btn-radius);--gf-local-column-gap:0;--gf-local-font-size:var(--gf-field-list-btn-font-size);--gf-local-letter-spacing:0;--gf-local-line-height:1;--gf-local-min-height:auto;--gf-local-padding-y:var(--gf-field-list-btn-padding-y);--gf-local-padding-x:var(--gf-field-list-btn-padding-x);--gf-local-width:var(--gf-field-list-btn-size)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item::before{--gf-local-content:var(--gf-icon-ctrl-list-item-add)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item::before{--gf-local-content:var(--gf-icon-ctrl-list-item-remove)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_list_icons img{background-color:transparent!important;background-position:0;background-repeat:no-repeat;background-size:16px 16px!important;block-size:16px!important;border:none!important;inline-size:16px!important;opacity:.5;transition:var(--gf-transition-ctrl)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_list_icons a:focus img,.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_list_icons a:hover img{opacity:1}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) .gfield_url_icon_disabled{opacity:1;pointer-events:none}.gform-theme--framework .gf_page_steps,.gform-theme--framework .gf_progressbar_wrapper{margin-block-end:var(--gf-field-pg-prog-margin-y-end)}.gform-theme--framework .gf_progressbar_title,.gform-theme--framework .gf_step_label,.gform-theme--framework .gf_step_number{--gf-local-color:var(--gf-field-pg-prog-color);--gf-local-font-family:var(--gf-field-pg-prog-font-family);--gf-local-font-size:var(--gf-field-pg-prog-font-size);--gf-local-font-style:var(--gf-field-pg-prog-font-style);--gf-local-font-weight:var(--gf-field-pg-prog-font-weight);--gf-local-letter-spacing:var(--gf-field-pg-prog-letter-spacing);--gf-local-line-height:var(--gf-field-pg-prog-line-height);--gf-local-text-transform:none;color:var(--gf-local-color);font-family:var(--gf-local-font-family);font-size:var(--gf-local-font-size);font-style:var(--gf-local-font-style);font-weight:var(--gf-local-font-weight);letter-spacing:var(--gf-local-letter-spacing);line-height:var(--gf-local-line-height);text-transform:var(--gf-local-text-transform)}.gform-theme--framework .gf_progressbar_title{margin-block-end:var(--gf-field-pg-prog-title-margin-y-end)}.gform-theme--framework .gf_progressbar{background-color:var(--gf-field-pg-prog-bar-bg-color);border-radius:var(--gf-field-pg-prog-bar-radius)}.gform-theme--framework .gf_progressbar span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gf_progressbar .gf_progressbar_percentage{block-size:var(--gf-field-pg-prog-bar-height);border-radius:var(--gf-field-pg-prog-bar-radius)}.gform-theme--framework .gf_progressbar .percentbar_blue{background-color:var(--gf-field-pg-prog-bar-bg-color-blue)}.gform-theme--framework .gf_progressbar .percentbar_gray{background-color:var(--gf-field-pg-prog-bar-bg-color-gray)}.gform-theme--framework .gf_progressbar .percentbar_green{background-color:var(--gf-field-pg-prog-bar-bg-color-green)}.gform-theme--framework .gf_progressbar .percentbar_orange{background-color:var(--gf-field-pg-prog-bar-bg-color-orange)}.gform-theme--framework .gf_progressbar .percentbar_red{background-color:var(--gf-field-pg-prog-bar-bg-color-red)}.gform-theme--framework .gf_progressbar .percentbar_spring{background:var(--gf-field-pg-prog-bar-bg-gradient-spring)}.gform-theme--framework .gf_progressbar .percentbar_blues{background:var(--gf-field-pg-prog-bar-bg-gradient-blues)}.gform-theme--framework .gf_progressbar .percentbar_rainbow{background:var(--gf-field-pg-prog-bar-bg-gradient-rainbow)}.gform-theme--framework .gf_step{align-items:center;display:flex;gap:var(--gf-field-pg-steps-step-gap);position:relative}.gform-theme--framework .gf_step_label{--gf-local-text-transform:var(--gf-field-pg-prog-text-transform)}.gform-theme--framework .gf_step_hidden{display:none}.gform-theme--framework .gf_step_number{--gf-local-bg-color:var(--gf-field-pg-steps-number-bg-color);--gf-local-border-color:var(--gf-field-pg-steps-number-border-color);--gf-local-border:var(--gf-field-pg-steps-number-border-width) var(--gf-field-pg-steps-number-border-style) var(--gf-local-border-color);--gf-local-radius:var(--gf-field-pg-steps-number-radius);--gf-local-color:var(--gf-field-pg-steps-number-color);background-color:var(--gf-local-bg-color);block-size:var(--gf-field-pg-steps-number-size);border:var(--gf-local-border);border-radius:var(--gf-local-radius);color:var(--gf-local-color);display:inline-grid;inline-size:var(--gf-field-pg-steps-number-size);min-inline-size:var(--gf-field-pg-steps-number-size);align-content:center;justify-content:center;place-content:center}.gform-theme--framework .gf_step_active .gf_step_number{--gf-local-bg-color:var(--gf-field-pg-steps-number-bg-color-active);--gf-local-border-color:var(--gf-field-pg-steps-number-border-color-active);--gf-local-color:var(--gf-field-pg-steps-number-color-active)}.gform-theme--framework .gf_step_completed .gf_step_number{--gf-local-bg-color:var(--gf-field-pg-steps-number-bg-color-complete);--gf-local-border-color:var(--gf-field-pg-steps-number-border-color-complete);--gf-local-color:var(--gf-field-pg-steps-number-color-complete)}.gform-theme--framework .gf_step_completed .gf_step_number::after{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--gf-field-pg-steps-number-bg-color-complete);block-size:var(--gf-field-pg-steps-number-size);border:var(--gf-field-pg-steps-number-border-width) var(--gf-field-pg-steps-number-border-style) var(--gf-field-pg-steps-number-border-color-complete);border-radius:var(--gf-field-pg-steps-number-radius);color:var(--gf-field-pg-steps-number-color-complete);content:var(--gf-icon-ctrl-pg-numbers-complete);display:inline-grid;font-size:var(--gf-field-pg-steps-icon-font-size);inline-size:var(--gf-field-pg-steps-number-size);inset-block-start:0;inset-inline-start:0;align-content:center;justify-content:center;place-content:center;position:absolute}.gform-theme--framework .gfield--type-password input[type=password]{--gf-local-padding-x:var(--gf-ctrl-padding-x) var(--gf-field-pwd-ctrl-padding-x-end)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button{--gf-local-color:var(--gf-ctrl-icon-color)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons::before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button::after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button::before{--gf-local-color:var(--gf-ctrl-icon-color)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover{--gf-local-color:var(--gf-ctrl-icon-color-hover)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons::before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover::after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover::before{--gf-local-color:var(--gf-ctrl-icon-color-hover)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus{--gf-local-color:var(--gf-ctrl-icon-color-focus)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons::before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus::after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus::before{--gf-local-color:var(--gf-ctrl-icon-color-focus)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled{--gf-local-color:var(--gf-ctrl-icon-color-disabled)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons::before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled::after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled::before{--gf-local-color:var(--gf-ctrl-icon-color-disabled)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-visibility::before{--gf-local-content:var(--gf-icon-ctrl-pwd-hidden)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-hidden::before{--gf-local-content:var(--gf-icon-ctrl-pwd-visible)}.gform-theme--framework .gfield_password_strength{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color);--gf-local-border-color:var(--gf-field-pwd-str-border-color);--gf-local-border-style:var(--gf-field-pwd-str-border-style);--gf-local-border-width:var(--gf-field-pwd-str-border-width);--gf-local-border:var(--gf-local-border-width) var(--gf-local-border-style) var(--gf-local-border-color);--gf-local-color:var(--gf-field-pwd-str-color);background-color:var(--gf-local-bg-color);border:var(--gf-local-border);border-radius:var(--gf-field-pwd-str-radius);color:var(--gf-local-color);font-family:var(--gf-field-pwd-str-font-family);font-size:var(--gf-field-pwd-str-font-size);font-style:var(--gf-field-pwd-str-font-style);font-weight:var(--gf-field-pwd-str-font-weight);letter-spacing:var(--gf-field-pwd-str-letter-spacing);line-height:var(--gf-field-pwd-str-line-height);margin-block-start:var(--gf-field-pwd-str-margin-y-start);padding-block:var(--gf-field-pwd-str-padding-y);padding-inline:var(--gf-field-pwd-str-padding-x);position:relative;text-align:var(--gf-field-pwd-str-text-align);transition:var(--gf-field-pwd-str-transition)}.gform-theme--framework .gfield_password_strength::after,.gform-theme--framework .gfield_password_strength::before{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color);--gf-local-height:var(--gf-field-pwd-str-ind-height);--gf-local-radius:var(--gf-field-pwd-str-ind-radius);--gf-local-content:var(--gf-field-pwd-str-ind-content);--gf-local-inset-y-start:var(--gf-field-pwd-str-ind-inset-y-start);--gf-local-inset-x-start:var(--gf-field-pwd-str-ind-inset-x-start);--gf-local-position:var(--gf-field-pwd-str-ind-position);--gf-local-transform:var(--gf-field-pwd-str-ind-transform);--gf-local-transition:none;--gf-local-width:var(--gf-field-pwd-str-ind-width);background-color:var(--gf-local-bg-color);block-size:var(--gf-local-height);border-radius:var(--gf-local-radius);content:var(--gf-local-content);display:var(--gf-field-pwd-str-ind-display);inline-size:var(--gf-local-width);inset-block-start:var(--gf-local-inset-y-start);inset-inline-start:var(--gf-local-inset-x-start);position:var(--gf-local-position);transform:var(--gf-local-transform);transition:var(--gf-local-transition)}.gform-theme--framework .gfield_password_strength::after{--gf-local-transition:var(--gf-field-pwd-str-ind-transition);--gf-local-width:var(--gf-field-pwd-str-ind-width-blank)}.gform-theme--framework .gfield_password_strength.mismatch{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-mismatch);--gf-local-border-color:var(--gf-field-pwd-str-border-color-mismatch);--gf-local-color:var(--gf-field-pwd-str-color-mismatch)}.gform-theme--framework .gfield_password_strength.mismatch::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-mismatch);--gf-local-width:var(--gf-field-pwd-str-ind-width-mismatch)}.gform-theme--framework .gfield_password_strength.short{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-short);--gf-local-border-color:var(--gf-field-pwd-str-border-color-short);--gf-local-color:var(--gf-field-pwd-str-color-short)}.gform-theme--framework .gfield_password_strength.short::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-short);--gf-local-width:var(--gf-field-pwd-str-ind-width-short)}.gform-theme--framework .gfield_password_strength.bad{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-bad);--gf-local-border-color:var(--gf-field-pwd-str-border-color-bad);--gf-local-color:var(--gf-field-pwd-str-color-bad)}.gform-theme--framework .gfield_password_strength.bad::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-bad);--gf-local-width:var(--gf-field-pwd-str-ind-width-bad)}.gform-theme--framework .gfield_password_strength.good{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-good);--gf-local-border-color:var(--gf-field-pwd-str-border-color-good);--gf-local-color:var(--gf-field-pwd-str-color-good)}.gform-theme--framework .gfield_password_strength.good::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-good);--gf-local-width:var(--gf-field-pwd-str-ind-width-good)}.gform-theme--framework .gfield_password_strength.strong{--gf-local-bg-color:var(--gf-field-pwd-str-bg-color-strong);--gf-local-border-color:var(--gf-field-pwd-str-border-color-strong);--gf-local-color:var(--gf-field-pwd-str-color-strong)}.gform-theme--framework .gfield_password_strength.strong::after{--gf-local-bg-color:var(--gf-field-pwd-str-ind-bg-color-strong);--gf-local-width:var(--gf-field-pwd-str-ind-width-strong)}.gform-theme--framework .gfield--type-product .ginput_product_price{--gf-local-color:var(--gf-field-prod-price-color)}.gform-theme--framework .gfield--type-product input[type].ginput_product_price{--gf-local-display:inline-block}.gform-theme--framework .gfield--type-product .ginput_quantity{--gf-local-width:var(--gf-field-prod-quant-width);margin-block-end:var(--gf-field-prod-quant-margin-y-end)}.gform-theme--framework .gfield--type-product .ginput_container_product_calculation,.gform-theme--framework .gfield--type-product .ginput_container_singleproduct{display:flex;flex-direction:column}.gform-theme--framework .gfield--type-product .ginput_container_product_calculation .ginput_product_price_wrapper,.gform-theme--framework .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper{order:2}.gform-theme--framework .gfield--type-repeater .gfield_repeater_cell:not(:first-child){margin-block-start:var(--gf-field-repeater-gap-y)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item{margin-block-start:var(--gf-field-repeater-gap-y);position:relative}.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item::before{background-color:var(--gf-field-repeater-separator-color);block-size:1px;content:"";display:block;inline-size:100%;inset-block-start:calc(0px - (var(--gf-field-repeater-gap-y)/ 2));position:absolute}.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons{margin-block-start:var(--gf-form-footer-margin-y-start)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons .gform-theme-button.gform-theme-button--secondary.add_repeater_item{margin-inline-end:var(--gf-field-repeater-btn-inline-gap)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_wrapper{border-inline-start:var(--gf-field-repeater-nested-border-size) var(--gf-field-repeater-nested-border-style) var(--gf-field-repeater-nested-border-color);border-inline-start-style:var(--gf-field-repeater-nested-border-style);padding-inline-start:var(--gf-field-repeater-nested-padding-x-start)}.gform-theme--framework .gfield--type-repeater .gfield_valid .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield--type-repeater .gfield_valid textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gf-local-bg-color:var(--gf-ctrl-bg-color);--gf-local-border-color:var(--gf-ctrl-border-color);--gf-local-color:var(--gf-ctrl-color)}.gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section{border-block-end:var(--gf-field-section-border-width) var(--gf-field-section-border-style) var(--gf-field-section-border-color);padding-block-end:var(--gf-field-section-padding-y-end)}.gform-theme--framework .gform_validation_errors{background-color:var(--gf-form-validation-bg-color);border:var(--gf-form-validation-border-width) var(--gf-form-validation-border-style) var(--gf-form-validation-border-color);border-radius:var(--gf-form-validation-radius);box-shadow:var(--gf-form-validation-shadow);display:flex;flex-direction:column;gap:var(--gf-form-validation-gap);margin-block:var(--gf-form-validation-margin-y);padding-block:var(--gf-form-validation-padding-y);padding-inline:var(--gf-form-validation-padding-x)}.gform-theme--framework .gform_validation_errors:focus{border-color:var(--gf-form-validation-border-color-focus);outline:var(--gf-form-validation-outline-focus);outline-offset:var(--gf-ctrl-outline-offset)}.gform-theme--framework .gform_validation_errors .gform_submission_error{color:var(--gf-form-validation-heading-color);display:flex;flex-direction:column;font-family:var(--gf-form-validation-heading-font-family);font-size:var(--gf-form-validation-heading-font-size);font-weight:var(--gf-form-validation-heading-font-weight);gap:var(--gf-form-validation-heading-gap);line-height:var(--gf-form-validation-heading-line-height)}.gform-theme--framework .gform_validation_errors .gform-icon{font-family:var(--gf-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:never;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--gf-form-validation-heading-icon-bg-color);block-size:var(--gf-form-validation-heading-icon-size);border-color:var(--gf-form-validation-heading-icon-border-color);border-radius:var(--gf-form-validation-heading-icon-radius);border-style:var(--gf-form-validation-heading-icon-border-style);border-width:var(--gf-form-validation-heading-icon-border-width);color:var(--gf-form-validation-heading-icon-color);display:inline-grid;font-size:var(--gf-form-validation-heading-icon-font-size);inline-size:var(--gf-form-validation-heading-icon-size);align-content:center;justify-content:center;place-content:center}.gform-theme--framework .gform_validation_errors .gform-icon::before{content:var(--gf-icon-tooltip-error)}.gform-theme--framework .gform_validation_errors ol{color:var(--gf-form-validation-summary-color);font-family:var(--gf-form-validation-summary-font-family);font-size:var(--gf-form-validation-summary-font-size);font-weight:var(--gf-form-validation-summary-font-weight);line-height:var(--gf-form-validation-summary-line-height);list-style-type:disc;margin-block:0;margin-inline:0;padding-inline:var(--gf-form-validation-padding-x)}.gform-theme--framework .gform_validation_errors ol li+li{margin-block-start:var(--gf-form-validation-summary-margin-y-start)}.gform-theme--framework .gform_validation_errors ol a{border-color:transparent;border-radius:var(--gf-form-validation-radius);border-style:var(--gf-ctrl-border-style);border-width:var(--gf-ctrl-border-width);color:var(--gf-form-validation-summary-color);outline-color:var(--gf-ctrl-outline-color);outline-offset:var(--gf-ctrl-outline-offset);outline-style:var(--gf-ctrl-outline-style);outline-width:var(--gf-ctrl-outline-width);-webkit-text-decoration:var(--gf-form-validation-summary-item-link-text-decoration);text-decoration:var(--gf-form-validation-summary-item-link-text-decoration);transition:var(--gf-ctrl-transition)}.gform-theme--framework .gform_validation_errors ol a:focus{border-color:var(--gf-form-validation-border-color-focus);outline-color:var(--gf-form-validation-outline-color-focus);outline-width:var(--gf-ctrl-outline-width-focus)}@media (min-width:640px){.gform-theme--framework .gform_validation_errors .gform_submission_error{align-items:center;flex-direction:row}.gform-theme--framework .gform_validation_errors ol{padding-inline:var(--gf-form-validation-summary-padding-x)}}.gform-theme--framework .gform_required_legend .gfield_required{color:var(--gf-color-danger)}.gform-theme--framework .gform-loader{border-block-end-color:var(--gf-form-spinner-fg-color);border-block-start-color:var(--gf-form-spinner-bg-color);border-inline-end-color:var(--gf-form-spinner-bg-color);border-inline-start-color:var(--gf-form-spinner-fg-color)}.gform-theme--framework .gform_save_link svg{display:none}.gform-theme--framework .gform_save_link::before{--gf-ctrl-btn-icon:var(--gf-icon-ctrl-save-continue)}.gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)){margin-block-start:var(--gf-desc-space)}.gform-theme--framework .field_description_below .gfield_description:where(.gfield_creditcard_warning_message,.field_validation_above .gfield_validation_message){margin-block-end:var(--gf-desc-space)}.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(:not(.gfield--has-description.field_validation_below .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block-start:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_above .gfield_description:where([class=gfield_description],.gfield_creditcard_warning_message,.field_validation_above .gfield_validation_message){margin-block-end:var(--gf-desc-space)}.gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_consent_description):not(.gfield_choice_limit_message)){margin-block-start:var(--gf-desc-space)}.gform-theme--framework .field_description_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.field_validation_above.gfield_error [class=gfield_description]):not(.gfield_validation_message)){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.field_validation_above.gfield_error [class=gfield_description]):not(.gfield_validation_message)){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_description_above.gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message){margin-block-end:var(--gf-desc-choice-field-space)}.gform-theme--framework .field_validation_below.gfield--type-choice .gfield_description:where(.field_description_above .gfield_validation_message){margin-block-start:var(--gf-desc-choice-field-space)}.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:var(--gf-desc-space) 0}@media (min-width:640px){.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:0;margin-inline:auto 0;padding-block-start:var(--gf-desc-space)}}.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:var(--gf-desc-choice-field-space) 0}@media (min-width:640px){.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.field_description_below.gfield--has-description .gfield_validation_message):not(.field_validation_above .gfield_validation_message):not(.gfield_choice_limit_message)){margin-block:0;padding-block-start:var(--gf-desc-choice-field-space)}}.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block:0 var(--gf-desc-choice-field-space)}@media (min-width:640px){.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(.gfield_choice_limit_message){margin-block:0;padding-block:0 var(--gf-desc-choice-field-space)}}.gform-theme--framework .left_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .left_label .field_validation_above .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .right_label .field_validation_above .gfield_description:where(.gfield_validation_message){margin-block:0 var(--gf-desc-space)}@media (min-width:640px){.gform-theme--framework .left_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .left_label .field_validation_above .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .right_label .field_validation_above .gfield_description:where(.gfield_validation_message){margin-block:0;padding-block:0 var(--gf-desc-space)}}.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message){margin-block:0 var(--gf-desc-choice-field-space)}.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message){margin-block:0 var(--gf-desc-choice-field-space)}@media (min-width:640px){.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above)[\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where([\:not-has\(.gfield_choice_limit_message\)]) .gfield_description:where(.gfield_validation_message){margin-block:0;padding-block:0 var(--gf-desc-choice-field-space)}.gform-theme--framework .left_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .left_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message),.gform-theme--framework .right_label .field_description_above.gfield--type-choice:where(:not(.field_validation_above):not(:has(.gfield_choice_limit_message))) .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .field_validation_above.gfield--type-choice:where(:not(:has(.gfield_choice_limit_message))) .gfield_description:where(.gfield_validation_message){margin-block:0;padding-block:0 var(--gf-desc-choice-field-space)}}.gform-theme--framework .validation_above .gform-conversational__field-footer+.gfield_validation_message.gfield_description{margin-block-end:0;margin-block-start:var(--gf-desc-space)}.gform-theme--framework .gfield_list_group_item::before,.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){--gf-local-margin-y:0 var(--gf-label-space-primary)}.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description:where(:not(.field_validation_above.gfield_error)[\:not-has\(.gfield_choice_limit_message\)]) .gform-field-label:where(:not([class*=gform-field-label--type-])),.gform-theme--framework .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error)[\:not-has\(.gfield_choice_limit_message\)]) .gform-field-label:where(:not([class*=gform-field-label--type-])){--gf-local-margin-y:0 var(--gf-label-choice-field-space-primary)}.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])),.gform-theme--framework .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])){--gf-local-margin-y:0 var(--gf-label-choice-field-space-primary)}@media (min-width:640px){.gform-theme--framework .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--framework .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){--gf-local-margin-y:0;--gf-local-margin-x:0;padding-inline-end:var(--gf-label-space-primary)}}.gform-theme--framework .gform-field-label--type-inline{--gf-local-margin-x:var(--gf-label-space-x-secondary) 0;--gf-local-margin-y:var(--gf-label-space-y-secondary) 0}.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub{--gf-local-margin-y:var(--gf-label-space-tertiary) 0}.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub{--gf-local-margin-y:0 var(--gf-label-space-tertiary)}body .gform_wrapper.gf_reset_wrapper,body .gform_wrapper.gf_reset_wrapper button,body .gform_wrapper.gf_reset_wrapper caption,body .gform_wrapper.gf_reset_wrapper div,body .gform_wrapper.gf_reset_wrapper fieldset,body .gform_wrapper.gf_reset_wrapper form,body .gform_wrapper.gf_reset_wrapper h1,body .gform_wrapper.gf_reset_wrapper h2,body .gform_wrapper.gf_reset_wrapper h3,body .gform_wrapper.gf_reset_wrapper h4,body .gform_wrapper.gf_reset_wrapper h5,body .gform_wrapper.gf_reset_wrapper h6,body .gform_wrapper.gf_reset_wrapper iframe,body .gform_wrapper.gf_reset_wrapper img,body .gform_wrapper.gf_reset_wrapper input[type=button],body .gform_wrapper.gf_reset_wrapper input[type=email],body .gform_wrapper.gf_reset_wrapper input[type=image],body .gform_wrapper.gf_reset_wrapper input[type=number],body .gform_wrapper.gf_reset_wrapper input[type=password],body .gform_wrapper.gf_reset_wrapper input[type=submit],body .gform_wrapper.gf_reset_wrapper input[type=tel],body .gform_wrapper.gf_reset_wrapper input[type=text],body .gform_wrapper.gf_reset_wrapper input[type=url],body .gform_wrapper.gf_reset_wrapper label,body .gform_wrapper.gf_reset_wrapper legend,body .gform_wrapper.gf_reset_wrapper li,body .gform_wrapper.gf_reset_wrapper ol,body .gform_wrapper.gf_reset_wrapper p,body .gform_wrapper.gf_reset_wrapper select,body .gform_wrapper.gf_reset_wrapper span,body .gform_wrapper.gf_reset_wrapper table,body .gform_wrapper.gf_reset_wrapper tbody,body .gform_wrapper.gf_reset_wrapper td,body .gform_wrapper.gf_reset_wrapper textarea,body .gform_wrapper.gf_reset_wrapper tfoot,body .gform_wrapper.gf_reset_wrapper th,body .gform_wrapper.gf_reset_wrapper thead,body .gform_wrapper.gf_reset_wrapper tr,body .gform_wrapper.gf_reset_wrapper ul{margin:0;padding:0;border:0;outline:0}body .gform_wrapper.gf_reset_wrapper button,body .gform_wrapper.gf_reset_wrapper caption,body .gform_wrapper.gf_reset_wrapper div,body .gform_wrapper.gf_reset_wrapper fieldset,body .gform_wrapper.gf_reset_wrapper form,body .gform_wrapper.gf_reset_wrapper iframe,body .gform_wrapper.gf_reset_wrapper img,body .gform_wrapper.gf_reset_wrapper input[type=button],body .gform_wrapper.gf_reset_wrapper input[type=email],body .gform_wrapper.gf_reset_wrapper input[type=image],body .gform_wrapper.gf_reset_wrapper input[type=number],body .gform_wrapper.gf_reset_wrapper input[type=password],body .gform_wrapper.gf_reset_wrapper input[type=submit],body .gform_wrapper.gf_reset_wrapper input[type=tel],body .gform_wrapper.gf_reset_wrapper input[type=text],body .gform_wrapper.gf_reset_wrapper input[type=url],body .gform_wrapper.gf_reset_wrapper label,body .gform_wrapper.gf_reset_wrapper legend,body .gform_wrapper.gf_reset_wrapper li,body .gform_wrapper.gf_reset_wrapper ol,body .gform_wrapper.gf_reset_wrapper p,body .gform_wrapper.gf_reset_wrapper select,body .gform_wrapper.gf_reset_wrapper span,body .gform_wrapper.gf_reset_wrapper table,body .gform_wrapper.gf_reset_wrapper tbody,body .gform_wrapper.gf_reset_wrapper td,body .gform_wrapper.gf_reset_wrapper textarea,body .gform_wrapper.gf_reset_wrapper tfoot,body .gform_wrapper.gf_reset_wrapper th,body .gform_wrapper.gf_reset_wrapper thead,body .gform_wrapper.gf_reset_wrapper tr,body .gform_wrapper.gf_reset_wrapper ul{font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;line-height:1;font-weight:400}body .gform_wrapper.gf_reset_wrapper div,body .gform_wrapper.gf_reset_wrapper p,body .gform_wrapper.gf_reset_wrapper span{line-height:1.8}body .gform_wrapper.gf_reset_wrapper fieldset,body .gform_wrapper.gf_reset_wrapper img{border:0}body .gform_wrapper.gf_reset_wrapper li,body .gform_wrapper.gf_reset_wrapper ol,body .gform_wrapper.gf_reset_wrapper ul{list-style:none}body .gform_wrapper.gf_reset_wrapper a img{border:none}body .gform_wrapper.gf_reset_wrapper :focus{outline:0}.gform_legacy_markup_wrapper{margin-bottom:16px;margin-top:16px;max-width:100%}.gform_legacy_markup_wrapper form{text-align:left;max-width:100%;margin:0 auto}.gform_legacy_markup_wrapper *,.gform_legacy_markup_wrapper :after,.gform_legacy_markup_wrapper :before{box-sizing:border-box!important}.gform_legacy_markup_wrapper h1,.gform_legacy_markup_wrapper h2,.gform_legacy_markup_wrapper h3{font-weight:400;border:none;background:0 0}.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){font-size:inherit;font-family:inherit;padding:5px 4px;letter-spacing:normal}.gform_legacy_markup_wrapper input[type=image]{border:none!important;padding:0!important;width:auto!important}.gform_legacy_markup_wrapper textarea{font-size:inherit;font-family:inherit;letter-spacing:normal;padding:6px 8px;line-height:1.5;resize:none}.gform_legacy_markup_wrapper select{line-height:1.5}.gform_legacy_markup_wrapper .ginput_container_multiselect select{background-image:none!important;-webkit-appearance:none;-moz-appearance:none;outline:0}.gform_legacy_markup_wrapper ul.gform_fields{margin:0!important;list-style-type:none;display:block}.gform_legacy_markup_wrapper ul,html>body .entry ul{text-indent:0}.gform_legacy_markup_wrapper form li,.gform_legacy_markup_wrapper li{margin-left:0!important;list-style-type:none!important;list-style-image:none!important;list-style:none!important;overflow:visible}.gform_legacy_markup_wrapper ul li.gfield{clear:both}.gform_legacy_markup_wrapper ul.gfield_checkbox li,.gform_legacy_markup_wrapper ul.gfield_radio li{overflow:hidden}.gform_legacy_markup_wrapper form ul.gform_fields.left_label li.gfield,.gform_legacy_markup_wrapper form ul.gform_fields.right_label li.gfield,.gform_legacy_markup_wrapper ul.gform_fields.left_label li.gfield,.gform_legacy_markup_wrapper ul.gform_fields.right_label li.gfield{margin-bottom:14px}.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li,.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li,.gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li,.gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li{margin-bottom:10px}.gform_legacy_markup_wrapper ul li:after,.gform_legacy_markup_wrapper ul li:before,.gform_legacy_markup_wrapper ul.gform_fields{padding:0;margin:0;overflow:visible}.gform_legacy_markup_wrapper select{font-size:inherit;font-family:inherit;letter-spacing:normal}.gform_legacy_markup_wrapper select option{padding:2px;display:block}.gform_legacy_markup_wrapper .inline{display:inline!important}.gform_legacy_markup_wrapper .gform_heading{width:100%;margin-bottom:18px}.gform_legacy_markup_wrapper .clear-multi{display:flex}.gform_legacy_markup_wrapper .gfield_date_day,.gform_legacy_markup_wrapper .gfield_date_year{display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gfield_date_day,.gform_legacy_markup_wrapper .gfield_date_month,.gform_legacy_markup_wrapper .gfield_date_year{width:33.333%;flex-direction:row}@media only screen and (min-width:321px){.gform_legacy_markup_wrapper .gfield_date_day,.gform_legacy_markup_wrapper .gfield_date_month{max-width:4rem}.gform_legacy_markup_wrapper .gfield_date_year{max-width:calc(4rem + .5rem)}}.gform_legacy_markup_wrapper .gfield_date_dropdown_day,.gform_legacy_markup_wrapper .gfield_date_dropdown_month,.gform_legacy_markup_wrapper .gfield_date_dropdown_year{vertical-align:top;flex-direction:row}.gform_legacy_markup_wrapper .gfield_date_dropdown_day,.gform_legacy_markup_wrapper .gfield_date_dropdown_month,.gform_legacy_markup_wrapper .gfield_date_dropdown_year{margin-right:.5rem}.gform_legacy_markup_wrapper .gfield_date_day,.gform_legacy_markup_wrapper .gfield_date_month{width:4rem;margin-right:.5rem}.gform_legacy_markup_wrapper .gfield_date_day input[type=number],.gform_legacy_markup_wrapper .gfield_date_month input[type=number]{width:calc(3rem + 8px)!important}.gform_legacy_markup_wrapper .gfield_date_year input[type=number]{width:calc(4rem + 8px)!important}.gform_legacy_markup_wrapper .gfield_date_year{width:5rem}.gform_legacy_markup_wrapper .gfield_date_day input,.gform_legacy_markup_wrapper .gfield_date_month input{width:calc(3rem + 8px)}.gform_legacy_markup_wrapper .gfield_date_year input{width:4rem}.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label{width:3rem;text-align:center}.gform_legacy_markup_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label{width:4rem}.gform_legacy_markup_wrapper .gfield_time_ampm,.gform_legacy_markup_wrapper .gfield_time_hour,.gform_legacy_markup_wrapper .gfield_time_minute{font-size:15px;width:33.333%;flex-direction:row}@media only screen and (min-width:321px){.gform_legacy_markup_wrapper .gfield_time_ampm,.gform_legacy_markup_wrapper .gfield_time_hour,.gform_legacy_markup_wrapper .gfield_time_minute{max-width:72px}}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span{float:left}.gform_legacy_markup_wrapper .gfield_time_hour{margin-right:10px;display:flex}.gform_legacy_markup_wrapper .gfield_time_hour i{font-style:normal!important;font-family:sans-serif!important;width:4px;text-align:center;float:right;margin-top:9%}.gform_legacy_markup_wrapper .gfield_time_minute{margin-right:8px;display:flex}.gform_legacy_markup_wrapper .ginput_complex .gfield_time_hour input,.gform_legacy_markup_wrapper .ginput_complex .gfield_time_minute input{margin-left:0;width:85%!important}.gform_legacy_markup_wrapper .gfield_time_hour input,.gform_legacy_markup_wrapper .gfield_time_minute input{margin-right:6px;width:56px}.gform_legacy_markup_wrapper .gfield_time_hour input[type=number],.gform_legacy_markup_wrapper .gfield_time_minute input[type=number]{max-width:64px;min-width:64px}.gform_legacy_markup_wrapper .gfield_time_ampm{vertical-align:top;display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gfield_time_ampm select{min-width:77px;width:77px;height:100%;margin-top:0!important;margin-left:0!important}.gform_legacy_markup_wrapper .gfield_time_ampm_shim{display:block;font-size:13px;margin:9px 0 1px 1px}.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{width:48px;text-align:center}.gform_legacy_markup_wrapper .field_name_first,.gform_legacy_markup_wrapper .field_name_last,.gform_legacy_markup_wrapper .field_name_middle{width:49.5%;display:-moz-inline-stack;display:inline-block;vertical-align:top}.gform_legacy_markup_wrapper .ginput_complex.ginput_container{overflow:visible;width:100%}.gform_legacy_markup_wrapper label.gfield_label,.gform_legacy_markup_wrapper legend.gfield_label{font-weight:700;font-size:inherit}.gform_legacy_markup_wrapper .top_label .gfield_label,.gform_legacy_markup_wrapper legend.gfield_label{display:-moz-inline-stack;display:inline-block;line-height:1.3;clear:both}.gform_legacy_markup_wrapper .top_label .gfield_hide_label{display:none}.gform_legacy_markup_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),.gform_legacy_markup_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),.gform_legacy_markup_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]){width:100%}.gform_legacy_markup_wrapper .ginput_complex .ginput_right select,.gform_legacy_markup_wrapper .ginput_complex select{width:100%}.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{display:block;font-size:.813em;letter-spacing:.5pt;white-space:nowrap}.gform_legacy_markup_wrapper ul.gfield_checkbox li label,.gform_legacy_markup_wrapper ul.gfield_radio li label{display:-moz-inline-stack;display:inline-block;letter-spacing:inherit;vertical-align:middle;cursor:pointer}.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label{margin:9px 0 1px 1px}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label{margin-top:0}.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{margin:1px 0 9px 1px}.gform_legacy_markup_wrapper .top_label .field_sublabel_above label.gfield_label+.ginput_complex.ginput_container,.gform_legacy_markup_wrapper .top_label .field_sublabel_above label.gfield_label+div[class*=gfield_time_].ginput_container{margin-top:0}body .gform_legacy_markup_wrapper .top_label div.ginput_container{margin-top:8px}body.gform_legacy_markup_wrapper div.clear-multi{display:-moz-inline-stack;display:inline-block}body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox,body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio{margin-top:16px;margin-bottom:0}.gform_legacy_markup_wrapper .hidden_label .gfield_label{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.gform_legacy_markup_wrapper .gfield.left_label,.gform_legacy_markup_wrapper .gfield.right_label{padding-top:10px}.gform_legacy_markup_wrapper li.hidden_label input{margin-top:12px}.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],.gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select{margin-bottom:12px}.gform_legacy_markup_wrapper .screen-reader-text,.gform_legacy_markup_wrapper label.hidden_sub_label{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.gform_legacy_markup_wrapper input.large,.gform_legacy_markup_wrapper input.medium,.gform_legacy_markup_wrapper input.small,.gform_legacy_markup_wrapper select.large,.gform_legacy_markup_wrapper select.medium,.gform_legacy_markup_wrapper select.small{width:100%}.gform_legacy_markup_wrapper input.datepicker_with_icon.large,.gform_legacy_markup_wrapper input.datepicker_with_icon.medium,.gform_legacy_markup_wrapper input.datepicker_with_icon.small{width:calc(100% - 24px)}.gform_legacy_markup_wrapper .gfield_error input.large,.gform_legacy_markup_wrapper .gfield_error input.medium,.gform_legacy_markup_wrapper .gfield_error input.small,.gform_legacy_markup_wrapper .gfield_error select.large,.gform_legacy_markup_wrapper .gfield_error select.medium,.gform_legacy_markup_wrapper .gfield_error select.small{width:100%}.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.large,.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.medium,.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.small{width:calc(100% - 32px)}.gform_legacy_markup_wrapper textarea.small{height:80px;width:100%}.gform_legacy_markup_wrapper textarea.medium{height:120px;width:100%}.gform_legacy_markup_wrapper textarea.large{height:160px;width:100%}.gform_legacy_markup_wrapper h2.gsection_title{margin:0!important;padding:0!important;letter-spacing:normal!important}.gform_legacy_markup_wrapper .gsection .gfield_label,.gform_legacy_markup_wrapper h2.gsection_title,.gform_legacy_markup_wrapper h3.gform_title{font-weight:700;font-size:1.25em}.gform_legacy_markup_wrapper h3.gform_title{letter-spacing:normal!important;margin:10px 0 6px 0}.gform_legacy_markup_wrapper li.gfield.field_description_below+li.gsection{margin-top:24px!important}.gform_legacy_markup_wrapper span.gform_description{font-weight:400;display:block;width:calc(100% - 16px);margin-bottom:16px}.gform_legacy_markup_wrapper .gsection{border-bottom:1px solid #ccc;padding:0 16px 8px 0;margin:28px 0 28px 0;clear:both}.gform_legacy_markup_wrapper .gfield_checkbox li,.gform_legacy_markup_wrapper .gfield_radio li{position:relative}.gform_legacy_markup_wrapper ul.gfield_checkbox,.gform_legacy_markup_wrapper ul.gfield_radio{margin:6px 0;padding:0}.gform_legacy_markup_wrapper .gfield_checkbox li label,.gform_legacy_markup_wrapper .gfield_radio li label{display:-moz-inline-stack;display:inline-block;padding:0;width:auto;line-height:1.5;font-size:.875em;vertical-align:middle;max-width:85%;white-space:normal}.gform_legacy_markup_wrapper .gfield_checkbox li label{margin:0}.gform_legacy_markup_wrapper .gfield_radio li label{margin:2px 0 0 4px}.gform_legacy_markup_wrapper .gfield_checkbox li input,.gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox],.gform_legacy_markup_wrapper .gfield_radio li input[type=radio]{display:-moz-inline-stack;display:inline-block;vertical-align:middle;margin-left:1px}.gform_legacy_markup_wrapper .description,.gform_legacy_markup_wrapper .gfield_description,.gform_legacy_markup_wrapper .gsection_description,.gform_legacy_markup_wrapper .instruction{font-size:.813em;line-height:inherit;clear:both;font-family:inherit;letter-spacing:normal}.gform_legacy_markup_wrapper .description,.gform_legacy_markup_wrapper .gfield_description,.gform_legacy_markup_wrapper .gsection_description{padding:0 16px 0 0}.gform_legacy_markup_wrapper .field_description_below .gfield_description{padding-top:16px}.gform_legacy_markup_wrapper .field_sublabel_above .description,.gform_legacy_markup_wrapper .field_sublabel_above .gfield_description,.gform_legacy_markup_wrapper .field_sublabel_above .gsection_description{margin-top:9px}.gform_legacy_markup_wrapper .top_label .gsection_description{width:100%;margin-bottom:9px}.gform_legacy_markup_wrapper .gfield_description{width:100%}.gform_legacy_markup_wrapper .description_above .gfield_description{padding:0 0 10px 0}.gform_legacy_markup_wrapper .gfield_date_year+.gfield_description{padding:0}.gform_legacy_markup_wrapper .field_description_below .gfield_consent_description,.gform_legacy_markup_wrapper .gfield_consent_description{width:100%;max-height:240px;overflow-y:scroll;border:1px solid #ddd;margin-top:12px;padding:6px 8px;font-size:.688em}.gform_legacy_markup_wrapper .gfield_required{color:#790000;margin-left:4px}.gform_legacy_markup_wrapper li.gfield.gfield_error,.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{background-color:rgba(255,223,224,.25);margin-bottom:6px!important;border-top:1px solid #c89797;border-bottom:1px solid #c89797;padding-bottom:6px;padding-top:8px;box-sizing:border-box}.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning{padding:16px 16px 14px 16px;border-top:2px solid #790000;border-bottom:4px solid #790000;background-color:rgba(255,223,224,.25);width:calc(100% - 16px)}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning{padding:16px 16px 14px 16px}.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message{font-size:.875em;font-weight:700;font-family:inherit;min-height:25px;color:#790000;max-width:100%;position:relative}.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span{display:block;padding:0 0 14px 24px;margin-bottom:16px;line-height:1.5;letter-spacing:.1pt;border-bottom:1px solid #790000;text-transform:uppercase;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);background-size:1em auto;background-repeat:no-repeat;background-position:left center}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message{padding:16px 16px 14px 16px}.gform_legacy_markup_wrapper li.gfield+li.gfield.gfield_creditcard_warning{margin-top:16px!important}.gform_legacy_markup_wrapper .top_label .gfield_error{width:calc(100% - 2px)}.gform_legacy_markup_wrapper .top_label .gfield_error input.large,.gform_legacy_markup_wrapper .top_label .gfield_error select.large,.gform_legacy_markup_wrapper .top_label .gfield_error textarea.textarea{width:100%}.gform_legacy_markup_wrapper .left_label .gfield_error input.large,.gform_legacy_markup_wrapper .left_label .gfield_error select.large,.gform_legacy_markup_wrapper .left_label .gfield_error textarea.textarea,.gform_legacy_markup_wrapper .right_label .gfield_error input.large,.gform_legacy_markup_wrapper .right_label .gfield_error select.large,.gform_legacy_markup_wrapper .right_label .gfield_error textarea.textarea{width:70%}.gform_legacy_markup_wrapper .gfield_error .gfield_label{color:#790000}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required{padding-right:0}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container,.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container{margin-left:0}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{max-width:100%;padding-right:16px}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{margin-top:12px}.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label{position:relative;top:12px}.gform_legacy_markup_wrapper .gform_validation_errors{width:100%;border:1px solid #790000;box-shadow:0 0 0 #ff6d6d;border-radius:5px;padding:1.0625rem 1.375rem;margin-top:.5rem;margin-bottom:.5rem}.gform_legacy_markup_wrapper .gform_validation_errors>h2{font-size:16px;font-weight:700;color:#790000;margin:0 0 .9375rem 0}.gform_legacy_markup_wrapper .gform_validation_errors>h2.hide_summary{margin:0}.gform_legacy_markup_wrapper .gform_validation_errors>h2:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0iIzc5MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZIMTBWMTJIMTJWNloiIGZpbGw9IiNGRkZGRkYiLz4KPHBhdGggZD0iTTEyIDE0SDEwVjE2SDEyVjE0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=);content:'';width:22px;height:22px;display:inline-block;vertical-align:sub;margin:0 .2rem 0 -.5rem;background-position:center;background-repeat:no-repeat;background-color:transparent}.gform_legacy_markup_wrapper .gform_validation_errors>ol{list-style-type:none!important;padding-block-start:0;padding-inline-start:0;margin-block-start:0;margin:0}.gform_legacy_markup_wrapper .gform_validation_errors>ol a{color:#790000;font-size:1rem}.gform_legacy_markup_wrapper .gform_validation_errors>ol li{margin:0 0 .9375rem 0;font-size:1rem;list-style-type:none!important}.gform_legacy_markup_wrapper .gform_validation_errors>ol li:last-of-type{margin-bottom:0}.gform_legacy_markup_wrapper div.validation_error{color:#790000;font-size:1em;font-weight:700;margin-bottom:25px;border-top:2px solid #790000;border-bottom:2px solid #790000;padding:16px 0 16px 0;clear:both;width:100%;text-align:center}.gform_legacy_markup_wrapper ol.validation_list{clear:both;width:100%;margin-bottom:25px;color:#790000}.gform_legacy_markup_wrapper ol.validation_list li{list-style-type:decimal!important}.gform_legacy_markup_wrapper ol.validation_list li a{color:#790000}.gform_legacy_markup_wrapper ol.validation_list:after{content:""}.gform_legacy_markup_wrapper div#error{margin-bottom:25px}.gform_legacy_markup_wrapper table.gfield_list tbody tr td.gfield_list_icons{vertical-align:middle!important}.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons a{display:inline-block;line-height:0}.gform_legacy_markup_wrapper li.gfield fieldset{margin:0;padding:0;display:block;position:relative;width:100%}.gform_legacy_markup_wrapper li.gfield fieldset>*{width:auto}.gform_legacy_markup_wrapper li.gfield fieldset legend.gfield_label{width:100%;line-height:32px}.gform_legacy_markup_wrapper div.gf_page_steps+div.validation_error{margin-top:16px}.gform_legacy_markup_wrapper div.gfield_description.validation_error{color:#790000;font-weight:700;font-size:.875em;line-height:1.2;margin-bottom:16px}.gform_legacy_markup_wrapper .validation_message{color:#790000;font-weight:700;letter-spacing:normal}.gform_legacy_markup_wrapper .validation_message--hidden-on-empty:empty{display:none}.gform_legacy_markup_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.gform_legacy_markup_wrapper li.gfield_error textarea{border:1px solid #790000}.gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label,.gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox,.gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio{color:#790000}.gform_legacy_markup_wrapper .gform_footer{padding:16px 0 10px 0;margin:16px 0 0 0;clear:both;width:100%}.gform_legacy_markup_wrapper .gform_footer input.button,.gform_legacy_markup_wrapper .gform_footer input[type=submit],.gform_legacy_markup_wrapper .gform_page_footer input.button,.gform_legacy_markup_wrapper .gform_page_footer input[type=submit]{font-size:1em;width:100%;margin:0 0 16px 0}.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link{font-size:1em;display:block;text-align:center}.gform_legacy_markup_wrapper .gform_footer input[type=image]{padding:0;width:auto!important;background:0 0!important;border:none!important;margin:0 auto 16px auto!important;display:block;max-width:100%}.gform_legacy_markup_wrapper .ginput_complex .ginput_full,.gform_legacy_markup_wrapper .ginput_complex .ginput_left,.gform_legacy_markup_wrapper .ginput_complex .ginput_right{min-height:45px}.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=email],.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=number],.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=password],.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=tel],.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=text],.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type=url]{width:100%}.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full select{width:100%}.gform_legacy_markup_wrapper .gfield_checkbox li,.gform_legacy_markup_wrapper .gfield_radio li{margin:0 0 16px 0;line-height:1.2}.gchoice_select_all,.gform_legacy_markup_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,.gform_legacy_markup_wrapper ul.gfield_radio li input[type=radio]:checked+label{font-weight:700}.gform_legacy_markup_wrapper input.datepicker.datepicker_with_icon{margin-right:4px!important;display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gf_hidden,.gform_legacy_markup_wrapper .gform_hidden,.gform_legacy_markup_wrapper input.gform_hidden,.gform_legacy_markup_wrapper input[type=hidden]{display:none!important;max-height:1px!important;overflow:hidden}.gform_legacy_markup_wrapper .gf_invisible,.gform_legacy_markup_wrapper .gfield_visibility_hidden{visibility:hidden;position:absolute;left:-9999px}.gform_legacy_markup_wrapper .ginput_full br,.gform_legacy_markup_wrapper .ginput_left br,.gform_legacy_markup_wrapper .ginput_right br{display:none!important}.gform_legacy_markup_wrapper ul.gfield_checkbox li,.gform_legacy_markup_wrapper ul.gfield_radio li{padding:0!important}.gform_legacy_markup_wrapper ul.gfield_radio li input+input{margin-left:4px}.gform_legacy_markup_wrapper ul.gfield_radio li input[value=gf_other_choice]{margin-right:6px;margin-top:4px}.gform_legacy_markup_wrapper .gfield_description+.gform_legacy_markup_wrapper .gfield_description.validation_message{margin-top:6px}.gform_legacy_markup_wrapper .ginput_container.ginput_list+.gfield_description.validation_message{margin-top:0}.gform_legacy_markup_wrapper li.gfield_html{max-width:100%}.gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc{margin-top:10px}body .gform_legacy_markup_wrapper ul li.gfield.gfield_html img{max-width:100%!important}.gform_legacy_markup_wrapper .gform_ajax_spinner{padding-left:10px}.gform_legacy_markup_wrapper .gform_validation_container,body .gform_legacy_markup_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,body .gform_legacy_markup_wrapper li.gform_validation_container,body .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gform_validation_container{display:none!important;position:absolute!important;left:-9000px}.gform_legacy_markup_wrapper .gfield_captcha_input_container{padding-top:3px}.gform_legacy_markup_wrapper .simple_captcha_small input{width:64px}.gform_legacy_markup_wrapper .simple_captcha_medium input{width:96px}.gform_legacy_markup_wrapper .simple_captcha_large input{width:128px}.gform_legacy_markup_wrapper .gform_legacy_markup_wrapper .left_label .simple_captcha_small,.gform_legacy_markup_wrapper .left_label .simple_captcha_large,.gform_legacy_markup_wrapper .left_label .simple_captcha_medium,.gform_legacy_markup_wrapper .right_label .simple_captcha_large,.gform_legacy_markup_wrapper .right_label .simple_captcha_medium,.gform_legacy_markup_wrapper .right_label .simple_captcha_small{margin-left:32%}.gform_legacy_markup_wrapper .gfield_captcha_container img.gfield_captcha{border:none!important;background:0 0!important;float:none!important;margin:0!important;padding:0!important}.gform_legacy_markup_wrapper .math_small input{width:70px}.gform_legacy_markup_wrapper .math_medium input{width:510px}.gform_legacy_markup_wrapper .math_large input{width:612px}.gform_legacy_markup_wrapper .left_label .math_large,.gform_legacy_markup_wrapper .left_label .math_medium,.gform_legacy_markup_wrapper .left_label .math_small,.gform_legacy_markup_wrapper .right_label .math_large,.gform_legacy_markup_wrapper .right_label .math_medium,.gform_legacy_markup_wrapper .right_label .math_small{margin-left:32%}.gform_legacy_markup_wrapper div.charleft{font-size:.688em;margin-top:4px;color:#767676;width:92%!important;white-space:nowrap!important}.gform_legacy_markup_wrapper div.charleft[style]{width:92%!important}.gform_legacy_markup_wrapper .left_label div.charleft,.gform_legacy_markup_wrapper .right_label div.charleft{margin-left:32%}.gform_legacy_markup_wrapper div.charleft.ginput_counter_tinymce{border:1px solid #eee;border-width:1px 0 0;padding:4px 9px;width:100%!important}.gform_legacy_markup_wrapper div.charleft.warningTextareaInfo{color:#767676}.gform_legacy_markup_wrapper div.charleft.ginput_counter_error{color:red}.gform_legacy_markup_wrapper li.gf_hide_charleft div.charleft{display:none!important}.gf_submission_limit_message{color:#790000;font-size:1.375em}.gform_legacy_markup_wrapper .ginput_price{-moz-opacity:.7;-khtml-opacity:.7;opacity:.7}.gform_legacy_markup_wrapper span.ginput_total{color:#060;font-size:inherit}.gform_legacy_markup_wrapper .top_label span.ginput_total{margin:8px 0}.gform_legacy_markup_wrapper span.ginput_product_price_label{margin-right:2px}.gform_legacy_markup_wrapper input.ginput_product_price,.gform_legacy_markup_wrapper span.ginput_product_price{background:0 0;border:none;color:#900;padding:0}.gform_legacy_markup_wrapper span.ginput_quantity_label{margin-left:10px;margin-right:2px}.gform_legacy_markup_wrapper input.ginput_quantity[type=text]{width:3rem}.gform_legacy_markup_wrapper input.ginput_quantity[type=number]{width:4rem}.gform_legacy_markup_wrapper .gform_page_footer{margin:14px 0;width:100%;border-top:1px dotted #ccc;padding:16px 0 0 0;clear:both}.gform_legacy_markup_wrapper .gform_page_footer.left_label,.gform_legacy_markup_wrapper .gform_page_footer.right_label{padding:16px 0 0 29%}.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button,.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button{display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button{margin-bottom:8px}.gform_legacy_markup_wrapper .gf_progressbar_wrapper{clear:both;width:100%;margin:0 0 16px 0;padding:0 0 16px 0}.gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title{color:#767676;font-size:13px;line-height:1!important;margin:0 0 8px 0!important;padding:0!important;clear:both;-moz-opacity:.6;-khtml-opacity:.6;opacity:.6}.gform_legacy_markup_wrapper .gf_progressbar{position:relative;background:#e8e8e8;position:relative;-moz-border-radius:10.5px;-webkit-border-radius:10.5px;border-radius:10.5px;width:100%}.gform_legacy_markup_wrapper .gf_progressbar_percentage{height:21px;text-align:right;border-radius:10.5px;vertical-align:middle;font-family:helvetica,arial,sans-serif;font-size:13px!important;z-index:999}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_100{border-top-right-radius:10.5px;border-bottom-right-radius:10.5px}.gform_legacy_markup_wrapper .gf_progressbar_percentage span{display:block;width:auto;float:right;margin-right:5px;margin-left:5px;line-height:21px}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_0 span{color:#959595;text-shadow:none;float:none!important;margin-left:12px;word-wrap:normal}.gform_legacy_markup_wrapper .gf_progressbar_blue{background:#d2d6dc}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue{background-color:#1e7ac4;color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_gray{background:#d2d6dc}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_gray{background-color:#6b7280;color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_green{background:#e8e8e8}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_green{background-color:#aac138;color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_orange{background:#e8eaec}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_orange{background-color:#ff5d38;color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_red{background:#e8eaec}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_red{background-color:#ec1e31;color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_spring{background:#d2d6dc}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_spring{background:linear-gradient(270deg,#9cd790 0,#76d7db 100%);color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_blues{background:#d2d6dc}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blues{background:linear-gradient(270deg,#00c2ff 0,#7838e2 100%);color:#fff}.gform_legacy_markup_wrapper .gf_progressbar_rainbow{background:#d2d6dc}.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_rainbow{background:linear-gradient(270deg,#1dbeea 0,#cd6ad6 50%,#f35160 100%);color:#fff}.gform_legacy_markup_wrapper .gf_page_steps{width:100%;margin:0 0 8px 0;padding:0 0 4px 0;border-bottom:1px dotted #ccc}.gform_legacy_markup_wrapper .gf_step{width:100%;margin:24px 24px 24px 0;font-size:.875em;height:14px;line-height:1.25!important;-moz-opacity:.2;-khtml-opacity:.2;opacity:.2;font-family:inherit}.gform_legacy_markup_wrapper .gf_step span.gf_step_number{font-size:1.25em;font-family:arial,sans-serif;margin-right:4px}.gform_legacy_markup_wrapper .gf_step span.gf_step_label,.gform_legacy_markup_wrapper .gf_step span.gf_step_number{display:-moz-inline-stack;display:inline-block;vertical-align:middle}.gform_legacy_markup_wrapper .gf_step.gf_step_active{-moz-opacity:1.0;-khtml-opacity:1.0;opacity:1}.gform_legacy_markup_wrapper .gf_step.gf_step_hidden{display:none}.gform_legacy_markup_wrapper .gf_step_clear{display:block;clear:both;height:1px;overflow:hidden}.gform_legacy_markup_wrapper .gfield_password_strength{border:1px solid #ddd;margin-top:18px;margin-bottom:18px;line-height:1.8;padding:10px 5px;text-align:center;background-color:#eee;border-bottom:3px solid #ddd}.gform_legacy_markup_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength{margin-right:16px}.gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength,.gform_legacy_markup_wrapper ul.right_label li.gfield .gfield_password_strength{margin-top:18px;margin-bottom:18px;width:100%}.gform_legacy_markup_wrapper .gfield_password_strength.bad{background-color:#ffb78c;border-color:#ff853c;border-bottom:3px solid #ff853c}.gform_legacy_markup_wrapper .gfield_password_strength.good{background-color:#ffec8b;border-color:#fc0;border-bottom:3px solid #fc0}.gform_legacy_markup_wrapper .gfield_password_strength.mismatch,.gform_legacy_markup_wrapper .gfield_password_strength.short{background-color:#ffa0a0;border-color:#f04040;border-bottom:3px solid #f04040}.gform_legacy_markup_wrapper .gfield_password_strength.strong{background-color:#c3ff88;border-color:#8dff1c;border-bottom:3px solid #8dff1c}.gform_legacy_markup_wrapper .ginput_container_password,.gform_legacy_markup_wrapper .ginput_container_password span{position:relative}.gform_legacy_markup_wrapper .ginput_container_password button{-webkit-appearance:none;appearance:none;background:0 0;border:none;padding:5px 0;position:absolute;right:1px;text-align:center;top:1px;width:40px}.gform_legacy_markup_wrapper .ginput_container_password span.ginput_left button{right:9px}.gform_legacy_markup_wrapper .ginput_container_password:not(.ginput_complex) span{display:inline-block;width:100%}.gform_legacy_markup_wrapper .ginput_container_password:not(.ginput_complex) span input{width:100%}.gform_legacy_markup_wrapper .ginput_container_password span.medium{width:calc(50% - 8px)}.gform_legacy_markup_wrapper .ginput_container_password span.small{width:25%}.gform_legacy_markup_wrapper table.gfield_list,.gform_legacy_markup_wrapper table.gfield_list caption,.gform_legacy_markup_wrapper table.gfield_list tbody,.gform_legacy_markup_wrapper table.gfield_list td,.gform_legacy_markup_wrapper table.gfield_list tfoot,.gform_legacy_markup_wrapper table.gfield_list th,.gform_legacy_markup_wrapper table.gfield_list thead,.gform_legacy_markup_wrapper table.gfield_list tr{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.gform_legacy_markup_wrapper table.gfield_list{border-spacing:0;border-collapse:collapse}.gform_legacy_markup_wrapper .gfield_repeater_buttons{padding-top:15px}.gform_legacy_markup_wrapper table.gfield_list{table-layout:auto!important}.gform_legacy_markup_wrapper table.gfield_list thead th{font-weight:700;text-align:left}.gform_legacy_markup_wrapper table.gfield_list colgroup{width:100%;display:block}.gform_legacy_markup_wrapper li.gfield.gfield_error table.gfield_list thead th{color:#790000}.gform_legacy_markup_wrapper table.gfield_list thead,.gform_legacy_markup_wrapper table.gfield_list tr{padding:0;margin:0}.gform_legacy_markup_wrapper table.gfield_list td,.gform_legacy_markup_wrapper table.gfield_list th{padding:4px 0 4px 0}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) table.gfield_list th{padding:0 0 4px 0}.gform_legacy_markup_wrapper table.gfield_list td+td,.gform_legacy_markup_wrapper table.gfield_list th+th{padding:0 0 0 16px}.gform_legacy_markup_wrapper .gfield_list{width:100%}.gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input{width:100%}.gform_legacy_markup_wrapper .gfield_icon_disabled{cursor:default!important;-moz-opacity:.6;-khtml-opacity:.6;opacity:.6}.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons{width:48px!important;padding:0 0 0 4px!important;box-sizing:border-box}.gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons img{display:-moz-inline-stack;display:inline-block;vertical-align:middle}.gform_legacy_markup_wrapper .gform_card_icon_container{display:flex;height:32px;margin:8px 0 6px 0}.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon{background-image:url(//www.citygrimp.com/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-repeat:no-repeat;height:32px;margin-right:4px;text-indent:-9000px;width:40px}.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex{background-position:-167px 0}.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover{background-position:-221px 0}.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard{background-position:-275px 0}.gform_legacy_markup_wrapper .gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa{background-position:-59px 0}.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb{background-position:-329px 0}.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro{background-position:-5px 0}.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected{position:relative}.gform_legacy_markup_wrapper .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after{display:block;content:'';position:absolute;background:url(//www.citygrimp.com/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg) center center no-repeat;width:13px;height:10px;bottom:4px;right:-2px}.gform_legacy_markup_wrapper .ginput_container_creditcard .ginput_card_security_code_icon{width:40px;height:32px;display:inline-block;background-image:url(//www.citygrimp.com/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-repeat:no-repeat;background-position:-382px 0;position:relative;top:-3.5px}.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area{padding:24px;border:1px dashed #ccc;text-align:center;color:#aaa;margin-bottom:16px;background:rgba(0,0,0,.02);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.gform_legacy_markup_wrapper span.gform_drop_instructions{display:block;margin-bottom:8px}.gform_legacy_markup_wrapper .gform_delete{vertical-align:middle;cursor:pointer}.gform_legacy_markup_wrapper .copy_values_option_container .copy_values_enabled{width:auto}.gform_legacy_markup_wrapper li.field_sublabel_above .ginput_complex input[type=text]{margin-bottom:1px}.gform_legacy_markup_wrapper .form_saved_message{margin:1em auto;padding:3em 2em 3em;width:99%;font-size:1em;line-height:1.8;color:#31708f;background-color:#e3f3f3;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.gform_legacy_markup_wrapper .form_saved_message p.resume_form_link_wrapper{background-color:#fff;display:inline-block;padding:1em;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;max-width:98%!important;overflow:hidden;-webkit-box-shadow:0 3px 2px 0 rgba(66,103,126,.2);-moz-box-shadow:0 3px 2px 0 rgba(66,103,126,.2);box-shadow:0 3px 2px 0 rgba(66,103,126,.2)}.gform_legacy_markup_wrapper .form_saved_message a.resume_form_link{word-wrap:break-word;text-decoration:none;color:#2f637e}.gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform{margin:1em 0 0 0}.gform_legacy_markup_wrapper .form_saved_message label.form_saved_label{position:absolute;left:-9000px}.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=text]{margin-bottom:.25em}.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form label.gform_resume_email_label{font-size:1em;display:block}.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input{margin:0 auto;display:inline-block}.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=email]{padding:calc(.75em - 1px)!important;width:24em;max-width:98%!important;font-size:1em;background-color:#fff;border:1px solid #91afc7;color:#424242;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-appearance:none;-moz-appearance:none;-webkit-box-shadow:inset 0 0 5px 0 #eee;-moz-box-shadow:inset 0 0 5px 0 #eee;box-shadow:inset 0 0 5px 0 #eee}.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit]{padding:.75em 1em;font-size:1em;line-height:1;background-color:#31708f;border:1px solid #31708f;color:#fff;text-transform:uppercase;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-appearance:none;-moz-appearance:none}@media only screen and (max-width:640px){.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=email],.gform_legacy_markup_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit]{display:block;width:98%}}.gform_legacy_markup_wrapper .form_saved_message .form_saved_message_emailform .validation_message{color:#790000;font-weight:700;padding:2em}.gform_legacy_markup_wrapper .form_saved_message_sent{margin:1em auto;padding:3em 2em;width:99%;font-size:1em;background-color:#e9ffd9;color:#3c763d;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;box-sizing:border-box}.gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_email,.gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_success{font-weight:700;display:block;line-height:2}.gform_legacy_markup_wrapper .form_saved_message_sent .saved_message_email{word-wrap:break-word;text-decoration:underline}body #content .entry-content .gform_legacy_markup_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,body .gform_legacy_markup_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area{line-height:1!important}body .gform_legacy_markup_wrapper img.ui-datepicker-trigger{width:17px!important;height:16px!important;display:-moz-inline-stack;display:inline-block}body .gform_legacy_markup_wrapper img.add_list_item,body .gform_legacy_markup_wrapper img.delete_list_item{display:-moz-inline-stack;display:inline-block;margin-top:-2px}.gform_legacy_markup_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield{margin-top:16px}.gform_legacy_markup_wrapper li.gfield ul.gfield_radio li input[type=radio]+input[type=text]{width:45.25%}.gform_legacy_markup_wrapper table.recaptchatable{table-layout:auto}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha{margin-left:29%}.gform_legacy_markup_wrapper .gfield .wp-editor-container{border:1px solid #ddd}.gform_legacy_markup_wrapper .gfield .wp-switch-editor{border-color:#ddd}.gform_legacy_markup_wrapper .gfield .html-active .switch-html,.gform_legacy_markup_wrapper .gfield .tmce-active .switch-tmce{border-bottom-color:#f5f5f5}.gform_legacy_markup_wrapper .gfield .mce-edit-area iframe{width:99.9%!important;margin:0!important}body .gform_legacy_markup_wrapper ul li.gfield{margin-top:16px;padding-top:0}body .gform_legacy_markup_wrapper ul.gfields li.gfield label.gfield_label{margin-bottom:0!important;padding-bottom:0!important}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html{line-height:inherit}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li{list-style-type:disc!important;margin:0 0 8px 0;overflow:visible;padding-left:0}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul{list-style-type:disc!important;margin:16px 0 16px 28px!important;padding-left:0}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li{list-style-type:decimal!important;overflow:visible;margin:0 0 8px 0;padding-left:0}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol{list-style-type:decimal!important;margin:16px 0 18px 32px;padding-left:0}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li{list-style-type:disc!important;padding-left:0}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul{margin:16px 0 16px 16px}body .gform_legacy_markup_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li{margin:0 0 8px}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl{margin:0 0 18px 0;padding-left:0}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt{font-weight:700}body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd{margin:0 0 16px 18px}.gform_legacy_markup_wrapper span.gf_clear_span{display:block;height:1px;overflow:hidden;width:100%;float:none;clear:both;margin-top:-1px}.gform_legacy_markup_wrapper .chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gform_legacy_markup_wrapper .chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.gform_legacy_markup_wrapper .chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);display:none}.gform_legacy_markup_wrapper .chosen-container.chosen-with-drop .chosen-drop{display:block}.gform_legacy_markup_wrapper .chosen-container a{cursor:pointer}.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name,.gform_legacy_markup_wrapper .chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name:after,.gform_legacy_markup_wrapper .chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single input[type=text]{cursor:pointer;opacity:0;position:absolute;width:0}.gform_legacy_markup_wrapper .chosen-container-single .chosen-default{color:#999}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(//www.citygrimp.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.gform_legacy_markup_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(//www.citygrimp.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 0 2px}.gform_legacy_markup_wrapper .chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(//www.citygrimp.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.gform_legacy_markup_wrapper .chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.gform_legacy_markup_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;opacity:0;pointer-events:none}.gform_legacy_markup_wrapper .chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.gform_legacy_markup_wrapper .chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.gform_legacy_markup_wrapper .chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.gform_legacy_markup_wrapper .chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.gform_legacy_markup_wrapper .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.gform_legacy_markup_wrapper .chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-option{padding-left:15px}.gform_legacy_markup_wrapper .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li{float:left;list-style:none}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(//www.citygrimp.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-results{margin:0;padding:0}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.gform_legacy_markup_wrapper .chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.gform_legacy_markup_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.gform_legacy_markup_wrapper .chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.gform_legacy_markup_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.gform_legacy_markup_wrapper .chosen-disabled{opacity:.5!important;cursor:default}.gform_legacy_markup_wrapper .chosen-disabled .chosen-single{cursor:default}.gform_legacy_markup_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.gform_legacy_markup_wrapper .chosen-rtl{text-align:right}.gform_legacy_markup_wrapper .chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.gform_legacy_markup_wrapper .chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.gform_legacy_markup_wrapper .chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.gform_legacy_markup_wrapper .chosen-rtl .chosen-single div{right:auto;left:3px}.gform_legacy_markup_wrapper .chosen-rtl .chosen-single abbr{right:auto;left:26px}.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li{float:right}.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.gform_legacy_markup_wrapper .chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(//www.citygrimp.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.gform_legacy_markup_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-down span,.gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-up span,.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type=text],.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr,.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b,.gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type=text]{background-image:url(//www.citygrimp.com/wp-content/plugins/gravityforms/legacy/css/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}body .gform_legacy_markup_wrapper .chosen-container a.chosen-single{border-radius:inherit}body .gform_legacy_markup_wrapper ul.chosen-results li{line-height:inherit}@media only screen and (max-width:641px){.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){line-height:2;min-height:2rem}.gform_legacy_markup_wrapper textarea{line-height:1.5}.gform_legacy_markup_wrapper .chosen-container.chosen-container-single[style]{width:100%!important}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single{height:40px;line-height:2.8}.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b{position:relative;top:10px}.gform_legacy_markup_wrapper div.chosen-container.chosen-container-multi[style]{width:100%!important}.gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,.gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field{width:100%;line-height:inherit;float:none}.gform_legacy_markup_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span{margin-bottom:0}.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:calc(50% - 6px)}.gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price){margin-bottom:8px;display:block}.gform_legacy_markup_wrapper li.field_sublabel_below .ginput_complex{margin-top:12px!important}.gform_legacy_markup_wrapper ul.gfield_checkbox li label,.gform_legacy_markup_wrapper ul.gfield_radio li label{width:85%;cursor:pointer}}@media only screen and (max-width:761px),(min-device-width:768px) and (max-device-width:1023px){.gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error{margin-top:32px}.gform_legacy_markup_wrapper table.gfield_list{border:0}.gform_legacy_markup_wrapper table.gfield_list thead{position:absolute;top:-9999px;left:-9999px}.gform_legacy_markup_wrapper table.gfield_list tr{margin-bottom:10px;display:block;background:#fff;position:relative;border:1px solid #ccc;border-top:2px solid #ccc;border-bottom:4px solid #ccc}.gform_legacy_markup_wrapper table.gfield_list td{display:block;margin-left:8px;margin-right:8px}.gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons{border-bottom:0;margin:16px 0 0 0!important}.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after{content:attr(data-label);font-size:.875em;letter-spacing:.5pt;white-space:nowrap;display:block;clear:both}.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before{margin:8px 0 3px 8px}.gform_legacy_markup_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after{margin:3px 0 8px 8px}.gform_legacy_markup_wrapper table.gfield_list td+td,.gform_legacy_markup_wrapper table.gfield_list th+th{padding:4px 0 0 0}.gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_even,.gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd{margin:16px 0}.gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd:first-child{padding-top:12px}.gform_legacy_markup_wrapper table.gfield_list tr{padding-top:12px}.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons{width:100%!important;padding:5px 4px 1px 4px!important;background-color:#eee;text-align:center}.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item{margin:12px 0 0 16px!important}.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item{margin:12px 0 0 8px!important}.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link{margin-left:0}.gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input{width:calc(100% - 16px);margin-left:8px;margin-right:8px}}@media only screen and (min-width:641px){.gform_legacy_markup_wrapper .gform_body{width:100%}.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:calc(100% - 16px)!important}.gform_legacy_markup_wrapper .gfield_checkbox li,.gform_legacy_markup_wrapper .gfield_radio li{margin:0 0 8px 0;line-height:1.3}.gform_legacy_markup_wrapper .gsection{margin:28px 16px 28px 0}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_label{float:left;width:29%;padding-right:16px;margin-bottom:16px}.gform_legacy_markup_wrapper .right_label .gfield_label{text-align:right}.gform_legacy_markup_wrapper .left_label .gfield_description,.gform_legacy_markup_wrapper .right_label .gfield_description{width:70%}.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li,.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li,.gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li,.gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li,.gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li{margin-bottom:10px}.gform_legacy_markup_wrapper .left_label .gfield_description,.gform_legacy_markup_wrapper .left_label .instruction,.gform_legacy_markup_wrapper .right_label .gfield_description,.gform_legacy_markup_wrapper .right_label .instruction{margin-left:29%}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description{margin-left:0;padding-top:4px;padding-left:0;line-height:1.5}.gform_legacy_markup_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted{margin-left:29%!important;width:70%}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio{overflow:hidden}.gform_legacy_markup_wrapper .left_label div.ginput_complex,.gform_legacy_markup_wrapper .right_label div.ginput_complex{width:70%;margin-left:29%}.gform_legacy_markup_wrapper .left_label input.small,.gform_legacy_markup_wrapper .left_label select.small,.gform_legacy_markup_wrapper .right_label input.small,.gform_legacy_markup_wrapper .right_label select.small{width:15%}.gform_legacy_markup_wrapper .left_label input.medium,.gform_legacy_markup_wrapper .left_label select.medium,.gform_legacy_markup_wrapper .right_label input.medium,.gform_legacy_markup_wrapper .right_label select.medium{width:calc(35% - 8px)}.gform_legacy_markup_wrapper .left_label input.large,.gform_legacy_markup_wrapper .left_label select.large,.gform_legacy_markup_wrapper .right_label input.large,.gform_legacy_markup_wrapper .right_label select.large{width:70%}.gform_legacy_markup_wrapper .left_label textarea.large,.gform_legacy_markup_wrapper .left_label textarea.medium,.gform_legacy_markup_wrapper .left_label textarea.small,.gform_legacy_markup_wrapper .right_label textarea.large,.gform_legacy_markup_wrapper .right_label textarea.medium,.gform_legacy_markup_wrapper .right_label textarea.small{width:70%}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_list{width:70%;margin-left:29%!important}.gform_legacy_markup_wrapper .top_label .gfield_list{width:100%}.gform_legacy_markup_wrapper .left_label .gf_list_one_column,.gform_legacy_markup_wrapper .right_label .gf_list_one_column{width:45%}.gform_legacy_markup_wrapper .top_label .gf_list_one_column{width:46%}.gform_legacy_markup_wrapper .left_label li.hidden_label input,.gform_legacy_markup_wrapper .right_label li.hidden_label input{margin-left:3.7%}.gform_legacy_markup_wrapper .left_label li.gfield .gfield_password_strength,.gform_legacy_markup_wrapper .right_label li.gfield .gfield_password_strength{margin-left:29%}.gform_legacy_markup_wrapper .top_label input.small,.gform_legacy_markup_wrapper .top_label select.small{width:25%}.gform_legacy_markup_wrapper .top_label input.medium,.gform_legacy_markup_wrapper .top_label select.medium{width:calc(50% - 8px)}.gform_legacy_markup_wrapper.gform_validation_error .top_label input.medium,.gform_legacy_markup_wrapper.gform_validation_error .top_label select.medium{width:50%}.gform_legacy_markup_wrapper .hidden_label input.large,.gform_legacy_markup_wrapper .hidden_label select.large,.gform_legacy_markup_wrapper .top_label input.large,.gform_legacy_markup_wrapper .top_label select.large{width:100%}.gform_legacy_markup_wrapper .top_label input.large.datepicker,.gform_legacy_markup_wrapper .top_label input.medium.datepicker,.gform_legacy_markup_wrapper .top_label input.small.datepicker{width:auto}.gform_legacy_markup_wrapper textarea.small{height:80px;width:100%}.gform_legacy_markup_wrapper textarea.medium{height:160px;width:100%}.gform_legacy_markup_wrapper textarea.large{height:320px;width:100%}.gform_legacy_markup_wrapper .ginput_complex .ginput_left,.gform_legacy_markup_wrapper .ginput_complex .ginput_right{width:50%;display:-moz-inline-stack;display:inline-block;vertical-align:top;margin:0 -4px 0 0}.gform_legacy_markup_wrapper .ginput_container_password .ginput_right{padding-left:8px}.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_left,.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_right{width:50%}.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left,.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_right{min-height:43px;position:relative;float:left}.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_right input{display:inline-block;width:30%;max-width:7rem}.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left{width:50%}.gform_legacy_markup_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,.gform_legacy_markup_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year{width:47%!important;display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month{margin-right:4px}.gform_legacy_markup_wrapper .gf_step{width:auto;display:-moz-inline-stack;display:inline-block;margin:16px 32px 16px 0}.gform_legacy_markup_wrapper .gform_footer input.button,.gform_legacy_markup_wrapper .gform_footer input[type=image],.gform_legacy_markup_wrapper .gform_footer input[type=submit]{display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gform_footer input[type=image]{vertical-align:middle}.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link{font-size:1em;margin-left:16px;display:-moz-inline-stack;display:inline-block}.gform_legacy_markup_wrapper .gform_footer input.button,.gform_legacy_markup_wrapper .gform_footer input[type=submit],.gform_legacy_markup_wrapper .gform_page_footer input.button,.gform_legacy_markup_wrapper .gform_page_footer input[type=submit]{font-size:1em;width:auto;margin:0 16px 0 0}.gform_legacy_markup_wrapper ul.gform_fields li.gfield{padding-right:16px}.gform_legacy_markup_wrapper .ginput_complex .ginput_left{padding-right:8px}.gform_legacy_markup_wrapper .left_label .ginput_complex.ginput_container_address:after{content:"";display:block}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_left{margin-right:8px}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address .ginput_right{margin-right:-8px;padding-right:8px}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_full+span.ginput_right{padding-right:8px!important;margin-right:8px}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left{padding-right:8px!important;margin-right:-8px}.gform_legacy_markup_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip{margin-right:8px}.gform_legacy_markup_wrapper .gfield_error .ginput_container{padding-right:0}.gform_legacy_markup_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength{margin:18px 0 18px 0}.gform_legacy_markup_wrapper .gform_footer:not(.top_label){padding:16px 0 10px 0;margin-left:29%;width:70%}.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3{width:calc(100% + 15px)}.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_4{width:calc(100% + 13px)}.gform_legacy_markup_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_5{width:calc(100% + 14px)}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3{width:calc(70% + 15px);margin-left:29%}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3{width:calc(70% + 24px)}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4{width:calc(70% + 13px);margin-left:29%}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5{width:calc(70% + 14px);margin-left:29%}.gform_legacy_markup_wrapper div.ginput_container_name span{display:-moz-inline-stack;display:inline-block;vertical-align:top;padding-right:16px;margin-right:-4px}.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_1 span{width:100%}.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span{width:50%}.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span{width:33.3%}.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_4 span{width:25%}.gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span{width:19.95%}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span{width:99.75%!important}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span{width:49.75%!important}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span{width:33%!important}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span{width:24.75%!important}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span{width:19.75%!important}html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,html .gform_legacy_markup_wrapper div.ginput_complex.ginput_container.gf_name_has_5 span:first-child{margin-left:0!important}.gform_legacy_markup_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email{width:calc(100% + 15px)}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email{width:calc(70% + 16px);margin-left:29%}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email{width:calc(70% + 17px)}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email{width:calc(70% + 8px)!important}.gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,.gform_legacy_markup_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right{padding-right:16px}.gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength,.gform_legacy_markup_wrapper ul.right_label li.gfield .gfield_password_strength{width:70%}.gform_legacy_markup_wrapper .ginput_complex span.ginput_left+input.gform_hidden+span.ginput_left{padding-right:0}.gform_legacy_markup_wrapper .ginput_complex span.ginput_left.address_country{margin-right:0}html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .clear-multi,html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_description,html:not([dir=rtl]) .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date){width:70%;margin-left:29%}.gform_legacy_markup_wrapper .gf_progressbar{width:calc(100% - 16px)}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area{margin-left:29%;width:70%}body .gform_legacy_markup_wrapper span.ginput_left.address_city+input.gform_hidden+span.ginput_left.address_country{width:calc(50% - 8px);margin-right:0}.gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha{margin-left:29%!important}.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button{margin-bottom:0}.gform_legacy_markup_wrapper .gform_page_footer .button.gform_button,.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button{margin-right:10px}body .gform_legacy_markup_wrapper select.medium.gfield_select+div.chosen-container-multi[style],body .gform_legacy_markup_wrapper select.medium.gfield_select+div.chosen-container-single[style]{width:calc(50% - 8px)!important}body .gform_legacy_markup_wrapper select.large.gfield_select+div.chosen-container-multi[style],body .gform_legacy_markup_wrapper select.large.gfield_select+div.chosen-container-single[style]{width:100%!important}body .gform_legacy_markup_wrapper select.small.gfield_select+div.chosen-container-multi[style],body .gform_legacy_markup_wrapper select.small.gfield_select+div.chosen-container-single[style]{width:25%!important}}.gform_legacy_markup_wrapper .gfield_repeater_cell>.gfield_repeater_wrapper{border-left:8px solid rgba(54,86,102,.1);background-color:rgba(1,1,1,.02);padding:10px 20px;border-radius:8px;border-bottom:1px solid #eee}.gform_legacy_markup_wrapper .gfield_repeater_wrapper input{border:1px solid #c5c6c5;border-radius:4px}.gform_legacy_markup_wrapper .gfield_repeater_wrapper .gfield_repeater_wrapper{margin-top:10px}.gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_text,.gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_text{min-width:100px;height:30px;background:rgba(242,242,242,.5);transition:all .3s cubic-bezier(.67, .17, .4, .83);font-size:12px;color:#757575;border-radius:20px;margin-right:10px;margin-bottom:5px;border:1px solid rgba(117,117,117,.4);font-weight:400}.gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_plus,.gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_minus{width:22px;height:22px;background:rgba(242,242,242,.5);transition:all .3s cubic-bezier(.67, .17, .4, .83);font-size:16px;color:#757575;border-radius:50%;margin:10px 5px 0 5px;border:1px solid rgba(117,117,117,.4);font-weight:700;padding:0;padding-bottom:5px}.gform_legacy_markup_wrapper .gfield_repeater_buttons button.gfield_icon_disabled{cursor:default;-moz-opacity:.3;-khtml-opacity:.3;opacity:.3}.gform_legacy_markup_wrapper .gfield_repeater_buttons button.gfield_icon_disabled:hover{background:rgba(242,242,242,.5);color:#757575;border:1px solid rgba(117,117,117,.4)}.gform_legacy_markup_wrapper .gfield_repeater_buttons button:hover{background:#fafafa;color:#374750;border:1px solid #757575}.gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child){border-bottom:2px solid #e0e0e6;padding-bottom:20px}.gform_legacy_markup_wrapper .gfield_repeater_cell>.gfield_repeater_wrapper{border-left:8px solid #f1f1f1;box-shadow:0 1px 1px 0 rgba(0,0,0,.06),0 2px 1px -1px rgba(0,0,0,.06),0 1px 5px 0 rgba(0,0,0,.06)}.gform_legacy_markup_wrapper .gfield_repeater_buttons .add_repeater_item_text:focus,.gform_legacy_markup_wrapper .gfield_repeater_buttons .remove_repeater_item_text:focus{outline:0}.gform_legacy_markup_wrapper .gfield_repeater_item .gfield_repeater_cell .gfield_required{color:#c32121}.gform_legacy_markup_wrapper .gfield_repeater_cell label{color:#9b9a9a;font-weight:400;font-size:14px;padding-top:8px}.gform_legacy_markup_wrapper .gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell{padding-bottom:20px;padding-top:0}.gform_legacy_markup_wrapper div .gfield_repeater_cell{margin-top:5px}.gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child){border-bottom:2px solid #e0e0e6;padding-bottom:20px;margin-bottom:20px;margin-right:10px}.gform_legacy_markup_wrapper .gfield_repeater_value>.gfield_repeater{border-left:8px solid rgba(54,86,102,.1);background-color:rgba(1,1,1,.02);padding:10px 20px;border-radius:8px;border-bottom:1px solid #eee;margin:10px}.gform_legacy_markup_wrapper .gfield_repeater_cell .gfield_repeater_value:not(:first-child){color:rgba(117,117,117,.7);border:1px solid #c5c6c5;border-radius:4px;margin-right:10px;padding-left:10px;background-color:#f0f0f0}.gform_legacy_markup_wrapper .gfield_repeater .gfield_repeater_items,.gform_legacy_markup_wrapper .gfield_repeater_items .gfield_repeater_cell:not(:first-child){padding-top:5px}.gform_legacy_markup_wrapper .gfield_repeater .gfield_label{color:#23282d;font-size:16px;font-weight:600}.gform_legacy_markup_wrapper .gfield_repeater_value .gfield_label{padding-bottom:0}.gform_legacy_markup_wrapper .gfield_repeater_value .gfield_repeater_value .gfield_repeater_item:first-child{padding-bottom:0}@media only screen and (min-width:641px){.gform_wrapper .top_label li.gfield.gf_inline{vertical-align:top;width:auto!important;margin:0;padding-right:16px;float:none!important;display:-moz-inline-stack;display:inline-block}.gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].small{width:100%}.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium{width:96px!important}.gform_wrapper .top_label li.gfield.gf_inline select{width:100%}.gform_wrapper .top_label li.gfield.gf_inline textarea{width:100%}.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text]{width:70%!important}.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute{width:50px}.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm{width:auto}.gform_wrapper li.gf_inline div.ginput_container{white-space:nowrap!important}.gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label{display:block!important}.gform_wrapper li.gfield.gfield_error.gf_inline{margin-right:16px;padding-right:0}.gform_wrapper .top_label li.gfield.gf_left_half,.gform_wrapper .top_label li.gfield.gf_right_half{display:-moz-inline-stack;display:inline-block;vertical-align:top;width:50%;padding-right:16px;float:none}.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container){width:100%!important;margin:8px 0 0 0;padding-left:0;padding-right:0}.gform_wrapper .top_label li.gfield.gf_left_half:before{content:"";display:block;clear:both}.gform_wrapper .top_label li.gfield.gf_right_half:after{content:"";display:table;clear:both}.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half{max-width:calc(50% - 16px);padding-right:0}.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half{margin-right:16px}.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large,.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium{width:100%}.gform_wrapper .top_label li.gfield.gf_left_half textarea,.gform_wrapper .top_label li.gfield.gf_right_half textarea{width:98%}.gform_wrapper .top_label li.gfield.gf_left_half input.small,.gform_wrapper .top_label li.gfield.gf_right_half input.small{width:35%}.gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half{padding:0 0 8px 0}.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,.gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield{clear:both}.gform_wrapper .top_label li.gfield.gf_left_third,.gform_wrapper .top_label li.gfield.gf_middle_third,.gform_wrapper .top_label li.gfield.gf_right_third{display:-moz-inline-stack;display:inline-block;vertical-align:top;float:none}.gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){width:33.3%}.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){width:33.4%}.gform_wrapper .top_label li.gfield.gf_left_third,.gform_wrapper .top_label li.gfield.gf_middle_third,.gform_wrapper .top_label li.gfield.gf_right_third{margin-bottom:8px}.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium{width:100%}.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),.gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity):not(.ginput_container_time input),.gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),.gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select{width:100%!important}.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third{width:calc(33.3% - 24px)!important;margin-right:16px}.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third{width:33.4%}.gform_wrapper .top_label li.gfield.gf_right_third:after{content:"";display:table;clear:both}.gform_wrapper .top_label li.gfield.gf_left_third+li.gsection,.gform_wrapper .top_label li.gfield.gf_right_third+li.gsection{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer,.gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer,.gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer,.gform_wrapper .top_label li.gfield.gf_right_third+li.gfield{clear:both}.gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),.gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),.gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),.gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){width:25%;display:-moz-inline-stack;display:inline-block;vertical-align:top;float:none}.gform_wrapper .top_label li.gfield.gf_first_quarter,.gform_wrapper .top_label li.gfield.gf_fourth_quarter,.gform_wrapper .top_label li.gfield.gf_second_quarter,.gform_wrapper .top_label li.gfield.gf_third_quarter{margin-bottom:8px}.gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),.gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),.gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),.gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,.gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),.gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select{width:100%!important}.gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,.gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter,.gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,.gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter{width:24.5%}.gform_wrapper .top_label li.gfield.gf_fourth_quarter:after{content:"";display:table;clear:both}.gform_wrapper .top_label li.gfield.gf_first_quarter input.large,.gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,.gform_wrapper .top_label li.gfield.gf_first_quarter select.large,.gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,.gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large,.gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,.gform_wrapper .top_label li.gfield.gf_second_quarter input.large,.gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,.gform_wrapper .top_label li.gfield.gf_second_quarter select.large,.gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,.gform_wrapper .top_label li.gfield.gf_third_quarter input.large,.gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,.gform_wrapper .top_label li.gfield.gf_third_quarter select.large,.gform_wrapper .top_label li.gfield.gf_third_quarter select.medium{width:97.5%}.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection,.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gsection{padding:16px 0 8px 0}.gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer,.gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield,.gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer,.gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield,.gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer,.gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield,.gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer,.gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield{clear:both}.gform_wrapper .top_label li ul.gfield_checkbox,.gform_wrapper .top_label li ul.gfield_radio{width:calc(100% + 16px)}.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,.gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio{width:calc(70% + 16px)}.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_checkbox,.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_radio{font-size:0;display:block}.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_checkbox li,.gform_wrapper li.gfield[class*=col][class*=gf_list_] ul.gfield_radio li{font-size:.9rem}.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li{width:50%;display:-moz-inline-stack;display:inline-block;margin:0;padding-right:16px;min-height:28px;vertical-align:top}.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li{width:33.3%;display:-moz-inline-stack;display:inline-block;margin:0 0 2px 0;padding-right:16px;min-height:28px;vertical-align:top}.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label{max-width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li{width:25%;display:-moz-inline-stack;display:inline-block;margin:0;padding-right:16px;min-height:28px;vertical-align:top}.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li{width:20%;display:-moz-inline-stack;display:inline-block;margin:0;padding-right:16px;min-height:28px;vertical-align:top}.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio{overflow:hidden}.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,.gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label{margin:0 0 10px 0}.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label{margin:0 0 10px 0}.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio{width:calc(100% - 16px);-webkit-column-count:2;-moz-column-count:2;column-count:2}.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio{width:calc(100% - 8px);-webkit-column-count:3;-moz-column-count:3;column-count:3}.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio{width:calc(100% - 8px);-webkit-column-count:4;-moz-column-count:4;column-count:4}.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,.gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio{width:calc(100% - 8px);-webkit-column-count:5;-moz-column-count:5;column-count:5}.gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,.gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,.gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,.gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,.gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,.gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,.gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,.gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label{max-width:75%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li{height:25px}.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li{height:50px}.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li{height:75px}.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li{height:100px}.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li{height:125px}.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li{height:150px}.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,.gform_wrapper li.gf_list_inline ul.gfield_radio li{width:auto!important;float:none!important;margin:0 8px 10px 0;display:-moz-inline-stack;display:inline-block}html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li{padding-left:16px!important;padding-right:0!important}.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm{display:none!important}.gform_wrapper li.gsection.gf_scroll_text{height:240px;width:calc(100% - 16px);padding:16px;background-color:#fff;overflow-y:scroll;overflow-x:hidden;border:1px solid #ccc;border-bottom:1px solid #ccc!important}.gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title{margin:10px 10px 0 8px!important}.gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title,.gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title{margin:0 10px 0 8px!important}.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description{margin:10px;font-size:12px}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li{list-style-type:disc!important;margin:0 0 8px;overflow:visible;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul{list-style-type:disc!important;margin:16px 0 16px 18px;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li{list-style-type:decimal!important;overflow:visible;margin:0 0 8px;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol{list-style-type:decimal!important;margin:16px 0 18px 32px;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li{list-style-type:disc!important;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul{margin:16px 0 16px 18px}.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li{margin:0 0 8px}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl{margin:0 0 18px 0;padding-left:0}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt{font-weight:700}.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd{margin:0 0 16px 18px}.gform_wrapper li.gfield.gfield_html.gf_alert_blue,.gform_wrapper li.gfield.gfield_html.gf_alert_gray,.gform_wrapper li.gfield.gfield_html.gf_alert_green,.gform_wrapper li.gfield.gfield_html.gf_alert_red,.gform_wrapper li.gfield.gfield_html.gf_alert_yellow{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:20px 0!important;padding:20px!important}.gform_wrapper li.gfield.gfield_html.gf_alert_green{border:1px solid #97b48a;background-color:#cbeca0;text-shadow:#dfb 1px 1px;color:#030}.gform_wrapper li.gfield.gfield_html.gf_alert_red{border:1px solid #cfadb3;background-color:#faf2f5;text-shadow:#fff 1px 1px;color:#832525}.gform_wrapper li.gfield.gfield_html.gf_alert_yellow{border:1px solid #e6db55;background-color:#fffbcc;text-shadow:#fcfaea 1px 1px;color:#222}.gform_wrapper li.gfield.gfield_html.gf_alert_gray{border:1px solid #ccc;background-color:#eee;text-shadow:#fff 1px 1px;color:#424242}.gform_wrapper li.gfield.gfield_html.gf_alert_blue{border:1px solid #a7c2e7;background-color:#d1e4f3;text-shadow:#e0f1ff 1px 1px;color:#314475}div.gform_confirmation_wrapper.gf_confirmation_simple_yellow{margin:30px 0;max-width:99%;border-top:1px solid #e6db55;border-bottom:1px solid #e6db55;padding:32px;background-color:#fffbcc;color:#424242;font-size:25px}div.gform_confirmation_wrapper.gf_confirmation_simple_gray{margin:30px 0;max-width:99%;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:32px;background-color:#eaeaea;color:#424242;font-size:25px}div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient{position:relative;background-color:#fffbd2;margin:30px 0;border:1px solid #e6db55;-webkit-box-shadow:0 0 5px rgba(221,215,131,.75);-moz-box-shadow:0 0 5px rgba(221,215,131,.75);box-shadow:0 0 5px rgba(221,215,131,.75)}div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gform_confirmation_message{margin:0;padding:40px;max-width:99%;font-size:28px;border-top:2px solid #fff;border-bottom:1px solid #e6db55;background-color:#fffbcc;color:#424242;background:#fffce5;background:-moz-linear-gradient(top,#fffce5 0,#fff9bf 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fffce5),color-stop(100%,#fff9bf));background:-webkit-linear-gradient(top,#fffce5 0,#fff9bf 100%);background:-o-linear-gradient(top,#fffce5 0,#fff9bf 100%);background:-ms-linear-gradient(top,#fffce5 0,#fff9bf 100%);background:linear-gradient(to bottom,#fffce5 0,#fff9bf 100%)}div.gform_confirmation_wrapper.gf_confirmation_green_gradient{position:relative;background-color:#f1fcdf;margin:30px 0;border:1px solid #a7c37c;-webkit-box-shadow:0 0 5px rgba(86,122,86,.4);-moz-box-shadow:0 0 5px rgba(86,122,86,.4);box-shadow:0 0 5px rgba(86,122,86,.4)}div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message{margin:0;padding:40px;max-width:99%;font-size:28px;border-top:2px solid #effade;border-bottom:1px solid #a7c37c;background-color:#fffbcc;text-shadow:#dfb 1px 1px;color:#030;background:#dbf2b7;background:-moz-linear-gradient(top,#dbf2b7 0,#b4d088 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dbf2b7),color-stop(100%,#b4d088));background:-webkit-linear-gradient(top,#dbf2b7 0,#b4d088 100%);background:-o-linear-gradient(top,#dbf2b7 0,#b4d088 100%);background:-ms-linear-gradient(top,#dbf2b7 0,#b4d088 100%);background:linear-gradient(to bottom,#dbf2b7 0,#b4d088 100%)}div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before{z-index:-1;position:absolute;content:"";bottom:15px;left:10px;width:50%;top:80%;max-width:40%;background:rgba(0,0,0,.2);-webkit-box-shadow:0 15px 10px rgba(0,0,0,.2);-moz-box-shadow:0 15px 10px rgba(0,0,0,.2);box-shadow:0 15px 10px rgba(0,0,0,.2);-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);-ms-transform:rotate(-3deg);transform:rotate(-3deg)}div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);-ms-transform:rotate(3deg);transform:rotate(3deg);right:10px;left:auto}.gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper{width:auto;margin:0 auto;display:table}.gform_wrapper form.gf_simple_horizontal{width:calc(100% - 16px);margin:0 auto}.gform_wrapper form.gf_simple_horizontal div.gform_body,.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label{display:table-cell;vertical-align:middle;margin:0;padding:0;position:relative}.gform_wrapper form.gf_simple_horizontal div.gform_body{width:auto;max-width:75%}.gform_wrapper form.gf_simple_horizontal div.ginput_container,.gform_wrapper form.gf_simple_horizontal ul li.gfield{margin-top:0!important}.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label{width:auto;max-width:25%;padding:0;margin:0}body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label{text-align:left}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label{display:table;width:100%}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield{display:table-cell;padding-right:1em;height:auto}.gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message),.gform_wrapper form.gf_simple_horizontal .ginput_complex label,.gform_wrapper form.gf_simple_horizontal label.gfield_label{display:block;height:1px;width:1px;overflow:hidden;position:absolute;top:0;left:-9000px}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield{vertical-align:middle}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield{vertical-align:middle}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large,.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small{width:100%}.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large,.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small{width:100%}.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button],.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image],.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit]{height:auto}.gform_wrapper form.gf_simple_horizontal .top_label .gfield_error{margin-bottom:0}.gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,.gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li{display:inline-block;margin-right:.5em}html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span{width:48.5%}html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span{width:33%}html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span{width:24.5%}html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span{width:19.5%}}body .gform_wrapper.gf_form_center_wrapper{padding:16px 0 16px 16px}.entry .gform_legacy_markup_wrapper.gf_browser_safari ul li:after,.entry .gform_legacy_markup_wrapper.gf_browser_safari ul li:before,.gform_legacy_markup_wrapper.gf_browser_safari ul li:after,.gform_legacy_markup_wrapper.gf_browser_safari ul li:before{content:none}.gform_legacy_markup_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area{width:99%!important}.gform_legacy_markup_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table,.gform_legacy_markup_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table{margin-left:32%}.gform_legacy_markup_wrapper.gf_browser_safari .gfield_checkbox li input,.gform_legacy_markup_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],.gform_legacy_markup_wrapper.gf_browser_safari .gfield_radio li input[type=radio]{margin-top:4px}.gform_legacy_markup_wrapper.gf_browser_safari select[multiple=multiple]{height:auto!important}.gform_legacy_markup_wrapper.gf_browser_safari input.button.gform_button_select_files{padding:6px 12px!important}.gform_legacy_markup_wrapper.gf_browser_chrome select{padding:2px 0 2px 3px}.entry .gform_legacy_markup_wrapper.gf_browser_chrome ul li:after,.entry .gform_legacy_markup_wrapper.gf_browser_chrome ul li:before,.gform_legacy_markup_wrapper.gf_browser_chrome ul li:after,.gform_legacy_markup_wrapper.gf_browser_chrome ul li:before{content:none}.gform_legacy_markup_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area{width:99%!important}.gform_legacy_markup_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table,.gform_legacy_markup_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table{margin-left:32%}.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select{text-indent:2px;line-height:1.5em;margin-bottom:5px;margin-top:2px}.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input,.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{margin-top:6px}.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{margin-left:1px}.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio]{margin-left:1px}.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,.gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle{padding-top:2px}.gform_legacy_markup_wrapper.gf_browser_chrome select[multiple=multiple]{height:auto!important}.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last,.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle{margin-left:1.1%}.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=email],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=number],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=password],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=tel],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=text],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error input[type=url],.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error select,.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_error textarea,.gform_legacy_markup_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text]{margin-bottom:2px}.gform_legacy_markup_wrapper.gf_browser_chrome input.button.gform_button_select_files{padding:6px 12px!important}.gform_legacy_markup_wrapper.gf_browser_chrome span.address_country{margin-top:-2px}.gform_legacy_markup_wrapper.gf_browser_gecko select{padding:2px 12px 2px 2px}.entry .gform_legacy_markup_wrapper.gf_browser_gecko ul li:after,.entry .gform_legacy_markup_wrapper.gf_browser_gecko ul li:before,.gform_legacy_markup_wrapper.gf_browser_gecko ul li:after,.gform_legacy_markup_wrapper.gf_browser_gecko ul li:before{content:none}.gform_legacy_markup_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month{margin-right:1px}.gform_legacy_markup_wrappergf_browser_gecko .chosen-container-single .chosen-single{height:32px;line-height:2.4}.gform_legacy_markup_wrappergf_browser_gecko .chosen-container-single .chosen-single div b{position:relative;top:5px}.entry .gform_legacy_markup_wrapper.gf_browser_ie ul li:after,.entry .gform_legacy_markup_wrapper.gf_browser_ie ul li:before,.gform_legacy_markup_wrapper.gf_browser_ie ul li:after,.gform_legacy_markup_wrapper.gf_browser_ie ul li:before{content:none}.gform_legacy_markup_wrapper.gf_browser_ie .gfield_time_hour{width:80px}.gform_legacy_markup_wrapper.gf_browser_ie .gfield_time_minute{width:70px}.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_left label,.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_right label{margin:3px 0 5px 0}.gform_legacy_markup_wrapper.gf_browser_ie .gform_footer input.button{padding:3px}.gform_legacy_markup_wrapper.gf_browser_ie ul.top_label .clear-multi{overflow:hidden;clear:both}.gform_legacy_markup_wrapper.gf_browser_ie .gfield_radio li{line-height:20px!important}.gform_legacy_markup_wrapper.gf_browser_ie .gfield_checkbox li input,.gform_legacy_markup_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox],.gform_legacy_markup_wrapper.gf_browser_ie .gfield_radio li input[type=radio]{margin-top:0}.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_left select,.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_right select{padding:2px 0 2px 0}.gform_legacy_markup_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area{width:99%!important}.gform_legacy_markup_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area{width:99%!important}.gform_legacy_markup_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table,.gform_legacy_markup_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table{margin-left:32%}.gform_legacy_markup_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon{position:relative;top:-1px;left:4px}.gform_legacy_markup_wrapper.gf_browser_ie img.add_list_item,.gform_legacy_markup_wrapper.gf_browser_ie img.delete_list_item{width:16px!important;height:16px!important;background-size:16px 16px!important}.entry .gform_legacy_markup_wrapper.gf_browser_iphone ul li:after,.entry .gform_legacy_markup_wrapper.gf_browser_iphone ul li:before,.gform_legacy_markup_wrapper.gf_browser_iphone ul li:after,.gform_legacy_markup_wrapper.gf_browser_iphone ul li:before{content:none}.entry .gform_legacy_markup_wrapper.gf_browser_unknown ul li:after,.entry .gform_legacy_markup_wrapper.gf_browser_unknown ul li:before,.gform_legacy_markup_wrapper.gf_browser_unknown ul li:after,.gform_legacy_markup_wrapper.gf_browser_unknown ul li:before{content:none}@media only screen and (max-width:641px){.gform_legacy_markup_wrapper.gf_browser_chrome .chosen-container-single .chosen-single,.gform_legacy_markup_wrapper.gf_browser_gecko .chosen-container-single .chosen-single,.gform_legacy_markup_wrapper.gf_browser_safari .chosen-container-single .chosen-single{height:44px;line-height:3.2}.gform_legacy_markup_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b,.gform_legacy_markup_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b,.gform_legacy_markup_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b{position:relative;top:50%;transform:translateY(-25%)}}#et-main-area .pac-da-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}#et-main-area .pac-da-sr-only:active,#et-main-area .pac-da-sr-only:focus{clip:auto!important;clip-path:none!important;width:auto;height:auto;margin:0;overflow:visible;position:static}.gallery-columns-1 .wpmf-gallery-item{width:100%}.gallery-columns-2 .wpmf-gallery-item{width:50%}.gallery-columns-3 .wpmf-gallery-item{width:33.33333%}.gallery-columns-4 .wpmf-gallery-item{width:25%}.gallery-columns-5 .wpmf-gallery-item{width:20%}.gallery-columns-6 .wpmf-gallery-item{width:16.66667%}.gallery-columns-7 .wpmf-gallery-item{width:14.28571%}.gallery-columns-8 .wpmf-gallery-item{width:12.5%}.gallery-columns-9 .wpmf-gallery-item{width:11.11111%}.wpmf-has-border-radius-1 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-1 .wpmf-gallery-item img,.wpmf-has-border-radius-1.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:1px}.wpmf-has-border-radius-2 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-2 .wpmf-gallery-item img,.wpmf-has-border-radius-2.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:2px}.wpmf-has-border-radius-3 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-3 .wpmf-gallery-item img,.wpmf-has-border-radius-3.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:3px}.wpmf-has-border-radius-4 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-4 .wpmf-gallery-item img,.wpmf-has-border-radius-4.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:4px}.wpmf-has-border-radius-5 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-5 .wpmf-gallery-item img,.wpmf-has-border-radius-5.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:5px}.wpmf-has-border-radius-6 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-6 .wpmf-gallery-item img,.wpmf-has-border-radius-6.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:6px}.wpmf-has-border-radius-7 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-7 .wpmf-gallery-item img,.wpmf-has-border-radius-7.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:7px}.wpmf-has-border-radius-8 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-8 .wpmf-gallery-item img,.wpmf-has-border-radius-8.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:8px}.wpmf-has-border-radius-9 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-9 .wpmf-gallery-item img,.wpmf-has-border-radius-9.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:9px}.wpmf-has-border-radius-10 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-10 .wpmf-gallery-item img,.wpmf-has-border-radius-10.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:10px}.wpmf-has-border-radius-11 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-11 .wpmf-gallery-item img,.wpmf-has-border-radius-11.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:11px}.wpmf-has-border-radius-12 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-12 .wpmf-gallery-item img,.wpmf-has-border-radius-12.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:12px}.wpmf-has-border-radius-13 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-13 .wpmf-gallery-item img,.wpmf-has-border-radius-13.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:13px}.wpmf-has-border-radius-14 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-14 .wpmf-gallery-item img,.wpmf-has-border-radius-14.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:14px}.wpmf-has-border-radius-15 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-15 .wpmf-gallery-item img,.wpmf-has-border-radius-15.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:15px}.wpmf-has-border-radius-16 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-16 .wpmf-gallery-item img,.wpmf-has-border-radius-16.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:16px}.wpmf-has-border-radius-17 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-17 .wpmf-gallery-item img,.wpmf-has-border-radius-17.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:17px}.wpmf-has-border-radius-18 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-18 .wpmf-gallery-item img,.wpmf-has-border-radius-18.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:18px}.wpmf-has-border-radius-19 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-19 .wpmf-gallery-item img,.wpmf-has-border-radius-19.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:19px}.wpmf-has-border-radius-20 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-20 .wpmf-gallery-item img,.wpmf-has-border-radius-20.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:20px}