| 1 |
/*! elementor - v3.9.1 - 14-12-2022 */ |
| 2 |
@charset "UTF-8"; |
| 3 |
.dialog-widget-content { |
| 4 |
background-color: #fff; |
| 5 |
position: absolute; |
| 6 |
border-radius: 3px; |
| 7 |
box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); |
| 8 |
overflow: hidden; |
| 9 |
} |
| 10 |
|
| 11 |
.dialog-message { |
| 12 |
font-size: 12px; |
| 13 |
line-height: 1.5; |
| 14 |
box-sizing: border-box; |
| 15 |
} |
| 16 |
|
| 17 |
.dialog-type-lightbox { |
| 18 |
position: fixed; |
| 19 |
height: 100%; |
| 20 |
width: 100%; |
| 21 |
bottom: 0; |
| 22 |
left: 0; |
| 23 |
background-color: rgba(0, 0, 0, 0.8); |
| 24 |
z-index: 9999; |
| 25 |
-webkit-user-select: none; |
| 26 |
-moz-user-select: none; |
| 27 |
user-select: none; |
| 28 |
} |
| 29 |
.dialog-type-lightbox .dialog-widget-content { |
| 30 |
margin: auto; |
| 31 |
width: 375px; |
| 32 |
} |
| 33 |
.dialog-type-lightbox .dialog-header { |
| 34 |
font-size: 15px; |
| 35 |
color: #495157; |
| 36 |
padding: 30px 0 10px; |
| 37 |
font-weight: 500; |
| 38 |
} |
| 39 |
.dialog-type-lightbox .dialog-message { |
| 40 |
padding: 0 30px 30px; |
| 41 |
min-height: 50px; |
| 42 |
} |
| 43 |
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header, |
| 44 |
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message { |
| 45 |
text-align: center; |
| 46 |
} |
| 47 |
.dialog-type-lightbox .dialog-buttons-wrapper { |
| 48 |
border-top: 1px solid #e6e9ec; |
| 49 |
text-align: center; |
| 50 |
} |
| 51 |
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button { |
| 52 |
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; |
| 53 |
width: 50%; |
| 54 |
border: none; |
| 55 |
background: none; |
| 56 |
color: #6d7882; |
| 57 |
font-size: 15px; |
| 58 |
cursor: pointer; |
| 59 |
padding: 13px 0; |
| 60 |
outline: 0; |
| 61 |
} |
| 62 |
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover { |
| 63 |
background-color: #f4f6f7; |
| 64 |
} |
| 65 |
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok { |
| 66 |
color: #b01b1b; |
| 67 |
} |
| 68 |
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over { |
| 69 |
color: #39b54a; |
| 70 |
} |
| 71 |
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active { |
| 72 |
background-color: rgba(230, 233, 236, 0.5); |
| 73 |
} |
| 74 |
.dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner { |
| 75 |
border: 0; |
| 76 |
} |
| 77 |
|
| 78 |
.dialog-close-button { |
| 79 |
cursor: pointer; |
| 80 |
position: absolute; |
| 81 |
margin-top: 15px; |
| 82 |
left: 15px; |
| 83 |
font-size: 15px; |
| 84 |
line-height: 1; |
| 85 |
} |
| 86 |
.dialog-close-button:not(:hover) { |
| 87 |
opacity: 0.4; |
| 88 |
} |
| 89 |
|
| 90 |
.dialog-alert-widget .dialog-buttons-wrapper > button { |
| 91 |
width: 100%; |
| 92 |
} |
| 93 |
|
| 94 |
.dialog-confirm-widget .dialog-button:first-child { |
| 95 |
border-left: 1px solid #e6e9ec; |
| 96 |
} |
| 97 |
|
| 98 |
#elementor-change-exit-preference-dialog .dialog-message a { |
| 99 |
cursor: pointer; |
| 100 |
} |
| 101 |
#elementor-change-exit-preference-dialog .dialog-message > div { |
| 102 |
margin-bottom: 10px; |
| 103 |
} |
| 104 |
#elementor-change-exit-preference-dialog .dialog-ok { |
| 105 |
color: #39b54a; |
| 106 |
} |
| 107 |
|
| 108 |
#e-experiments-dependency-dialog .dialog-confirm-header { |
| 109 |
font-weight: 600; |
| 110 |
} |
| 111 |
#e-experiments-dependency-dialog .dialog-ok { |
| 112 |
color: #39b54a; |
| 113 |
} |
| 114 |
|
| 115 |
#e-kit-elements-defaults-create-dialog .dialog-ok { |
| 116 |
color: #39b54a; |
| 117 |
} |
| 118 |
#e-kit-elements-defaults-create-dialog label { |
| 119 |
display: flex; |
| 120 |
align-items: center; |
| 121 |
justify-content: center; |
| 122 |
gap: 10px; |
| 123 |
margin-top: 20px; |
| 124 |
} |
| 125 |
|
| 126 |
.dialog-prevent-scroll { |
| 127 |
overflow: hidden; |
| 128 |
max-height: 100vh; |
| 129 |
} |
| 130 |
|
| 131 |
@media (min-width: 1024px) { |
| 132 |
body.admin-bar .dialog-lightbox-widget { |
| 133 |
height: calc(100vh - 32px); |
| 134 |
} |
| 135 |
} |
| 136 |
@media (max-width: 1024px) { |
| 137 |
body.admin-bar .dialog-type-lightbox { |
| 138 |
position: sticky; |
| 139 |
height: 100vh; |
| 140 |
} |
| 141 |
} |
| 142 |
.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio { |
| 143 |
padding-bottom: 42.8571%; |
| 144 |
} |
| 145 |
.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio { |
| 146 |
padding-bottom: 56.25%; |
| 147 |
} |
| 148 |
.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio { |
| 149 |
padding-bottom: 75%; |
| 150 |
} |
| 151 |
.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio { |
| 152 |
padding-bottom: 66.6666%; |
| 153 |
} |
| 154 |
.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio { |
| 155 |
padding-bottom: 100%; |
| 156 |
} |
| 157 |
.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio { |
| 158 |
padding-bottom: 177.8%; |
| 159 |
} |
| 160 |
|
| 161 |
.elementor-fit-aspect-ratio { |
| 162 |
position: relative; |
| 163 |
height: 0; |
| 164 |
} |
| 165 |
.elementor-fit-aspect-ratio iframe { |
| 166 |
position: absolute; |
| 167 |
top: 0; |
| 168 |
left: 0; |
| 169 |
height: 100%; |
| 170 |
width: 100%; |
| 171 |
border: 0; |
| 172 |
background-color: #000; |
| 173 |
} |
| 174 |
.elementor-fit-aspect-ratio video { |
| 175 |
width: 100%; |
| 176 |
} |
| 177 |
|
| 178 |
.flatpickr-calendar { |
| 179 |
width: 280px; |
| 180 |
} |
| 181 |
.flatpickr-calendar .flatpickr-current-month span.cur-month { |
| 182 |
font-weight: 300; |
| 183 |
} |
| 184 |
.flatpickr-calendar .dayContainer { |
| 185 |
width: 280px; |
| 186 |
min-width: 280px; |
| 187 |
max-width: 280px; |
| 188 |
} |
| 189 |
.flatpickr-calendar .flatpickr-days { |
| 190 |
width: 280px; |
| 191 |
} |
| 192 |
.flatpickr-calendar .flatpickr-day { |
| 193 |
max-width: 37px; |
| 194 |
height: 37px; |
| 195 |
line-height: 37px; |
| 196 |
} |
| 197 |
|
| 198 |
.elementor-templates-modal .dialog-widget-content { |
| 199 |
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; |
| 200 |
background-color: #f1f3f5; |
| 201 |
width: 100%; |
| 202 |
} |
| 203 |
@media (max-width: 1439px) { |
| 204 |
.elementor-templates-modal .dialog-widget-content { |
| 205 |
max-width: 990px; |
| 206 |
} |
| 207 |
} |
| 208 |
@media (min-width: 1440px) { |
| 209 |
.elementor-templates-modal .dialog-widget-content { |
| 210 |
max-width: 1200px; |
| 211 |
} |
| 212 |
} |
| 213 |
.elementor-templates-modal .dialog-header { |
| 214 |
padding: 0; |
| 215 |
background-color: #fff; |
| 216 |
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); |
| 217 |
position: relative; |
| 218 |
z-index: 1; |
| 219 |
} |
| 220 |
.elementor-templates-modal .dialog-buttons-wrapper { |
| 221 |
background-color: #fff; |
| 222 |
border: none; |
| 223 |
display: none; |
| 224 |
justify-content: flex-end; |
| 225 |
padding: 5px; |
| 226 |
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); |
| 227 |
position: relative; |
| 228 |
} |
| 229 |
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button { |
| 230 |
height: 40px; |
| 231 |
margin-right: 5px; |
| 232 |
} |
| 233 |
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success { |
| 234 |
padding: 12px 36px; |
| 235 |
color: #fff; |
| 236 |
width: initial; |
| 237 |
font-size: 15px; |
| 238 |
} |
| 239 |
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover { |
| 240 |
background-color: #39b54a; |
| 241 |
} |
| 242 |
.elementor-templates-modal .dialog-message { |
| 243 |
height: 750px; |
| 244 |
max-height: 85vh; |
| 245 |
overflow-y: scroll; |
| 246 |
padding-top: 25px; |
| 247 |
} |
| 248 |
.elementor-templates-modal .dialog-content { |
| 249 |
height: 100%; |
| 250 |
} |
| 251 |
.elementor-templates-modal .dialog-loading { |
| 252 |
display: none; |
| 253 |
} |
| 254 |
.elementor-templates-modal__header { |
| 255 |
display: flex; |
| 256 |
align-items: center; |
| 257 |
justify-content: space-between; |
| 258 |
height: 50px; |
| 259 |
} |
| 260 |
.elementor-templates-modal__header__logo { |
| 261 |
line-height: 1; |
| 262 |
text-transform: uppercase; |
| 263 |
font-weight: bold; |
| 264 |
cursor: pointer; |
| 265 |
} |
| 266 |
.elementor-templates-modal__header__logo-area { |
| 267 |
text-align: right; |
| 268 |
padding-right: 15px; |
| 269 |
} |
| 270 |
.elementor-templates-modal__header__logo-area > * { |
| 271 |
display: flex; |
| 272 |
align-items: center; |
| 273 |
} |
| 274 |
.elementor-templates-modal__header__logo__icon-wrapper { |
| 275 |
margin-left: 10px; |
| 276 |
font-size: 12px; |
| 277 |
} |
| 278 |
.elementor-templates-modal__header__logo__title { |
| 279 |
padding-top: 2px; |
| 280 |
} |
| 281 |
.elementor-templates-modal__header__items-area { |
| 282 |
display: flex; |
| 283 |
flex-direction: row-reverse; |
| 284 |
} |
| 285 |
.elementor-templates-modal__header__item { |
| 286 |
position: relative; |
| 287 |
display: flex; |
| 288 |
align-items: center; |
| 289 |
justify-content: center; |
| 290 |
box-sizing: content-box; |
| 291 |
} |
| 292 |
.elementor-templates-modal__header__item > i { |
| 293 |
font-size: 20px; |
| 294 |
transition: all 0.3s; |
| 295 |
cursor: pointer; |
| 296 |
} |
| 297 |
.elementor-templates-modal__header__item > i:not(:hover) { |
| 298 |
color: #a4afb7; |
| 299 |
} |
| 300 |
.elementor-templates-modal__header__close--normal { |
| 301 |
width: 47px; |
| 302 |
border-right: 1px solid #e6e9ec; |
| 303 |
} |
| 304 |
.elementor-templates-modal__header__close--normal i { |
| 305 |
font-size: 18px; |
| 306 |
} |
| 307 |
.elementor-templates-modal__header__close--skip { |
| 308 |
padding: 10px; |
| 309 |
padding-right: 20px; |
| 310 |
margin-left: 10px; |
| 311 |
color: #fff; |
| 312 |
background-color: #a4afb7; |
| 313 |
font-size: 11px; |
| 314 |
font-weight: normal; |
| 315 |
line-height: 1; |
| 316 |
text-transform: uppercase; |
| 317 |
border-radius: 2px; |
| 318 |
cursor: pointer; |
| 319 |
} |
| 320 |
.elementor-templates-modal__header__close--skip > i { |
| 321 |
font-size: inherit; |
| 322 |
padding-right: 10px; |
| 323 |
margin-right: 15px; |
| 324 |
border-right: 1px solid; |
| 325 |
} |
| 326 |
.elementor-templates-modal__header__close--skip > i:not(:hover) { |
| 327 |
color: #fff; |
| 328 |
} |
| 329 |
.elementor-templates-modal__sidebar { |
| 330 |
flex-shrink: 0; |
| 331 |
width: 25%; |
| 332 |
background-color: rgba(255, 255, 255, 0.3); |
| 333 |
} |
| 334 |
.elementor-templates-modal__content { |
| 335 |
flex-grow: 1; |
| 336 |
box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05); |
| 337 |
} |
| 338 |
|
| 339 |
/* Will select next element after last '.elementor-general-section' */ |
| 340 |
#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section { |
| 341 |
border-top: 1px solid #464b50; |
| 342 |
margin-top: 6px; |
| 343 |
} |
| 344 |
|
| 345 |
.elementor-hidden { |
| 346 |
display: none; |
| 347 |
} |
| 348 |
|
| 349 |
.elementor-screen-only, |
| 350 |
.screen-reader-text, |
| 351 |
.screen-reader-text span, |
| 352 |
.ui-helper-hidden-accessible { |
| 353 |
position: absolute; |
| 354 |
top: -10000em; |
| 355 |
width: 1px; |
| 356 |
height: 1px; |
| 357 |
margin: -1px; |
| 358 |
padding: 0; |
| 359 |
overflow: hidden; |
| 360 |
clip: rect(0, 0, 0, 0); |
| 361 |
border: 0; |
| 362 |
} |
| 363 |
|
| 364 |
.elementor-clearfix:after { |
| 365 |
content: ""; |
| 366 |
display: block; |
| 367 |
clear: both; |
| 368 |
width: 0; |
| 369 |
height: 0; |
| 370 |
} |
| 371 |
|
| 372 |
.e-logo-wrapper { |
| 373 |
background: #93003c; |
| 374 |
display: inline-block; |
| 375 |
padding: 0.75em; |
| 376 |
border-radius: 50%; |
| 377 |
line-height: 1; |
| 378 |
} |
| 379 |
.e-logo-wrapper i { |
| 380 |
color: #fff; |
| 381 |
font-size: 1em; |
| 382 |
} |
| 383 |
|
| 384 |
#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok { |
| 385 |
color: #39b54a; |
| 386 |
} |
| 387 |
#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel { |
| 388 |
color: #b01b1b; |
| 389 |
} |
| 390 |
|
| 391 |
.elementor { |
| 392 |
-webkit-hyphens: manual; |
| 393 |
hyphens: manual; |
| 394 |
} |
| 395 |
.elementor *, .elementor *:before, .elementor *:after { |
| 396 |
box-sizing: border-box; |
| 397 |
} |
| 398 |
.elementor a { |
| 399 |
box-shadow: none; |
| 400 |
text-decoration: none; |
| 401 |
} |
| 402 |
.elementor hr { |
| 403 |
margin: 0; |
| 404 |
background-color: transparent; |
| 405 |
} |
| 406 |
.elementor img { |
| 407 |
height: auto; |
| 408 |
max-width: 100%; |
| 409 |
border: none; |
| 410 |
border-radius: 0; |
| 411 |
box-shadow: none; |
| 412 |
} |
| 413 |
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure { |
| 414 |
margin: 0; |
| 415 |
} |
| 416 |
.elementor embed, |
| 417 |
.elementor iframe, |
| 418 |
.elementor object, |
| 419 |
.elementor video { |
| 420 |
max-width: 100%; |
| 421 |
width: 100%; |
| 422 |
margin: 0; |
| 423 |
line-height: 1; |
| 424 |
border: none; |
| 425 |
} |
| 426 |
.elementor .elementor-custom-embed { |
| 427 |
line-height: 0; |
| 428 |
} |
| 429 |
.elementor .elementor-background-video-container, |
| 430 |
.elementor .elementor-background-holder, |
| 431 |
.elementor .elementor-background { |
| 432 |
height: 100%; |
| 433 |
width: 100%; |
| 434 |
top: 0; |
| 435 |
left: 0; |
| 436 |
position: absolute; |
| 437 |
overflow: hidden; |
| 438 |
z-index: 0; |
| 439 |
direction: ltr; |
| 440 |
} |
| 441 |
.elementor .elementor-background-video-container { |
| 442 |
transition: opacity 1s; |
| 443 |
pointer-events: none; |
| 444 |
} |
| 445 |
.elementor .elementor-background-video-container.elementor-loading { |
| 446 |
opacity: 0; |
| 447 |
} |
| 448 |
.elementor .elementor-background-video-embed { |
| 449 |
max-width: none; |
| 450 |
} |
| 451 |
.elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted { |
| 452 |
position: absolute; |
| 453 |
top: 50%; |
| 454 |
left: 50%; |
| 455 |
transform: translate(-50%, -50%); |
| 456 |
} |
| 457 |
.elementor .elementor-background-video { |
| 458 |
max-width: none; |
| 459 |
position: absolute; |
| 460 |
top: 50%; |
| 461 |
left: 50%; |
| 462 |
transform: translate(-50%, -50%); |
| 463 |
} |
| 464 |
.elementor .elementor-html5-video { |
| 465 |
-o-object-fit: cover; |
| 466 |
object-fit: cover; |
| 467 |
} |
| 468 |
.elementor .elementor-background-overlay { |
| 469 |
height: 100%; |
| 470 |
width: 100%; |
| 471 |
top: 0; |
| 472 |
left: 0; |
| 473 |
position: absolute; |
| 474 |
} |
| 475 |
.elementor .elementor-background-slideshow { |
| 476 |
position: absolute; |
| 477 |
width: 100%; |
| 478 |
height: 100%; |
| 479 |
z-index: 0; |
| 480 |
top: 0; |
| 481 |
right: 0; |
| 482 |
} |
| 483 |
.elementor .elementor-background-slideshow__slide__image { |
| 484 |
width: 100%; |
| 485 |
height: 100%; |
| 486 |
background-position: center center; |
| 487 |
background-size: cover; |
| 488 |
} |
| 489 |
|
| 490 |
.elementor-widget-wrap > .elementor-element.elementor-absolute, |
| 491 |
.e-con > .elementor-element.elementor-absolute, |
| 492 |
.e-con-inner > .elementor-element.elementor-absolute { |
| 493 |
position: absolute; |
| 494 |
} |
| 495 |
.elementor-widget-wrap > .elementor-element.elementor-fixed, |
| 496 |
.e-con > .elementor-element.elementor-fixed, |
| 497 |
.e-con-inner > .elementor-element.elementor-fixed { |
| 498 |
position: fixed; |
| 499 |
} |
| 500 |
|
| 501 |
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial { |
| 502 |
max-width: 100%; |
| 503 |
} |
| 504 |
@media (max-width: 1024px) { |
| 505 |
.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial { |
| 506 |
max-width: 100%; |
| 507 |
} |
| 508 |
} |
| 509 |
@media (max-width: 767px) { |
| 510 |
.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial { |
| 511 |
max-width: 100%; |
| 512 |
} |
| 513 |
} |
| 514 |
|
| 515 |
.elementor-element { |
| 516 |
--flex-direction: initial; |
| 517 |
--flex-wrap: initial; |
| 518 |
--justify-content: initial; |
| 519 |
--align-items: initial; |
| 520 |
--align-content: initial; |
| 521 |
--gap: initial; |
| 522 |
--flex-basis: initial; |
| 523 |
--flex-grow: initial; |
| 524 |
--flex-shrink: initial; |
| 525 |
--order: initial; |
| 526 |
--align-self: initial; |
| 527 |
flex-basis: var(--flex-basis); |
| 528 |
flex-grow: var(--flex-grow); |
| 529 |
flex-shrink: var(--flex-shrink); |
| 530 |
order: var(--order); |
| 531 |
align-self: var(--align-self); |
| 532 |
} |
| 533 |
.elementor-element.elementor-absolute, .elementor-element.elementor-fixed { |
| 534 |
z-index: 1; |
| 535 |
} |
| 536 |
.elementor-element:where(.e-con-full, .elementor-widget) { |
| 537 |
flex-direction: var(--flex-direction); |
| 538 |
flex-wrap: var(--flex-wrap); |
| 539 |
justify-content: var(--justify-content); |
| 540 |
align-items: var(--align-items); |
| 541 |
align-content: var(--align-content); |
| 542 |
gap: var(--gap); |
| 543 |
} |
| 544 |
|
| 545 |
.elementor-invisible { |
| 546 |
visibility: hidden; |
| 547 |
} |
| 548 |
|
| 549 |
.elementor-align-center { |
| 550 |
text-align: center; |
| 551 |
} |
| 552 |
.elementor-align-center .elementor-button { |
| 553 |
width: auto; |
| 554 |
} |
| 555 |
.elementor-align-right { |
| 556 |
text-align: right; |
| 557 |
} |
| 558 |
.elementor-align-right .elementor-button { |
| 559 |
width: auto; |
| 560 |
} |
| 561 |
.elementor-align-left { |
| 562 |
text-align: left; |
| 563 |
} |
| 564 |
.elementor-align-left .elementor-button { |
| 565 |
width: auto; |
| 566 |
} |
| 567 |
.elementor-align-justify .elementor-button { |
| 568 |
width: 100%; |
| 569 |
} |
| 570 |
|
| 571 |
.elementor-custom-embed-play { |
| 572 |
position: absolute; |
| 573 |
top: 50%; |
| 574 |
left: 50%; |
| 575 |
transform: translate(-50%, -50%); |
| 576 |
} |
| 577 |
.elementor-custom-embed-play i { |
| 578 |
font-size: 100px; |
| 579 |
color: #fff; |
| 580 |
text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3); |
| 581 |
} |
| 582 |
.elementor-custom-embed-play svg { |
| 583 |
height: 100px; |
| 584 |
width: 100px; |
| 585 |
fill: #fff; |
| 586 |
filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3)); |
| 587 |
} |
| 588 |
.elementor-custom-embed-play i, |
| 589 |
.elementor-custom-embed-play svg { |
| 590 |
opacity: 0.8; |
| 591 |
transition: all 0.5s; |
| 592 |
} |
| 593 |
.elementor-custom-embed-play.elementor-playing i { |
| 594 |
font-family: eicons; |
| 595 |
} |
| 596 |
.elementor-custom-embed-play.elementor-playing i:before { |
| 597 |
content: "\e8fb"; |
| 598 |
} |
| 599 |
.elementor-custom-embed-play.elementor-playing i, |
| 600 |
.elementor-custom-embed-play.elementor-playing svg { |
| 601 |
animation: eicon-spin 2s infinite linear; |
| 602 |
} |
| 603 |
|
| 604 |
.elementor-tag { |
| 605 |
display: inline-flex; |
| 606 |
} |
| 607 |
|
| 608 |
.elementor-ken-burns { |
| 609 |
transition-property: transform; |
| 610 |
transition-duration: 10s; |
| 611 |
transition-timing-function: linear; |
| 612 |
} |
| 613 |
.elementor-ken-burns--out { |
| 614 |
transform: scale(1.3); |
| 615 |
} |
| 616 |
.elementor-ken-burns--active { |
| 617 |
transition-duration: 20s; |
| 618 |
} |
| 619 |
.elementor-ken-burns--active.elementor-ken-burns--out { |
| 620 |
transform: scale(1); |
| 621 |
} |
| 622 |
.elementor-ken-burns--active.elementor-ken-burns--in { |
| 623 |
transform: scale(1.3); |
| 624 |
} |
| 625 |
|
| 626 |
@media (min-width: -1px) { |
| 627 |
.elementor-widescreen-align-center { |
| 628 |
text-align: center; |
| 629 |
} |
| 630 |
.elementor-widescreen-align-center .elementor-button { |
| 631 |
width: auto; |
| 632 |
} |
| 633 |
.elementor-widescreen-align-right { |
| 634 |
text-align: right; |
| 635 |
} |
| 636 |
.elementor-widescreen-align-right .elementor-button { |
| 637 |
width: auto; |
| 638 |
} |
| 639 |
.elementor-widescreen-align-left { |
| 640 |
text-align: left; |
| 641 |
} |
| 642 |
.elementor-widescreen-align-left .elementor-button { |
| 643 |
width: auto; |
| 644 |
} |
| 645 |
.elementor-widescreen-align-justify .elementor-button { |
| 646 |
width: 100%; |
| 647 |
} |
| 648 |
} |
| 649 |
@media (max-width: -1px) { |
| 650 |
.elementor-laptop-align-center { |
| 651 |
text-align: center; |
| 652 |
} |
| 653 |
.elementor-laptop-align-center .elementor-button { |
| 654 |
width: auto; |
| 655 |
} |
| 656 |
.elementor-laptop-align-right { |
| 657 |
text-align: right; |
| 658 |
} |
| 659 |
.elementor-laptop-align-right .elementor-button { |
| 660 |
width: auto; |
| 661 |
} |
| 662 |
.elementor-laptop-align-left { |
| 663 |
text-align: left; |
| 664 |
} |
| 665 |
.elementor-laptop-align-left .elementor-button { |
| 666 |
width: auto; |
| 667 |
} |
| 668 |
.elementor-laptop-align-justify .elementor-button { |
| 669 |
width: 100%; |
| 670 |
} |
| 671 |
} |
| 672 |
@media (max-width: -1px) { |
| 673 |
.elementor-tablet_extra-align-center { |
| 674 |
text-align: center; |
| 675 |
} |
| 676 |
.elementor-tablet_extra-align-center .elementor-button { |
| 677 |
width: auto; |
| 678 |
} |
| 679 |
.elementor-tablet_extra-align-right { |
| 680 |
text-align: right; |
| 681 |
} |
| 682 |
.elementor-tablet_extra-align-right .elementor-button { |
| 683 |
width: auto; |
| 684 |
} |
| 685 |
.elementor-tablet_extra-align-left { |
| 686 |
text-align: left; |
| 687 |
} |
| 688 |
.elementor-tablet_extra-align-left .elementor-button { |
| 689 |
width: auto; |
| 690 |
} |
| 691 |
.elementor-tablet_extra-align-justify .elementor-button { |
| 692 |
width: 100%; |
| 693 |
} |
| 694 |
} |
| 695 |
@media (max-width: 1024px) { |
| 696 |
.elementor-tablet-align-center { |
| 697 |
text-align: center; |
| 698 |
} |
| 699 |
.elementor-tablet-align-center .elementor-button { |
| 700 |
width: auto; |
| 701 |
} |
| 702 |
.elementor-tablet-align-right { |
| 703 |
text-align: right; |
| 704 |
} |
| 705 |
.elementor-tablet-align-right .elementor-button { |
| 706 |
width: auto; |
| 707 |
} |
| 708 |
.elementor-tablet-align-left { |
| 709 |
text-align: left; |
| 710 |
} |
| 711 |
.elementor-tablet-align-left .elementor-button { |
| 712 |
width: auto; |
| 713 |
} |
| 714 |
.elementor-tablet-align-justify .elementor-button { |
| 715 |
width: 100%; |
| 716 |
} |
| 717 |
} |
| 718 |
@media (max-width: -1px) { |
| 719 |
.elementor-mobile_extra-align-center { |
| 720 |
text-align: center; |
| 721 |
} |
| 722 |
.elementor-mobile_extra-align-center .elementor-button { |
| 723 |
width: auto; |
| 724 |
} |
| 725 |
.elementor-mobile_extra-align-right { |
| 726 |
text-align: right; |
| 727 |
} |
| 728 |
.elementor-mobile_extra-align-right .elementor-button { |
| 729 |
width: auto; |
| 730 |
} |
| 731 |
.elementor-mobile_extra-align-left { |
| 732 |
text-align: left; |
| 733 |
} |
| 734 |
.elementor-mobile_extra-align-left .elementor-button { |
| 735 |
width: auto; |
| 736 |
} |
| 737 |
.elementor-mobile_extra-align-justify .elementor-button { |
| 738 |
width: 100%; |
| 739 |
} |
| 740 |
} |
| 741 |
@media (max-width: 767px) { |
| 742 |
.elementor-mobile-align-center { |
| 743 |
text-align: center; |
| 744 |
} |
| 745 |
.elementor-mobile-align-center .elementor-button { |
| 746 |
width: auto; |
| 747 |
} |
| 748 |
.elementor-mobile-align-right { |
| 749 |
text-align: right; |
| 750 |
} |
| 751 |
.elementor-mobile-align-right .elementor-button { |
| 752 |
width: auto; |
| 753 |
} |
| 754 |
.elementor-mobile-align-left { |
| 755 |
text-align: left; |
| 756 |
} |
| 757 |
.elementor-mobile-align-left .elementor-button { |
| 758 |
width: auto; |
| 759 |
} |
| 760 |
.elementor-mobile-align-justify .elementor-button { |
| 761 |
width: 100%; |
| 762 |
} |
| 763 |
} |
| 764 |
:root { |
| 765 |
--page-title-display: block; |
| 766 |
} |
| 767 |
|
| 768 |
.elementor-page-title, h1.entry-title { |
| 769 |
display: var(--page-title-display); |
| 770 |
} |
| 771 |
|
| 772 |
@keyframes eicon-spin { |
| 773 |
0% { |
| 774 |
transform: rotate(0deg); |
| 775 |
} |
| 776 |
100% { |
| 777 |
transform: rotate(359deg); |
| 778 |
} |
| 779 |
} |
| 780 |
.eicon-animation-spin { |
| 781 |
animation: eicon-spin 2s infinite linear; |
| 782 |
} |
| 783 |
|
| 784 |
.elementor-section { |
| 785 |
position: relative; |
| 786 |
} |
| 787 |
.elementor-section .elementor-container { |
| 788 |
display: flex; |
| 789 |
margin-right: auto; |
| 790 |
margin-left: auto; |
| 791 |
position: relative; |
| 792 |
} |
| 793 |
@media (max-width: 1024px) { |
| 794 |
.elementor-section .elementor-container { |
| 795 |
flex-wrap: wrap; |
| 796 |
} |
| 797 |
} |
| 798 |
.elementor-section.elementor-section-boxed > .elementor-container { |
| 799 |
max-width: 1140px; |
| 800 |
} |
| 801 |
.elementor-section.elementor-section-stretched { |
| 802 |
position: relative; |
| 803 |
width: 100%; |
| 804 |
} |
| 805 |
.elementor-section.elementor-section-items-top > .elementor-container { |
| 806 |
align-items: flex-start; |
| 807 |
} |
| 808 |
.elementor-section.elementor-section-items-middle > .elementor-container { |
| 809 |
align-items: center; |
| 810 |
} |
| 811 |
.elementor-section.elementor-section-items-bottom > .elementor-container { |
| 812 |
align-items: flex-end; |
| 813 |
} |
| 814 |
@media (min-width: 768px) { |
| 815 |
.elementor-section.elementor-section-height-full { |
| 816 |
height: 100vh; |
| 817 |
} |
| 818 |
.elementor-section.elementor-section-height-full > .elementor-container { |
| 819 |
height: 100%; |
| 820 |
} |
| 821 |
} |
| 822 |
|
| 823 |
.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap { |
| 824 |
align-items: flex-start; |
| 825 |
} |
| 826 |
.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap { |
| 827 |
align-items: center; |
| 828 |
} |
| 829 |
.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap { |
| 830 |
align-items: flex-end; |
| 831 |
} |
| 832 |
|
| 833 |
.elementor-row { |
| 834 |
width: 100%; |
| 835 |
display: flex; |
| 836 |
} |
| 837 |
@media (max-width: 1024px) { |
| 838 |
.elementor-row { |
| 839 |
flex-wrap: wrap; |
| 840 |
} |
| 841 |
} |
| 842 |
|
| 843 |
.elementor-widget-wrap { |
| 844 |
position: relative; |
| 845 |
width: 100%; |
| 846 |
flex-wrap: wrap; |
| 847 |
align-content: flex-start; |
| 848 |
} |
| 849 |
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap { |
| 850 |
display: flex; |
| 851 |
} |
| 852 |
.elementor-widget-wrap > .elementor-element { |
| 853 |
width: 100%; |
| 854 |
} |
| 855 |
.elementor-widget-wrap.e-swiper-container { |
| 856 |
width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px))); |
| 857 |
} |
| 858 |
|
| 859 |
.elementor-widget { |
| 860 |
position: relative; |
| 861 |
} |
| 862 |
.elementor-widget:not(:last-child) { |
| 863 |
margin-bottom: 20px; |
| 864 |
} |
| 865 |
.elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial, .elementor-widget:not(:last-child).elementor-absolute { |
| 866 |
margin-bottom: 0; |
| 867 |
} |
| 868 |
|
| 869 |
.elementor-column { |
| 870 |
position: relative; |
| 871 |
min-height: 1px; |
| 872 |
display: flex; |
| 873 |
} |
| 874 |
|
| 875 |
.elementor-column-wrap { |
| 876 |
width: 100%; |
| 877 |
position: relative; |
| 878 |
display: flex; |
| 879 |
} |
| 880 |
|
| 881 |
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated { |
| 882 |
padding: 5px; |
| 883 |
} |
| 884 |
.elementor-column-gap-default > .elementor-column > .elementor-element-populated { |
| 885 |
padding: 10px; |
| 886 |
} |
| 887 |
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated { |
| 888 |
padding: 15px; |
| 889 |
} |
| 890 |
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated { |
| 891 |
padding: 20px; |
| 892 |
} |
| 893 |
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated { |
| 894 |
padding: 30px; |
| 895 |
} |
| 896 |
|
| 897 |
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated { |
| 898 |
padding: 0; |
| 899 |
} |
| 900 |
|
| 901 |
@media (min-width: 768px) { |
| 902 |
.elementor-column.elementor-col-10, .elementor-column[data-col="10"] { |
| 903 |
width: 10%; |
| 904 |
} |
| 905 |
.elementor-column.elementor-col-11, .elementor-column[data-col="11"] { |
| 906 |
width: 11.111%; |
| 907 |
} |
| 908 |
.elementor-column.elementor-col-12, .elementor-column[data-col="12"] { |
| 909 |
width: 12.5%; |
| 910 |
} |
| 911 |
.elementor-column.elementor-col-14, .elementor-column[data-col="14"] { |
| 912 |
width: 14.285%; |
| 913 |
} |
| 914 |
.elementor-column.elementor-col-16, .elementor-column[data-col="16"] { |
| 915 |
width: 16.666%; |
| 916 |
} |
| 917 |
.elementor-column.elementor-col-20, .elementor-column[data-col="20"] { |
| 918 |
width: 20%; |
| 919 |
} |
| 920 |
.elementor-column.elementor-col-25, .elementor-column[data-col="25"] { |
| 921 |
width: 25%; |
| 922 |
} |
| 923 |
.elementor-column.elementor-col-30, .elementor-column[data-col="30"] { |
| 924 |
width: 30%; |
| 925 |
} |
| 926 |
.elementor-column.elementor-col-33, .elementor-column[data-col="33"] { |
| 927 |
width: 33.333%; |
| 928 |
} |
| 929 |
.elementor-column.elementor-col-40, .elementor-column[data-col="40"] { |
| 930 |
width: 40%; |
| 931 |
} |
| 932 |
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] { |
| 933 |
width: 50%; |
| 934 |
} |
| 935 |
.elementor-column.elementor-col-60, .elementor-column[data-col="60"] { |
| 936 |
width: 60%; |
| 937 |
} |
| 938 |
.elementor-column.elementor-col-66, .elementor-column[data-col="66"] { |
| 939 |
width: 66.666%; |
| 940 |
} |
| 941 |
.elementor-column.elementor-col-70, .elementor-column[data-col="70"] { |
| 942 |
width: 70%; |
| 943 |
} |
| 944 |
.elementor-column.elementor-col-75, .elementor-column[data-col="75"] { |
| 945 |
width: 75%; |
| 946 |
} |
| 947 |
.elementor-column.elementor-col-80, .elementor-column[data-col="80"] { |
| 948 |
width: 80%; |
| 949 |
} |
| 950 |
.elementor-column.elementor-col-83, .elementor-column[data-col="83"] { |
| 951 |
width: 83.333%; |
| 952 |
} |
| 953 |
.elementor-column.elementor-col-90, .elementor-column[data-col="90"] { |
| 954 |
width: 90%; |
| 955 |
} |
| 956 |
.elementor-column.elementor-col-100, .elementor-column[data-col="100"] { |
| 957 |
width: 100%; |
| 958 |
} |
| 959 |
} |
| 960 |
@media (max-width: 479px) { |
| 961 |
.elementor-column.elementor-xs-10 { |
| 962 |
width: 10%; |
| 963 |
} |
| 964 |
.elementor-column.elementor-xs-11 { |
| 965 |
width: 11.111%; |
| 966 |
} |
| 967 |
.elementor-column.elementor-xs-12 { |
| 968 |
width: 12.5%; |
| 969 |
} |
| 970 |
.elementor-column.elementor-xs-14 { |
| 971 |
width: 14.285%; |
| 972 |
} |
| 973 |
.elementor-column.elementor-xs-16 { |
| 974 |
width: 16.666%; |
| 975 |
} |
| 976 |
.elementor-column.elementor-xs-20 { |
| 977 |
width: 20%; |
| 978 |
} |
| 979 |
.elementor-column.elementor-xs-25 { |
| 980 |
width: 25%; |
| 981 |
} |
| 982 |
.elementor-column.elementor-xs-30 { |
| 983 |
width: 30%; |
| 984 |
} |
| 985 |
.elementor-column.elementor-xs-33 { |
| 986 |
width: 33.333%; |
| 987 |
} |
| 988 |
.elementor-column.elementor-xs-40 { |
| 989 |
width: 40%; |
| 990 |
} |
| 991 |
.elementor-column.elementor-xs-50 { |
| 992 |
width: 50%; |
| 993 |
} |
| 994 |
.elementor-column.elementor-xs-60 { |
| 995 |
width: 60%; |
| 996 |
} |
| 997 |
.elementor-column.elementor-xs-66 { |
| 998 |
width: 66.666%; |
| 999 |
} |
| 1000 |
.elementor-column.elementor-xs-70 { |
| 1001 |
width: 70%; |
| 1002 |
} |
| 1003 |
.elementor-column.elementor-xs-75 { |
| 1004 |
width: 75%; |
| 1005 |
} |
| 1006 |
.elementor-column.elementor-xs-80 { |
| 1007 |
width: 80%; |
| 1008 |
} |
| 1009 |
.elementor-column.elementor-xs-83 { |
| 1010 |
width: 83.333%; |
| 1011 |
} |
| 1012 |
.elementor-column.elementor-xs-90 { |
| 1013 |
width: 90%; |
| 1014 |
} |
| 1015 |
.elementor-column.elementor-xs-100 { |
| 1016 |
width: 100%; |
| 1017 |
} |
| 1018 |
} |
| 1019 |
@media (max-width: 767px) { |
| 1020 |
.elementor-column.elementor-sm-10 { |
| 1021 |
width: 10%; |
| 1022 |
} |
| 1023 |
.elementor-column.elementor-sm-11 { |
| 1024 |
width: 11.111%; |
| 1025 |
} |
| 1026 |
.elementor-column.elementor-sm-12 { |
| 1027 |
width: 12.5%; |
| 1028 |
} |
| 1029 |
.elementor-column.elementor-sm-14 { |
| 1030 |
width: 14.285%; |
| 1031 |
} |
| 1032 |
.elementor-column.elementor-sm-16 { |
| 1033 |
width: 16.666%; |
| 1034 |
} |
| 1035 |
.elementor-column.elementor-sm-20 { |
| 1036 |
width: 20%; |
| 1037 |
} |
| 1038 |
.elementor-column.elementor-sm-25 { |
| 1039 |
width: 25%; |
| 1040 |
} |
| 1041 |
.elementor-column.elementor-sm-30 { |
| 1042 |
width: 30%; |
| 1043 |
} |
| 1044 |
.elementor-column.elementor-sm-33 { |
| 1045 |
width: 33.333%; |
| 1046 |
} |
| 1047 |
.elementor-column.elementor-sm-40 { |
| 1048 |
width: 40%; |
| 1049 |
} |
| 1050 |
.elementor-column.elementor-sm-50 { |
| 1051 |
width: 50%; |
| 1052 |
} |
| 1053 |
.elementor-column.elementor-sm-60 { |
| 1054 |
width: 60%; |
| 1055 |
} |
| 1056 |
.elementor-column.elementor-sm-66 { |
| 1057 |
width: 66.666%; |
| 1058 |
} |
| 1059 |
.elementor-column.elementor-sm-70 { |
| 1060 |
width: 70%; |
| 1061 |
} |
| 1062 |
.elementor-column.elementor-sm-75 { |
| 1063 |
width: 75%; |
| 1064 |
} |
| 1065 |
.elementor-column.elementor-sm-80 { |
| 1066 |
width: 80%; |
| 1067 |
} |
| 1068 |
.elementor-column.elementor-sm-83 { |
| 1069 |
width: 83.333%; |
| 1070 |
} |
| 1071 |
.elementor-column.elementor-sm-90 { |
| 1072 |
width: 90%; |
| 1073 |
} |
| 1074 |
.elementor-column.elementor-sm-100 { |
| 1075 |
width: 100%; |
| 1076 |
} |
| 1077 |
} |
| 1078 |
@media (min-width: 768px) and (max-width: 1024px) { |
| 1079 |
.elementor-column.elementor-md-10 { |
| 1080 |
width: 10%; |
| 1081 |
} |
| 1082 |
.elementor-column.elementor-md-11 { |
| 1083 |
width: 11.111%; |
| 1084 |
} |
| 1085 |
.elementor-column.elementor-md-12 { |
| 1086 |
width: 12.5%; |
| 1087 |
} |
| 1088 |
.elementor-column.elementor-md-14 { |
| 1089 |
width: 14.285%; |
| 1090 |
} |
| 1091 |
.elementor-column.elementor-md-16 { |
| 1092 |
width: 16.666%; |
| 1093 |
} |
| 1094 |
.elementor-column.elementor-md-20 { |
| 1095 |
width: 20%; |
| 1096 |
} |
| 1097 |
.elementor-column.elementor-md-25 { |
| 1098 |
width: 25%; |
| 1099 |
} |
| 1100 |
.elementor-column.elementor-md-30 { |
| 1101 |
width: 30%; |
| 1102 |
} |
| 1103 |
.elementor-column.elementor-md-33 { |
| 1104 |
width: 33.333%; |
| 1105 |
} |
| 1106 |
.elementor-column.elementor-md-40 { |
| 1107 |
width: 40%; |
| 1108 |
} |
| 1109 |
.elementor-column.elementor-md-50 { |
| 1110 |
width: 50%; |
| 1111 |
} |
| 1112 |
.elementor-column.elementor-md-60 { |
| 1113 |
width: 60%; |
| 1114 |
} |
| 1115 |
.elementor-column.elementor-md-66 { |
| 1116 |
width: 66.666%; |
| 1117 |
} |
| 1118 |
.elementor-column.elementor-md-70 { |
| 1119 |
width: 70%; |
| 1120 |
} |
| 1121 |
.elementor-column.elementor-md-75 { |
| 1122 |
width: 75%; |
| 1123 |
} |
| 1124 |
.elementor-column.elementor-md-80 { |
| 1125 |
width: 80%; |
| 1126 |
} |
| 1127 |
.elementor-column.elementor-md-83 { |
| 1128 |
width: 83.333%; |
| 1129 |
} |
| 1130 |
.elementor-column.elementor-md-90 { |
| 1131 |
width: 90%; |
| 1132 |
} |
| 1133 |
.elementor-column.elementor-md-100 { |
| 1134 |
width: 100%; |
| 1135 |
} |
| 1136 |
} |
| 1137 |
|
| 1138 |
@media (min-width: -1px) { |
| 1139 |
.elementor-reverse-widescreen > .elementor-container > :nth-child(1) { |
| 1140 |
order: 10; |
| 1141 |
} |
| 1142 |
.elementor-reverse-widescreen > .elementor-container > :nth-child(2) { |
| 1143 |
order: 9; |
| 1144 |
} |
| 1145 |
.elementor-reverse-widescreen > .elementor-container > :nth-child(3) { |
| 1146 |
order: 8; |
| 1147 |
} |
| 1148 |
.elementor-reverse-widescreen > .elementor-container > :nth-child(4) { |
| 1149 |
order: 7; |
| 1150 |
} |
| 1151 |
.elementor-reverse-widescreen > .elementor-container > :nth-child(5) { |
| 1152 |
order: 6; |
| 1153 |
} |
| 1154 |
.elementor-reverse-widescreen > .elementor-container > :nth-child(6) { |
| 1155 |
order: 5; |
| 1156 |
} |
| 1157 |
.elementor-reverse-widescreen > .elementor-container > :nth-child(7) { |
| 1158 |
order: 4; |
| 1159 |
} |
| 1160 |
.elementor-reverse-widescreen > .elementor-container > :nth-child(8) { |
| 1161 |
order: 3; |
| 1162 |
} |
| 1163 |
.elementor-reverse-widescreen > .elementor-container > :nth-child(9) { |
| 1164 |
order: 2; |
| 1165 |
} |
| 1166 |
.elementor-reverse-widescreen > .elementor-container > :nth-child(10) { |
| 1167 |
order: 1; |
| 1168 |
} |
| 1169 |
} |
| 1170 |
@media (min-width: 1025px) and (max-width: -1px) { |
| 1171 |
.elementor-reverse-laptop > .elementor-container > :nth-child(1) { |
| 1172 |
order: 10; |
| 1173 |
} |
| 1174 |
.elementor-reverse-laptop > .elementor-container > :nth-child(2) { |
| 1175 |
order: 9; |
| 1176 |
} |
| 1177 |
.elementor-reverse-laptop > .elementor-container > :nth-child(3) { |
| 1178 |
order: 8; |
| 1179 |
} |
| 1180 |
.elementor-reverse-laptop > .elementor-container > :nth-child(4) { |
| 1181 |
order: 7; |
| 1182 |
} |
| 1183 |
.elementor-reverse-laptop > .elementor-container > :nth-child(5) { |
| 1184 |
order: 6; |
| 1185 |
} |
| 1186 |
.elementor-reverse-laptop > .elementor-container > :nth-child(6) { |
| 1187 |
order: 5; |
| 1188 |
} |
| 1189 |
.elementor-reverse-laptop > .elementor-container > :nth-child(7) { |
| 1190 |
order: 4; |
| 1191 |
} |
| 1192 |
.elementor-reverse-laptop > .elementor-container > :nth-child(8) { |
| 1193 |
order: 3; |
| 1194 |
} |
| 1195 |
.elementor-reverse-laptop > .elementor-container > :nth-child(9) { |
| 1196 |
order: 2; |
| 1197 |
} |
| 1198 |
.elementor-reverse-laptop > .elementor-container > :nth-child(10) { |
| 1199 |
order: 1; |
| 1200 |
} |
| 1201 |
} |
| 1202 |
@media (min-width: -1px) and (max-width: -1px) { |
| 1203 |
.elementor-reverse-laptop > .elementor-container > :nth-child(1) { |
| 1204 |
order: 10; |
| 1205 |
} |
| 1206 |
.elementor-reverse-laptop > .elementor-container > :nth-child(2) { |
| 1207 |
order: 9; |
| 1208 |
} |
| 1209 |
.elementor-reverse-laptop > .elementor-container > :nth-child(3) { |
| 1210 |
order: 8; |
| 1211 |
} |
| 1212 |
.elementor-reverse-laptop > .elementor-container > :nth-child(4) { |
| 1213 |
order: 7; |
| 1214 |
} |
| 1215 |
.elementor-reverse-laptop > .elementor-container > :nth-child(5) { |
| 1216 |
order: 6; |
| 1217 |
} |
| 1218 |
.elementor-reverse-laptop > .elementor-container > :nth-child(6) { |
| 1219 |
order: 5; |
| 1220 |
} |
| 1221 |
.elementor-reverse-laptop > .elementor-container > :nth-child(7) { |
| 1222 |
order: 4; |
| 1223 |
} |
| 1224 |
.elementor-reverse-laptop > .elementor-container > :nth-child(8) { |
| 1225 |
order: 3; |
| 1226 |
} |
| 1227 |
.elementor-reverse-laptop > .elementor-container > :nth-child(9) { |
| 1228 |
order: 2; |
| 1229 |
} |
| 1230 |
.elementor-reverse-laptop > .elementor-container > :nth-child(10) { |
| 1231 |
order: 1; |
| 1232 |
} |
| 1233 |
} |
| 1234 |
@media (min-width: 1025px) and (max-width: -1px) { |
| 1235 |
.elementor-reverse-laptop > .elementor-container > :nth-child(1) { |
| 1236 |
order: initial; |
| 1237 |
} |
| 1238 |
.elementor-reverse-laptop > .elementor-container > :nth-child(2) { |
| 1239 |
order: initial; |
| 1240 |
} |
| 1241 |
.elementor-reverse-laptop > .elementor-container > :nth-child(3) { |
| 1242 |
order: initial; |
| 1243 |
} |
| 1244 |
.elementor-reverse-laptop > .elementor-container > :nth-child(4) { |
| 1245 |
order: initial; |
| 1246 |
} |
| 1247 |
.elementor-reverse-laptop > .elementor-container > :nth-child(5) { |
| 1248 |
order: initial; |
| 1249 |
} |
| 1250 |
.elementor-reverse-laptop > .elementor-container > :nth-child(6) { |
| 1251 |
order: initial; |
| 1252 |
} |
| 1253 |
.elementor-reverse-laptop > .elementor-container > :nth-child(7) { |
| 1254 |
order: initial; |
| 1255 |
} |
| 1256 |
.elementor-reverse-laptop > .elementor-container > :nth-child(8) { |
| 1257 |
order: initial; |
| 1258 |
} |
| 1259 |
.elementor-reverse-laptop > .elementor-container > :nth-child(9) { |
| 1260 |
order: initial; |
| 1261 |
} |
| 1262 |
.elementor-reverse-laptop > .elementor-container > :nth-child(10) { |
| 1263 |
order: initial; |
| 1264 |
} |
| 1265 |
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(1) { |
| 1266 |
order: 10; |
| 1267 |
} |
| 1268 |
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) { |
| 1269 |
order: 9; |
| 1270 |
} |
| 1271 |
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) { |
| 1272 |
order: 8; |
| 1273 |
} |
| 1274 |
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) { |
| 1275 |
order: 7; |
| 1276 |
} |
| 1277 |
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) { |
| 1278 |
order: 6; |
| 1279 |
} |
| 1280 |
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) { |
| 1281 |
order: 5; |
| 1282 |
} |
| 1283 |
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) { |
| 1284 |
order: 4; |
| 1285 |
} |
| 1286 |
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) { |
| 1287 |
order: 3; |
| 1288 |
} |
| 1289 |
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) { |
| 1290 |
order: 2; |
| 1291 |
} |
| 1292 |
.elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) { |
| 1293 |
order: 1; |
| 1294 |
} |
| 1295 |
} |
| 1296 |
@media (min-width: 768px) and (max-width: 1024px) { |
| 1297 |
.elementor-reverse-tablet > .elementor-container > :nth-child(1) { |
| 1298 |
order: 10; |
| 1299 |
} |
| 1300 |
.elementor-reverse-tablet > .elementor-container > :nth-child(2) { |
| 1301 |
order: 9; |
| 1302 |
} |
| 1303 |
.elementor-reverse-tablet > .elementor-container > :nth-child(3) { |
| 1304 |
order: 8; |
| 1305 |
} |
| 1306 |
.elementor-reverse-tablet > .elementor-container > :nth-child(4) { |
| 1307 |
order: 7; |
| 1308 |
} |
| 1309 |
.elementor-reverse-tablet > .elementor-container > :nth-child(5) { |
| 1310 |
order: 6; |
| 1311 |
} |
| 1312 |
.elementor-reverse-tablet > .elementor-container > :nth-child(6) { |
| 1313 |
order: 5; |
| 1314 |
} |
| 1315 |
.elementor-reverse-tablet > .elementor-container > :nth-child(7) { |
| 1316 |
order: 4; |
| 1317 |
} |
| 1318 |
.elementor-reverse-tablet > .elementor-container > :nth-child(8) { |
| 1319 |
order: 3; |
| 1320 |
} |
| 1321 |
.elementor-reverse-tablet > .elementor-container > :nth-child(9) { |
| 1322 |
order: 2; |
| 1323 |
} |
| 1324 |
.elementor-reverse-tablet > .elementor-container > :nth-child(10) { |
| 1325 |
order: 1; |
| 1326 |
} |
| 1327 |
} |
| 1328 |
@media (min-width: -1px) and (max-width: 1024px) { |
| 1329 |
.elementor-reverse-tablet > .elementor-container > :nth-child(1) { |
| 1330 |
order: 10; |
| 1331 |
} |
| 1332 |
.elementor-reverse-tablet > .elementor-container > :nth-child(2) { |
| 1333 |
order: 9; |
| 1334 |
} |
| 1335 |
.elementor-reverse-tablet > .elementor-container > :nth-child(3) { |
| 1336 |
order: 8; |
| 1337 |
} |
| 1338 |
.elementor-reverse-tablet > .elementor-container > :nth-child(4) { |
| 1339 |
order: 7; |
| 1340 |
} |
| 1341 |
.elementor-reverse-tablet > .elementor-container > :nth-child(5) { |
| 1342 |
order: 6; |
| 1343 |
} |
| 1344 |
.elementor-reverse-tablet > .elementor-container > :nth-child(6) { |
| 1345 |
order: 5; |
| 1346 |
} |
| 1347 |
.elementor-reverse-tablet > .elementor-container > :nth-child(7) { |
| 1348 |
order: 4; |
| 1349 |
} |
| 1350 |
.elementor-reverse-tablet > .elementor-container > :nth-child(8) { |
| 1351 |
order: 3; |
| 1352 |
} |
| 1353 |
.elementor-reverse-tablet > .elementor-container > :nth-child(9) { |
| 1354 |
order: 2; |
| 1355 |
} |
| 1356 |
.elementor-reverse-tablet > .elementor-container > :nth-child(10) { |
| 1357 |
order: 1; |
| 1358 |
} |
| 1359 |
} |
| 1360 |
@media (min-width: 768px) and (max-width: -1px) { |
| 1361 |
.elementor-reverse-tablet > .elementor-container > :nth-child(1) { |
| 1362 |
order: initial; |
| 1363 |
} |
| 1364 |
.elementor-reverse-tablet > .elementor-container > :nth-child(2) { |
| 1365 |
order: initial; |
| 1366 |
} |
| 1367 |
.elementor-reverse-tablet > .elementor-container > :nth-child(3) { |
| 1368 |
order: initial; |
| 1369 |
} |
| 1370 |
.elementor-reverse-tablet > .elementor-container > :nth-child(4) { |
| 1371 |
order: initial; |
| 1372 |
} |
| 1373 |
.elementor-reverse-tablet > .elementor-container > :nth-child(5) { |
| 1374 |
order: initial; |
| 1375 |
} |
| 1376 |
.elementor-reverse-tablet > .elementor-container > :nth-child(6) { |
| 1377 |
order: initial; |
| 1378 |
} |
| 1379 |
.elementor-reverse-tablet > .elementor-container > :nth-child(7) { |
| 1380 |
order: initial; |
| 1381 |
} |
| 1382 |
.elementor-reverse-tablet > .elementor-container > :nth-child(8) { |
| 1383 |
order: initial; |
| 1384 |
} |
| 1385 |
.elementor-reverse-tablet > .elementor-container > :nth-child(9) { |
| 1386 |
order: initial; |
| 1387 |
} |
| 1388 |
.elementor-reverse-tablet > .elementor-container > :nth-child(10) { |
| 1389 |
order: initial; |
| 1390 |
} |
| 1391 |
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(1) { |
| 1392 |
order: 10; |
| 1393 |
} |
| 1394 |
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) { |
| 1395 |
order: 9; |
| 1396 |
} |
| 1397 |
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) { |
| 1398 |
order: 8; |
| 1399 |
} |
| 1400 |
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) { |
| 1401 |
order: 7; |
| 1402 |
} |
| 1403 |
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) { |
| 1404 |
order: 6; |
| 1405 |
} |
| 1406 |
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) { |
| 1407 |
order: 5; |
| 1408 |
} |
| 1409 |
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) { |
| 1410 |
order: 4; |
| 1411 |
} |
| 1412 |
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) { |
| 1413 |
order: 3; |
| 1414 |
} |
| 1415 |
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) { |
| 1416 |
order: 2; |
| 1417 |
} |
| 1418 |
.elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) { |
| 1419 |
order: 1; |
| 1420 |
} |
| 1421 |
} |
| 1422 |
@media (max-width: 767px) { |
| 1423 |
.elementor-reverse-mobile > .elementor-container > :nth-child(1) { |
| 1424 |
order: 10; |
| 1425 |
} |
| 1426 |
.elementor-reverse-mobile > .elementor-container > :nth-child(2) { |
| 1427 |
order: 9; |
| 1428 |
} |
| 1429 |
.elementor-reverse-mobile > .elementor-container > :nth-child(3) { |
| 1430 |
order: 8; |
| 1431 |
} |
| 1432 |
.elementor-reverse-mobile > .elementor-container > :nth-child(4) { |
| 1433 |
order: 7; |
| 1434 |
} |
| 1435 |
.elementor-reverse-mobile > .elementor-container > :nth-child(5) { |
| 1436 |
order: 6; |
| 1437 |
} |
| 1438 |
.elementor-reverse-mobile > .elementor-container > :nth-child(6) { |
| 1439 |
order: 5; |
| 1440 |
} |
| 1441 |
.elementor-reverse-mobile > .elementor-container > :nth-child(7) { |
| 1442 |
order: 4; |
| 1443 |
} |
| 1444 |
.elementor-reverse-mobile > .elementor-container > :nth-child(8) { |
| 1445 |
order: 3; |
| 1446 |
} |
| 1447 |
.elementor-reverse-mobile > .elementor-container > :nth-child(9) { |
| 1448 |
order: 2; |
| 1449 |
} |
| 1450 |
.elementor-reverse-mobile > .elementor-container > :nth-child(10) { |
| 1451 |
order: 1; |
| 1452 |
} |
| 1453 |
.elementor-column { |
| 1454 |
width: 100%; |
| 1455 |
} |
| 1456 |
} |
| 1457 |
ul.elementor-icon-list-items.elementor-inline-items { |
| 1458 |
display: flex; |
| 1459 |
flex-wrap: wrap; |
| 1460 |
} |
| 1461 |
ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item { |
| 1462 |
word-break: break-word; |
| 1463 |
} |
| 1464 |
|
| 1465 |
.elementor-grid { |
| 1466 |
display: grid; |
| 1467 |
grid-column-gap: var(--grid-column-gap); |
| 1468 |
grid-row-gap: var(--grid-row-gap); |
| 1469 |
} |
| 1470 |
.elementor-grid .elementor-grid-item { |
| 1471 |
min-width: 0; |
| 1472 |
} |
| 1473 |
.elementor-grid-0 .elementor-grid { |
| 1474 |
display: inline-block; |
| 1475 |
width: 100%; |
| 1476 |
word-spacing: var(--grid-column-gap); |
| 1477 |
margin-bottom: calc(-1 * var(--grid-row-gap)); |
| 1478 |
} |
| 1479 |
.elementor-grid-0 .elementor-grid .elementor-grid-item { |
| 1480 |
display: inline-block; |
| 1481 |
margin-bottom: var(--grid-row-gap); |
| 1482 |
word-break: break-word; |
| 1483 |
} |
| 1484 |
.elementor-grid-1 .elementor-grid { |
| 1485 |
grid-template-columns: repeat(1, 1fr); |
| 1486 |
} |
| 1487 |
.elementor-grid-2 .elementor-grid { |
| 1488 |
grid-template-columns: repeat(2, 1fr); |
| 1489 |
} |
| 1490 |
.elementor-grid-3 .elementor-grid { |
| 1491 |
grid-template-columns: repeat(3, 1fr); |
| 1492 |
} |
| 1493 |
.elementor-grid-4 .elementor-grid { |
| 1494 |
grid-template-columns: repeat(4, 1fr); |
| 1495 |
} |
| 1496 |
.elementor-grid-5 .elementor-grid { |
| 1497 |
grid-template-columns: repeat(5, 1fr); |
| 1498 |
} |
| 1499 |
.elementor-grid-6 .elementor-grid { |
| 1500 |
grid-template-columns: repeat(6, 1fr); |
| 1501 |
} |
| 1502 |
.elementor-grid-7 .elementor-grid { |
| 1503 |
grid-template-columns: repeat(7, 1fr); |
| 1504 |
} |
| 1505 |
.elementor-grid-8 .elementor-grid { |
| 1506 |
grid-template-columns: repeat(8, 1fr); |
| 1507 |
} |
| 1508 |
.elementor-grid-9 .elementor-grid { |
| 1509 |
grid-template-columns: repeat(9, 1fr); |
| 1510 |
} |
| 1511 |
.elementor-grid-10 .elementor-grid { |
| 1512 |
grid-template-columns: repeat(10, 1fr); |
| 1513 |
} |
| 1514 |
.elementor-grid-11 .elementor-grid { |
| 1515 |
grid-template-columns: repeat(11, 1fr); |
| 1516 |
} |
| 1517 |
.elementor-grid-12 .elementor-grid { |
| 1518 |
grid-template-columns: repeat(12, 1fr); |
| 1519 |
} |
| 1520 |
@media (min-width: -1px) { |
| 1521 |
.elementor-grid-widescreen-0 .elementor-grid { |
| 1522 |
display: inline-block; |
| 1523 |
width: 100%; |
| 1524 |
word-spacing: var(--grid-column-gap); |
| 1525 |
margin-bottom: calc(-1 * var(--grid-row-gap)); |
| 1526 |
} |
| 1527 |
.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item { |
| 1528 |
display: inline-block; |
| 1529 |
margin-bottom: var(--grid-row-gap); |
| 1530 |
word-break: break-word; |
| 1531 |
} |
| 1532 |
.elementor-grid-widescreen-1 .elementor-grid { |
| 1533 |
grid-template-columns: repeat(1, 1fr); |
| 1534 |
} |
| 1535 |
.elementor-grid-widescreen-2 .elementor-grid { |
| 1536 |
grid-template-columns: repeat(2, 1fr); |
| 1537 |
} |
| 1538 |
.elementor-grid-widescreen-3 .elementor-grid { |
| 1539 |
grid-template-columns: repeat(3, 1fr); |
| 1540 |
} |
| 1541 |
.elementor-grid-widescreen-4 .elementor-grid { |
| 1542 |
grid-template-columns: repeat(4, 1fr); |
| 1543 |
} |
| 1544 |
.elementor-grid-widescreen-5 .elementor-grid { |
| 1545 |
grid-template-columns: repeat(5, 1fr); |
| 1546 |
} |
| 1547 |
.elementor-grid-widescreen-6 .elementor-grid { |
| 1548 |
grid-template-columns: repeat(6, 1fr); |
| 1549 |
} |
| 1550 |
.elementor-grid-widescreen-7 .elementor-grid { |
| 1551 |
grid-template-columns: repeat(7, 1fr); |
| 1552 |
} |
| 1553 |
.elementor-grid-widescreen-8 .elementor-grid { |
| 1554 |
grid-template-columns: repeat(8, 1fr); |
| 1555 |
} |
| 1556 |
.elementor-grid-widescreen-9 .elementor-grid { |
| 1557 |
grid-template-columns: repeat(9, 1fr); |
| 1558 |
} |
| 1559 |
.elementor-grid-widescreen-10 .elementor-grid { |
| 1560 |
grid-template-columns: repeat(10, 1fr); |
| 1561 |
} |
| 1562 |
.elementor-grid-widescreen-11 .elementor-grid { |
| 1563 |
grid-template-columns: repeat(11, 1fr); |
| 1564 |
} |
| 1565 |
.elementor-grid-widescreen-12 .elementor-grid { |
| 1566 |
grid-template-columns: repeat(12, 1fr); |
| 1567 |
} |
| 1568 |
} |
| 1569 |
@media (max-width: -1px) { |
| 1570 |
.elementor-grid-laptop-0 .elementor-grid { |
| 1571 |
display: inline-block; |
| 1572 |
width: 100%; |
| 1573 |
word-spacing: var(--grid-column-gap); |
| 1574 |
margin-bottom: calc(-1 * var(--grid-row-gap)); |
| 1575 |
} |
| 1576 |
.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item { |
| 1577 |
display: inline-block; |
| 1578 |
margin-bottom: var(--grid-row-gap); |
| 1579 |
word-break: break-word; |
| 1580 |
} |
| 1581 |
.elementor-grid-laptop-1 .elementor-grid { |
| 1582 |
grid-template-columns: repeat(1, 1fr); |
| 1583 |
} |
| 1584 |
.elementor-grid-laptop-2 .elementor-grid { |
| 1585 |
grid-template-columns: repeat(2, 1fr); |
| 1586 |
} |
| 1587 |
.elementor-grid-laptop-3 .elementor-grid { |
| 1588 |
grid-template-columns: repeat(3, 1fr); |
| 1589 |
} |
| 1590 |
.elementor-grid-laptop-4 .elementor-grid { |
| 1591 |
grid-template-columns: repeat(4, 1fr); |
| 1592 |
} |
| 1593 |
.elementor-grid-laptop-5 .elementor-grid { |
| 1594 |
grid-template-columns: repeat(5, 1fr); |
| 1595 |
} |
| 1596 |
.elementor-grid-laptop-6 .elementor-grid { |
| 1597 |
grid-template-columns: repeat(6, 1fr); |
| 1598 |
} |
| 1599 |
.elementor-grid-laptop-7 .elementor-grid { |
| 1600 |
grid-template-columns: repeat(7, 1fr); |
| 1601 |
} |
| 1602 |
.elementor-grid-laptop-8 .elementor-grid { |
| 1603 |
grid-template-columns: repeat(8, 1fr); |
| 1604 |
} |
| 1605 |
.elementor-grid-laptop-9 .elementor-grid { |
| 1606 |
grid-template-columns: repeat(9, 1fr); |
| 1607 |
} |
| 1608 |
.elementor-grid-laptop-10 .elementor-grid { |
| 1609 |
grid-template-columns: repeat(10, 1fr); |
| 1610 |
} |
| 1611 |
.elementor-grid-laptop-11 .elementor-grid { |
| 1612 |
grid-template-columns: repeat(11, 1fr); |
| 1613 |
} |
| 1614 |
.elementor-grid-laptop-12 .elementor-grid { |
| 1615 |
grid-template-columns: repeat(12, 1fr); |
| 1616 |
} |
| 1617 |
} |
| 1618 |
@media (max-width: -1px) { |
| 1619 |
.elementor-grid-tablet_extra-0 .elementor-grid { |
| 1620 |
display: inline-block; |
| 1621 |
width: 100%; |
| 1622 |
word-spacing: var(--grid-column-gap); |
| 1623 |
margin-bottom: calc(-1 * var(--grid-row-gap)); |
| 1624 |
} |
| 1625 |
.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item { |
| 1626 |
display: inline-block; |
| 1627 |
margin-bottom: var(--grid-row-gap); |
| 1628 |
word-break: break-word; |
| 1629 |
} |
| 1630 |
.elementor-grid-tablet_extra-1 .elementor-grid { |
| 1631 |
grid-template-columns: repeat(1, 1fr); |
| 1632 |
} |
| 1633 |
.elementor-grid-tablet_extra-2 .elementor-grid { |
| 1634 |
grid-template-columns: repeat(2, 1fr); |
| 1635 |
} |
| 1636 |
.elementor-grid-tablet_extra-3 .elementor-grid { |
| 1637 |
grid-template-columns: repeat(3, 1fr); |
| 1638 |
} |
| 1639 |
.elementor-grid-tablet_extra-4 .elementor-grid { |
| 1640 |
grid-template-columns: repeat(4, 1fr); |
| 1641 |
} |
| 1642 |
.elementor-grid-tablet_extra-5 .elementor-grid { |
| 1643 |
grid-template-columns: repeat(5, 1fr); |
| 1644 |
} |
| 1645 |
.elementor-grid-tablet_extra-6 .elementor-grid { |
| 1646 |
grid-template-columns: repeat(6, 1fr); |
| 1647 |
} |
| 1648 |
.elementor-grid-tablet_extra-7 .elementor-grid { |
| 1649 |
grid-template-columns: repeat(7, 1fr); |
| 1650 |
} |
| 1651 |
.elementor-grid-tablet_extra-8 .elementor-grid { |
| 1652 |
grid-template-columns: repeat(8, 1fr); |
| 1653 |
} |
| 1654 |
.elementor-grid-tablet_extra-9 .elementor-grid { |
| 1655 |
grid-template-columns: repeat(9, 1fr); |
| 1656 |
} |
| 1657 |
.elementor-grid-tablet_extra-10 .elementor-grid { |
| 1658 |
grid-template-columns: repeat(10, 1fr); |
| 1659 |
} |
| 1660 |
.elementor-grid-tablet_extra-11 .elementor-grid { |
| 1661 |
grid-template-columns: repeat(11, 1fr); |
| 1662 |
} |
| 1663 |
.elementor-grid-tablet_extra-12 .elementor-grid { |
| 1664 |
grid-template-columns: repeat(12, 1fr); |
| 1665 |
} |
| 1666 |
} |
| 1667 |
@media (max-width: 1024px) { |
| 1668 |
.elementor-grid-tablet-0 .elementor-grid { |
| 1669 |
display: inline-block; |
| 1670 |
width: 100%; |
| 1671 |
word-spacing: var(--grid-column-gap); |
| 1672 |
margin-bottom: calc(-1 * var(--grid-row-gap)); |
| 1673 |
} |
| 1674 |
.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item { |
| 1675 |
display: inline-block; |
| 1676 |
margin-bottom: var(--grid-row-gap); |
| 1677 |
word-break: break-word; |
| 1678 |
} |
| 1679 |
.elementor-grid-tablet-1 .elementor-grid { |
| 1680 |
grid-template-columns: repeat(1, 1fr); |
| 1681 |
} |
| 1682 |
.elementor-grid-tablet-2 .elementor-grid { |
| 1683 |
grid-template-columns: repeat(2, 1fr); |
| 1684 |
} |
| 1685 |
.elementor-grid-tablet-3 .elementor-grid { |
| 1686 |
grid-template-columns: repeat(3, 1fr); |
| 1687 |
} |
| 1688 |
.elementor-grid-tablet-4 .elementor-grid { |
| 1689 |
grid-template-columns: repeat(4, 1fr); |
| 1690 |
} |
| 1691 |
.elementor-grid-tablet-5 .elementor-grid { |
| 1692 |
grid-template-columns: repeat(5, 1fr); |
| 1693 |
} |
| 1694 |
.elementor-grid-tablet-6 .elementor-grid { |
| 1695 |
grid-template-columns: repeat(6, 1fr); |
| 1696 |
} |
| 1697 |
.elementor-grid-tablet-7 .elementor-grid { |
| 1698 |
grid-template-columns: repeat(7, 1fr); |
| 1699 |
} |
| 1700 |
.elementor-grid-tablet-8 .elementor-grid { |
| 1701 |
grid-template-columns: repeat(8, 1fr); |
| 1702 |
} |
| 1703 |
.elementor-grid-tablet-9 .elementor-grid { |
| 1704 |
grid-template-columns: repeat(9, 1fr); |
| 1705 |
} |
| 1706 |
.elementor-grid-tablet-10 .elementor-grid { |
| 1707 |
grid-template-columns: repeat(10, 1fr); |
| 1708 |
} |
| 1709 |
.elementor-grid-tablet-11 .elementor-grid { |
| 1710 |
grid-template-columns: repeat(11, 1fr); |
| 1711 |
} |
| 1712 |
.elementor-grid-tablet-12 .elementor-grid { |
| 1713 |
grid-template-columns: repeat(12, 1fr); |
| 1714 |
} |
| 1715 |
} |
| 1716 |
@media (max-width: -1px) { |
| 1717 |
.elementor-grid-mobile_extra-0 .elementor-grid { |
| 1718 |
display: inline-block; |
| 1719 |
width: 100%; |
| 1720 |
word-spacing: var(--grid-column-gap); |
| 1721 |
margin-bottom: calc(-1 * var(--grid-row-gap)); |
| 1722 |
} |
| 1723 |
.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item { |
| 1724 |
display: inline-block; |
| 1725 |
margin-bottom: var(--grid-row-gap); |
| 1726 |
word-break: break-word; |
| 1727 |
} |
| 1728 |
.elementor-grid-mobile_extra-1 .elementor-grid { |
| 1729 |
grid-template-columns: repeat(1, 1fr); |
| 1730 |
} |
| 1731 |
.elementor-grid-mobile_extra-2 .elementor-grid { |
| 1732 |
grid-template-columns: repeat(2, 1fr); |
| 1733 |
} |
| 1734 |
.elementor-grid-mobile_extra-3 .elementor-grid { |
| 1735 |
grid-template-columns: repeat(3, 1fr); |
| 1736 |
} |
| 1737 |
.elementor-grid-mobile_extra-4 .elementor-grid { |
| 1738 |
grid-template-columns: repeat(4, 1fr); |
| 1739 |
} |
| 1740 |
.elementor-grid-mobile_extra-5 .elementor-grid { |
| 1741 |
grid-template-columns: repeat(5, 1fr); |
| 1742 |
} |
| 1743 |
.elementor-grid-mobile_extra-6 .elementor-grid { |
| 1744 |
grid-template-columns: repeat(6, 1fr); |
| 1745 |
} |
| 1746 |
.elementor-grid-mobile_extra-7 .elementor-grid { |
| 1747 |
grid-template-columns: repeat(7, 1fr); |
| 1748 |
} |
| 1749 |
.elementor-grid-mobile_extra-8 .elementor-grid { |
| 1750 |
grid-template-columns: repeat(8, 1fr); |
| 1751 |
} |
| 1752 |
.elementor-grid-mobile_extra-9 .elementor-grid { |
| 1753 |
grid-template-columns: repeat(9, 1fr); |
| 1754 |
} |
| 1755 |
.elementor-grid-mobile_extra-10 .elementor-grid { |
| 1756 |
grid-template-columns: repeat(10, 1fr); |
| 1757 |
} |
| 1758 |
.elementor-grid-mobile_extra-11 .elementor-grid { |
| 1759 |
grid-template-columns: repeat(11, 1fr); |
| 1760 |
} |
| 1761 |
.elementor-grid-mobile_extra-12 .elementor-grid { |
| 1762 |
grid-template-columns: repeat(12, 1fr); |
| 1763 |
} |
| 1764 |
} |
| 1765 |
@media (max-width: 767px) { |
| 1766 |
.elementor-grid-mobile-0 .elementor-grid { |
| 1767 |
display: inline-block; |
| 1768 |
width: 100%; |
| 1769 |
word-spacing: var(--grid-column-gap); |
| 1770 |
margin-bottom: calc(-1 * var(--grid-row-gap)); |
| 1771 |
} |
| 1772 |
.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item { |
| 1773 |
display: inline-block; |
| 1774 |
margin-bottom: var(--grid-row-gap); |
| 1775 |
word-break: break-word; |
| 1776 |
} |
| 1777 |
.elementor-grid-mobile-1 .elementor-grid { |
| 1778 |
grid-template-columns: repeat(1, 1fr); |
| 1779 |
} |
| 1780 |
.elementor-grid-mobile-2 .elementor-grid { |
| 1781 |
grid-template-columns: repeat(2, 1fr); |
| 1782 |
} |
| 1783 |
.elementor-grid-mobile-3 .elementor-grid { |
| 1784 |
grid-template-columns: repeat(3, 1fr); |
| 1785 |
} |
| 1786 |
.elementor-grid-mobile-4 .elementor-grid { |
| 1787 |
grid-template-columns: repeat(4, 1fr); |
| 1788 |
} |
| 1789 |
.elementor-grid-mobile-5 .elementor-grid { |
| 1790 |
grid-template-columns: repeat(5, 1fr); |
| 1791 |
} |
| 1792 |
.elementor-grid-mobile-6 .elementor-grid { |
| 1793 |
grid-template-columns: repeat(6, 1fr); |
| 1794 |
} |
| 1795 |
.elementor-grid-mobile-7 .elementor-grid { |
| 1796 |
grid-template-columns: repeat(7, 1fr); |
| 1797 |
} |
| 1798 |
.elementor-grid-mobile-8 .elementor-grid { |
| 1799 |
grid-template-columns: repeat(8, 1fr); |
| 1800 |
} |
| 1801 |
.elementor-grid-mobile-9 .elementor-grid { |
| 1802 |
grid-template-columns: repeat(9, 1fr); |
| 1803 |
} |
| 1804 |
.elementor-grid-mobile-10 .elementor-grid { |
| 1805 |
grid-template-columns: repeat(10, 1fr); |
| 1806 |
} |
| 1807 |
.elementor-grid-mobile-11 .elementor-grid { |
| 1808 |
grid-template-columns: repeat(11, 1fr); |
| 1809 |
} |
| 1810 |
.elementor-grid-mobile-12 .elementor-grid { |
| 1811 |
grid-template-columns: repeat(12, 1fr); |
| 1812 |
} |
| 1813 |
} |
| 1814 |
|
| 1815 |
@media (min-width: 1025px) { |
| 1816 |
#elementor-device-mode:after { |
| 1817 |
content: "desktop"; |
| 1818 |
} |
| 1819 |
} |
| 1820 |
@media (min-width: -1px) { |
| 1821 |
#elementor-device-mode:after { |
| 1822 |
content: "widescreen"; |
| 1823 |
} |
| 1824 |
} |
| 1825 |
@media (max-width: -1px) { |
| 1826 |
#elementor-device-mode:after { |
| 1827 |
content: "laptop"; |
| 1828 |
} |
| 1829 |
} |
| 1830 |
@media (max-width: -1px) { |
| 1831 |
#elementor-device-mode:after { |
| 1832 |
content: "tablet_extra"; |
| 1833 |
} |
| 1834 |
} |
| 1835 |
@media (max-width: 1024px) { |
| 1836 |
#elementor-device-mode:after { |
| 1837 |
content: "tablet"; |
| 1838 |
} |
| 1839 |
} |
| 1840 |
@media (max-width: -1px) { |
| 1841 |
#elementor-device-mode:after { |
| 1842 |
content: "mobile_extra"; |
| 1843 |
} |
| 1844 |
} |
| 1845 |
@media (max-width: 767px) { |
| 1846 |
#elementor-device-mode:after { |
| 1847 |
content: "mobile"; |
| 1848 |
} |
| 1849 |
} |
| 1850 |
|
| 1851 |
.e-con { |
| 1852 |
--border-radius: 0; |
| 1853 |
--display: flex; |
| 1854 |
--flex-direction: column; |
| 1855 |
--flex-basis: auto; |
| 1856 |
--flex-grow: 0; |
| 1857 |
--flex-shrink: 1; |
| 1858 |
--content-width: Min( 100%, var( --container-max-width, 1140px ) ); |
| 1859 |
--width: 100%; |
| 1860 |
--min-height: initial; |
| 1861 |
--height: auto; |
| 1862 |
--text-align: initial; |
| 1863 |
--margin-top: 0; |
| 1864 |
--margin-right: 0; |
| 1865 |
--margin-bottom: 0; |
| 1866 |
--margin-left: 0; |
| 1867 |
--padding-top: var( --container-default-padding-top, 10px ); |
| 1868 |
--padding-right: var( --container-default-padding-right, 10px ); |
| 1869 |
--padding-bottom: var( --container-default-padding-bottom, 10px ); |
| 1870 |
--padding-left: var( --container-default-padding-left, 10px ); |
| 1871 |
--position: relative; |
| 1872 |
--z-index: revert; |
| 1873 |
--overflow: visible; |
| 1874 |
--gap: var( --widgets-spacing, 20px ); |
| 1875 |
--overlay-mix-blend-mode: initial; |
| 1876 |
--overlay-opacity: 1; |
| 1877 |
--overlay-transition: 0.3s; |
| 1878 |
position: var(--position); |
| 1879 |
flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis); |
| 1880 |
width: var(--width); |
| 1881 |
min-width: 0; |
| 1882 |
min-height: var(--min-height); |
| 1883 |
height: var(--height); |
| 1884 |
border-radius: var(--border-radius); |
| 1885 |
margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left); |
| 1886 |
padding-left: var(--padding-left); |
| 1887 |
padding-right: var(--padding-right); |
| 1888 |
z-index: var(--z-index); |
| 1889 |
overflow: var(--overflow); |
| 1890 |
transition: background var(--background-transition, 0.3s), border var(--border-transition, 0.3s), box-shadow var(--border-transition, 0.3s), transform var(--e-con-transform-transition-duration, 0.4s); |
| 1891 |
} |
| 1892 |
.e-con-full, .e-con > .e-con-inner { |
| 1893 |
flex-direction: var(--flex-direction); |
| 1894 |
text-align: var(--text-align); |
| 1895 |
padding-top: var(--padding-top); |
| 1896 |
padding-bottom: var(--padding-bottom); |
| 1897 |
} |
| 1898 |
.e-con, .e-con > .e-con-inner { |
| 1899 |
display: var(--display); |
| 1900 |
} |
| 1901 |
.e-con-boxed { |
| 1902 |
flex-direction: column; |
| 1903 |
text-align: initial; |
| 1904 |
flex-wrap: initial; |
| 1905 |
justify-content: initial; |
| 1906 |
align-items: initial; |
| 1907 |
align-content: initial; |
| 1908 |
gap: initial; |
| 1909 |
} |
| 1910 |
.e-con > .e-con-inner { |
| 1911 |
flex-wrap: var(--flex-wrap); |
| 1912 |
justify-content: var(--justify-content); |
| 1913 |
align-items: var(--align-items); |
| 1914 |
align-content: var(--align-content); |
| 1915 |
gap: var(--gap); |
| 1916 |
width: 100%; |
| 1917 |
max-width: var(--content-width); |
| 1918 |
margin: 0 auto; |
| 1919 |
padding-inline: 0; |
| 1920 |
height: 100%; |
| 1921 |
flex-basis: initial; |
| 1922 |
flex-grow: 1; |
| 1923 |
flex-shrink: initial; |
| 1924 |
align-self: initial; |
| 1925 |
} |
| 1926 |
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con { |
| 1927 |
--margin-right: auto; |
| 1928 |
--margin-left: auto; |
| 1929 |
max-width: min(100%, var(--width)); |
| 1930 |
} |
| 1931 |
.e-con .elementor-widget.elementor-widget { |
| 1932 |
margin-bottom: 0; |
| 1933 |
} |
| 1934 |
.e-con::before, |
| 1935 |
.e-con > .elementor-background-video-container::before, |
| 1936 |
.e-con > .e-con-inner > .elementor-background-video-container::before, |
| 1937 |
.e-con > .elementor-background-slideshow:before, |
| 1938 |
.e-con > .e-con-inner > .elementor-background-slideshow:before { |
| 1939 |
content: var(--background-overlay); |
| 1940 |
display: block; |
| 1941 |
position: absolute; |
| 1942 |
width: 100%; |
| 1943 |
height: 100%; |
| 1944 |
left: 0; |
| 1945 |
top: 0; |
| 1946 |
mix-blend-mode: var(--overlay-mix-blend-mode); |
| 1947 |
opacity: var(--overlay-opacity); |
| 1948 |
transition: var(--overlay-transition, 0.3s); |
| 1949 |
border-radius: var(--border-radius); |
| 1950 |
} |
| 1951 |
.e-con::before { |
| 1952 |
transition: background var(--overlay-transition, 0.3s), border-radius var(--border-transition, 0.3s), opacity var(--overlay-transition, 0.3s); |
| 1953 |
} |
| 1954 |
.e-con > .elementor-background-video-container:before, |
| 1955 |
.e-con > .e-con-inner > .elementor-background-video-container:before { |
| 1956 |
z-index: 1; |
| 1957 |
} |
| 1958 |
.e-con > .elementor-background-slideshow:before, |
| 1959 |
.e-con > .e-con-inner > .elementor-background-slideshow:before { |
| 1960 |
z-index: 2; |
| 1961 |
} |
| 1962 |
.e-con .elementor-widget { |
| 1963 |
min-width: 0; |
| 1964 |
} |
| 1965 |
.e-con .elementor-widget-video, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-empty { |
| 1966 |
width: 100%; |
| 1967 |
} |
| 1968 |
.e-con .elementor-widget.e-widget-swiper { |
| 1969 |
width: 100%; |
| 1970 |
} |
| 1971 |
.e-con > .elementor-widget > .elementor-widget-container, .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container { |
| 1972 |
height: 100%; |
| 1973 |
} |
| 1974 |
.elementor.elementor .e-con > .elementor-widget, .e-con.e-con > .e-con-inner > .elementor-widget { |
| 1975 |
max-width: 100%; |
| 1976 |
} |
| 1977 |
|
| 1978 |
@media (max-width: 767px) { |
| 1979 |
.e-con { |
| 1980 |
--width: 100%; |
| 1981 |
--flex-wrap: wrap; |
| 1982 |
} |
| 1983 |
} |
| 1984 |
.elementor-form-fields-wrapper { |
| 1985 |
display: flex; |
| 1986 |
flex-wrap: wrap; |
| 1987 |
} |
| 1988 |
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup { |
| 1989 |
flex-basis: 100%; |
| 1990 |
max-width: 100%; |
| 1991 |
} |
| 1992 |
.elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper { |
| 1993 |
flex-grow: 1; |
| 1994 |
} |
| 1995 |
|
| 1996 |
.elementor-field-group { |
| 1997 |
flex-wrap: wrap; |
| 1998 |
align-items: center; |
| 1999 |
} |
| 2000 |
.elementor-field-group.elementor-field-type-submit { |
| 2001 |
align-items: flex-end; |
| 2002 |
} |
| 2003 |
.elementor-field-group .elementor-field-textual { |
| 2004 |
width: 100%; |
| 2005 |
max-width: 100%; |
| 2006 |
border: 1px solid #818a91; |
| 2007 |
background-color: transparent; |
| 2008 |
color: #373a3c; |
| 2009 |
vertical-align: middle; |
| 2010 |
flex-grow: 1; |
| 2011 |
} |
| 2012 |
.elementor-field-group .elementor-field-textual:focus { |
| 2013 |
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; |
| 2014 |
outline: 0; |
| 2015 |
} |
| 2016 |
.elementor-field-group .elementor-field-textual::-moz-placeholder { |
| 2017 |
color: inherit; |
| 2018 |
font-family: inherit; |
| 2019 |
opacity: 0.6; |
| 2020 |
} |
| 2021 |
.elementor-field-group .elementor-field-textual::placeholder { |
| 2022 |
color: inherit; |
| 2023 |
font-family: inherit; |
| 2024 |
opacity: 0.6; |
| 2025 |
} |
| 2026 |
.elementor-field-group .elementor-select-wrapper { |
| 2027 |
display: flex; |
| 2028 |
position: relative; |
| 2029 |
width: 100%; |
| 2030 |
} |
| 2031 |
.elementor-field-group .elementor-select-wrapper select { |
| 2032 |
-webkit-appearance: none; |
| 2033 |
-moz-appearance: none; |
| 2034 |
appearance: none; |
| 2035 |
color: inherit; |
| 2036 |
font-size: inherit; |
| 2037 |
font-family: inherit; |
| 2038 |
font-weight: inherit; |
| 2039 |
font-style: inherit; |
| 2040 |
text-transform: inherit; |
| 2041 |
letter-spacing: inherit; |
| 2042 |
line-height: inherit; |
| 2043 |
flex-basis: 100%; |
| 2044 |
padding-left: 20px; |
| 2045 |
} |
| 2046 |
.elementor-field-group .elementor-select-wrapper:before { |
| 2047 |
content: "\e92a"; |
| 2048 |
font-family: "eicons"; |
| 2049 |
font-size: 15px; |
| 2050 |
position: absolute; |
| 2051 |
top: 50%; |
| 2052 |
transform: translateY(-50%); |
| 2053 |
left: 10px; |
| 2054 |
pointer-events: none; |
| 2055 |
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); |
| 2056 |
} |
| 2057 |
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before { |
| 2058 |
content: ""; |
| 2059 |
} |
| 2060 |
|
| 2061 |
.elementor-field-subgroup { |
| 2062 |
display: flex; |
| 2063 |
flex-wrap: wrap; |
| 2064 |
} |
| 2065 |
.elementor-field-subgroup .elementor-field-option label { |
| 2066 |
display: inline-block; |
| 2067 |
} |
| 2068 |
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option { |
| 2069 |
padding-left: 10px; |
| 2070 |
} |
| 2071 |
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option { |
| 2072 |
flex-basis: 100%; |
| 2073 |
} |
| 2074 |
|
| 2075 |
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, |
| 2076 |
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, |
| 2077 |
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, |
| 2078 |
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label, |
| 2079 |
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, |
| 2080 |
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label { |
| 2081 |
display: inline; |
| 2082 |
} |
| 2083 |
|
| 2084 |
.elementor-field-label { |
| 2085 |
cursor: pointer; |
| 2086 |
} |
| 2087 |
.elementor-mark-required .elementor-field-label:after { |
| 2088 |
content: "*"; |
| 2089 |
color: red; |
| 2090 |
padding-right: 0.2em; |
| 2091 |
} |
| 2092 |
|
| 2093 |
.elementor-field-textual { |
| 2094 |
line-height: 1.4; |
| 2095 |
font-size: 15px; |
| 2096 |
min-height: 40px; |
| 2097 |
padding: 5px 14px; |
| 2098 |
border-radius: 3px; |
| 2099 |
} |
| 2100 |
.elementor-field-textual.elementor-size-xs { |
| 2101 |
font-size: 13px; |
| 2102 |
min-height: 33px; |
| 2103 |
padding: 4px 12px; |
| 2104 |
border-radius: 2px; |
| 2105 |
} |
| 2106 |
.elementor-field-textual.elementor-size-md { |
| 2107 |
font-size: 16px; |
| 2108 |
min-height: 47px; |
| 2109 |
padding: 6px 16px; |
| 2110 |
border-radius: 4px; |
| 2111 |
} |
| 2112 |
.elementor-field-textual.elementor-size-lg { |
| 2113 |
font-size: 18px; |
| 2114 |
min-height: 59px; |
| 2115 |
padding: 7px 20px; |
| 2116 |
border-radius: 5px; |
| 2117 |
} |
| 2118 |
.elementor-field-textual.elementor-size-xl { |
| 2119 |
font-size: 20px; |
| 2120 |
min-height: 72px; |
| 2121 |
padding: 8px 24px; |
| 2122 |
border-radius: 6px; |
| 2123 |
} |
| 2124 |
|
| 2125 |
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 2126 |
flex-basis: 100%; |
| 2127 |
} |
| 2128 |
.elementor-button-align-stretch .e-form__buttons__wrapper { |
| 2129 |
flex-basis: 50%; |
| 2130 |
flex-grow: 1; |
| 2131 |
} |
| 2132 |
.elementor-button-align-stretch .e-form__buttons__wrapper__button { |
| 2133 |
flex-basis: 100%; |
| 2134 |
} |
| 2135 |
.elementor-button-align-center .elementor-field-type-submit, |
| 2136 |
.elementor-button-align-center .e-form__buttons { |
| 2137 |
justify-content: center; |
| 2138 |
} |
| 2139 |
.elementor-button-align-start .elementor-field-type-submit, |
| 2140 |
.elementor-button-align-start .e-form__buttons { |
| 2141 |
justify-content: flex-end; |
| 2142 |
} |
| 2143 |
.elementor-button-align-end .elementor-field-type-submit, |
| 2144 |
.elementor-button-align-end .e-form__buttons { |
| 2145 |
justify-content: flex-start; |
| 2146 |
} |
| 2147 |
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 2148 |
flex-basis: initial; |
| 2149 |
} |
| 2150 |
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper { |
| 2151 |
flex-grow: initial; |
| 2152 |
} |
| 2153 |
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button { |
| 2154 |
flex-basis: initial; |
| 2155 |
} |
| 2156 |
|
| 2157 |
@media screen and (max-width: 1024px) { |
| 2158 |
.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 2159 |
flex-basis: 100%; |
| 2160 |
} |
| 2161 |
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper { |
| 2162 |
flex-basis: 50%; |
| 2163 |
flex-grow: 1; |
| 2164 |
} |
| 2165 |
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button { |
| 2166 |
flex-basis: 100%; |
| 2167 |
} |
| 2168 |
.elementor-tablet-button-align-center .elementor-field-type-submit, |
| 2169 |
.elementor-tablet-button-align-center .e-form__buttons { |
| 2170 |
justify-content: center; |
| 2171 |
} |
| 2172 |
.elementor-tablet-button-align-start .elementor-field-type-submit, |
| 2173 |
.elementor-tablet-button-align-start .e-form__buttons { |
| 2174 |
justify-content: flex-end; |
| 2175 |
} |
| 2176 |
.elementor-tablet-button-align-end .elementor-field-type-submit, |
| 2177 |
.elementor-tablet-button-align-end .e-form__buttons { |
| 2178 |
justify-content: flex-start; |
| 2179 |
} |
| 2180 |
.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 2181 |
flex-basis: initial; |
| 2182 |
} |
| 2183 |
.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper { |
| 2184 |
flex-grow: initial; |
| 2185 |
} |
| 2186 |
.elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button { |
| 2187 |
flex-basis: initial; |
| 2188 |
} |
| 2189 |
} |
| 2190 |
@media screen and (max-width: 767px) { |
| 2191 |
.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 2192 |
flex-basis: 100%; |
| 2193 |
} |
| 2194 |
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper { |
| 2195 |
flex-basis: 50%; |
| 2196 |
flex-grow: 1; |
| 2197 |
} |
| 2198 |
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button { |
| 2199 |
flex-basis: 100%; |
| 2200 |
} |
| 2201 |
.elementor-mobile-button-align-center .elementor-field-type-submit, |
| 2202 |
.elementor-mobile-button-align-center .e-form__buttons { |
| 2203 |
justify-content: center; |
| 2204 |
} |
| 2205 |
.elementor-mobile-button-align-start .elementor-field-type-submit, |
| 2206 |
.elementor-mobile-button-align-start .e-form__buttons { |
| 2207 |
justify-content: flex-end; |
| 2208 |
} |
| 2209 |
.elementor-mobile-button-align-end .elementor-field-type-submit, |
| 2210 |
.elementor-mobile-button-align-end .e-form__buttons { |
| 2211 |
justify-content: flex-start; |
| 2212 |
} |
| 2213 |
.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 2214 |
flex-basis: initial; |
| 2215 |
} |
| 2216 |
.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper { |
| 2217 |
flex-grow: initial; |
| 2218 |
} |
| 2219 |
.elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button { |
| 2220 |
flex-basis: initial; |
| 2221 |
} |
| 2222 |
} |
| 2223 |
.elementor-error .elementor-field { |
| 2224 |
border-color: #d9534f; |
| 2225 |
} |
| 2226 |
.elementor-error .help-inline { |
| 2227 |
color: #d9534f; |
| 2228 |
font-size: 0.9em; |
| 2229 |
} |
| 2230 |
|
| 2231 |
.elementor-message { |
| 2232 |
margin: 10px 0; |
| 2233 |
font-size: 1em; |
| 2234 |
line-height: 1; |
| 2235 |
} |
| 2236 |
.elementor-message:before { |
| 2237 |
content: "\e90e"; |
| 2238 |
display: inline-block; |
| 2239 |
font-family: eicons; |
| 2240 |
font-weight: normal; |
| 2241 |
font-style: normal; |
| 2242 |
vertical-align: middle; |
| 2243 |
margin-left: 5px; |
| 2244 |
} |
| 2245 |
.elementor-message.elementor-message-danger { |
| 2246 |
color: #d9534f; |
| 2247 |
} |
| 2248 |
.elementor-message.elementor-message-danger:before { |
| 2249 |
content: "\e87f"; |
| 2250 |
} |
| 2251 |
.elementor-message.form-message-success { |
| 2252 |
color: #5cb85c; |
| 2253 |
} |
| 2254 |
|
| 2255 |
.elementor-form .elementor-button { |
| 2256 |
padding-top: 0; |
| 2257 |
padding-bottom: 0; |
| 2258 |
border: none; |
| 2259 |
} |
| 2260 |
.elementor-form .elementor-button > span { |
| 2261 |
display: flex; |
| 2262 |
justify-content: center; |
| 2263 |
} |
| 2264 |
.elementor-form .elementor-button.elementor-size-xs { |
| 2265 |
min-height: 33px; |
| 2266 |
} |
| 2267 |
.elementor-form .elementor-button.elementor-size-sm { |
| 2268 |
min-height: 40px; |
| 2269 |
} |
| 2270 |
.elementor-form .elementor-button.elementor-size-md { |
| 2271 |
min-height: 47px; |
| 2272 |
} |
| 2273 |
.elementor-form .elementor-button.elementor-size-lg { |
| 2274 |
min-height: 59px; |
| 2275 |
} |
| 2276 |
.elementor-form .elementor-button.elementor-size-xl { |
| 2277 |
min-height: 72px; |
| 2278 |
} |
| 2279 |
|
| 2280 |
.elementor-element .elementor-widget-container { |
| 2281 |
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 400ms); |
| 2282 |
} |
| 2283 |
|
| 2284 |
.elementor-button { |
| 2285 |
display: inline-block; |
| 2286 |
line-height: 1; |
| 2287 |
background-color: #818a91; |
| 2288 |
font-size: 15px; |
| 2289 |
padding: 12px 24px; |
| 2290 |
border-radius: 3px; |
| 2291 |
color: #fff; |
| 2292 |
fill: #fff; |
| 2293 |
text-align: center; |
| 2294 |
transition: all 0.3s; |
| 2295 |
} |
| 2296 |
.elementor-button:hover, .elementor-button:focus, .elementor-button:visited { |
| 2297 |
color: #fff; |
| 2298 |
} |
| 2299 |
.elementor-button-content-wrapper { |
| 2300 |
display: flex; |
| 2301 |
justify-content: center; |
| 2302 |
} |
| 2303 |
.elementor-button-icon { |
| 2304 |
flex-grow: 0; |
| 2305 |
order: 5; |
| 2306 |
} |
| 2307 |
.elementor-button-icon svg { |
| 2308 |
width: 1em; |
| 2309 |
height: auto; |
| 2310 |
} |
| 2311 |
.elementor-button-icon .e-font-icon-svg { |
| 2312 |
height: 1em; |
| 2313 |
} |
| 2314 |
.elementor-button-text { |
| 2315 |
flex-grow: 1; |
| 2316 |
order: 10; |
| 2317 |
display: inline-block; |
| 2318 |
} |
| 2319 |
.elementor-button.elementor-size-xs { |
| 2320 |
font-size: 13px; |
| 2321 |
padding: 10px 20px; |
| 2322 |
border-radius: 2px; |
| 2323 |
} |
| 2324 |
.elementor-button.elementor-size-md { |
| 2325 |
font-size: 16px; |
| 2326 |
padding: 15px 30px; |
| 2327 |
border-radius: 4px; |
| 2328 |
} |
| 2329 |
.elementor-button.elementor-size-lg { |
| 2330 |
font-size: 18px; |
| 2331 |
padding: 20px 40px; |
| 2332 |
border-radius: 5px; |
| 2333 |
} |
| 2334 |
.elementor-button.elementor-size-xl { |
| 2335 |
font-size: 20px; |
| 2336 |
padding: 25px 50px; |
| 2337 |
border-radius: 6px; |
| 2338 |
} |
| 2339 |
.elementor-button .elementor-align-icon-right { |
| 2340 |
margin-left: 5px; |
| 2341 |
order: 5; |
| 2342 |
} |
| 2343 |
.elementor-button .elementor-align-icon-left { |
| 2344 |
margin-right: 5px; |
| 2345 |
order: 15; |
| 2346 |
} |
| 2347 |
.elementor-button span { |
| 2348 |
text-decoration: inherit; |
| 2349 |
} |
| 2350 |
|
| 2351 |
.elementor-element.elementor-button-info .elementor-button { |
| 2352 |
background-color: #5bc0de; |
| 2353 |
} |
| 2354 |
.elementor-element.elementor-button-success .elementor-button { |
| 2355 |
background-color: #5cb85c; |
| 2356 |
} |
| 2357 |
.elementor-element.elementor-button-warning .elementor-button { |
| 2358 |
background-color: #f0ad4e; |
| 2359 |
} |
| 2360 |
.elementor-element.elementor-button-danger .elementor-button { |
| 2361 |
background-color: #d9534f; |
| 2362 |
} |
| 2363 |
|
| 2364 |
.elementor-widget-button .elementor-button .elementor-button-info { |
| 2365 |
background-color: #5bc0de; |
| 2366 |
} |
| 2367 |
.elementor-widget-button .elementor-button .elementor-button-success { |
| 2368 |
background-color: #5cb85c; |
| 2369 |
} |
| 2370 |
.elementor-widget-button .elementor-button .elementor-button-warning { |
| 2371 |
background-color: #f0ad4e; |
| 2372 |
} |
| 2373 |
.elementor-widget-button .elementor-button .elementor-button-danger { |
| 2374 |
background-color: #d9534f; |
| 2375 |
} |
| 2376 |
|
| 2377 |
.elementor-tab-title a { |
| 2378 |
color: inherit; |
| 2379 |
} |
| 2380 |
|
| 2381 |
.elementor-view-stacked .elementor-icon { |
| 2382 |
padding: 0.5em; |
| 2383 |
background-color: #818a91; |
| 2384 |
color: #fff; |
| 2385 |
fill: #fff; |
| 2386 |
} |
| 2387 |
|
| 2388 |
.elementor-view-framed .elementor-icon { |
| 2389 |
padding: 0.5em; |
| 2390 |
color: #818a91; |
| 2391 |
border: 3px solid #818a91; |
| 2392 |
background-color: transparent; |
| 2393 |
} |
| 2394 |
|
| 2395 |
.elementor-icon { |
| 2396 |
display: inline-block; |
| 2397 |
line-height: 1; |
| 2398 |
transition: all 0.3s; |
| 2399 |
color: #818a91; |
| 2400 |
font-size: 50px; |
| 2401 |
text-align: center; |
| 2402 |
} |
| 2403 |
.elementor-icon:hover { |
| 2404 |
color: #818a91; |
| 2405 |
} |
| 2406 |
.elementor-icon i, .elementor-icon svg { |
| 2407 |
width: 1em; |
| 2408 |
height: 1em; |
| 2409 |
position: relative; |
| 2410 |
display: block; |
| 2411 |
} |
| 2412 |
.elementor-icon i:before, .elementor-icon svg:before { |
| 2413 |
position: absolute; |
| 2414 |
left: 50%; |
| 2415 |
transform: translateX(-50%); |
| 2416 |
} |
| 2417 |
.elementor-icon i.fad { |
| 2418 |
width: initial; |
| 2419 |
} |
| 2420 |
|
| 2421 |
.elementor-shape-circle .elementor-icon { |
| 2422 |
border-radius: 50%; |
| 2423 |
} |
| 2424 |
|
| 2425 |
.e-transform .elementor-widget-container { |
| 2426 |
transform: perspective(var(--e-transform-perspective, 0)) rotateZ(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0)); |
| 2427 |
transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x); |
| 2428 |
} |
| 2429 |
|
| 2430 |
.e-con.e-transform { |
| 2431 |
transform: perspective(var(--e-con-transform-perspective, 0)) rotateZ(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0)); |
| 2432 |
transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x); |
| 2433 |
} |
| 2434 |
|
| 2435 |
/** |
| 2436 |
* Swiper 3.4.2 |
| 2437 |
* Customized by Elementor team |
| 2438 |
*/ |
| 2439 |
.swiper-container { |
| 2440 |
margin-left: auto; |
| 2441 |
margin-right: auto; |
| 2442 |
position: relative; |
| 2443 |
overflow: hidden; |
| 2444 |
/* Fix of Webkit flickering */ |
| 2445 |
z-index: 1; |
| 2446 |
} |
| 2447 |
.swiper-container .swiper-slide figure { |
| 2448 |
line-height: 0; |
| 2449 |
} |
| 2450 |
.swiper-container .elementor-lightbox-content-source { |
| 2451 |
display: none; |
| 2452 |
} |
| 2453 |
|
| 2454 |
.swiper-container-no-flexbox .swiper-slide { |
| 2455 |
float: left; |
| 2456 |
} |
| 2457 |
|
| 2458 |
.swiper-container-vertical > .swiper-wrapper { |
| 2459 |
flex-direction: column; |
| 2460 |
} |
| 2461 |
|
| 2462 |
.swiper-wrapper { |
| 2463 |
position: relative; |
| 2464 |
width: 100%; |
| 2465 |
height: 100%; |
| 2466 |
z-index: 1; |
| 2467 |
display: flex; |
| 2468 |
transition-property: transform; |
| 2469 |
box-sizing: content-box; |
| 2470 |
} |
| 2471 |
|
| 2472 |
.swiper-container-android .swiper-slide, .swiper-wrapper { |
| 2473 |
transform: translate3d(0px, 0, 0); |
| 2474 |
} |
| 2475 |
|
| 2476 |
.swiper-container-multirow > .swiper-wrapper { |
| 2477 |
flex-wrap: wrap; |
| 2478 |
} |
| 2479 |
|
| 2480 |
.swiper-container-free-mode > .swiper-wrapper { |
| 2481 |
transition-timing-function: ease-out; |
| 2482 |
margin: 0 auto; |
| 2483 |
} |
| 2484 |
|
| 2485 |
.swiper-slide { |
| 2486 |
flex-shrink: 0; |
| 2487 |
width: 100%; |
| 2488 |
height: 100%; |
| 2489 |
position: relative; |
| 2490 |
} |
| 2491 |
|
| 2492 |
/* Auto Height */ |
| 2493 |
.swiper-container-autoheight { |
| 2494 |
height: auto; |
| 2495 |
} |
| 2496 |
.swiper-container-autoheight .swiper-slide { |
| 2497 |
height: auto; |
| 2498 |
} |
| 2499 |
.swiper-container-autoheight .swiper-wrapper { |
| 2500 |
align-items: flex-start; |
| 2501 |
transition-property: transform, height; |
| 2502 |
} |
| 2503 |
|
| 2504 |
/* a11y */ |
| 2505 |
.swiper-container .swiper-notification { |
| 2506 |
position: absolute; |
| 2507 |
left: 0; |
| 2508 |
top: 0; |
| 2509 |
pointer-events: none; |
| 2510 |
opacity: 0; |
| 2511 |
z-index: -1000; |
| 2512 |
} |
| 2513 |
|
| 2514 |
/* IE10 Windows Phone 8 Fixes */ |
| 2515 |
.swiper-wp8-horizontal { |
| 2516 |
touch-action: pan-y; |
| 2517 |
} |
| 2518 |
|
| 2519 |
.swiper-wp8-vertical { |
| 2520 |
touch-action: pan-x; |
| 2521 |
} |
| 2522 |
|
| 2523 |
/* Arrows */ |
| 2524 |
.swiper-button-prev, .swiper-button-next { |
| 2525 |
position: absolute; |
| 2526 |
top: 50%; |
| 2527 |
width: 27px; |
| 2528 |
height: 44px; |
| 2529 |
margin-top: -22px; |
| 2530 |
z-index: 10; |
| 2531 |
cursor: pointer; |
| 2532 |
background-size: 27px 44px; |
| 2533 |
background: no-repeat center; |
| 2534 |
} |
| 2535 |
|
| 2536 |
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { |
| 2537 |
opacity: 0.35; |
| 2538 |
cursor: auto; |
| 2539 |
pointer-events: none; |
| 2540 |
} |
| 2541 |
|
| 2542 |
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { |
| 2543 |
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); |
| 2544 |
left: 10px; |
| 2545 |
right: auto; |
| 2546 |
} |
| 2547 |
|
| 2548 |
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { |
| 2549 |
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); |
| 2550 |
} |
| 2551 |
|
| 2552 |
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { |
| 2553 |
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); |
| 2554 |
} |
| 2555 |
|
| 2556 |
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { |
| 2557 |
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); |
| 2558 |
right: 10px; |
| 2559 |
left: auto; |
| 2560 |
} |
| 2561 |
|
| 2562 |
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { |
| 2563 |
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); |
| 2564 |
} |
| 2565 |
|
| 2566 |
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { |
| 2567 |
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); |
| 2568 |
} |
| 2569 |
|
| 2570 |
/* Pagination Styles */ |
| 2571 |
.swiper-pagination { |
| 2572 |
position: absolute; |
| 2573 |
text-align: center; |
| 2574 |
transition: 300ms; |
| 2575 |
transform: translate3d(0, 0, 0); |
| 2576 |
z-index: 10; |
| 2577 |
} |
| 2578 |
.swiper-pagination.swiper-pagination-hidden { |
| 2579 |
opacity: 0; |
| 2580 |
} |
| 2581 |
|
| 2582 |
/* Common Styles */ |
| 2583 |
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { |
| 2584 |
bottom: 5px; |
| 2585 |
left: 0; |
| 2586 |
width: 100%; |
| 2587 |
} |
| 2588 |
|
| 2589 |
/* Bullets */ |
| 2590 |
.swiper-pagination-bullet { |
| 2591 |
width: 6px; |
| 2592 |
height: 6px; |
| 2593 |
display: inline-block; |
| 2594 |
border-radius: 50%; |
| 2595 |
background: #000; |
| 2596 |
opacity: 0.2; |
| 2597 |
} |
| 2598 |
|
| 2599 |
.swiper-pagination-fraction { |
| 2600 |
color: #000; |
| 2601 |
} |
| 2602 |
|
| 2603 |
button.swiper-pagination-bullet { |
| 2604 |
border: none; |
| 2605 |
margin: 0; |
| 2606 |
padding: 0; |
| 2607 |
box-shadow: none; |
| 2608 |
-webkit-appearance: none; |
| 2609 |
-moz-appearance: none; |
| 2610 |
appearance: none; |
| 2611 |
} |
| 2612 |
|
| 2613 |
.swiper-pagination-clickable .swiper-pagination-bullet { |
| 2614 |
cursor: pointer; |
| 2615 |
} |
| 2616 |
|
| 2617 |
.swiper-pagination-white .swiper-pagination-bullet { |
| 2618 |
background: #fff; |
| 2619 |
} |
| 2620 |
|
| 2621 |
.swiper-pagination-bullet-active { |
| 2622 |
opacity: 1; |
| 2623 |
} |
| 2624 |
|
| 2625 |
.swiper-pagination-white .swiper-pagination-bullet-active { |
| 2626 |
background: #fff; |
| 2627 |
} |
| 2628 |
|
| 2629 |
.swiper-pagination-black .swiper-pagination-bullet-active { |
| 2630 |
background: #000; |
| 2631 |
} |
| 2632 |
|
| 2633 |
.swiper-container-vertical > .swiper-pagination-bullets { |
| 2634 |
right: 10px; |
| 2635 |
top: 50%; |
| 2636 |
transform: translate3d(0px, -50%, 0); |
| 2637 |
} |
| 2638 |
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { |
| 2639 |
margin: 5px 0; |
| 2640 |
display: block; |
| 2641 |
} |
| 2642 |
|
| 2643 |
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { |
| 2644 |
margin: 0 6px; |
| 2645 |
} |
| 2646 |
|
| 2647 |
/* Progressbar */ |
| 2648 |
.swiper-pagination-progressbar { |
| 2649 |
background: rgba(0, 0, 0, 0.25); |
| 2650 |
position: absolute; |
| 2651 |
} |
| 2652 |
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { |
| 2653 |
background: #000; |
| 2654 |
position: absolute; |
| 2655 |
left: 0; |
| 2656 |
top: 0; |
| 2657 |
width: 100%; |
| 2658 |
height: 100%; |
| 2659 |
transform: scale(0); |
| 2660 |
transform-origin: left top; |
| 2661 |
} |
| 2662 |
|
| 2663 |
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { |
| 2664 |
transform-origin: right top; |
| 2665 |
} |
| 2666 |
|
| 2667 |
.swiper-container-horizontal > .swiper-pagination-progressbar { |
| 2668 |
width: 100%; |
| 2669 |
height: 4px; |
| 2670 |
left: 0; |
| 2671 |
top: 0; |
| 2672 |
} |
| 2673 |
|
| 2674 |
.swiper-container-vertical > .swiper-pagination-progressbar { |
| 2675 |
width: 4px; |
| 2676 |
height: 100%; |
| 2677 |
left: 0; |
| 2678 |
top: 0; |
| 2679 |
} |
| 2680 |
|
| 2681 |
.swiper-pagination-progressbar.swiper-pagination-white { |
| 2682 |
background: rgba(255, 255, 255, 0.5); |
| 2683 |
} |
| 2684 |
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { |
| 2685 |
background: #fff; |
| 2686 |
} |
| 2687 |
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { |
| 2688 |
background: #000; |
| 2689 |
} |
| 2690 |
|
| 2691 |
/* 3D Container */ |
| 2692 |
.swiper-container-3d { |
| 2693 |
perspective: 1200px; |
| 2694 |
} |
| 2695 |
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow { |
| 2696 |
transform-style: preserve-3d; |
| 2697 |
} |
| 2698 |
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom { |
| 2699 |
position: absolute; |
| 2700 |
left: 0; |
| 2701 |
top: 0; |
| 2702 |
width: 100%; |
| 2703 |
height: 100%; |
| 2704 |
pointer-events: none; |
| 2705 |
z-index: 10; |
| 2706 |
} |
| 2707 |
.swiper-container-3d .swiper-slide-shadow-left { |
| 2708 |
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 2709 |
} |
| 2710 |
.swiper-container-3d .swiper-slide-shadow-right { |
| 2711 |
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 2712 |
} |
| 2713 |
.swiper-container-3d .swiper-slide-shadow-top { |
| 2714 |
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 2715 |
} |
| 2716 |
.swiper-container-3d .swiper-slide-shadow-bottom { |
| 2717 |
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 2718 |
} |
| 2719 |
|
| 2720 |
/* Coverflow */ |
| 2721 |
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { |
| 2722 |
/* Windows 8 IE 10 fix */ |
| 2723 |
-ms-perspective: 1200px; |
| 2724 |
} |
| 2725 |
|
| 2726 |
/* Cube + Flip */ |
| 2727 |
.swiper-container-cube, .swiper-container-flip { |
| 2728 |
overflow: visible; |
| 2729 |
} |
| 2730 |
|
| 2731 |
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide { |
| 2732 |
pointer-events: none; |
| 2733 |
z-index: 1; |
| 2734 |
} |
| 2735 |
|
| 2736 |
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide { |
| 2737 |
pointer-events: none; |
| 2738 |
} |
| 2739 |
|
| 2740 |
.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { |
| 2741 |
pointer-events: auto; |
| 2742 |
} |
| 2743 |
|
| 2744 |
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right { |
| 2745 |
z-index: 0; |
| 2746 |
backface-visibility: hidden; |
| 2747 |
} |
| 2748 |
|
| 2749 |
/* Cube */ |
| 2750 |
.swiper-container-cube .swiper-slide { |
| 2751 |
visibility: hidden; |
| 2752 |
transform-origin: 0 0; |
| 2753 |
width: 100%; |
| 2754 |
height: 100%; |
| 2755 |
} |
| 2756 |
.swiper-container-cube.swiper-container-rtl .swiper-slide { |
| 2757 |
transform-origin: 100% 0; |
| 2758 |
} |
| 2759 |
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide { |
| 2760 |
pointer-events: auto; |
| 2761 |
visibility: visible; |
| 2762 |
} |
| 2763 |
.swiper-container-cube .swiper-cube-shadow { |
| 2764 |
position: absolute; |
| 2765 |
left: 0; |
| 2766 |
bottom: 0; |
| 2767 |
width: 100%; |
| 2768 |
height: 100%; |
| 2769 |
background: #000; |
| 2770 |
opacity: 0.6; |
| 2771 |
filter: blur(50px); |
| 2772 |
z-index: 0; |
| 2773 |
} |
| 2774 |
|
| 2775 |
/* Fade */ |
| 2776 |
.swiper-container-fade.swiper-container-free-mode .swiper-slide { |
| 2777 |
transition-timing-function: ease-out; |
| 2778 |
} |
| 2779 |
.swiper-container-fade .swiper-slide { |
| 2780 |
pointer-events: none; |
| 2781 |
transition-property: opacity; |
| 2782 |
} |
| 2783 |
.swiper-container-fade .swiper-slide .swiper-slide { |
| 2784 |
pointer-events: none; |
| 2785 |
} |
| 2786 |
.swiper-container-fade .swiper-slide-active { |
| 2787 |
pointer-events: auto; |
| 2788 |
} |
| 2789 |
.swiper-container-fade .swiper-slide-active .swiper-slide-active { |
| 2790 |
pointer-events: auto; |
| 2791 |
} |
| 2792 |
|
| 2793 |
.swiper-zoom-container { |
| 2794 |
width: 100%; |
| 2795 |
height: 100%; |
| 2796 |
display: flex; |
| 2797 |
justify-content: center; |
| 2798 |
align-items: center; |
| 2799 |
text-align: center; |
| 2800 |
} |
| 2801 |
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas { |
| 2802 |
max-width: 100%; |
| 2803 |
max-height: 100%; |
| 2804 |
-o-object-fit: contain; |
| 2805 |
object-fit: contain; |
| 2806 |
} |
| 2807 |
|
| 2808 |
/* Scrollbar */ |
| 2809 |
.swiper-scrollbar { |
| 2810 |
border-radius: 10px; |
| 2811 |
position: relative; |
| 2812 |
-ms-touch-action: none; |
| 2813 |
background: rgba(0, 0, 0, 0.1); |
| 2814 |
} |
| 2815 |
|
| 2816 |
.swiper-container-horizontal > .swiper-scrollbar { |
| 2817 |
position: absolute; |
| 2818 |
left: 1%; |
| 2819 |
bottom: 3px; |
| 2820 |
z-index: 50; |
| 2821 |
height: 5px; |
| 2822 |
width: 98%; |
| 2823 |
} |
| 2824 |
|
| 2825 |
.swiper-container-vertical > .swiper-scrollbar { |
| 2826 |
position: absolute; |
| 2827 |
right: 3px; |
| 2828 |
top: 1%; |
| 2829 |
z-index: 50; |
| 2830 |
width: 5px; |
| 2831 |
height: 98%; |
| 2832 |
} |
| 2833 |
|
| 2834 |
.swiper-scrollbar-drag { |
| 2835 |
height: 100%; |
| 2836 |
width: 100%; |
| 2837 |
position: relative; |
| 2838 |
background: rgba(0, 0, 0, 0.5); |
| 2839 |
border-radius: 10px; |
| 2840 |
left: 0; |
| 2841 |
top: 0; |
| 2842 |
} |
| 2843 |
|
| 2844 |
.swiper-scrollbar-cursor-drag { |
| 2845 |
cursor: move; |
| 2846 |
} |
| 2847 |
|
| 2848 |
.elementor-pagination-position-outside .swiper-container { |
| 2849 |
padding-bottom: 30px; |
| 2850 |
} |
| 2851 |
.elementor-pagination-position-outside .elementor-swiper-button { |
| 2852 |
top: calc(50% - 30px / 2); |
| 2853 |
} |
| 2854 |
|
| 2855 |
.elementor-swiper { |
| 2856 |
position: relative; |
| 2857 |
} |
| 2858 |
|
| 2859 |
.elementor-main-swiper { |
| 2860 |
position: static; |
| 2861 |
} |
| 2862 |
|
| 2863 |
.elementor-arrows-position-outside .swiper-container { |
| 2864 |
width: calc(100% - 60px); |
| 2865 |
} |
| 2866 |
.elementor-arrows-position-outside .elementor-swiper-button-prev { |
| 2867 |
left: 0; |
| 2868 |
} |
| 2869 |
.elementor-arrows-position-outside .elementor-swiper-button-next { |
| 2870 |
right: 0; |
| 2871 |
} |
| 2872 |
|
| 2873 |
.swiper-image-stretch .swiper-slide .swiper-slide-image { |
| 2874 |
width: 100%; |
| 2875 |
} |
| 2876 |
|
| 2877 |
.elementor-swiper-button { |
| 2878 |
position: absolute; |
| 2879 |
display: inline-flex; |
| 2880 |
z-index: 1; |
| 2881 |
cursor: pointer; |
| 2882 |
font-size: 25px; |
| 2883 |
color: rgba(238, 238, 238, 0.9); |
| 2884 |
top: 50%; |
| 2885 |
transform: translateY(-50%); |
| 2886 |
} |
| 2887 |
.elementor-swiper-button svg { |
| 2888 |
fill: rgba(238, 238, 238, 0.9); |
| 2889 |
height: 1em; |
| 2890 |
width: 1em; |
| 2891 |
} |
| 2892 |
.elementor-swiper-button-prev { |
| 2893 |
left: 10px; |
| 2894 |
} |
| 2895 |
.elementor-swiper-button-next { |
| 2896 |
right: 10px; |
| 2897 |
} |
| 2898 |
.elementor-swiper-button.swiper-button-disabled { |
| 2899 |
opacity: 0.3; |
| 2900 |
} |
| 2901 |
|
| 2902 |
.swiper-container-cube .elementor-swiper-button { |
| 2903 |
transform: translate3d(0, -50%, 1px); |
| 2904 |
} |
| 2905 |
|
| 2906 |
/* Preloader */ |
| 2907 |
.swiper-lazy-preloader { |
| 2908 |
width: 42px; |
| 2909 |
height: 42px; |
| 2910 |
position: absolute; |
| 2911 |
left: 50%; |
| 2912 |
top: 50%; |
| 2913 |
margin-left: -21px; |
| 2914 |
margin-top: -21px; |
| 2915 |
z-index: 10; |
| 2916 |
transform-origin: 50%; |
| 2917 |
animation: swiper-preloader-spin 1s steps(12, end) infinite; |
| 2918 |
} |
| 2919 |
.swiper-lazy-preloader:after { |
| 2920 |
display: block; |
| 2921 |
content: ""; |
| 2922 |
width: 100%; |
| 2923 |
height: 100%; |
| 2924 |
background-size: 100%; |
| 2925 |
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50%; |
| 2926 |
} |
| 2927 |
|
| 2928 |
.swiper-lazy-preloader-white:after { |
| 2929 |
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); |
| 2930 |
} |
| 2931 |
|
| 2932 |
@keyframes swiper-preloader-spin { |
| 2933 |
100% { |
| 2934 |
transform: rotate(360deg); |
| 2935 |
} |
| 2936 |
} |
| 2937 |
.elementor-lightbox { |
| 2938 |
--lightbox-ui-color: rgba(238, 238, 238, 0.9); |
| 2939 |
--lightbox-ui-color-hover: #fff; |
| 2940 |
--lightbox-text-color: var(--lightbox-ui-color); |
| 2941 |
--lightbox-header-icons-size: 20px; |
| 2942 |
--lightbox-navigation-icons-size: 25px; |
| 2943 |
} |
| 2944 |
.elementor-lightbox .dialog-header { |
| 2945 |
display: none; |
| 2946 |
} |
| 2947 |
.elementor-lightbox .dialog-widget-content { |
| 2948 |
background: none; |
| 2949 |
box-shadow: none; |
| 2950 |
width: 100%; |
| 2951 |
height: 100%; |
| 2952 |
} |
| 2953 |
.elementor-lightbox .dialog-message { |
| 2954 |
animation-duration: 0.3s; |
| 2955 |
} |
| 2956 |
.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) { |
| 2957 |
height: 100%; |
| 2958 |
} |
| 2959 |
.elementor-lightbox .dialog-message.dialog-lightbox-message { |
| 2960 |
padding: 0; |
| 2961 |
} |
| 2962 |
.elementor-lightbox .dialog-lightbox-close-button { |
| 2963 |
cursor: pointer; |
| 2964 |
position: absolute; |
| 2965 |
font-size: var(--lightbox-header-icons-size); |
| 2966 |
left: 0.75em; |
| 2967 |
margin-top: 13px; |
| 2968 |
padding: 0.25em; |
| 2969 |
z-index: 2; |
| 2970 |
line-height: 1; |
| 2971 |
display: flex; |
| 2972 |
} |
| 2973 |
.elementor-lightbox .dialog-lightbox-close-button svg { |
| 2974 |
height: 1em; |
| 2975 |
width: 1em; |
| 2976 |
} |
| 2977 |
.elementor-lightbox .dialog-lightbox-close-button, |
| 2978 |
.elementor-lightbox .elementor-swiper-button { |
| 2979 |
color: var(--lightbox-ui-color); |
| 2980 |
transition: all 0.3s; |
| 2981 |
opacity: 1; |
| 2982 |
} |
| 2983 |
.elementor-lightbox .dialog-lightbox-close-button svg, |
| 2984 |
.elementor-lightbox .elementor-swiper-button svg { |
| 2985 |
fill: var(--lightbox-ui-color); |
| 2986 |
} |
| 2987 |
.elementor-lightbox .dialog-lightbox-close-button:hover, |
| 2988 |
.elementor-lightbox .elementor-swiper-button:hover { |
| 2989 |
color: var(--lightbox-ui-color-hover); |
| 2990 |
} |
| 2991 |
.elementor-lightbox .dialog-lightbox-close-button:hover svg, |
| 2992 |
.elementor-lightbox .elementor-swiper-button:hover svg { |
| 2993 |
fill: var(--lightbox-ui-color-hover); |
| 2994 |
} |
| 2995 |
.elementor-lightbox .swiper-container { |
| 2996 |
height: 100%; |
| 2997 |
} |
| 2998 |
.elementor-lightbox .elementor-lightbox-item { |
| 2999 |
display: flex; |
| 3000 |
align-items: center; |
| 3001 |
justify-content: center; |
| 3002 |
position: relative; |
| 3003 |
padding: 70px; |
| 3004 |
box-sizing: border-box; |
| 3005 |
height: 100%; |
| 3006 |
margin: auto; |
| 3007 |
} |
| 3008 |
@media (max-width: 767px) { |
| 3009 |
.elementor-lightbox .elementor-lightbox-item { |
| 3010 |
padding: 70px 0; |
| 3011 |
} |
| 3012 |
} |
| 3013 |
.elementor-lightbox .elementor-lightbox-image { |
| 3014 |
max-height: 100%; |
| 3015 |
-webkit-user-select: none; |
| 3016 |
-moz-user-select: none; |
| 3017 |
user-select: none; |
| 3018 |
} |
| 3019 |
.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover { |
| 3020 |
opacity: 1; |
| 3021 |
filter: none; |
| 3022 |
border: none; |
| 3023 |
} |
| 3024 |
.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container { |
| 3025 |
box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3); |
| 3026 |
border-radius: 2px; |
| 3027 |
} |
| 3028 |
.elementor-lightbox .elementor-video-container { |
| 3029 |
position: absolute; |
| 3030 |
top: 50%; |
| 3031 |
left: 50%; |
| 3032 |
transform: translate(-50%, -50%); |
| 3033 |
} |
| 3034 |
@media (min-width: 1025px) { |
| 3035 |
.elementor-lightbox .elementor-video-container { |
| 3036 |
width: 75%; |
| 3037 |
} |
| 3038 |
} |
| 3039 |
@media (max-width: 1024px) { |
| 3040 |
.elementor-lightbox .elementor-video-container { |
| 3041 |
width: 100%; |
| 3042 |
} |
| 3043 |
} |
| 3044 |
@media (min-width: 768px) and (max-width: 1024px) { |
| 3045 |
.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container { |
| 3046 |
width: 70%; |
| 3047 |
} |
| 3048 |
} |
| 3049 |
.elementor-lightbox .elementor-swiper-button:focus { |
| 3050 |
outline-width: 1px; |
| 3051 |
} |
| 3052 |
.elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next { |
| 3053 |
height: 100%; |
| 3054 |
display: flex; |
| 3055 |
align-items: center; |
| 3056 |
width: 15%; |
| 3057 |
justify-content: center; |
| 3058 |
font-size: var(--lightbox-navigation-icons-size); |
| 3059 |
} |
| 3060 |
.elementor-lightbox .elementor-swiper-button-prev { |
| 3061 |
left: 0; |
| 3062 |
} |
| 3063 |
.elementor-lightbox .elementor-swiper-button-next { |
| 3064 |
right: 0; |
| 3065 |
} |
| 3066 |
@media (max-width: 767px) { |
| 3067 |
.elementor-lightbox .elementor-swiper-button:focus { |
| 3068 |
outline: none; |
| 3069 |
} |
| 3070 |
.elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next { |
| 3071 |
width: 20%; |
| 3072 |
} |
| 3073 |
.elementor-lightbox .elementor-swiper-button-prev i, .elementor-lightbox .elementor-swiper-button-next i { |
| 3074 |
padding: 10px; |
| 3075 |
background-color: rgba(0, 0, 0, 0.5); |
| 3076 |
} |
| 3077 |
.elementor-lightbox .elementor-swiper-button-prev { |
| 3078 |
left: 0; |
| 3079 |
justify-content: flex-start; |
| 3080 |
} |
| 3081 |
.elementor-lightbox .elementor-swiper-button-next { |
| 3082 |
right: 0; |
| 3083 |
justify-content: flex-end; |
| 3084 |
} |
| 3085 |
} |
| 3086 |
|
| 3087 |
.elementor-slideshow__counter { |
| 3088 |
color: currentColor; |
| 3089 |
font-size: 0.75em; |
| 3090 |
width: -moz-max-content; |
| 3091 |
width: max-content; |
| 3092 |
} |
| 3093 |
.elementor-slideshow__header, .elementor-slideshow__footer { |
| 3094 |
position: absolute; |
| 3095 |
left: 0; |
| 3096 |
width: 100%; |
| 3097 |
padding: 15px 20px; |
| 3098 |
transition: 0.3s; |
| 3099 |
} |
| 3100 |
.elementor-slideshow__footer { |
| 3101 |
color: var(--lightbox-text-color); |
| 3102 |
} |
| 3103 |
.elementor-slideshow__header { |
| 3104 |
color: var(--lightbox-ui-color); |
| 3105 |
display: flex; |
| 3106 |
flex-direction: row-reverse; |
| 3107 |
font-size: var(--lightbox-header-icons-size); |
| 3108 |
padding-right: 1em; |
| 3109 |
padding-left: 2.6em; |
| 3110 |
top: 0; |
| 3111 |
align-items: center; |
| 3112 |
z-index: 10; |
| 3113 |
} |
| 3114 |
.elementor-slideshow__header > i, |
| 3115 |
.elementor-slideshow__header > svg { |
| 3116 |
cursor: pointer; |
| 3117 |
padding: 0.25em; |
| 3118 |
margin: 0 0.35em; |
| 3119 |
} |
| 3120 |
.elementor-slideshow__header > i { |
| 3121 |
font-size: inherit; |
| 3122 |
} |
| 3123 |
.elementor-slideshow__header > i:hover { |
| 3124 |
color: var(--lightbox-ui-color-hover); |
| 3125 |
} |
| 3126 |
.elementor-slideshow__header > svg { |
| 3127 |
box-sizing: content-box; |
| 3128 |
fill: var(--lightbox-ui-color); |
| 3129 |
height: 1em; |
| 3130 |
width: 1em; |
| 3131 |
} |
| 3132 |
.elementor-slideshow__header > svg:hover { |
| 3133 |
fill: var(--lightbox-ui-color-hover); |
| 3134 |
} |
| 3135 |
.elementor-slideshow__header .elementor-slideshow__counter { |
| 3136 |
margin-left: auto; |
| 3137 |
} |
| 3138 |
.elementor-slideshow__header .elementor-icon-share { |
| 3139 |
z-index: 5; |
| 3140 |
} |
| 3141 |
.elementor-slideshow__share-menu { |
| 3142 |
background-color: rgba(0, 0, 0, 0); |
| 3143 |
width: 0; |
| 3144 |
height: 0; |
| 3145 |
position: absolute; |
| 3146 |
overflow: hidden; |
| 3147 |
transition: background-color 400ms; |
| 3148 |
} |
| 3149 |
.elementor-slideshow__share-menu .elementor-slideshow__share-links a { |
| 3150 |
color: #2C2C2C; |
| 3151 |
} |
| 3152 |
.elementor-slideshow__share-links { |
| 3153 |
display: block; |
| 3154 |
position: absolute; |
| 3155 |
min-width: 200px; |
| 3156 |
left: 2.8em; |
| 3157 |
top: 3em; |
| 3158 |
background-color: #fff; |
| 3159 |
border-radius: 3px; |
| 3160 |
padding: 14px 20px; |
| 3161 |
transform: scale(0); |
| 3162 |
opacity: 0; |
| 3163 |
transform-origin: 90% 10%; |
| 3164 |
transition: all 250ms 100ms; |
| 3165 |
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); |
| 3166 |
} |
| 3167 |
.elementor-slideshow__share-links a { |
| 3168 |
text-align: right; |
| 3169 |
color: #55595c; |
| 3170 |
font-size: 12px; |
| 3171 |
line-height: 2.5; |
| 3172 |
display: block; |
| 3173 |
opacity: 0; |
| 3174 |
transition: opacity 500ms 100ms; |
| 3175 |
} |
| 3176 |
.elementor-slideshow__share-links a:hover { |
| 3177 |
color: #000; |
| 3178 |
} |
| 3179 |
.elementor-slideshow__share-links a i, |
| 3180 |
.elementor-slideshow__share-links a svg { |
| 3181 |
margin-left: 0.75em; |
| 3182 |
} |
| 3183 |
.elementor-slideshow__share-links a i { |
| 3184 |
font-size: 1.25em; |
| 3185 |
} |
| 3186 |
.elementor-slideshow__share-links a svg { |
| 3187 |
height: 1.25em; |
| 3188 |
width: 1.25em; |
| 3189 |
} |
| 3190 |
.elementor-slideshow__share-links:before { |
| 3191 |
content: ""; |
| 3192 |
display: block; |
| 3193 |
position: absolute; |
| 3194 |
top: 1px; |
| 3195 |
left: 0.5em; |
| 3196 |
border: 0.45em solid; |
| 3197 |
border-color: transparent transparent #fff transparent; |
| 3198 |
transform: translateY(-100%) scaleX(0.7); |
| 3199 |
} |
| 3200 |
.elementor-slideshow__footer { |
| 3201 |
bottom: 0; |
| 3202 |
z-index: 5; |
| 3203 |
position: fixed; |
| 3204 |
} |
| 3205 |
.elementor-slideshow__title, .elementor-slideshow__description { |
| 3206 |
margin: 0; |
| 3207 |
} |
| 3208 |
.elementor-slideshow__title { |
| 3209 |
font-size: 16px; |
| 3210 |
font-weight: bold; |
| 3211 |
} |
| 3212 |
.elementor-slideshow__description { |
| 3213 |
font-size: 14px; |
| 3214 |
} |
| 3215 |
.elementor-slideshow--ui-hidden .elementor-slideshow__header, .elementor-slideshow--ui-hidden .elementor-slideshow__footer { |
| 3216 |
opacity: 0; |
| 3217 |
pointer-events: none; |
| 3218 |
} |
| 3219 |
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev, .elementor-slideshow--ui-hidden .elementor-swiper-button-next { |
| 3220 |
opacity: 0; |
| 3221 |
} |
| 3222 |
.elementor-slideshow--fullscreen-mode .elementor-video-container { |
| 3223 |
width: 100%; |
| 3224 |
} |
| 3225 |
.elementor-slideshow--zoom-mode .elementor-slideshow__header, .elementor-slideshow--zoom-mode .elementor-slideshow__footer { |
| 3226 |
background-color: rgba(0, 0, 0, 0.5); |
| 3227 |
} |
| 3228 |
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev, .elementor-slideshow--zoom-mode .elementor-swiper-button-next { |
| 3229 |
opacity: 0; |
| 3230 |
pointer-events: none; |
| 3231 |
} |
| 3232 |
.elementor-slideshow--share-mode .elementor-slideshow__share-menu { |
| 3233 |
top: 0; |
| 3234 |
left: 0; |
| 3235 |
width: 100vw; |
| 3236 |
height: 100vh; |
| 3237 |
opacity: 1; |
| 3238 |
cursor: default; |
| 3239 |
background-color: rgba(0, 0, 0, 0.5); |
| 3240 |
} |
| 3241 |
.elementor-slideshow--share-mode .elementor-slideshow__share-links { |
| 3242 |
transform: scale(1); |
| 3243 |
} |
| 3244 |
.elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a { |
| 3245 |
opacity: 1; |
| 3246 |
} |
| 3247 |
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter { |
| 3248 |
color: #1DA1F2; |
| 3249 |
} |
| 3250 |
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook { |
| 3251 |
color: #3b5998; |
| 3252 |
} |
| 3253 |
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest { |
| 3254 |
color: #bd081c; |
| 3255 |
} |
| 3256 |
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold { |
| 3257 |
color: #a4afb7; |
| 3258 |
} |
| 3259 |
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter { |
| 3260 |
fill: #1DA1F2; |
| 3261 |
} |
| 3262 |
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook { |
| 3263 |
fill: #3b5998; |
| 3264 |
} |
| 3265 |
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest { |
| 3266 |
fill: #bd081c; |
| 3267 |
} |
| 3268 |
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold { |
| 3269 |
fill: #a4afb7; |
| 3270 |
} |
| 3271 |
.elementor-slideshow--share-mode .eicon-share-arrow { |
| 3272 |
z-index: 2; |
| 3273 |
} |
| 3274 |
|
| 3275 |
.animated { |
| 3276 |
animation-duration: 1.25s; |
| 3277 |
} |
| 3278 |
.animated.animated-slow { |
| 3279 |
animation-duration: 2s; |
| 3280 |
} |
| 3281 |
.animated.animated-fast { |
| 3282 |
animation-duration: 0.75s; |
| 3283 |
} |
| 3284 |
.animated.infinite { |
| 3285 |
animation-iteration-count: infinite; |
| 3286 |
} |
| 3287 |
.animated.reverse { |
| 3288 |
animation-direction: reverse; |
| 3289 |
animation-fill-mode: forwards; |
| 3290 |
} |
| 3291 |
|
| 3292 |
@media (prefers-reduced-motion: reduce) { |
| 3293 |
.animated { |
| 3294 |
animation: none; |
| 3295 |
} |
| 3296 |
} |
| 3297 |
.elementor-shape { |
| 3298 |
overflow: hidden; |
| 3299 |
position: absolute; |
| 3300 |
left: 0; |
| 3301 |
width: 100%; |
| 3302 |
line-height: 0; |
| 3303 |
direction: ltr; |
| 3304 |
/* |
| 3305 |
* @TODO: The `z-index: -1` rules below are temporary fixes for Chrome 85 issue. |
| 3306 |
* It will be removed in a future version of Chrome. |
| 3307 |
*/ |
| 3308 |
} |
| 3309 |
.elementor-shape-top { |
| 3310 |
top: -1px; |
| 3311 |
} |
| 3312 |
.elementor-shape-top:not([data-negative=false]) svg { |
| 3313 |
z-index: -1; |
| 3314 |
} |
| 3315 |
.elementor-shape-bottom { |
| 3316 |
bottom: -1px; |
| 3317 |
} |
| 3318 |
.elementor-shape-bottom:not([data-negative=true]) svg { |
| 3319 |
z-index: -1; |
| 3320 |
} |
| 3321 |
.elementor-shape[data-negative=false].elementor-shape-bottom { |
| 3322 |
transform: rotate(180deg); |
| 3323 |
} |
| 3324 |
.elementor-shape[data-negative=true].elementor-shape-top { |
| 3325 |
transform: rotate(180deg); |
| 3326 |
} |
| 3327 |
.elementor-shape svg { |
| 3328 |
display: block; |
| 3329 |
width: calc(100% + 1.3px); |
| 3330 |
position: relative; |
| 3331 |
left: 50%; |
| 3332 |
transform: translateX(-50%); |
| 3333 |
} |
| 3334 |
.elementor-shape .elementor-shape-fill { |
| 3335 |
fill: #fff; |
| 3336 |
transform-origin: center; |
| 3337 |
transform: rotateY(0deg); |
| 3338 |
} |
| 3339 |
|
| 3340 |
#wp-admin-bar-elementor_edit_page > .ab-item::before { |
| 3341 |
content: "\e813"; |
| 3342 |
font-family: eicons; |
| 3343 |
top: 3px; |
| 3344 |
font-size: 18px; |
| 3345 |
} |
| 3346 |
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item { |
| 3347 |
display: flex; |
| 3348 |
width: 200px; |
| 3349 |
} |
| 3350 |
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title { |
| 3351 |
white-space: nowrap; |
| 3352 |
text-overflow: ellipsis; |
| 3353 |
overflow: hidden; |
| 3354 |
width: 100%; |
| 3355 |
} |
| 3356 |
#wp-admin-bar-elementor_edit_page .elementor-edit-link-type { |
| 3357 |
background: #55595c; |
| 3358 |
font-size: 11px; |
| 3359 |
line-height: 9px; |
| 3360 |
margin-top: 6px; |
| 3361 |
padding: 4px 8px; |
| 3362 |
border-radius: 3px; |
| 3363 |
} |
| 3364 |
|
| 3365 |
#wp-admin-bar-elementor_inspector > .ab-item::before { |
| 3366 |
content: "\f348"; |
| 3367 |
top: 2px; |
| 3368 |
} |
| 3369 |
|
| 3370 |
#wpadminbar * { |
| 3371 |
font-style: normal; |
| 3372 |
} |
| 3373 |
|
| 3374 |
.page-template-elementor_canvas.elementor-page:before { |
| 3375 |
display: none; |
| 3376 |
} |
| 3377 |
|
| 3378 |
.elementor-post__thumbnail__link { |
| 3379 |
transition: none; |
| 3380 |
} |
| 3381 |
|
| 3382 |
#left-area ul.elementor-icon-list-items, |
| 3383 |
.elementor .elementor-element ul.elementor-icon-list-items, |
| 3384 |
.elementor-edit-area .elementor-element ul.elementor-icon-list-items { |
| 3385 |
padding: 0; |
| 3386 |
} |
| 3387 |
|
| 3388 |
.e--ua-appleWebkit.rtl { |
| 3389 |
--flex-right: flex-start; |
| 3390 |
} |
| 3391 |
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right, |
| 3392 |
.e--ua-appleWebkit .elementor-share-buttons--align-right { |
| 3393 |
--justify-content: var(--flex-right, flex-end); |
| 3394 |
} |
| 3395 |
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center, |
| 3396 |
.e--ua-appleWebkit .elementor-share-buttons--align-center { |
| 3397 |
--justify-content: center; |
| 3398 |
} |
| 3399 |
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid { |
| 3400 |
width: auto; |
| 3401 |
display: flex; |
| 3402 |
flex-wrap: wrap; |
| 3403 |
justify-content: var(--justify-content, space-between); |
| 3404 |
margin-left: calc(-0.5 * var(--grid-column-gap)); |
| 3405 |
margin-right: calc(-0.5 * var(--grid-column-gap)); |
| 3406 |
} |
| 3407 |
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item { |
| 3408 |
margin-left: calc(0.5 * var(--grid-column-gap)); |
| 3409 |
margin-right: calc(0.5 * var(--grid-column-gap)); |
| 3410 |
} |
| 3411 |
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid { |
| 3412 |
display: inline-block; |
| 3413 |
} |
| 3414 |
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item { |
| 3415 |
margin-left: 0; |
| 3416 |
margin-right: 0; |
| 3417 |
} |
| 3418 |
@media (max-width: 1024px) { |
| 3419 |
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right, |
| 3420 |
.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right { |
| 3421 |
--justify-content: var(--flex-right, flex-end); |
| 3422 |
} |
| 3423 |
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center, |
| 3424 |
.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center { |
| 3425 |
--justify-content: center; |
| 3426 |
} |
| 3427 |
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid { |
| 3428 |
width: auto; |
| 3429 |
display: flex; |
| 3430 |
flex-wrap: wrap; |
| 3431 |
justify-content: var(--justify-content, space-between); |
| 3432 |
margin-left: calc(-0.5 * var(--grid-column-gap)); |
| 3433 |
margin-right: calc(-0.5 * var(--grid-column-gap)); |
| 3434 |
} |
| 3435 |
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item { |
| 3436 |
margin-left: calc(0.5 * var(--grid-column-gap)); |
| 3437 |
margin-right: calc(0.5 * var(--grid-column-gap)); |
| 3438 |
} |
| 3439 |
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid { |
| 3440 |
display: inline-block; |
| 3441 |
} |
| 3442 |
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item { |
| 3443 |
margin-left: 0; |
| 3444 |
margin-right: 0; |
| 3445 |
} |
| 3446 |
} |
| 3447 |
@media (max-width: 767px) { |
| 3448 |
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right, |
| 3449 |
.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right { |
| 3450 |
--justify-content: var(--flex-right, flex-end); |
| 3451 |
} |
| 3452 |
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center, |
| 3453 |
.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center { |
| 3454 |
--justify-content: center; |
| 3455 |
} |
| 3456 |
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid { |
| 3457 |
width: auto; |
| 3458 |
display: flex; |
| 3459 |
flex-wrap: wrap; |
| 3460 |
justify-content: var(--justify-content, space-between); |
| 3461 |
margin-left: calc(-0.5 * var(--grid-column-gap)); |
| 3462 |
margin-right: calc(-0.5 * var(--grid-column-gap)); |
| 3463 |
} |
| 3464 |
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item { |
| 3465 |
margin-left: calc(0.5 * var(--grid-column-gap)); |
| 3466 |
margin-right: calc(0.5 * var(--grid-column-gap)); |
| 3467 |
} |
| 3468 |
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid { |
| 3469 |
display: inline-block; |
| 3470 |
} |
| 3471 |
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item { |
| 3472 |
margin-left: 0; |
| 3473 |
margin-right: 0; |
| 3474 |
} |
| 3475 |
} |
| 3476 |
|
| 3477 |
@media (max-width: 767px) { |
| 3478 |
.elementor .elementor-hidden-mobile { |
| 3479 |
display: none; |
| 3480 |
} |
| 3481 |
.elementor .elementor-hidden-phone { |
| 3482 |
display: none; |
| 3483 |
} |
| 3484 |
} |
| 3485 |
@media (min-width: -1px) and (max-width: -1px) { |
| 3486 |
.elementor .elementor-hidden-mobile_extra { |
| 3487 |
display: none; |
| 3488 |
} |
| 3489 |
} |
| 3490 |
@media (min-width: 768px) and (max-width: 1024px) { |
| 3491 |
.elementor .elementor-hidden-tablet { |
| 3492 |
display: none; |
| 3493 |
} |
| 3494 |
} |
| 3495 |
@media (min-width: -1px) and (max-width: -1px) { |
| 3496 |
.elementor .elementor-hidden-tablet_extra { |
| 3497 |
display: none; |
| 3498 |
} |
| 3499 |
} |
| 3500 |
@media (min-width: -1px) and (max-width: -1px) { |
| 3501 |
.elementor .elementor-hidden-laptop { |
| 3502 |
display: none; |
| 3503 |
} |
| 3504 |
} |
| 3505 |
@media (min-width: 1025px) and (max-width: 99999px) { |
| 3506 |
.elementor .elementor-hidden-desktop { |
| 3507 |
display: none; |
| 3508 |
} |
| 3509 |
} |
| 3510 |
@media (min-width: -1px) { |
| 3511 |
.elementor .elementor-hidden-widescreen { |
| 3512 |
display: none; |
| 3513 |
} |
| 3514 |
} |
| 3515 |
|
| 3516 |
.elementor-widget-text-path { |
| 3517 |
font-size: 20px; |
| 3518 |
text-align: var(--alignment, right); |
| 3519 |
} |
| 3520 |
.elementor-widget-text-path svg { |
| 3521 |
width: var(--width); |
| 3522 |
max-width: 100%; |
| 3523 |
height: auto; |
| 3524 |
overflow: visible; |
| 3525 |
word-spacing: var(--word-spacing); |
| 3526 |
transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1)); |
| 3527 |
} |
| 3528 |
.elementor-widget-text-path svg path { |
| 3529 |
vector-effect: non-scaling-stroke; /* Prevent stroke size scaling when resizing the SVG. */ |
| 3530 |
fill: var(--path-fill, transparent); |
| 3531 |
stroke: var(--stroke-color, transparent); |
| 3532 |
stroke-width: var(--stroke-width, 1px); |
| 3533 |
transition: var(--stroke-transition) stroke, var(--stroke-transition) fill; |
| 3534 |
} |
| 3535 |
.elementor-widget-text-path svg:hover path { |
| 3536 |
--path-fill: var( --path-fill-hover ); |
| 3537 |
--stroke-color: var( --stroke-color-hover ); |
| 3538 |
--stroke-width: var( --stroke-width-hover ); |
| 3539 |
} |
| 3540 |
.elementor-widget-text-path svg text { |
| 3541 |
--fill: var( --text-color ); |
| 3542 |
fill: var(--fill); |
| 3543 |
direction: var(--direction, rtl); |
| 3544 |
transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill; |
| 3545 |
} |
| 3546 |
.elementor-widget-text-path svg text:hover { |
| 3547 |
--color: var( --text-color-hover, var( --text-color ) ); |
| 3548 |
--fill: var( --color ); |
| 3549 |
color: var(--color); |
| 3550 |
} |
| 3551 |
|
| 3552 |
.elementor-accordion { |
| 3553 |
text-align: right; |
| 3554 |
} |
| 3555 |
.elementor-accordion .elementor-accordion-item { |
| 3556 |
border: 1px solid #D4D4D4; |
| 3557 |
} |
| 3558 |
.elementor-accordion .elementor-accordion-item + .elementor-accordion-item { |
| 3559 |
border-top: none; |
| 3560 |
} |
| 3561 |
.elementor-accordion .elementor-tab-title { |
| 3562 |
margin: 0; |
| 3563 |
padding: 15px 20px; |
| 3564 |
font-weight: bold; |
| 3565 |
line-height: 1; |
| 3566 |
cursor: pointer; |
| 3567 |
outline: none; |
| 3568 |
} |
| 3569 |
.elementor-accordion .elementor-tab-title .elementor-accordion-icon { |
| 3570 |
display: inline-block; |
| 3571 |
width: 1.5em; |
| 3572 |
} |
| 3573 |
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg { |
| 3574 |
width: 1em; |
| 3575 |
height: 1em; |
| 3576 |
} |
| 3577 |
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right { |
| 3578 |
float: right; |
| 3579 |
text-align: right; |
| 3580 |
} |
| 3581 |
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left { |
| 3582 |
float: left; |
| 3583 |
text-align: left; |
| 3584 |
} |
| 3585 |
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed { |
| 3586 |
display: block; |
| 3587 |
} |
| 3588 |
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened { |
| 3589 |
display: none; |
| 3590 |
} |
| 3591 |
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed { |
| 3592 |
display: none; |
| 3593 |
} |
| 3594 |
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened { |
| 3595 |
display: block; |
| 3596 |
} |
| 3597 |
.elementor-accordion .elementor-tab-content { |
| 3598 |
display: none; |
| 3599 |
padding: 15px 20px; |
| 3600 |
border-top: 1px solid #D4D4D4; |
| 3601 |
} |
| 3602 |
|
| 3603 |
@media (max-width: 767px) { |
| 3604 |
.elementor-accordion .elementor-tab-title { |
| 3605 |
padding: 12px 15px; |
| 3606 |
} |
| 3607 |
.elementor-accordion .elementor-tab-title .elementor-accordion-icon { |
| 3608 |
width: 1.2em; |
| 3609 |
} |
| 3610 |
.elementor-accordion .elementor-tab-content { |
| 3611 |
padding: 7px 15px; |
| 3612 |
} |
| 3613 |
} |
| 3614 |
.e-con > .elementor-widget-accordion, |
| 3615 |
.e-con-inner > .elementor-widget-accordion { |
| 3616 |
width: var(--container-widget-width); |
| 3617 |
--flex-grow: var( --container-widget-flex-grow ); |
| 3618 |
} |
| 3619 |
|
| 3620 |
.elementor-alert { |
| 3621 |
padding: 15px; |
| 3622 |
border-left: 5px solid transparent; |
| 3623 |
position: relative; |
| 3624 |
text-align: right; |
| 3625 |
} |
| 3626 |
.elementor-alert .elementor-alert-title { |
| 3627 |
display: block; |
| 3628 |
font-weight: bold; |
| 3629 |
} |
| 3630 |
.elementor-alert .elementor-alert-description { |
| 3631 |
font-size: 13px; |
| 3632 |
} |
| 3633 |
.elementor-alert button.elementor-alert-dismiss { |
| 3634 |
position: absolute; |
| 3635 |
left: var(--dismiss-icon-horizontal-position, 10px); |
| 3636 |
top: var(--dismiss-icon-vertical-position, 10px); |
| 3637 |
padding: 3px; |
| 3638 |
font-size: var(--dismiss-icon-size, 20px); |
| 3639 |
line-height: 1; |
| 3640 |
background: transparent; |
| 3641 |
color: var(--dismiss-icon-normal-color, inherit); |
| 3642 |
border: none; |
| 3643 |
cursor: pointer; |
| 3644 |
transition-duration: var(--dismiss-icon-hover-transition-duration, 0.3s); |
| 3645 |
} |
| 3646 |
.elementor-alert button.elementor-alert-dismiss:hover { |
| 3647 |
color: var(--dismiss-icon-hover-color, inherit); |
| 3648 |
} |
| 3649 |
.elementor-alert button.elementor-alert-dismiss svg { |
| 3650 |
width: var(--dismiss-icon-size, 20px); |
| 3651 |
height: var(--dismiss-icon-size, 20px); |
| 3652 |
fill: var(--dismiss-icon-normal-color, currentColor); |
| 3653 |
transition-duration: var(--dismiss-icon-hover-transition-duration, 0.3s); |
| 3654 |
} |
| 3655 |
.elementor-alert button.elementor-alert-dismiss svg:hover { |
| 3656 |
fill: var(--dismiss-icon-hover-color, currentColor); |
| 3657 |
} |
| 3658 |
.elementor-alert.elementor-alert-info { |
| 3659 |
color: #31708f; |
| 3660 |
background-color: #d9edf7; |
| 3661 |
border-color: #bcdff1; |
| 3662 |
} |
| 3663 |
.elementor-alert.elementor-alert-success { |
| 3664 |
color: #3c763d; |
| 3665 |
background-color: #dff0d8; |
| 3666 |
border-color: #cae6be; |
| 3667 |
} |
| 3668 |
.elementor-alert.elementor-alert-warning { |
| 3669 |
color: #8a6d3b; |
| 3670 |
background-color: #fcf8e3; |
| 3671 |
border-color: #f9f0c3; |
| 3672 |
} |
| 3673 |
.elementor-alert.elementor-alert-danger { |
| 3674 |
color: #a94442; |
| 3675 |
background-color: #f2dede; |
| 3676 |
border-color: #e8c4c4; |
| 3677 |
} |
| 3678 |
|
| 3679 |
@media (max-width: 767px) { |
| 3680 |
.elementor-alert { |
| 3681 |
padding: 10px; |
| 3682 |
} |
| 3683 |
.elementor-alert button.elementor-alert-dismiss { |
| 3684 |
right: 7px; |
| 3685 |
top: 7px; |
| 3686 |
} |
| 3687 |
} |
| 3688 |
.elementor-counter .elementor-counter-number-wrapper { |
| 3689 |
display: flex; |
| 3690 |
font-size: 69px; |
| 3691 |
font-weight: 600; |
| 3692 |
line-height: 1; |
| 3693 |
} |
| 3694 |
.elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix { |
| 3695 |
flex-grow: 1; |
| 3696 |
white-space: pre-wrap; |
| 3697 |
} |
| 3698 |
.elementor-counter .elementor-counter-number-prefix { |
| 3699 |
text-align: left; |
| 3700 |
} |
| 3701 |
.elementor-counter .elementor-counter-number-suffix { |
| 3702 |
text-align: right; |
| 3703 |
} |
| 3704 |
.elementor-counter .elementor-counter-title { |
| 3705 |
text-align: center; |
| 3706 |
font-size: 19px; |
| 3707 |
font-weight: 400; |
| 3708 |
line-height: 2.5; |
| 3709 |
} |
| 3710 |
|
| 3711 |
.elementor-widget-divider { |
| 3712 |
--divider-border-style: none; |
| 3713 |
--divider-border-width: 1px; |
| 3714 |
--divider-color: #2C2C2C; |
| 3715 |
--divider-icon-size: 20px; |
| 3716 |
--divider-element-spacing: 10px; |
| 3717 |
--divider-pattern-height: 24px; |
| 3718 |
--divider-pattern-size: 20px; |
| 3719 |
--divider-pattern-url: none; |
| 3720 |
--divider-pattern-repeat: repeat-x; |
| 3721 |
} |
| 3722 |
.elementor-widget-divider .elementor-divider { |
| 3723 |
display: flex; |
| 3724 |
} |
| 3725 |
.elementor-widget-divider .elementor-divider__text { |
| 3726 |
font-size: 15px; |
| 3727 |
line-height: 1; |
| 3728 |
max-width: 95%; |
| 3729 |
} |
| 3730 |
.elementor-widget-divider .elementor-divider__element { |
| 3731 |
margin: 0 var(--divider-element-spacing); |
| 3732 |
flex-shrink: 0; |
| 3733 |
} |
| 3734 |
.elementor-widget-divider .elementor-icon { |
| 3735 |
font-size: var(--divider-icon-size); |
| 3736 |
} |
| 3737 |
.elementor-widget-divider .elementor-divider-separator { |
| 3738 |
display: flex; |
| 3739 |
margin: 0; |
| 3740 |
direction: ltr; |
| 3741 |
} |
| 3742 |
.elementor-widget-divider--view-line_text .elementor-divider-separator, .elementor-widget-divider--view-line_icon .elementor-divider-separator { |
| 3743 |
align-items: center; |
| 3744 |
} |
| 3745 |
.elementor-widget-divider--view-line_text .elementor-divider-separator:before, .elementor-widget-divider--view-line_text .elementor-divider-separator:after, .elementor-widget-divider--view-line_icon .elementor-divider-separator:before, .elementor-widget-divider--view-line_icon .elementor-divider-separator:after { |
| 3746 |
display: block; |
| 3747 |
content: ""; |
| 3748 |
border-bottom: 0; |
| 3749 |
flex-grow: 1; |
| 3750 |
border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color); |
| 3751 |
} |
| 3752 |
.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator > .elementor-divider__svg:first-of-type { |
| 3753 |
flex-grow: 0; |
| 3754 |
flex-shrink: 100; |
| 3755 |
} |
| 3756 |
.elementor-widget-divider--element-align-left .elementor-divider-separator:before { |
| 3757 |
content: none; |
| 3758 |
} |
| 3759 |
.elementor-widget-divider--element-align-left .elementor-divider__element { |
| 3760 |
margin-left: 0; |
| 3761 |
} |
| 3762 |
.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator > .elementor-divider__svg:last-of-type { |
| 3763 |
flex-grow: 0; |
| 3764 |
flex-shrink: 100; |
| 3765 |
} |
| 3766 |
.elementor-widget-divider--element-align-right .elementor-divider-separator:after { |
| 3767 |
content: none; |
| 3768 |
} |
| 3769 |
.elementor-widget-divider--element-align-right .elementor-divider__element { |
| 3770 |
margin-right: 0; |
| 3771 |
} |
| 3772 |
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator { |
| 3773 |
border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color); |
| 3774 |
} |
| 3775 |
.elementor-widget-divider--separator-type-pattern { |
| 3776 |
--divider-border-style: none; |
| 3777 |
} |
| 3778 |
.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator, .elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after { |
| 3779 |
width: 100%; |
| 3780 |
min-height: var(--divider-pattern-height); |
| 3781 |
-webkit-mask-size: var(--divider-pattern-size) 100%; |
| 3782 |
mask-size: var(--divider-pattern-size) 100%; |
| 3783 |
-webkit-mask-repeat: var(--divider-pattern-repeat); |
| 3784 |
mask-repeat: var(--divider-pattern-repeat); |
| 3785 |
background-color: var(--divider-color); |
| 3786 |
-webkit-mask-image: var(--divider-pattern-url); |
| 3787 |
mask-image: var(--divider-pattern-url); |
| 3788 |
} |
| 3789 |
.elementor-widget-divider--no-spacing { |
| 3790 |
--divider-pattern-size: auto; |
| 3791 |
} |
| 3792 |
.elementor-widget-divider--bg-round { |
| 3793 |
--divider-pattern-repeat: round; |
| 3794 |
} |
| 3795 |
|
| 3796 |
.rtl .elementor-widget-divider .elementor-divider__text { |
| 3797 |
direction: rtl; |
| 3798 |
} |
| 3799 |
|
| 3800 |
.e-con > .elementor-widget-divider, |
| 3801 |
.e-con-inner > .elementor-widget-divider { |
| 3802 |
width: var(--container-widget-width); |
| 3803 |
--flex-grow: var( --container-widget-flex-grow ); |
| 3804 |
} |
| 3805 |
|
| 3806 |
.elementor-image-gallery .gallery-item { |
| 3807 |
display: inline-block; |
| 3808 |
text-align: center; |
| 3809 |
vertical-align: top; |
| 3810 |
width: 100%; |
| 3811 |
max-width: 100%; |
| 3812 |
margin: 0 auto; |
| 3813 |
} |
| 3814 |
.elementor-image-gallery .gallery-item img { |
| 3815 |
margin: 0 auto; |
| 3816 |
} |
| 3817 |
.elementor-image-gallery .gallery-item .gallery-caption { |
| 3818 |
margin: 0; |
| 3819 |
} |
| 3820 |
.elementor-image-gallery figure img { |
| 3821 |
display: block; |
| 3822 |
} |
| 3823 |
.elementor-image-gallery figure figcaption { |
| 3824 |
width: 100%; |
| 3825 |
} |
| 3826 |
.gallery-spacing-custom .elementor-image-gallery .gallery-icon { |
| 3827 |
padding: 0; |
| 3828 |
} |
| 3829 |
@media (min-width: 768px) { |
| 3830 |
.elementor-image-gallery .gallery-columns-2 .gallery-item { |
| 3831 |
max-width: 50%; |
| 3832 |
} |
| 3833 |
.elementor-image-gallery .gallery-columns-3 .gallery-item { |
| 3834 |
max-width: 33.33%; |
| 3835 |
} |
| 3836 |
.elementor-image-gallery .gallery-columns-4 .gallery-item { |
| 3837 |
max-width: 25%; |
| 3838 |
} |
| 3839 |
.elementor-image-gallery .gallery-columns-5 .gallery-item { |
| 3840 |
max-width: 20%; |
| 3841 |
} |
| 3842 |
.elementor-image-gallery .gallery-columns-6 .gallery-item { |
| 3843 |
max-width: 16.666%; |
| 3844 |
} |
| 3845 |
.elementor-image-gallery .gallery-columns-7 .gallery-item { |
| 3846 |
max-width: 14.28%; |
| 3847 |
} |
| 3848 |
.elementor-image-gallery .gallery-columns-8 .gallery-item { |
| 3849 |
max-width: 12.5%; |
| 3850 |
} |
| 3851 |
.elementor-image-gallery .gallery-columns-9 .gallery-item { |
| 3852 |
max-width: 11.11%; |
| 3853 |
} |
| 3854 |
.elementor-image-gallery .gallery-columns-10 .gallery-item { |
| 3855 |
max-width: 10%; |
| 3856 |
} |
| 3857 |
} |
| 3858 |
@media (min-width: 480px) and (max-width: 767px) { |
| 3859 |
.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item { |
| 3860 |
max-width: 50%; |
| 3861 |
} |
| 3862 |
} |
| 3863 |
@media (max-width: 479px) { |
| 3864 |
.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item { |
| 3865 |
max-width: 100%; |
| 3866 |
} |
| 3867 |
} |
| 3868 |
|
| 3869 |
.elementor-widget-google_maps .elementor-widget-container { |
| 3870 |
overflow: hidden; |
| 3871 |
} |
| 3872 |
.elementor-widget-google_maps iframe { |
| 3873 |
height: 300px; |
| 3874 |
} |
| 3875 |
|
| 3876 |
.elementor-heading-title { |
| 3877 |
padding: 0; |
| 3878 |
margin: 0; |
| 3879 |
line-height: 1; |
| 3880 |
} |
| 3881 |
|
| 3882 |
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a { |
| 3883 |
color: inherit; |
| 3884 |
font-size: inherit; |
| 3885 |
line-height: inherit; |
| 3886 |
} |
| 3887 |
.elementor-widget-heading .elementor-heading-title.elementor-size-small { |
| 3888 |
font-size: 15px; |
| 3889 |
} |
| 3890 |
.elementor-widget-heading .elementor-heading-title.elementor-size-medium { |
| 3891 |
font-size: 19px; |
| 3892 |
} |
| 3893 |
.elementor-widget-heading .elementor-heading-title.elementor-size-large { |
| 3894 |
font-size: 29px; |
| 3895 |
} |
| 3896 |
.elementor-widget-heading .elementor-heading-title.elementor-size-xl { |
| 3897 |
font-size: 39px; |
| 3898 |
} |
| 3899 |
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl { |
| 3900 |
font-size: 59px; |
| 3901 |
} |
| 3902 |
|
| 3903 |
.elementor-widget-icon-box .elementor-icon-box-wrapper { |
| 3904 |
display: block; |
| 3905 |
text-align: center; |
| 3906 |
} |
| 3907 |
.elementor-widget-icon-box .elementor-icon-box-icon { |
| 3908 |
margin-bottom: var(--icon-box-icon-margin, 15px); |
| 3909 |
margin-right: auto; |
| 3910 |
margin-left: auto; |
| 3911 |
} |
| 3912 |
@media (min-width: 768px) { |
| 3913 |
.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper { |
| 3914 |
align-items: flex-start; |
| 3915 |
} |
| 3916 |
.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper { |
| 3917 |
align-items: center; |
| 3918 |
} |
| 3919 |
.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper { |
| 3920 |
align-items: flex-end; |
| 3921 |
} |
| 3922 |
} |
| 3923 |
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper { |
| 3924 |
display: flex; |
| 3925 |
} |
| 3926 |
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon { |
| 3927 |
display: inline-flex; |
| 3928 |
flex: 0 0 auto; |
| 3929 |
} |
| 3930 |
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper { |
| 3931 |
text-align: left; |
| 3932 |
flex-direction: row; |
| 3933 |
} |
| 3934 |
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon { |
| 3935 |
margin-left: var(--icon-box-icon-margin, 15px); |
| 3936 |
margin-right: 0; |
| 3937 |
margin-bottom: unset; |
| 3938 |
} |
| 3939 |
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper { |
| 3940 |
text-align: right; |
| 3941 |
flex-direction: row-reverse; |
| 3942 |
} |
| 3943 |
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon { |
| 3944 |
margin-right: var(--icon-box-icon-margin, 15px); |
| 3945 |
margin-left: 0; |
| 3946 |
margin-bottom: unset; |
| 3947 |
} |
| 3948 |
.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper { |
| 3949 |
display: block; |
| 3950 |
text-align: center; |
| 3951 |
flex-direction: unset; |
| 3952 |
} |
| 3953 |
.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon { |
| 3954 |
margin-bottom: var(--icon-box-icon-margin, 15px); |
| 3955 |
margin-right: auto; |
| 3956 |
margin-left: auto; |
| 3957 |
} |
| 3958 |
@media (min-width: -1px) { |
| 3959 |
.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper { |
| 3960 |
display: flex; |
| 3961 |
} |
| 3962 |
.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon { |
| 3963 |
display: inline-flex; |
| 3964 |
flex: 0 0 auto; |
| 3965 |
} |
| 3966 |
.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper { |
| 3967 |
text-align: left; |
| 3968 |
flex-direction: row; |
| 3969 |
} |
| 3970 |
.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon { |
| 3971 |
margin-left: var(--icon-box-icon-margin, 15px); |
| 3972 |
margin-right: 0; |
| 3973 |
margin-bottom: unset; |
| 3974 |
} |
| 3975 |
.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper { |
| 3976 |
text-align: right; |
| 3977 |
flex-direction: row-reverse; |
| 3978 |
} |
| 3979 |
.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon { |
| 3980 |
margin-right: var(--icon-box-icon-margin, 15px); |
| 3981 |
margin-left: 0; |
| 3982 |
margin-bottom: unset; |
| 3983 |
} |
| 3984 |
.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper { |
| 3985 |
display: block; |
| 3986 |
text-align: center; |
| 3987 |
flex-direction: unset; |
| 3988 |
} |
| 3989 |
.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon { |
| 3990 |
margin-bottom: var(--icon-box-icon-margin, 15px); |
| 3991 |
margin-right: auto; |
| 3992 |
margin-left: auto; |
| 3993 |
} |
| 3994 |
} |
| 3995 |
@media (max-width: -1px) { |
| 3996 |
.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper { |
| 3997 |
display: flex; |
| 3998 |
} |
| 3999 |
.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon { |
| 4000 |
display: inline-flex; |
| 4001 |
flex: 0 0 auto; |
| 4002 |
} |
| 4003 |
.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper { |
| 4004 |
text-align: left; |
| 4005 |
flex-direction: row; |
| 4006 |
} |
| 4007 |
.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon { |
| 4008 |
margin-left: var(--icon-box-icon-margin, 15px); |
| 4009 |
margin-right: 0; |
| 4010 |
margin-bottom: unset; |
| 4011 |
} |
| 4012 |
.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper { |
| 4013 |
text-align: right; |
| 4014 |
flex-direction: row-reverse; |
| 4015 |
} |
| 4016 |
.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon { |
| 4017 |
margin-right: var(--icon-box-icon-margin, 15px); |
| 4018 |
margin-left: 0; |
| 4019 |
margin-bottom: unset; |
| 4020 |
} |
| 4021 |
.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper { |
| 4022 |
display: block; |
| 4023 |
text-align: center; |
| 4024 |
flex-direction: unset; |
| 4025 |
} |
| 4026 |
.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon { |
| 4027 |
margin-bottom: var(--icon-box-icon-margin, 15px); |
| 4028 |
margin-right: auto; |
| 4029 |
margin-left: auto; |
| 4030 |
} |
| 4031 |
} |
| 4032 |
@media (max-width: -1px) { |
| 4033 |
.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper { |
| 4034 |
display: flex; |
| 4035 |
} |
| 4036 |
.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon { |
| 4037 |
display: inline-flex; |
| 4038 |
flex: 0 0 auto; |
| 4039 |
} |
| 4040 |
.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper { |
| 4041 |
text-align: left; |
| 4042 |
flex-direction: row; |
| 4043 |
} |
| 4044 |
.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon { |
| 4045 |
margin-left: var(--icon-box-icon-margin, 15px); |
| 4046 |
margin-right: 0; |
| 4047 |
margin-bottom: unset; |
| 4048 |
} |
| 4049 |
.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper { |
| 4050 |
text-align: right; |
| 4051 |
flex-direction: row-reverse; |
| 4052 |
} |
| 4053 |
.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon { |
| 4054 |
margin-right: var(--icon-box-icon-margin, 15px); |
| 4055 |
margin-left: 0; |
| 4056 |
margin-bottom: unset; |
| 4057 |
} |
| 4058 |
.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper { |
| 4059 |
display: block; |
| 4060 |
text-align: center; |
| 4061 |
flex-direction: unset; |
| 4062 |
} |
| 4063 |
.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon { |
| 4064 |
margin-bottom: var(--icon-box-icon-margin, 15px); |
| 4065 |
margin-right: auto; |
| 4066 |
margin-left: auto; |
| 4067 |
} |
| 4068 |
} |
| 4069 |
@media (max-width: 1024px) { |
| 4070 |
.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper { |
| 4071 |
display: flex; |
| 4072 |
} |
| 4073 |
.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon { |
| 4074 |
display: inline-flex; |
| 4075 |
flex: 0 0 auto; |
| 4076 |
} |
| 4077 |
.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper { |
| 4078 |
text-align: left; |
| 4079 |
flex-direction: row; |
| 4080 |
} |
| 4081 |
.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon { |
| 4082 |
margin-left: var(--icon-box-icon-margin, 15px); |
| 4083 |
margin-right: 0; |
| 4084 |
margin-bottom: unset; |
| 4085 |
} |
| 4086 |
.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper { |
| 4087 |
text-align: right; |
| 4088 |
flex-direction: row-reverse; |
| 4089 |
} |
| 4090 |
.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon { |
| 4091 |
margin-right: var(--icon-box-icon-margin, 15px); |
| 4092 |
margin-left: 0; |
| 4093 |
margin-bottom: unset; |
| 4094 |
} |
| 4095 |
.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper { |
| 4096 |
display: block; |
| 4097 |
text-align: center; |
| 4098 |
flex-direction: unset; |
| 4099 |
} |
| 4100 |
.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon { |
| 4101 |
margin-bottom: var(--icon-box-icon-margin, 15px); |
| 4102 |
margin-right: auto; |
| 4103 |
margin-left: auto; |
| 4104 |
} |
| 4105 |
} |
| 4106 |
@media (max-width: -1px) { |
| 4107 |
.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper { |
| 4108 |
display: flex; |
| 4109 |
} |
| 4110 |
.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon { |
| 4111 |
display: inline-flex; |
| 4112 |
flex: 0 0 auto; |
| 4113 |
} |
| 4114 |
.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper { |
| 4115 |
text-align: left; |
| 4116 |
flex-direction: row; |
| 4117 |
} |
| 4118 |
.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon { |
| 4119 |
margin-left: var(--icon-box-icon-margin, 15px); |
| 4120 |
margin-right: 0; |
| 4121 |
margin-bottom: unset; |
| 4122 |
} |
| 4123 |
.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper { |
| 4124 |
text-align: right; |
| 4125 |
flex-direction: row-reverse; |
| 4126 |
} |
| 4127 |
.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon { |
| 4128 |
margin-right: var(--icon-box-icon-margin, 15px); |
| 4129 |
margin-left: 0; |
| 4130 |
margin-bottom: unset; |
| 4131 |
} |
| 4132 |
.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper { |
| 4133 |
display: block; |
| 4134 |
text-align: center; |
| 4135 |
flex-direction: unset; |
| 4136 |
} |
| 4137 |
.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon { |
| 4138 |
margin-bottom: var(--icon-box-icon-margin, 15px); |
| 4139 |
margin-right: auto; |
| 4140 |
margin-left: auto; |
| 4141 |
} |
| 4142 |
} |
| 4143 |
@media (max-width: 767px) { |
| 4144 |
.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper { |
| 4145 |
display: flex; |
| 4146 |
} |
| 4147 |
.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon { |
| 4148 |
display: inline-flex; |
| 4149 |
flex: 0 0 auto; |
| 4150 |
} |
| 4151 |
.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper { |
| 4152 |
text-align: left; |
| 4153 |
flex-direction: row; |
| 4154 |
} |
| 4155 |
.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon { |
| 4156 |
margin-left: var(--icon-box-icon-margin, 15px); |
| 4157 |
margin-right: 0; |
| 4158 |
margin-bottom: unset; |
| 4159 |
} |
| 4160 |
.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper { |
| 4161 |
text-align: right; |
| 4162 |
flex-direction: row-reverse; |
| 4163 |
} |
| 4164 |
.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon { |
| 4165 |
margin-right: var(--icon-box-icon-margin, 15px); |
| 4166 |
margin-left: 0; |
| 4167 |
margin-bottom: unset; |
| 4168 |
} |
| 4169 |
.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper { |
| 4170 |
display: block; |
| 4171 |
text-align: center; |
| 4172 |
flex-direction: unset; |
| 4173 |
} |
| 4174 |
.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon { |
| 4175 |
margin-bottom: var(--icon-box-icon-margin, 15px); |
| 4176 |
margin-right: auto; |
| 4177 |
margin-left: auto; |
| 4178 |
} |
| 4179 |
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon { |
| 4180 |
display: block; |
| 4181 |
flex: unset; |
| 4182 |
} |
| 4183 |
} |
| 4184 |
.elementor-widget-icon-box .elementor-icon-box-title a { |
| 4185 |
color: inherit; |
| 4186 |
} |
| 4187 |
.elementor-widget-icon-box .elementor-icon-box-content { |
| 4188 |
flex-grow: 1; |
| 4189 |
} |
| 4190 |
.elementor-widget-icon-box .elementor-icon-box-description { |
| 4191 |
margin: 0; |
| 4192 |
} |
| 4193 |
|
| 4194 |
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container { |
| 4195 |
overflow: hidden; |
| 4196 |
} |
| 4197 |
.elementor-widget .elementor-icon-list-items.elementor-inline-items { |
| 4198 |
margin-right: -8px; |
| 4199 |
margin-left: -8px; |
| 4200 |
} |
| 4201 |
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item { |
| 4202 |
margin-right: 8px; |
| 4203 |
margin-left: 8px; |
| 4204 |
} |
| 4205 |
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after { |
| 4206 |
width: auto; |
| 4207 |
left: auto; |
| 4208 |
right: auto; |
| 4209 |
position: relative; |
| 4210 |
height: 100%; |
| 4211 |
border-top: 0; |
| 4212 |
border-bottom: 0; |
| 4213 |
border-right: 0; |
| 4214 |
border-left-width: 1px; |
| 4215 |
border-style: solid; |
| 4216 |
left: -8px; |
| 4217 |
} |
| 4218 |
.elementor-widget .elementor-icon-list-items { |
| 4219 |
list-style-type: none; |
| 4220 |
margin: 0; |
| 4221 |
padding: 0; |
| 4222 |
} |
| 4223 |
.elementor-widget .elementor-icon-list-item { |
| 4224 |
margin: 0; |
| 4225 |
padding: 0; |
| 4226 |
position: relative; |
| 4227 |
} |
| 4228 |
.elementor-widget .elementor-icon-list-item:after { |
| 4229 |
position: absolute; |
| 4230 |
bottom: 0; |
| 4231 |
width: 100%; |
| 4232 |
} |
| 4233 |
.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a { |
| 4234 |
display: flex; |
| 4235 |
align-items: center; |
| 4236 |
font-size: inherit; |
| 4237 |
} |
| 4238 |
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text { |
| 4239 |
align-self: center; |
| 4240 |
padding-right: 5px; |
| 4241 |
} |
| 4242 |
.elementor-widget .elementor-icon-list-icon { |
| 4243 |
display: flex; |
| 4244 |
} |
| 4245 |
.elementor-widget .elementor-icon-list-icon svg { |
| 4246 |
width: var(--e-icon-list-icon-size, 1em); |
| 4247 |
height: var(--e-icon-list-icon-size, 1em); |
| 4248 |
} |
| 4249 |
.elementor-widget .elementor-icon-list-icon i { |
| 4250 |
width: 1.25em; |
| 4251 |
font-size: var(--e-icon-list-icon-size); |
| 4252 |
} |
| 4253 |
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon { |
| 4254 |
text-align: var(--e-icon-list-icon-align); |
| 4255 |
} |
| 4256 |
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg { |
| 4257 |
margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0); |
| 4258 |
} |
| 4259 |
.elementor-widget.elementor-list-item-link-full_width a { |
| 4260 |
width: 100%; |
| 4261 |
} |
| 4262 |
.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a { |
| 4263 |
justify-content: center; |
| 4264 |
} |
| 4265 |
.elementor-widget.elementor-align-center .elementor-icon-list-item:after { |
| 4266 |
margin: auto; |
| 4267 |
} |
| 4268 |
.elementor-widget.elementor-align-center .elementor-inline-items { |
| 4269 |
justify-content: center; |
| 4270 |
} |
| 4271 |
.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a { |
| 4272 |
justify-content: flex-end; |
| 4273 |
text-align: left; |
| 4274 |
} |
| 4275 |
.elementor-widget.elementor-align-left .elementor-inline-items { |
| 4276 |
justify-content: flex-end; |
| 4277 |
} |
| 4278 |
.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a { |
| 4279 |
justify-content: flex-start; |
| 4280 |
text-align: right; |
| 4281 |
} |
| 4282 |
.elementor-widget.elementor-align-right .elementor-icon-list-items { |
| 4283 |
justify-content: flex-start; |
| 4284 |
} |
| 4285 |
.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after { |
| 4286 |
right: 0; |
| 4287 |
} |
| 4288 |
.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after { |
| 4289 |
left: 0; |
| 4290 |
} |
| 4291 |
@media (min-width: -1px) { |
| 4292 |
.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a { |
| 4293 |
justify-content: center; |
| 4294 |
} |
| 4295 |
.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after { |
| 4296 |
margin: auto; |
| 4297 |
} |
| 4298 |
.elementor-widget.elementor-widescreen-align-center .elementor-inline-items { |
| 4299 |
justify-content: center; |
| 4300 |
} |
| 4301 |
.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a { |
| 4302 |
justify-content: flex-end; |
| 4303 |
text-align: left; |
| 4304 |
} |
| 4305 |
.elementor-widget.elementor-widescreen-align-left .elementor-inline-items { |
| 4306 |
justify-content: flex-end; |
| 4307 |
} |
| 4308 |
.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a { |
| 4309 |
justify-content: flex-start; |
| 4310 |
text-align: right; |
| 4311 |
} |
| 4312 |
.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items { |
| 4313 |
justify-content: flex-start; |
| 4314 |
} |
| 4315 |
.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after { |
| 4316 |
right: 0; |
| 4317 |
} |
| 4318 |
.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after { |
| 4319 |
left: 0; |
| 4320 |
} |
| 4321 |
} |
| 4322 |
@media (max-width: -1px) { |
| 4323 |
.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a { |
| 4324 |
justify-content: center; |
| 4325 |
} |
| 4326 |
.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after { |
| 4327 |
margin: auto; |
| 4328 |
} |
| 4329 |
.elementor-widget.elementor-laptop-align-center .elementor-inline-items { |
| 4330 |
justify-content: center; |
| 4331 |
} |
| 4332 |
.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a { |
| 4333 |
justify-content: flex-end; |
| 4334 |
text-align: left; |
| 4335 |
} |
| 4336 |
.elementor-widget.elementor-laptop-align-left .elementor-inline-items { |
| 4337 |
justify-content: flex-end; |
| 4338 |
} |
| 4339 |
.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a { |
| 4340 |
justify-content: flex-start; |
| 4341 |
text-align: right; |
| 4342 |
} |
| 4343 |
.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items { |
| 4344 |
justify-content: flex-start; |
| 4345 |
} |
| 4346 |
.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after { |
| 4347 |
right: 0; |
| 4348 |
} |
| 4349 |
.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after { |
| 4350 |
left: 0; |
| 4351 |
} |
| 4352 |
} |
| 4353 |
@media (max-width: -1px) { |
| 4354 |
.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a { |
| 4355 |
justify-content: center; |
| 4356 |
} |
| 4357 |
.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after { |
| 4358 |
margin: auto; |
| 4359 |
} |
| 4360 |
.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items { |
| 4361 |
justify-content: center; |
| 4362 |
} |
| 4363 |
.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a { |
| 4364 |
justify-content: flex-end; |
| 4365 |
text-align: left; |
| 4366 |
} |
| 4367 |
.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items { |
| 4368 |
justify-content: flex-end; |
| 4369 |
} |
| 4370 |
.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a { |
| 4371 |
justify-content: flex-start; |
| 4372 |
text-align: right; |
| 4373 |
} |
| 4374 |
.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items { |
| 4375 |
justify-content: flex-start; |
| 4376 |
} |
| 4377 |
.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after { |
| 4378 |
right: 0; |
| 4379 |
} |
| 4380 |
.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after { |
| 4381 |
left: 0; |
| 4382 |
} |
| 4383 |
} |
| 4384 |
@media (max-width: 1024px) { |
| 4385 |
.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a { |
| 4386 |
justify-content: center; |
| 4387 |
} |
| 4388 |
.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after { |
| 4389 |
margin: auto; |
| 4390 |
} |
| 4391 |
.elementor-widget.elementor-tablet-align-center .elementor-inline-items { |
| 4392 |
justify-content: center; |
| 4393 |
} |
| 4394 |
.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a { |
| 4395 |
justify-content: flex-end; |
| 4396 |
text-align: left; |
| 4397 |
} |
| 4398 |
.elementor-widget.elementor-tablet-align-left .elementor-inline-items { |
| 4399 |
justify-content: flex-end; |
| 4400 |
} |
| 4401 |
.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a { |
| 4402 |
justify-content: flex-start; |
| 4403 |
text-align: right; |
| 4404 |
} |
| 4405 |
.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items { |
| 4406 |
justify-content: flex-start; |
| 4407 |
} |
| 4408 |
.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after { |
| 4409 |
right: 0; |
| 4410 |
} |
| 4411 |
.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after { |
| 4412 |
left: 0; |
| 4413 |
} |
| 4414 |
} |
| 4415 |
@media (max-width: -1px) { |
| 4416 |
.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a { |
| 4417 |
justify-content: center; |
| 4418 |
} |
| 4419 |
.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after { |
| 4420 |
margin: auto; |
| 4421 |
} |
| 4422 |
.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items { |
| 4423 |
justify-content: center; |
| 4424 |
} |
| 4425 |
.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a { |
| 4426 |
justify-content: flex-end; |
| 4427 |
text-align: left; |
| 4428 |
} |
| 4429 |
.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items { |
| 4430 |
justify-content: flex-end; |
| 4431 |
} |
| 4432 |
.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a { |
| 4433 |
justify-content: flex-start; |
| 4434 |
text-align: right; |
| 4435 |
} |
| 4436 |
.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items { |
| 4437 |
justify-content: flex-start; |
| 4438 |
} |
| 4439 |
.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after { |
| 4440 |
right: 0; |
| 4441 |
} |
| 4442 |
.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after { |
| 4443 |
left: 0; |
| 4444 |
} |
| 4445 |
} |
| 4446 |
@media (max-width: 767px) { |
| 4447 |
.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a { |
| 4448 |
justify-content: center; |
| 4449 |
} |
| 4450 |
.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after { |
| 4451 |
margin: auto; |
| 4452 |
} |
| 4453 |
.elementor-widget.elementor-mobile-align-center .elementor-inline-items { |
| 4454 |
justify-content: center; |
| 4455 |
} |
| 4456 |
.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a { |
| 4457 |
justify-content: flex-end; |
| 4458 |
text-align: left; |
| 4459 |
} |
| 4460 |
.elementor-widget.elementor-mobile-align-left .elementor-inline-items { |
| 4461 |
justify-content: flex-end; |
| 4462 |
} |
| 4463 |
.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a { |
| 4464 |
justify-content: flex-start; |
| 4465 |
text-align: right; |
| 4466 |
} |
| 4467 |
.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items { |
| 4468 |
justify-content: flex-start; |
| 4469 |
} |
| 4470 |
.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after { |
| 4471 |
right: 0; |
| 4472 |
} |
| 4473 |
.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after { |
| 4474 |
left: 0; |
| 4475 |
} |
| 4476 |
} |
| 4477 |
|
| 4478 |
.elementor-widget-image { |
| 4479 |
text-align: center; |
| 4480 |
} |
| 4481 |
.elementor-widget-image a { |
| 4482 |
display: inline-block; |
| 4483 |
} |
| 4484 |
.elementor-widget-image a img[src$=".svg"] { |
| 4485 |
width: 48px; |
| 4486 |
} |
| 4487 |
.elementor-widget-image img { |
| 4488 |
vertical-align: middle; |
| 4489 |
display: inline-block; |
| 4490 |
} |
| 4491 |
|
| 4492 |
.elementor-widget-image-box .elementor-image-box-content { |
| 4493 |
width: 100%; |
| 4494 |
} |
| 4495 |
@media (min-width: 768px) { |
| 4496 |
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper { |
| 4497 |
display: flex; |
| 4498 |
} |
| 4499 |
.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper { |
| 4500 |
text-align: left; |
| 4501 |
flex-direction: row; |
| 4502 |
} |
| 4503 |
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper { |
| 4504 |
text-align: right; |
| 4505 |
flex-direction: row-reverse; |
| 4506 |
} |
| 4507 |
.elementor-widget-image-box.elementor-position-top .elementor-image-box-img { |
| 4508 |
margin: auto; |
| 4509 |
} |
| 4510 |
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper { |
| 4511 |
align-items: flex-start; |
| 4512 |
} |
| 4513 |
.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper { |
| 4514 |
align-items: center; |
| 4515 |
} |
| 4516 |
.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper { |
| 4517 |
align-items: flex-end; |
| 4518 |
} |
| 4519 |
} |
| 4520 |
@media (max-width: 767px) { |
| 4521 |
.elementor-widget-image-box .elementor-image-box-img { |
| 4522 |
margin-left: auto !important; |
| 4523 |
margin-right: auto !important; |
| 4524 |
margin-bottom: 15px; |
| 4525 |
} |
| 4526 |
} |
| 4527 |
.elementor-widget-image-box .elementor-image-box-img { |
| 4528 |
display: inline-block; |
| 4529 |
} |
| 4530 |
.elementor-widget-image-box .elementor-image-box-title a { |
| 4531 |
color: inherit; |
| 4532 |
} |
| 4533 |
.elementor-widget-image-box .elementor-image-box-wrapper { |
| 4534 |
text-align: center; |
| 4535 |
} |
| 4536 |
.elementor-widget-image-box .elementor-image-box-description { |
| 4537 |
margin: 0; |
| 4538 |
} |
| 4539 |
|
| 4540 |
.elementor-widget-image-carousel .swiper-container { |
| 4541 |
position: static; |
| 4542 |
} |
| 4543 |
.elementor-widget-image-carousel .swiper-container .swiper-slide figure { |
| 4544 |
line-height: inherit; |
| 4545 |
} |
| 4546 |
.elementor-widget-image-carousel .swiper-slide { |
| 4547 |
text-align: center; |
| 4548 |
} |
| 4549 |
|
| 4550 |
.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide { |
| 4551 |
max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3)); |
| 4552 |
} |
| 4553 |
|
| 4554 |
body.elementor-page .elementor-widget-menu-anchor { |
| 4555 |
margin-bottom: 0; |
| 4556 |
} |
| 4557 |
|
| 4558 |
.elementor-widget-progress { |
| 4559 |
text-align: right; |
| 4560 |
} |
| 4561 |
|
| 4562 |
.elementor-progress-wrapper { |
| 4563 |
position: relative; |
| 4564 |
background-color: #eeeeee; |
| 4565 |
color: #ffffff; |
| 4566 |
height: 100%; |
| 4567 |
border-radius: 2px; |
| 4568 |
} |
| 4569 |
|
| 4570 |
.elementor-progress-bar { |
| 4571 |
display: flex; |
| 4572 |
background-color: #818a91; |
| 4573 |
width: 0; |
| 4574 |
font-size: 11px; |
| 4575 |
height: 30px; |
| 4576 |
line-height: 30px; |
| 4577 |
border-radius: 2px; |
| 4578 |
transition: width 1s ease-in-out; |
| 4579 |
} |
| 4580 |
|
| 4581 |
.elementor-progress-text { |
| 4582 |
flex-grow: 1; |
| 4583 |
white-space: nowrap; |
| 4584 |
text-overflow: ellipsis; |
| 4585 |
overflow: hidden; |
| 4586 |
padding-right: 15px; |
| 4587 |
} |
| 4588 |
|
| 4589 |
.elementor-progress-percentage { |
| 4590 |
padding-left: 15px; |
| 4591 |
} |
| 4592 |
|
| 4593 |
.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar { |
| 4594 |
background-color: #5bc0de; |
| 4595 |
} |
| 4596 |
.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar { |
| 4597 |
background-color: #5cb85c; |
| 4598 |
} |
| 4599 |
.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar { |
| 4600 |
background-color: #f0ad4e; |
| 4601 |
} |
| 4602 |
.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar { |
| 4603 |
background-color: #d9534f; |
| 4604 |
} |
| 4605 |
|
| 4606 |
.elementor-progress .elementor-title { |
| 4607 |
display: block; |
| 4608 |
} |
| 4609 |
|
| 4610 |
@media (max-width: 767px) { |
| 4611 |
.elementor-progress-text { |
| 4612 |
padding-right: 10px; |
| 4613 |
} |
| 4614 |
} |
| 4615 |
.e-con .elementor-progress-wrapper, |
| 4616 |
.e-con-inner .elementor-progress-wrapper { |
| 4617 |
height: initial; |
| 4618 |
} |
| 4619 |
|
| 4620 |
.elementor-widget-social-icons { |
| 4621 |
/*TODO: This Grid-0 needs to be removed after PRO is Updated */ |
| 4622 |
} |
| 4623 |
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container { |
| 4624 |
line-height: 1; |
| 4625 |
font-size: 0; |
| 4626 |
} |
| 4627 |
.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid { |
| 4628 |
display: inline-grid; |
| 4629 |
} |
| 4630 |
.elementor-widget-social-icons .elementor-grid { |
| 4631 |
grid-column-gap: var(--grid-column-gap, 5px); |
| 4632 |
grid-row-gap: var(--grid-row-gap, 5px); |
| 4633 |
grid-template-columns: var(--grid-template-columns); |
| 4634 |
justify-content: var(--justify-content, center); |
| 4635 |
justify-items: var(--justify-content, center); |
| 4636 |
} |
| 4637 |
|
| 4638 |
.elementor-icon.elementor-social-icon { |
| 4639 |
font-size: var(--icon-size, 25px); |
| 4640 |
line-height: var(--icon-size, 25px); |
| 4641 |
width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, 0.5em))); |
| 4642 |
height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, 0.5em))); |
| 4643 |
} |
| 4644 |
|
| 4645 |
.elementor-social-icon { |
| 4646 |
--e-social-icon-icon-color: #fff; |
| 4647 |
display: inline-flex; |
| 4648 |
background-color: #818a91; |
| 4649 |
align-items: center; |
| 4650 |
justify-content: center; |
| 4651 |
text-align: center; |
| 4652 |
cursor: pointer; |
| 4653 |
} |
| 4654 |
.elementor-social-icon i { |
| 4655 |
color: var(--e-social-icon-icon-color); |
| 4656 |
} |
| 4657 |
.elementor-social-icon svg { |
| 4658 |
fill: var(--e-social-icon-icon-color); |
| 4659 |
} |
| 4660 |
.elementor-social-icon:last-child { |
| 4661 |
margin: 0; |
| 4662 |
} |
| 4663 |
.elementor-social-icon:hover { |
| 4664 |
opacity: 0.9; |
| 4665 |
color: white; |
| 4666 |
} |
| 4667 |
.elementor-social-icon-android { |
| 4668 |
background-color: #A4C639; |
| 4669 |
} |
| 4670 |
.elementor-social-icon-apple { |
| 4671 |
background-color: #999999; |
| 4672 |
} |
| 4673 |
.elementor-social-icon-behance { |
| 4674 |
background-color: #1769ff; |
| 4675 |
} |
| 4676 |
.elementor-social-icon-bitbucket { |
| 4677 |
background-color: #205081; |
| 4678 |
} |
| 4679 |
.elementor-social-icon-codepen { |
| 4680 |
background-color: #000000; |
| 4681 |
} |
| 4682 |
.elementor-social-icon-delicious { |
| 4683 |
background-color: #3399ff; |
| 4684 |
} |
| 4685 |
.elementor-social-icon-deviantart { |
| 4686 |
background-color: #05cc47; |
| 4687 |
} |
| 4688 |
.elementor-social-icon-digg { |
| 4689 |
background-color: #005be2; |
| 4690 |
} |
| 4691 |
.elementor-social-icon-dribbble { |
| 4692 |
background-color: #ea4c89; |
| 4693 |
} |
| 4694 |
.elementor-social-icon-elementor { |
| 4695 |
background-color: #D30C5C; |
| 4696 |
} |
| 4697 |
.elementor-social-icon-envelope { |
| 4698 |
background-color: #ea4335; |
| 4699 |
} |
| 4700 |
.elementor-social-icon-facebook, .elementor-social-icon-facebook-f { |
| 4701 |
background-color: #3b5998; |
| 4702 |
} |
| 4703 |
.elementor-social-icon-flickr { |
| 4704 |
background-color: #0063dc; |
| 4705 |
} |
| 4706 |
.elementor-social-icon-foursquare { |
| 4707 |
background-color: #2d5be3; |
| 4708 |
} |
| 4709 |
.elementor-social-icon-freecodecamp, .elementor-social-icon-free-code-camp { |
| 4710 |
background-color: #006400; |
| 4711 |
} |
| 4712 |
.elementor-social-icon-github { |
| 4713 |
background-color: #333333; |
| 4714 |
} |
| 4715 |
.elementor-social-icon-gitlab { |
| 4716 |
background-color: #e24329; |
| 4717 |
} |
| 4718 |
.elementor-social-icon-globe { |
| 4719 |
background-color: #818a91; |
| 4720 |
} |
| 4721 |
.elementor-social-icon-google-plus, .elementor-social-icon-google-plus-g { |
| 4722 |
background-color: #dd4b39; |
| 4723 |
} |
| 4724 |
.elementor-social-icon-houzz { |
| 4725 |
background-color: #7ac142; |
| 4726 |
} |
| 4727 |
.elementor-social-icon-instagram { |
| 4728 |
background-color: #262626; |
| 4729 |
} |
| 4730 |
.elementor-social-icon-jsfiddle { |
| 4731 |
background-color: #487AA2; |
| 4732 |
} |
| 4733 |
.elementor-social-icon-link { |
| 4734 |
background-color: #818a91; |
| 4735 |
} |
| 4736 |
.elementor-social-icon-linkedin, .elementor-social-icon-linkedin-in { |
| 4737 |
background-color: #0077b5; |
| 4738 |
} |
| 4739 |
.elementor-social-icon-medium { |
| 4740 |
background-color: #00ab6b; |
| 4741 |
} |
| 4742 |
.elementor-social-icon-meetup { |
| 4743 |
background-color: #ec1c40; |
| 4744 |
} |
| 4745 |
.elementor-social-icon-mixcloud { |
| 4746 |
background-color: #273a4b; |
| 4747 |
} |
| 4748 |
.elementor-social-icon-odnoklassniki { |
| 4749 |
background-color: #F4731C; |
| 4750 |
} |
| 4751 |
.elementor-social-icon-pinterest { |
| 4752 |
background-color: #bd081c; |
| 4753 |
} |
| 4754 |
.elementor-social-icon-product-hunt { |
| 4755 |
background-color: #da552f; |
| 4756 |
} |
| 4757 |
.elementor-social-icon-reddit { |
| 4758 |
background-color: #ff4500; |
| 4759 |
} |
| 4760 |
.elementor-social-icon-rss { |
| 4761 |
background-color: #f26522; |
| 4762 |
} |
| 4763 |
.elementor-social-icon-shopping-cart { |
| 4764 |
background-color: #4CAF50; |
| 4765 |
} |
| 4766 |
.elementor-social-icon-skype { |
| 4767 |
background-color: #00AFF0; |
| 4768 |
} |
| 4769 |
.elementor-social-icon-slideshare { |
| 4770 |
background-color: #0077b5; |
| 4771 |
} |
| 4772 |
.elementor-social-icon-snapchat { |
| 4773 |
background-color: #fffc00; |
| 4774 |
} |
| 4775 |
.elementor-social-icon-soundcloud { |
| 4776 |
background-color: #ff8800; |
| 4777 |
} |
| 4778 |
.elementor-social-icon-spotify { |
| 4779 |
background-color: #2ebd59; |
| 4780 |
} |
| 4781 |
.elementor-social-icon-stack-overflow { |
| 4782 |
background-color: #fe7a15; |
| 4783 |
} |
| 4784 |
.elementor-social-icon-steam { |
| 4785 |
background-color: #00adee; |
| 4786 |
} |
| 4787 |
.elementor-social-icon-stumbleupon { |
| 4788 |
background-color: #EB4924; |
| 4789 |
} |
| 4790 |
.elementor-social-icon-telegram { |
| 4791 |
background-color: #2CA5E0; |
| 4792 |
} |
| 4793 |
.elementor-social-icon-thumb-tack { |
| 4794 |
background-color: #1aa1d8; |
| 4795 |
} |
| 4796 |
.elementor-social-icon-tripadvisor { |
| 4797 |
background-color: #589442; |
| 4798 |
} |
| 4799 |
.elementor-social-icon-tumblr { |
| 4800 |
background-color: #35465c; |
| 4801 |
} |
| 4802 |
.elementor-social-icon-twitch { |
| 4803 |
background-color: #6441A5; |
| 4804 |
} |
| 4805 |
.elementor-social-icon-twitter { |
| 4806 |
background-color: #1DA1F2; |
| 4807 |
} |
| 4808 |
.elementor-social-icon-viber { |
| 4809 |
background-color: #665cac; |
| 4810 |
} |
| 4811 |
.elementor-social-icon-vimeo { |
| 4812 |
background-color: #1ab7ea; |
| 4813 |
} |
| 4814 |
.elementor-social-icon-vk { |
| 4815 |
background-color: #45668e; |
| 4816 |
} |
| 4817 |
.elementor-social-icon-weibo { |
| 4818 |
background-color: #DD2430; |
| 4819 |
} |
| 4820 |
.elementor-social-icon-weixin { |
| 4821 |
background-color: #31A918; |
| 4822 |
} |
| 4823 |
.elementor-social-icon-whatsapp { |
| 4824 |
background-color: #25d366; |
| 4825 |
} |
| 4826 |
.elementor-social-icon-wordpress { |
| 4827 |
background-color: #21759b; |
| 4828 |
} |
| 4829 |
.elementor-social-icon-xing { |
| 4830 |
background-color: #026466; |
| 4831 |
} |
| 4832 |
.elementor-social-icon-yelp { |
| 4833 |
background-color: #af0606; |
| 4834 |
} |
| 4835 |
.elementor-social-icon-youtube { |
| 4836 |
background-color: #cd201f; |
| 4837 |
} |
| 4838 |
.elementor-social-icon-500px { |
| 4839 |
background-color: #0099e5; |
| 4840 |
} |
| 4841 |
|
| 4842 |
.elementor-shape-rounded .elementor-icon.elementor-social-icon { |
| 4843 |
border-radius: 10%; |
| 4844 |
} |
| 4845 |
|
| 4846 |
.elementor-shape-circle .elementor-icon.elementor-social-icon { |
| 4847 |
border-radius: 50%; |
| 4848 |
} |
| 4849 |
|
| 4850 |
.elementor-column .elementor-spacer-inner { |
| 4851 |
height: var(--spacer-size); |
| 4852 |
} |
| 4853 |
|
| 4854 |
.e-con { |
| 4855 |
--container-widget-width: 100%; |
| 4856 |
} |
| 4857 |
|
| 4858 |
.e-con > .elementor-widget-spacer, |
| 4859 |
.e-con-inner > .elementor-widget-spacer { |
| 4860 |
width: var(--container-widget-width, var(--spacer-size)); |
| 4861 |
--align-self: var( --container-widget-align-self, initial ); |
| 4862 |
--flex-shrink: 0; |
| 4863 |
} |
| 4864 |
.e-con > .elementor-widget-spacer > .elementor-widget-container, |
| 4865 |
.e-con-inner > .elementor-widget-spacer > .elementor-widget-container { |
| 4866 |
height: 100%; |
| 4867 |
} |
| 4868 |
.e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer, |
| 4869 |
.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer { |
| 4870 |
height: 100%; |
| 4871 |
} |
| 4872 |
.e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner, |
| 4873 |
.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner { |
| 4874 |
height: var(--container-widget-height, var(--spacer-size)); |
| 4875 |
} |
| 4876 |
|
| 4877 |
.elementor-star-rating { |
| 4878 |
color: #CCD6DF; |
| 4879 |
font-family: eicons; |
| 4880 |
display: inline-block; |
| 4881 |
} |
| 4882 |
.elementor-star-rating i { |
| 4883 |
display: inline-block; |
| 4884 |
position: relative; |
| 4885 |
font-style: normal; |
| 4886 |
cursor: default; |
| 4887 |
} |
| 4888 |
.elementor-star-rating i:before { |
| 4889 |
content: "\e934"; |
| 4890 |
display: block; |
| 4891 |
font-size: inherit; |
| 4892 |
font-family: inherit; |
| 4893 |
position: absolute; |
| 4894 |
overflow: hidden; |
| 4895 |
color: #f0ad4e; |
| 4896 |
top: 0; |
| 4897 |
right: 0; |
| 4898 |
} |
| 4899 |
.elementor-star-rating .elementor-star-empty:before { |
| 4900 |
content: none; |
| 4901 |
} |
| 4902 |
.elementor-star-rating .elementor-star-1:before { |
| 4903 |
width: 10%; |
| 4904 |
} |
| 4905 |
.elementor-star-rating .elementor-star-2:before { |
| 4906 |
width: 20%; |
| 4907 |
} |
| 4908 |
.elementor-star-rating .elementor-star-3:before { |
| 4909 |
width: 30%; |
| 4910 |
} |
| 4911 |
.elementor-star-rating .elementor-star-4:before { |
| 4912 |
width: 40%; |
| 4913 |
} |
| 4914 |
.elementor-star-rating .elementor-star-5:before { |
| 4915 |
width: 50%; |
| 4916 |
} |
| 4917 |
.elementor-star-rating .elementor-star-6:before { |
| 4918 |
width: 60%; |
| 4919 |
} |
| 4920 |
.elementor-star-rating .elementor-star-7:before { |
| 4921 |
width: 70%; |
| 4922 |
} |
| 4923 |
.elementor-star-rating .elementor-star-8:before { |
| 4924 |
width: 80%; |
| 4925 |
} |
| 4926 |
.elementor-star-rating .elementor-star-9:before { |
| 4927 |
width: 90%; |
| 4928 |
} |
| 4929 |
.elementor-star-rating__wrapper { |
| 4930 |
display: flex; |
| 4931 |
align-items: center; |
| 4932 |
} |
| 4933 |
.elementor-star-rating__title { |
| 4934 |
margin-left: 10px; |
| 4935 |
} |
| 4936 |
|
| 4937 |
.elementor-star-rating--align-right .elementor-star-rating__wrapper { |
| 4938 |
text-align: right; |
| 4939 |
justify-content: flex-start; |
| 4940 |
} |
| 4941 |
.elementor-star-rating--align-left .elementor-star-rating__wrapper { |
| 4942 |
text-align: left; |
| 4943 |
justify-content: flex-end; |
| 4944 |
} |
| 4945 |
.elementor-star-rating--align-center .elementor-star-rating__wrapper { |
| 4946 |
text-align: center; |
| 4947 |
justify-content: center; |
| 4948 |
} |
| 4949 |
.elementor-star-rating--align-justify .elementor-star-rating__title { |
| 4950 |
margin-left: auto; |
| 4951 |
} |
| 4952 |
|
| 4953 |
@media (max-width: 1024px) { |
| 4954 |
.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper { |
| 4955 |
text-align: right; |
| 4956 |
justify-content: flex-start; |
| 4957 |
} |
| 4958 |
.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper { |
| 4959 |
text-align: left; |
| 4960 |
justify-content: flex-end; |
| 4961 |
} |
| 4962 |
.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper { |
| 4963 |
text-align: center; |
| 4964 |
justify-content: center; |
| 4965 |
} |
| 4966 |
.elementor-star-rating-tablet--align-justify .elementor-star-rating__title { |
| 4967 |
margin-left: auto; |
| 4968 |
} |
| 4969 |
} |
| 4970 |
@media (max-width: 767px) { |
| 4971 |
.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper { |
| 4972 |
text-align: right; |
| 4973 |
justify-content: flex-start; |
| 4974 |
} |
| 4975 |
.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper { |
| 4976 |
text-align: left; |
| 4977 |
justify-content: flex-end; |
| 4978 |
} |
| 4979 |
.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper { |
| 4980 |
text-align: center; |
| 4981 |
justify-content: center; |
| 4982 |
} |
| 4983 |
.elementor-star-rating-mobile--align-justify .elementor-star-rating__title { |
| 4984 |
margin-left: auto; |
| 4985 |
} |
| 4986 |
} |
| 4987 |
.last-star { |
| 4988 |
letter-spacing: 0; |
| 4989 |
} |
| 4990 |
|
| 4991 |
.elementor--star-style-star_unicode .elementor-star-rating { |
| 4992 |
font-family: "Arial", "Helvetica", sans-serif; |
| 4993 |
} |
| 4994 |
.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before { |
| 4995 |
content: "� |
| 4996 |
"; |
| 4997 |
} |
| 4998 |
|
| 4999 |
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper { |
| 5000 |
width: 25%; |
| 5001 |
flex-shrink: 0; |
| 5002 |
} |
| 5003 |
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active { |
| 5004 |
border-left-style: none; |
| 5005 |
} |
| 5006 |
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after { |
| 5007 |
height: 999em; |
| 5008 |
width: 0; |
| 5009 |
left: 0; |
| 5010 |
border-left-style: solid; |
| 5011 |
} |
| 5012 |
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before { |
| 5013 |
top: 0; |
| 5014 |
transform: translateY(-100%); |
| 5015 |
} |
| 5016 |
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after { |
| 5017 |
top: 100%; |
| 5018 |
} |
| 5019 |
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title { |
| 5020 |
display: table-cell; |
| 5021 |
} |
| 5022 |
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active { |
| 5023 |
border-bottom-style: none; |
| 5024 |
} |
| 5025 |
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after { |
| 5026 |
bottom: 0; |
| 5027 |
height: 0; |
| 5028 |
width: 999em; |
| 5029 |
border-bottom-style: solid; |
| 5030 |
} |
| 5031 |
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before { |
| 5032 |
right: 100%; |
| 5033 |
} |
| 5034 |
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after { |
| 5035 |
left: 100%; |
| 5036 |
} |
| 5037 |
.elementor-widget-tabs .elementor-tab-title, |
| 5038 |
.elementor-widget-tabs .elementor-tab-title:before, |
| 5039 |
.elementor-widget-tabs .elementor-tab-title:after, |
| 5040 |
.elementor-widget-tabs .elementor-tab-content, |
| 5041 |
.elementor-widget-tabs .elementor-tabs-content-wrapper { |
| 5042 |
border: 1px none #D4D4D4; |
| 5043 |
} |
| 5044 |
.elementor-widget-tabs .elementor-tabs { |
| 5045 |
text-align: right; |
| 5046 |
} |
| 5047 |
.elementor-widget-tabs .elementor-tabs-wrapper { |
| 5048 |
overflow: hidden; |
| 5049 |
} |
| 5050 |
.elementor-widget-tabs .elementor-tab-title { |
| 5051 |
cursor: pointer; |
| 5052 |
outline: var(--focus-outline, none); |
| 5053 |
} |
| 5054 |
.elementor-widget-tabs .elementor-tab-desktop-title { |
| 5055 |
position: relative; |
| 5056 |
padding: 20px 25px; |
| 5057 |
font-weight: bold; |
| 5058 |
line-height: 1; |
| 5059 |
border: solid transparent; |
| 5060 |
} |
| 5061 |
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active { |
| 5062 |
border-color: #D4D4D4; |
| 5063 |
} |
| 5064 |
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after { |
| 5065 |
display: block; |
| 5066 |
content: ""; |
| 5067 |
position: absolute; |
| 5068 |
} |
| 5069 |
.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible { |
| 5070 |
border: 1px solid #000000; |
| 5071 |
} |
| 5072 |
.elementor-widget-tabs .elementor-tab-mobile-title { |
| 5073 |
padding: 10px 10px; |
| 5074 |
cursor: pointer; |
| 5075 |
} |
| 5076 |
.elementor-widget-tabs .elementor-tab-content { |
| 5077 |
padding: 20px; |
| 5078 |
display: none; |
| 5079 |
} |
| 5080 |
|
| 5081 |
@media (max-width: 767px) { |
| 5082 |
.elementor-tabs .elementor-tab-title, |
| 5083 |
.elementor-tabs .elementor-tab-content { |
| 5084 |
border-style: solid; |
| 5085 |
border-bottom-style: none; |
| 5086 |
} |
| 5087 |
.elementor-tabs .elementor-tabs-wrapper { |
| 5088 |
display: none; |
| 5089 |
} |
| 5090 |
.elementor-tabs .elementor-tabs-content-wrapper { |
| 5091 |
border-bottom-style: solid; |
| 5092 |
} |
| 5093 |
.elementor-tabs .elementor-tab-content { |
| 5094 |
padding: 10px; |
| 5095 |
} |
| 5096 |
} |
| 5097 |
@media (min-width: 768px) { |
| 5098 |
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs { |
| 5099 |
display: flex; |
| 5100 |
} |
| 5101 |
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper { |
| 5102 |
flex-direction: column; |
| 5103 |
} |
| 5104 |
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper { |
| 5105 |
flex-grow: 1; |
| 5106 |
border-style: solid; |
| 5107 |
border-right-style: none; |
| 5108 |
} |
| 5109 |
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content { |
| 5110 |
border-style: solid; |
| 5111 |
border-top-style: none; |
| 5112 |
} |
| 5113 |
.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper, .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper, .elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper { |
| 5114 |
display: flex; |
| 5115 |
} |
| 5116 |
.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper { |
| 5117 |
justify-content: center; |
| 5118 |
} |
| 5119 |
.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper { |
| 5120 |
justify-content: flex-end; |
| 5121 |
} |
| 5122 |
.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title { |
| 5123 |
width: 100%; |
| 5124 |
} |
| 5125 |
.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title { |
| 5126 |
height: 100%; |
| 5127 |
} |
| 5128 |
.elementor-tabs .elementor-tab-mobile-title { |
| 5129 |
display: none; |
| 5130 |
} |
| 5131 |
} |
| 5132 |
.elementor-testimonial-wrapper { |
| 5133 |
overflow: hidden; |
| 5134 |
text-align: center; |
| 5135 |
} |
| 5136 |
.elementor-testimonial-wrapper .elementor-testimonial-content { |
| 5137 |
font-size: 1.3em; |
| 5138 |
margin-bottom: 20px; |
| 5139 |
} |
| 5140 |
.elementor-testimonial-wrapper .elementor-testimonial-name { |
| 5141 |
line-height: 1.5; |
| 5142 |
display: block; |
| 5143 |
} |
| 5144 |
.elementor-testimonial-wrapper .elementor-testimonial-job { |
| 5145 |
font-size: 0.85em; |
| 5146 |
display: block; |
| 5147 |
} |
| 5148 |
.elementor-testimonial-wrapper .elementor-testimonial-meta { |
| 5149 |
width: 100%; |
| 5150 |
line-height: 1; |
| 5151 |
} |
| 5152 |
.elementor-testimonial-wrapper .elementor-testimonial-meta-inner { |
| 5153 |
display: inline-block; |
| 5154 |
} |
| 5155 |
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details, |
| 5156 |
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image { |
| 5157 |
display: table-cell; |
| 5158 |
vertical-align: middle; |
| 5159 |
} |
| 5160 |
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img { |
| 5161 |
width: 60px; |
| 5162 |
height: 60px; |
| 5163 |
border-radius: 50%; |
| 5164 |
-o-object-fit: cover; |
| 5165 |
object-fit: cover; |
| 5166 |
max-width: none; |
| 5167 |
} |
| 5168 |
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image { |
| 5169 |
padding-left: 15px; |
| 5170 |
} |
| 5171 |
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details { |
| 5172 |
text-align: right; |
| 5173 |
} |
| 5174 |
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details, |
| 5175 |
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image { |
| 5176 |
display: block; |
| 5177 |
} |
| 5178 |
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image { |
| 5179 |
margin-bottom: 20px; |
| 5180 |
} |
| 5181 |
|
| 5182 |
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap { |
| 5183 |
background-color: #818a91; |
| 5184 |
color: #fff; |
| 5185 |
} |
| 5186 |
.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap { |
| 5187 |
color: #818a91; |
| 5188 |
border: 3px solid; |
| 5189 |
background-color: transparent; |
| 5190 |
} |
| 5191 |
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap { |
| 5192 |
margin-top: 8px; |
| 5193 |
} |
| 5194 |
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter { |
| 5195 |
width: 1em; |
| 5196 |
height: 1em; |
| 5197 |
} |
| 5198 |
.elementor-widget-text-editor .elementor-drop-cap { |
| 5199 |
float: right; |
| 5200 |
text-align: center; |
| 5201 |
line-height: 1; |
| 5202 |
font-size: 50px; |
| 5203 |
} |
| 5204 |
.elementor-widget-text-editor .elementor-drop-cap-letter { |
| 5205 |
display: inline-block; |
| 5206 |
} |
| 5207 |
|
| 5208 |
.elementor-toggle { |
| 5209 |
text-align: right; |
| 5210 |
} |
| 5211 |
.elementor-toggle .elementor-tab-title { |
| 5212 |
font-weight: bold; |
| 5213 |
line-height: 1; |
| 5214 |
margin: 0; |
| 5215 |
padding: 15px; |
| 5216 |
border-bottom: 1px solid #D4D4D4; |
| 5217 |
cursor: pointer; |
| 5218 |
outline: none; |
| 5219 |
} |
| 5220 |
.elementor-toggle .elementor-tab-title .elementor-toggle-icon { |
| 5221 |
display: inline-block; |
| 5222 |
width: 1em; |
| 5223 |
} |
| 5224 |
.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg { |
| 5225 |
-webkit-margin-start: -5px; |
| 5226 |
margin-inline-start: -5px; |
| 5227 |
width: 1em; |
| 5228 |
height: 1em; |
| 5229 |
} |
| 5230 |
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right { |
| 5231 |
float: right; |
| 5232 |
text-align: right; |
| 5233 |
} |
| 5234 |
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left { |
| 5235 |
float: left; |
| 5236 |
text-align: left; |
| 5237 |
} |
| 5238 |
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed { |
| 5239 |
display: block; |
| 5240 |
} |
| 5241 |
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened { |
| 5242 |
display: none; |
| 5243 |
} |
| 5244 |
.elementor-toggle .elementor-tab-title.elementor-active { |
| 5245 |
border-bottom: none; |
| 5246 |
} |
| 5247 |
.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed { |
| 5248 |
display: none; |
| 5249 |
} |
| 5250 |
.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened { |
| 5251 |
display: block; |
| 5252 |
} |
| 5253 |
.elementor-toggle .elementor-tab-content { |
| 5254 |
padding: 15px; |
| 5255 |
border-bottom: 1px solid #D4D4D4; |
| 5256 |
display: none; |
| 5257 |
} |
| 5258 |
|
| 5259 |
@media (max-width: 767px) { |
| 5260 |
.elementor-toggle .elementor-tab-title { |
| 5261 |
padding: 12px; |
| 5262 |
} |
| 5263 |
.elementor-toggle .elementor-tab-content { |
| 5264 |
padding: 12px 10px; |
| 5265 |
} |
| 5266 |
} |
| 5267 |
.e-con > .elementor-widget-toggle, |
| 5268 |
.e-con-inner > .elementor-widget-toggle { |
| 5269 |
width: var(--container-widget-width); |
| 5270 |
--flex-grow: var( --container-widget-flex-grow ); |
| 5271 |
} |
| 5272 |
|
| 5273 |
.elementor-widget-video .elementor-widget-container { |
| 5274 |
overflow: hidden; |
| 5275 |
transform: translate3d(0, 0, 0); |
| 5276 |
} |
| 5277 |
.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay { |
| 5278 |
position: absolute; |
| 5279 |
top: 0; |
| 5280 |
left: 0; |
| 5281 |
width: 100%; |
| 5282 |
height: 100%; |
| 5283 |
background-size: cover; |
| 5284 |
background-position: 50%; |
| 5285 |
} |
| 5286 |
.elementor-widget-video .elementor-custom-embed-image-overlay { |
| 5287 |
cursor: pointer; |
| 5288 |
text-align: center; |
| 5289 |
} |
| 5290 |
.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i { |
| 5291 |
opacity: 1; |
| 5292 |
} |
| 5293 |
.elementor-widget-video .elementor-custom-embed-image-overlay img { |
| 5294 |
display: block; |
| 5295 |
width: 100%; |
| 5296 |
} |
| 5297 |
.elementor-widget-video .e-hosted-video .elementor-video { |
| 5298 |
-o-object-fit: cover; |
| 5299 |
object-fit: cover; |
| 5300 |
} |
| 5301 |
|
| 5302 |
.e-con > .elementor-widget-video, |
| 5303 |
.e-con-inner > .elementor-widget-video { |
| 5304 |
width: var(--container-widget-width); |
| 5305 |
--flex-grow: var( --container-widget-flex-grow ); |
| 5306 |
} |
| 5307 |
/*# sourceMappingURL=frontend-rtl.css.map */ |