.ctc-block-copy {
transition: all ease-in-out 0.2s;
}
.ctc-block-content > p:last-child {
margin-bottom: 0;
}
.ctc-with-icon {
display: inline-flex;
align-items: center;
gap: 10px;
}
.ctc-with-icon .check-icon {
display: none;
}
.copied .ctc-with-icon .copy-icon {
display: none;
}
.copied .ctc-with-icon .check-icon {
display: block;
}.ctc-email-sample .ctc-block-actions {
text-align: center;
}
.ctc-email-sample .ctc-block-content {
background: #ffffff;
padding: 25px 30px;
margin: 0 0 0 0;
border-radius: 10px;
border: 1px solid lightgray;
}
.ctc-email-sample .ctc-block-copy {
margin-top: 20px;
}
.ctc-email-sample .ctc-email-highlight {
background: #FFEB3B;
color: black;
}.ctc-block-copy {
transition: all ease-in-out 0.2s;
}
.ctc-block-content > p:last-child {
margin-bottom: 0;
}
.ctc-with-icon {
display: inline-flex;
align-items: center;
gap: 10px;
}
.ctc-with-icon .check-icon {
display: none;
}
.copied .ctc-with-icon .copy-icon {
display: none;
}
.copied .ctc-with-icon .check-icon {
display: block;
}.ctc-email-address {
display: flex;
align-items: center;
gap: 10px;
}
.ctc-email-address .ctc-block-copy {
background: transparent;
border: none;
padding: 0;
margin: 0;
text-decoration: none;
display: flex;
}
.ctc-email-address svg {
fill: gray;
height: 1em;
width: 1em;
font-size: 16px;
}.ctc-phone-number {
display: flex;
align-items: center;
gap: 10px;
}
.ctc-phone-number .ctc-block-copy {
background: transparent;
border: none;
padding: 0;
margin: 0;
text-decoration: none;
display: flex;
}
.ctc-phone-number svg {
fill: gray;
height: 1em;
width: 1em;
font-size: 16px;
}.ctc-block-copy-icon {
background: transparent;
padding: 0;
margin: 0;
position: relative;
cursor: pointer;
}
.ctc-block-copy-icon .check-icon {
display: none;
}
.ctc-block-copy-icon svg {
height: 1em;
width: 1em;
}
.ctc-block-copy-icon::after {
position: absolute;
content: attr(aria-label);
padding: 0.5em 0.75em;
right: 100%;
color: white;
background: rgb(36, 41, 47);
font-size: 11px;
border-radius: 6px;
line-height: 1;
right: 100%;
bottom: 50%;
margin-right: 6px;
transform: translateY(50%);
}
.ctc-block-copy-icon::before {
content: '';
top: 50%;
bottom: 50%;
left: -7px;
margin-top: -6px;
border: 6px solid transparent;
border-left-color: rgb(36, 41, 47);
position: absolute;
}
.ctc-block-copy-icon::after,
.ctc-block-copy-icon::before {
opacity: 0;
visibility: hidden;
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.copied.ctc-block-copy-icon::after,
.copied.ctc-block-copy-icon::before {
opacity: 1;
visibility: visible;
transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.copied.ctc-block-copy-icon .check-icon {
display: inline-block;
}
.copied.ctc-block-copy-icon .copy-icon {
display: none !important;
}.ctc-blockquote .ctc-block-actions {
text-align: left;
}
.ctc-blockquote .ctc-block-copy {
margin-top: 20px;
}
.ctc-blockquote-author {
margin: 10px 0 0 0;
font-weight: 600;
}.ctc-code-snippet .ctc-block-actions {
text-align: center;
margin-top: 20px;
}
.ctc-code-snippet-file-name {
display: flex;
align-items: baseline;
gap: 8px;
}
.ctc-code-snippet-file-name svg {
height: 1em;
width: 1em;
font-size: 14px;
}
.ctc-code-snippet-header {
display: flex;
background: rgb(246, 248, 250);
border: 1px solid rgb(208, 215, 222);
padding: 8px 15px;
justify-content: space-between;
font-size: 14px;
font-weight: normal;
border-bottom: 0;
transition: all 0.3s ease-in-out;
}
.ctc-block.ctc-code-snippet pre {
border-radius: 0;
box-shadow: none;
margin: 0;
padding: 20px 25px;
border: 1px solid rgb(208, 215, 222);
} .ctc-block.ctc-prism-coy pre:before,
.ctc-block.ctc-prism-coy pre:after {
display: none;
}
.ctc-block.ctc-prism-coy pre {
padding: 0;
}
.ctc-code-snippet .ctc-inline-copy-icon svg {
height: 1em;
width: 1em;
font-size: inherit;
line-height: inherit;
}.ctc-message .ctc-block-actions {
text-align: left;
}
.ctc-message .ctc-block-copy {
margin-top: 20px;
}
.ctc-message-text p:last-child {
margin-bottom: 0 !important;
}.ctc-wish .ctc-block-actions {
text-align: left;
}
.ctc-wish .ctc-block-copy {
margin-top: 20px;
}
.ctc-wish-text p:last-child {
margin-bottom: 0 !important;
}.ctc-shayari .ctc-block-actions {
text-align: left;
}
.ctc-shayari .ctc-block-copy {
margin-top: 20px;
}
.ctc-shayari-text p:last-child {
margin-bottom: 0 !important;
}.ctc-sms .ctc-block-actions {
text-align: left;
}
.ctc-sms .ctc-block-copy {
margin-top: 20px;
}
.ctc-sms-text p:last-child {
margin-bottom: 0 !important;
}.ctc-deal-header {
display: flex;
gap: 20px;
}
.ctc-deal-image {
max-width: 160px;
}
.ctc-deal-headings {
flex: 1;
}
.ctc-block.ctc-deal .ctc-deal-link {
text-decoration: none;
background: dodgerblue;
color: white;
padding: 10px 60px;
display: inline-block;
border-radius: 4px;
}
.ctc-deal .ctc-deal-heading {
margin: 0;
}
.ctc-deal .ctc-deal-heading + .ctc-deal-description {
margin-top: 10px;
}
.ctc-deal .ctc-deal-description p:last-child {
margin-bottom: 0;
}
.ctc-deal-details {
margin: 0px 0 0 0;
border: 1px solid #bed3e9;
padding: 10px 20px;
background: #d7e7f8;
border-top: none;
}
.ctc-block.ctc-deal .ctc-deal-toggle-link {
text-decoration: none;
display: inline-block;
margin: 0;
font-size: 14px;
line-height: normal;
}
.ctc-deal-header {
border: 1px solid #bed3e9;
padding: 20px;
background: #e4f1ff;
}
.ctc-details-content > ul:last-child,
.ctc-details-content > p:last-child {
margin-bottom: 0;
}
.ctc-details-content {
padding: 5px 0;
font-size: 14px;
}
.ctc-toggle-details {
display: none;
}
@media all and (max-width: 768px) {
.ctc-deal-header {
flex-direction: column;
gap: 20px;
}
}.ctc-coupon-header {
display: flex;
gap: 40px;
}
.ctc-coupon-image {
max-width: 160px;
}
.ctc-coupon-headings {
flex: 1;
}
.ctc-coupon .ctc-coupon-heading {
margin: 0;
}
.ctc-coupon .ctc-coupon-heading + .ctc-coupon-description {
margin-top: 10px;
}
.ctc-coupon .ctc-coupon-description p:last-child {
margin-bottom: 0;
}
.ctc-coupon-details {
margin: 0px 0 0 0;
border: 1px solid #bed3e9;
padding: 10px 20px;
background: #d7e7f8;
border-top: none;
}
.ctc-block.ctc-coupon .ctc-coupon-toggle-link {
text-decoration: none;
display: inline-block;
margin: 0;
font-size: 14px;
line-height: normal;
}
.ctc-coupon-header {
border: 1px solid #bed3e9;
padding: 20px;
background: #e4f1ff;
}
.ctc-details-content > ul:last-child,
.ctc-details-content > p:last-child {
margin-bottom: 0;
}
.ctc-details-content {
padding: 5px 0;
font-size: 14px;
}
.ctc-toggle-details {
display: none;
}
.ctc-block.ctc-coupon .ctc-coupon-link {
text-decoration: none;
background: #0170b9;
color: white;
padding: 10px 30px;
display: inline-block;
}
.ctc-coupon-code {
border: 2px dashed #0170b9;
padding: 10px 20px;
background: white;
position: absolute;
right: 0;
bottom: 0;
right: 0;
}
.ctc-coupon-cta .ctc-block-copy {
display: none;
}
.ctc-coupon-cta {
position: relative;
display: inline-flex;
align-self: flex-start;
}
.ctc-block.ctc-coupon .ctc-coupon-link {
z-index: 999;
position: relative;
text-decoration: none;
background: #0170b9;
color: white;
padding: 10px 30px;
display: inline-block;
border: 2px solid #0170b9;
right: 30px;
}
.ctc-block.ctc-coupon .ctc-coupon-cta:hover .ctc-coupon-link {
right: 50px;
} .ctc-coupon-clicked .ctc-coupon-cta .ctc-block-copy {
display: flex;
}
.ctc-coupon-clicked .ctc-coupon-cta .ctc-coupon-link {
display: none;
}
.ctc-coupon-clicked .ctc-coupon-code {
position: relative;
}
.ctc-coupon-clicked .ctc-coupon-cta {
gap: 15px;
}
.ctc-details-content  p {
margin: 0 0 5px 0;
}
.ctc-details-content p:last-child {
margin: 0;
}
.ctc-details-content  ul {
margin: 0 0 10px 20px;
}
@media all and (max-width: 768px) {
.ctc-coupon-header {
flex-direction: column;
gap: 20px;
}
.ctc-block.ctc-coupon .ctc-coupon-link {
margin-left: 30px;
}
}.ctc-block.ctc-ai-prompt-generator {
transition: all ease-in-out 0.2s;
}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field {
display: flex;
align-items: center;
justify-content: space-between;
}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field-label {
min-width: 200px;
font-weight: 600;
}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field input {
width: 100%;
max-width: 100%;
}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field-value {
flex: 1;
}
.ctc-block.ctc-ai-prompt-generator .ctc-block-fields {
display: flex;
flex-direction: column;
gap: 10px;
}
.ctc-block .ctc-ai-prompt-generator-textarea {
height: 200px;
margin: 0 0 10px 0;
}
.ctc-block.ctc-ai-prompt-generator .ctc-ai-prompt-heading {
margin: 30px 0 10px 0;
}
@media all and (max-width: 767px) {
.ctc-block.ctc-ai-prompt-generator .ctc-block-field {
flex-direction: column;
align-items: baseline;
}
.ctc-block.ctc-ai-prompt-generator .ctc-block-field-value {
width: 100%;
}
}.ctc-table-wrap {
overflow-x: auto;
}
.ctc-table table {
color: black;
text-wrap: nowrap;
margin: 0;
font-size: 14px;
}
.ctc-table table,
.ctc-table td,
.ctc-table th {
border: 1px solid white;
padding: 10px;
}
.ctc-table-wrap {
margin: 0 0 20px 0;
}
.ctc-table tr:nth-child(odd) {
background: #dcddde;
}
.ctc-table tr:nth-child(even) {
background: #bcbec0;
}
.ctc-table__key {
background: black;
color: white;
}.ctc-contact-information .ctc-contact-heading,
.ctc-contact-information .ctc-social-heading {
font-size: 18px;
font-weight: 700;
margin-bottom: 10px;
}
.ctc-contact-information .ctc-block-fields {
margin-bottom: 20px;
}
.ctc-block-field-label {
font-weight: 600;
}
.ctc-block-field {
display: flex;
gap: 10px;
}
.ctc-contact-information .ctc-block-social {
display: flex;
gap: 10px;
margin-bottom: 20px;
}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}.elementor-gallery__container{min-height:1px}.elementor-gallery-item{border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius);display:block;overflow:hidden;position:relative;text-decoration:none}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;left:0;position:absolute;top:0;width:100%}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);transition-duration:var(--overlay-transition-duration);transition-property:mix-blend-mode,transform,opacity,background-color}.elementor-gallery-item__image.e-gallery-image{transition-duration:var(--image-transition-duration);transition-property:filter,transform}.elementor-gallery-item__content{align-items:center;display:flex;flex-direction:column;justify-content:var(--content-justify-content,center);padding:var(--content-padding);text-align:var(--content-text-align)}.elementor-gallery-item__content>div{transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){transition-delay:calc(var(--content-transition-delay) / 3)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){transition-delay:calc(var(--content-transition-delay) / 3 * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){transition-delay:calc(var(--content-transition-delay) / 3 * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:flex;flex-wrap:wrap;justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after,.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 var(--galleries-pointer-border-width) var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-width:var(--galleries-pointer-border-width) var(--galleries-pointer-border-width) 0 0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:var(--galleries-pointer-border-width) 0 0 var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 var(--galleries-pointer-border-width) var(--galleries-pointer-border-width) 0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;color:#6d7882;cursor:pointer;font-weight:500;padding:7px 14px;position:relative;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-inline-end:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{transition-property:all}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top,.e-gallery-item:focus .elementor-gallery__item-overlay-bg,.e-gallery-item:focus .elementor-gallery__item-overlay-content,.e-gallery-item:focus .elementor-gallery__item-overlay-content__description,.e-gallery-item:focus .elementor-gallery__item-overlay-content__title,.e-gallery-item:hover .elementor-gallery__item-overlay-bg,.e-gallery-item:hover .elementor-gallery__item-overlay-content,.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.e-con-inner>.elementor-widget-gallery,.e-con>.elementor-widget-gallery{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}.e-gallery-container{position:relative;display:flex;flex-wrap:wrap}.e-gallery-container:not(.e-gallery-grid){transition:padding-bottom var(--animation-duration)}.e-gallery-item{position:relative;flex-grow:0;flex-shrink:0;transition-property:all;transition-duration:var(--animation-duration)}.e-gallery-item:not(:hover) .e-gallery-overlay{display:none}.e-gallery-item.e-gallery-item--hidden{transform:scale3d(0, 0, 0);opacity:0}.e-gallery-image{background-position:center center;background-size:cover;width:100%;transform-origin:center top;transition:var(--animation-duration)}.e-gallery-overlay{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;flex-direction:column;color:#fff;background-color:rgba(0,0,0,0.5)}.e-gallery-overlay__title{font-size:24px}.e-gallery-grid:not(.e-gallery--animated){display:grid;grid-gap:var(--vgap) var(--hgap);grid-template-columns:repeat(var(--columns), 1fr)}.e-gallery-grid:not(.e-gallery--animated) .e-gallery-item--hidden{position:absolute}.e-gallery-grid.e-gallery--animated{padding-bottom:var(--container-aspect-ratio)}.e-gallery-grid.e-gallery--animated .e-gallery-item{--item-width: calc((100% - ((var(--columns) - 1) * var(--hgap))) / var(--columns));position:absolute;top:calc(((100% / var(--rows)) + (var(--vgap) / var(--rows))) * var(--row));width:var(--item-width)}.e-gallery-grid .e-gallery-image{padding-bottom:var(--aspect-ratio)}.e-gallery-justified{padding-bottom:calc(var(--container-aspect-ratio) * 100%)}.e-gallery-justified .e-gallery-item{position:absolute;width:calc(var(--item-width) * (100% - var(--hgap) * var(--gap-count)));height:var(--item-height);top:calc(var(--item-top) + (var(--row) * var(--vgap)))}.e-gallery-justified .e-gallery-image{height:100%}.e-gallery-masonry{height:0;margin-bottom:calc(var(--highest-column-gap-count) * var(--vgap))}.e-gallery-masonry .e-gallery-item{position:absolute;width:calc(100% / var(--columns) - (var(--hgap) * (var(--columns) - 1) / var(--columns)));top:calc(var(--percent-height) + (var(--items-in-column) * var(--vgap)))}.e-gallery-masonry .e-gallery-image{padding-bottom:var(--item-height)}.e-gallery--ltr.e-gallery-grid.e-gallery--animated .e-gallery-item{left:calc(var(--item-width) * var(--column) + (var(--hgap) * var(--column)))}.e-gallery--ltr.e-gallery-justified .e-gallery-item{left:calc(var(--item-start) * (100% - var(--hgap) * var(--gap-count)) + var(--hgap) * var(--item-row-index))}.e-gallery--ltr.e-gallery-masonry .e-gallery-item{left:calc((100% / var(--columns) - (var(--hgap) * (var(--columns) - 1) / var(--columns))) * var(--column) + (var(--hgap) * var(--column)))}.e-gallery--rtl.e-gallery-grid.e-gallery--animated .e-gallery-item{right:calc(var(--item-width) * var(--column) + (var(--hgap) * var(--column)))}.e-gallery--rtl.e-gallery-justified .e-gallery-item{right:calc(var(--item-start) * (100% - var(--hgap) * var(--gap-count)) + var(--hgap) * var(--item-row-index))}.e-gallery--rtl.e-gallery-masonry .e-gallery-item{right:calc((100% / var(--columns) - (var(--hgap) * (var(--columns) - 1) / var(--columns))) * var(--column) + (var(--hgap) * var(--column)))}.e-gallery--lazyload .e-gallery-image:not(.e-gallery-image-loaded){filter:opacity(0);transform:scale(0.5)}.elementor-animated-content{--translate:0,0}.elementor-animated-content:focus .elementor-animated-item--grow,.elementor-animated-content:hover .elementor-animated-item--grow{transform:scale(1.1)}.elementor-animated-content:focus .elementor-animated-item--shrink,.elementor-animated-content:hover .elementor-animated-item--shrink{transform:scale(.85)}.elementor-animated-content:focus .elementor-animated-item--shrink-contained,.elementor-animated-content:hover .elementor-animated-item--shrink-contained{transform:scale(1)}.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,.elementor-animated-content:focus .elementor-animated-item--enter-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-in{opacity:1;transform:scale(1)}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-out{opacity:0}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out{transform:scale(.2)}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in{transform:scale(2)}.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom,.elementor-animated-content:focus .elementor-animated-item--enter-from-left,.elementor-animated-content:focus .elementor-animated-item--enter-from-right,.elementor-animated-content:focus .elementor-animated-item--enter-from-top,.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,.elementor-animated-content:hover .elementor-animated-item--enter-from-left,.elementor-animated-content:hover .elementor-animated-item--enter-from-right,.elementor-animated-content:hover .elementor-animated-item--enter-from-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-right{transform:translateX(1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-left{transform:translateX(-1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{transform:translateY(-600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom{transform:translateY(600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{opacity:0}.elementor-animated-content:focus .elementor-animated-item--move-right,.elementor-animated-content:hover .elementor-animated-item--move-right{transform:translateX(30px)}.elementor-animated-content:focus .elementor-animated-item--move-left,.elementor-animated-content:hover .elementor-animated-item--move-left{transform:translateX(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-up,.elementor-animated-content:hover .elementor-animated-item--move-up{transform:translateY(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-down,.elementor-animated-content:hover .elementor-animated-item--move-down{transform:translateY(30px)}.elementor-animated-content:focus .elementor-animated-item--move-contained-right,.elementor-animated-content:hover .elementor-animated-item--move-contained-right{--translate:8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-left,.elementor-animated-content:hover .elementor-animated-item--move-contained-left{--translate:-8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-top,.elementor-animated-content:hover .elementor-animated-item--move-contained-top{--translate:0,-8%}.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom,.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom{--translate:0,8%}.elementor-animated-content [class^=elementor-animated-item]{will-change:transform,opacity}.elementor-animated-content .elementor-animated-item--shrink-contained{transform:scale(1.17)}.elementor-animated-content .elementor-animated-item--enter-zoom-in{transform:scale(.2)}.elementor-animated-content .elementor-animated-item--enter-zoom-out{transform:scale(2)}.elementor-animated-content .elementor-animated-item--enter-zoom-in,.elementor-animated-content .elementor-animated-item--enter-zoom-out,.elementor-animated-content .elementor-animated-item--fade-in{opacity:0}.elementor-animated-content .elementor-animated-item--exit-zoom-in,.elementor-animated-content .elementor-animated-item--exit-zoom-out,.elementor-animated-content .elementor-animated-item--fade-out{opacity:1;transform:scale(1)}.elementor-animated-content .elementor-animated-item--enter-from-right{transform:translateX(1000px)}.elementor-animated-content .elementor-animated-item--enter-from-left{transform:translateX(-1000px)}.elementor-animated-content .elementor-animated-item--enter-from-top{transform:translateY(-600px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom{transform:translateY(500px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom,.elementor-animated-content .elementor-animated-item--enter-from-left,.elementor-animated-content .elementor-animated-item--enter-from-right,.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:0}.elementor-animated-content .elementor-animated-item--exit-to-bottom,.elementor-animated-content .elementor-animated-item--exit-to-left,.elementor-animated-content .elementor-animated-item--exit-to-right,.elementor-animated-content .elementor-animated-item--exit-to-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content .elementor-animated-item--move-contained-bottom,.elementor-animated-content .elementor-animated-item--move-contained-left,.elementor-animated-content .elementor-animated-item--move-contained-right,.elementor-animated-content .elementor-animated-item--move-contained-top{transform:scale(1.2) translate(var(--translate))}.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}