@charset "UTF-8";
.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;
}
.premium-bullet-list-box{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0}.premium-bullet-list-flex-start .premium-bullet-list-content{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.premium-bullet-list-center .premium-bullet-list-content{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.premium-bullet-list-flex-end .premium-bullet-list-content{-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.premium-bullet-list-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,transform .3s ease-in-out;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;width:auto;position:relative}.premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-content .premium-bullet-list-wrapper{display:inline-block;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.premium-bullet-list-content .premium-bullet-list-text span{-webkit-transition:color .3s ease-in-out,text-shadow .3s ease-in-out;transition:color .3s ease-in-out,text-shadow .3s ease-in-out}.premium-bullet-list-content .premium-bullet-list-text span{margin:0 5px}.premium-bullet-list-content .premium-bullet-list-icon-text p{font-size:18px;background-color:#eee;padding:1px 5px;border-radius:2px}.premium-bullet-list-content .premium-bullet-list-icon-text p,.premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-content .premium-bullet-list-wrapper i,.premium-bullet-list-content .premium-bullet-list-wrapper img{-webkit-transition:color .3s ease-in-out,fill .3s ease-in-out,text-shadow .3s ease-in-out,background-color .3s ease-in-out,stroke .3s ease-in-out;transition:color .3s ease-in-out,fill .3s ease-in-out,text-shadow .3s ease-in-out,background-color .3s ease-in-out,stroke .3s ease-in-out}.premium-bullet-list-content .premium-bullet-list-wrapper{position:relative;line-height:0}.premium-bullet-list-content .premium-bullet-list-wrapper img,.premium-bullet-list-content .premium-bullet-list-wrapper svg{width:30px!important;height:30px!important;position:relative;z-index:3}.premium-bullet-list-content .premium-bullet-list-wrapper .premium-bullet-list-icon-text,.premium-bullet-list-content .premium-bullet-list-wrapper i{position:relative;z-index:3}.premium-bullet-list-content .premium-bullet-list-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000}.premium-bullet-list-content .premium-bullet-list-link span{display:none}.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector{width:100%;height:100%;position:absolute;top:.5em;z-index:100;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.premium-bullet-list-content:not(:last-of-type) .premium-bullet-list-connector .premium-icon-connector-content:after{content:"";border-right-width:1px;border-right-style:solid;border-color:#333;display:block;height:100%}li.premium-bullet-list-content.premium-bullet-list-content-inline{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;z-index:2}li.premium-bullet-list-content.premium-bullet-list-content-inline:not(:first-child){margin:0 3px}li.premium-bullet-list-content.premium-bullet-list-content-inline:first-child{margin:0 3px 0 0}.premium-bullet-list-divider:not(:last-child){width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;overflow:hidden}.premium-bullet-list-divider:not(:last-child):after{content:"";display:block;border-top-style:solid;border-top-width:1px}.premium-bullet-list-divider-inline:not(:last-child){float:right;display:inline-block;position:relative;height:100%;overflow:hidden;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:0 3px}.premium-bullet-list-divider-inline:not(:last-child):after{content:"";display:block;border-left-width:1px;height:33px;border-left-style:solid}.premium-bullet-list-icon-text{line-height:1.5}.premium-bullet-list-icon-text p,li.premium-bullet-list-content,ul.premium-bullet-list-box{margin:0}.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-icon-text p,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-text span,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper i{color:transparent!important;text-shadow:0 0 3px #aaa}.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-badge,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper .premium-lottie-animation svg,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-bullet-list-wrapper img,.premium-bullet-list-blur:hover .premium-bullet-list-content .premium-icon-connector-content{-webkit-filter:blur(3px);filter:blur(3px)}.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-icon-text p,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-text span,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper i{color:#aaa!important;text-shadow:0 0 0 transparent}.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-badge,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper .premium-lottie-animation svg,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-bullet-list-wrapper img,.premium-bullet-list-blur:hover .premium-bullet-list-content:hover .premium-icon-connector-content{-webkit-filter:none;filter:none}.premium-bullet-list-content .premium-bullet-list-badge{font-size:11px;top:auto;min-width:-webkit-max-content;min-width:max-content;height:-webkit-fit-content;height:fit-content}.premium-bullet-list-content .premium-bullet-list-icon-text p{font-size:13px}.premium-bullet-list-gradient-effect span[data-text]{display:inline-block;position:relative;text-decoration:none}.premium-bullet-list-gradient-effect span[data-text]::before{content:attr(data-text);position:absolute;z-index:1;overflow:hidden;-webkit-clip-path:polygon(0 0,1px 0,1px 100%,0 100%);clip-path:polygon(0 0,1px 0,1px 100%,0 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-transition:all .4s ease;transition:all .4s ease}.premium-bullet-list-content:focus .premium-bullet-list-gradient-effect span[data-text]::before,.premium-bullet-list-content:hover .premium-bullet-list-gradient-effect span[data-text]::before{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}ul[data-list-animation*=animated-] .premium-bullet-list-content,ul[data-list-animation*=animated-] .premium-bullet-list-divider,ul[data-list-animation*=animated-] .premium-bullet-list-divider-inline{opacity:0}.premium-bullet-list-content-grow-effect:hover{-webkit-transform:scale(1.07);-ms-transform:scale(1.07);transform:scale(1.07)}.premium-bullet-list-content .premium-bullet-list-text-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.pa-show-bullet{-webkit-transition:width .7s cubic-bezier(.135,.9,.15,1),height .7s cubic-bezier(.135,.9,.15,1),max-width .7s cubic-bezier(.135,.9,.15,1),max-height .7s cubic-bezier(.135,.9,.15,1),-webkit-transform .7s cubic-bezier(.135,.9,.15,1);transition:width .7s cubic-bezier(.135,.9,.15,1),height .7s cubic-bezier(.135,.9,.15,1),max-width .7s cubic-bezier(.135,.9,.15,1),max-height .7s cubic-bezier(.135,.9,.15,1),-webkit-transform .7s cubic-bezier(.135,.9,.15,1);transition:width .7s cubic-bezier(.135,.9,.15,1),height .7s cubic-bezier(.135,.9,.15,1),transform .7s cubic-bezier(.135,.9,.15,1),max-width .7s cubic-bezier(.135,.9,.15,1),max-height .7s cubic-bezier(.135,.9,.15,1);transition:width .7s cubic-bezier(.135,.9,.15,1),height .7s cubic-bezier(.135,.9,.15,1),transform .7s cubic-bezier(.135,.9,.15,1),max-width .7s cubic-bezier(.135,.9,.15,1),max-height .7s cubic-bezier(.135,.9,.15,1),-webkit-transform .7s cubic-bezier(.135,.9,.15,1)}.pa-show-bullet.pa-has-text-bullet:not(.premium-bullet-list-wrapper-top){max-width:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.pa-show-bullet.pa-has-text-bullet.premium-bullet-list-wrapper-top{max-height:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top}.pa-show-bullet:not(.pa-has-text-bullet).premium-bullet-list-wrapper-top{height:0;overflow:hidden}.pa-show-bullet:not(.pa-has-text-bullet):not(.premium-bullet-list-wrapper-top){width:0}.pa-show-bullet .premium-bullet-list-icon-text,.pa-show-bullet .premium-drawable-icon,.pa-show-bullet .premium-lottie-animation{overflow:hidden}.premium-bullet-list-content:hover .pa-show-bullet.pa-has-text-bullet.premium-bullet-list-wrapper-top{max-height:500px;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.premium-bullet-list-content:hover .pa-show-bullet.pa-has-text-bullet:not(.premium-bullet-list-wrapper-top){max-width:500px;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.premium-bullet-list-content:hover .pa-show-bullet:not(.pa-has-text-bullet).premium-bullet-list-wrapper-top{height:var(--pa-svg-bullet-h,var(--pa-bullet-hv-size,30px));overflow:visible}.premium-bullet-list-content:hover .pa-show-bullet:not(.pa-has-text-bullet):not(.premium-bullet-list-wrapper-top){width:var(--pa-bullet-hv-size,30px)}.premium-bullet-list-content:hover .pa-show-bullet .premium-bullet-list-icon-text,.premium-bullet-list-content:hover .pa-show-bullet .premium-drawable-icon,.premium-bullet-list-content:hover .pa-show-bullet .premium-lottie-animation{overflow:unset}.premium-bullet-list-translate-bullet .premium-bullet-list-text{-webkit-flex:1;-ms-flex:1;flex:1;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.pa-translate-bullet.premium-bullet-list-wrapper:not(.premium-bullet-list-wrapper-top){opacity:0;-webkit-transform:translateX(-.5rem) translateY(.5rem);-ms-transform:translateX(-.5rem) translateY(.5rem);transform:translateX(-.5rem) translateY(.5rem);-webkit-transition:opacity .9s cubic-bezier(.135,.9,.15,1),-webkit-transform .9s cubic-bezier(.135,.9,.15,1);transition:opacity .9s cubic-bezier(.135,.9,.15,1),-webkit-transform .9s cubic-bezier(.135,.9,.15,1);transition:transform .9s cubic-bezier(.135,.9,.15,1),opacity .9s cubic-bezier(.135,.9,.15,1);transition:transform .9s cubic-bezier(.135,.9,.15,1),opacity .9s cubic-bezier(.135,.9,.15,1),-webkit-transform .9s cubic-bezier(.135,.9,.15,1)}.premium-bullet-list-content:hover .pa-translate-bullet.premium-bullet-list-wrapper:not(.premium-bullet-list-wrapper-top){opacity:1;-webkit-transform:translateX(0) translateY(0);-ms-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.rtl .pa-show-bullet.pa-has-text-bullet:not(.premium-bullet-list-wrapper-top){-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.premium-title-bg-text:before{position:absolute;content:attr(data-background);top:0;left:0;text-align:left}.premium-bg-text-yes .elementor-widget-container:before{position:absolute;top:0;left:0;text-align:left}.premium-mask-yes .premium-mask-span{position:relative;overflow:hidden;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.premium-mask-yes .premium-mask-span::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-color:currentColor;-webkit-backface-visibility:visible;backface-visibility:visible}.premium-button .premium-lottie-animation,.premium-image-button .premium-lottie-animation{display:-webkit-flex;display:-ms-flexbox;display:flex}.premium-button svg:not(.premium-btn-svg),.premium-image-button svg:not(.premium-btn-svg){width:30px;height:30px}.premium-btn-block,.premium-btn-lg,.premium-btn-md,.premium-btn-sm{background-color:#eee;color:#042551;margin:0;text-decoration:none}.premium-btn-block:hover,.premium-btn-lg:hover,.premium-btn-md:hover,.premium-btn-sm:hover{background-color:#54595f;color:#eee}div[class*=elementor-widget-premium] .premium-btn-sm{padding:12px 24px;font-size:14px;line-height:1}div[class*=elementor-widget-premium] .premium-btn-sm.premium-button-line6::after{padding:12px 24px}div[class*=elementor-widget-premium] .premium-btn-md{padding:14px 26px;font-size:16px;line-height:1.2}div[class*=elementor-widget-premium] .premium-btn-md.premium-button-line6::after{padding:14px 26px}div[class*=elementor-widget-premium] .premium-btn-lg{padding:16px 28px;font-size:18px;line-height:1.3333}div[class*=elementor-widget-premium] .premium-btn-lg.premium-button-line6::after{padding:16px 28px}div[class*=elementor-widget-premium] .premium-btn-block{font-size:18px;line-height:1;padding:20px 0;width:100%;text-align:center}div[class*=elementor-widget-premium] .premium-btn-block.premium-button-line6::after{padding:20px 0}.premium-button-text{display:inline-block;width:100%}.premium-mouse-detect-yes .premium-button-style6 .premium-button-style6-bg{position:absolute;z-index:0;top:0;left:0;width:0;height:0;border-radius:50%;display:block;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:width .4s ease-in-out,height .4s ease-in-out;transition:width .4s ease-in-out,height .4s ease-in-out}.premium-mouse-detect-yes .premium-button-style6:hover .premium-button-style6-bg{width:225%;height:560px}.premium-mouse-detect-yes .premium-button-style6:before{width:0;height:0}.premium-loader{border:3px solid #f3f3f3;border-top-width:3px;border-top-style:solid;border-top-color:#f3f3f3;border-radius:50%;border-top:3px solid;border-top-color:#bbb;width:30px;height:30px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin:0 auto}.premium-svg-drawer *,.premium-svg-nodraw *{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-property:stroke,fill,background-color!important;transition-property:stroke,fill,background-color!important}.premium-svg-drawer .no-transition,.premium-svg-nodraw .no-transition{-webkit-transition:none!important;transition:none!important}.premium-svg-drawer *{stroke-width:15px;stroke:#000}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.premium-error-notice{width:100%;padding:10px;color:#b94a48;background-color:#f2dede;border-color:#eed3d7;text-align:center}.premium-error-notice a{color:#252c59}.premium-addons__v-hidden{visibility:hidden;opacity:0}