templates
5 years ago
admin-rtl.css
5 years ago
admin-rtl.min.css
5 years ago
admin.css
5 years ago
admin.min.css
5 years ago
app-rtl.css
5 years ago
app-rtl.min.css
5 years ago
app.css
5 years ago
app.min.css
5 years ago
common-rtl.css
5 years ago
common-rtl.min.css
5 years ago
common.css
5 years ago
common.min.css
5 years ago
editor-dark-mode.css
5 years ago
editor-dark-mode.min.css
5 years ago
editor-preview-legacy-rtl.css
5 years ago
editor-preview-legacy-rtl.min.css
5 years ago
editor-preview-legacy.css
5 years ago
editor-preview-legacy.min.css
5 years ago
editor-preview-rtl.css
5 years ago
editor-preview-rtl.min.css
5 years ago
editor-preview.css
5 years ago
editor-preview.min.css
5 years ago
editor-rtl.css
5 years ago
editor-rtl.min.css
5 years ago
editor.css
5 years ago
editor.min.css
5 years ago
frontend-legacy-rtl.css
5 years ago
frontend-legacy-rtl.min.css
5 years ago
frontend-legacy.css
5 years ago
frontend-legacy.min.css
5 years ago
frontend-msie.css
5 years ago
frontend-msie.min.css
5 years ago
frontend-rtl.css
5 years ago
frontend-rtl.min.css
5 years ago
frontend.css
5 years ago
frontend.min.css
5 years ago
frontend-rtl.css
3925 lines
| 1 | /*! elementor - v3.0.10 - 23-09-2020 */ |
| 2 | .dialog-widget-content { |
| 3 | background-color: #fff; |
| 4 | position: absolute; |
| 5 | -webkit-border-radius: 3px; |
| 6 | border-radius: 3px; |
| 7 | -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); |
| 8 | box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2); |
| 9 | overflow: hidden; } |
| 10 | |
| 11 | .dialog-message { |
| 12 | font-size: 12px; |
| 13 | line-height: 1.5; |
| 14 | -webkit-box-sizing: border-box; |
| 15 | box-sizing: border-box; } |
| 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 | -ms-user-select: none; |
| 28 | user-select: none; } |
| 29 | .dialog-type-lightbox .dialog-widget-content { |
| 30 | margin: auto; |
| 31 | width: 375px; } |
| 32 | .dialog-type-lightbox .dialog-header { |
| 33 | font-size: 15px; |
| 34 | color: #495157; |
| 35 | padding: 30px 0 10px; |
| 36 | font-weight: 500; } |
| 37 | .dialog-type-lightbox .dialog-message { |
| 38 | padding: 0 30px 30px; |
| 39 | min-height: 50px; } |
| 40 | .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header, |
| 41 | .dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message { |
| 42 | text-align: center; } |
| 43 | .dialog-type-lightbox .dialog-buttons-wrapper { |
| 44 | border-top: 1px solid #e6e9ec; |
| 45 | text-align: center; } |
| 46 | .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button { |
| 47 | font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; |
| 48 | width: 50%; |
| 49 | border: none; |
| 50 | background: none; |
| 51 | color: #6d7882; |
| 52 | font-size: 15px; |
| 53 | cursor: pointer; |
| 54 | padding: 13px 0; |
| 55 | outline: 0; } |
| 56 | .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:hover { |
| 57 | background-color: #f4f6f7; } |
| 58 | .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-ok { |
| 59 | color: #b01b1b; } |
| 60 | .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button.dialog-take_over { |
| 61 | color: #39b54a; } |
| 62 | .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button:active { |
| 63 | background-color: rgba(230, 233, 236, 0.5); } |
| 64 | .dialog-type-lightbox .dialog-buttons-wrapper > .dialog-button::-moz-focus-inner { |
| 65 | border: 0; } |
| 66 | |
| 67 | .dialog-close-button { |
| 68 | cursor: pointer; |
| 69 | position: absolute; |
| 70 | margin-top: 15px; |
| 71 | left: 15px; |
| 72 | font-size: 15px; |
| 73 | line-height: 1; } |
| 74 | .dialog-close-button:not(:hover) { |
| 75 | opacity: .4; } |
| 76 | |
| 77 | .dialog-alert-widget .dialog-buttons-wrapper > button { |
| 78 | width: 100%; } |
| 79 | |
| 80 | .dialog-confirm-widget .dialog-button:first-child { |
| 81 | border-left: 1px solid #e6e9ec; } |
| 82 | |
| 83 | .dialog-prevent-scroll { |
| 84 | overflow: hidden; |
| 85 | max-height: 100vh; } |
| 86 | |
| 87 | @media (min-width: 1024px) { |
| 88 | body.admin-bar .dialog-lightbox-widget { |
| 89 | height: calc(100vh - 32px); } } |
| 90 | |
| 91 | @media (max-width: 1024px) { |
| 92 | body.admin-bar .dialog-type-lightbox { |
| 93 | position: -webkit-sticky; |
| 94 | position: sticky; |
| 95 | height: 100vh; } } |
| 96 | |
| 97 | .elementor-aspect-ratio-219 .elementor-fit-aspect-ratio { |
| 98 | padding-bottom: 42.8571%; } |
| 99 | |
| 100 | .elementor-aspect-ratio-169 .elementor-fit-aspect-ratio { |
| 101 | padding-bottom: 56.25%; } |
| 102 | |
| 103 | .elementor-aspect-ratio-43 .elementor-fit-aspect-ratio { |
| 104 | padding-bottom: 75%; } |
| 105 | |
| 106 | .elementor-aspect-ratio-32 .elementor-fit-aspect-ratio { |
| 107 | padding-bottom: 66.6666%; } |
| 108 | |
| 109 | .elementor-aspect-ratio-11 .elementor-fit-aspect-ratio { |
| 110 | padding-bottom: 100%; } |
| 111 | |
| 112 | .elementor-aspect-ratio-916 .elementor-fit-aspect-ratio { |
| 113 | padding-bottom: 177.8%; } |
| 114 | |
| 115 | .elementor-fit-aspect-ratio { |
| 116 | position: relative; |
| 117 | height: 0; } |
| 118 | .elementor-fit-aspect-ratio iframe { |
| 119 | position: absolute; |
| 120 | top: 0; |
| 121 | left: 0; |
| 122 | height: 100%; |
| 123 | width: 100%; |
| 124 | border: 0; |
| 125 | background-color: #000; } |
| 126 | .elementor-fit-aspect-ratio video { |
| 127 | width: 100%; } |
| 128 | |
| 129 | .flatpickr-calendar { |
| 130 | width: 280px; } |
| 131 | .flatpickr-calendar .flatpickr-current-month span.cur-month { |
| 132 | font-weight: 300; } |
| 133 | .flatpickr-calendar .dayContainer { |
| 134 | width: 280px; |
| 135 | min-width: 280px; |
| 136 | max-width: 280px; } |
| 137 | .flatpickr-calendar .flatpickr-days { |
| 138 | width: 280px; } |
| 139 | .flatpickr-calendar .flatpickr-day { |
| 140 | max-width: 37px; |
| 141 | height: 37px; |
| 142 | line-height: 37px; } |
| 143 | |
| 144 | .elementor-templates-modal .dialog-widget-content { |
| 145 | font-family: Roboto, Arial, Helvetica, Verdana, sans-serif; |
| 146 | background-color: #f1f3f5; |
| 147 | width: 100%; } |
| 148 | @media (max-width: 1439px) { |
| 149 | .elementor-templates-modal .dialog-widget-content { |
| 150 | max-width: 990px; } } |
| 151 | @media (min-width: 1440px) { |
| 152 | .elementor-templates-modal .dialog-widget-content { |
| 153 | max-width: 1200px; } } |
| 154 | |
| 155 | .elementor-templates-modal .dialog-header { |
| 156 | padding: 0; |
| 157 | background-color: #fff; |
| 158 | -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); |
| 159 | box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); |
| 160 | position: relative; |
| 161 | z-index: 1; } |
| 162 | |
| 163 | .elementor-templates-modal .dialog-buttons-wrapper { |
| 164 | background-color: #fff; |
| 165 | border: none; |
| 166 | display: none; |
| 167 | -webkit-box-pack: end; |
| 168 | -ms-flex-pack: end; |
| 169 | justify-content: flex-end; |
| 170 | padding: 5px; |
| 171 | -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); |
| 172 | box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); |
| 173 | position: relative; } |
| 174 | .elementor-templates-modal .dialog-buttons-wrapper .elementor-button { |
| 175 | height: 40px; |
| 176 | margin-right: 5px; } |
| 177 | .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success { |
| 178 | padding: 12px 36px; |
| 179 | color: #fff; |
| 180 | width: initial; |
| 181 | font-size: 15px; } |
| 182 | .elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover { |
| 183 | background-color: #39b54a; } |
| 184 | |
| 185 | .elementor-templates-modal .dialog-message { |
| 186 | height: 750px; |
| 187 | max-height: 85vh; |
| 188 | overflow: auto; |
| 189 | padding-top: 25px; } |
| 190 | |
| 191 | .elementor-templates-modal .dialog-content { |
| 192 | height: 100%; } |
| 193 | |
| 194 | .elementor-templates-modal .dialog-loading { |
| 195 | display: none; } |
| 196 | |
| 197 | .elementor-templates-modal__header { |
| 198 | display: -webkit-box; |
| 199 | display: -ms-flexbox; |
| 200 | display: flex; |
| 201 | -webkit-box-align: center; |
| 202 | -ms-flex-align: center; |
| 203 | align-items: center; |
| 204 | -webkit-box-pack: justify; |
| 205 | -ms-flex-pack: justify; |
| 206 | justify-content: space-between; |
| 207 | height: 50px; } |
| 208 | .elementor-templates-modal__header__logo { |
| 209 | line-height: 1; |
| 210 | text-transform: uppercase; |
| 211 | font-weight: bold; |
| 212 | cursor: pointer; } |
| 213 | .elementor-templates-modal__header__logo-area { |
| 214 | text-align: right; |
| 215 | padding-right: 15px; } |
| 216 | .elementor-templates-modal__header__logo-area > * { |
| 217 | display: -webkit-box; |
| 218 | display: -ms-flexbox; |
| 219 | display: flex; |
| 220 | -webkit-box-align: center; |
| 221 | -ms-flex-align: center; |
| 222 | align-items: center; } |
| 223 | .elementor-templates-modal__header__logo__icon-wrapper { |
| 224 | margin-left: 10px; |
| 225 | font-size: 12px; } |
| 226 | .elementor-templates-modal__header__logo__title { |
| 227 | padding-top: 2px; } |
| 228 | .elementor-templates-modal__header__items-area { |
| 229 | display: -webkit-box; |
| 230 | display: -ms-flexbox; |
| 231 | display: flex; |
| 232 | -webkit-box-orient: horizontal; |
| 233 | -webkit-box-direction: reverse; |
| 234 | -ms-flex-direction: row-reverse; |
| 235 | flex-direction: row-reverse; } |
| 236 | .elementor-templates-modal__header__item { |
| 237 | position: relative; |
| 238 | display: -webkit-box; |
| 239 | display: -ms-flexbox; |
| 240 | display: flex; |
| 241 | -webkit-box-align: center; |
| 242 | -ms-flex-align: center; |
| 243 | align-items: center; |
| 244 | -webkit-box-pack: center; |
| 245 | -ms-flex-pack: center; |
| 246 | justify-content: center; |
| 247 | -webkit-box-sizing: content-box; |
| 248 | box-sizing: content-box; } |
| 249 | .elementor-templates-modal__header__item > i { |
| 250 | font-size: 20px; |
| 251 | -webkit-transition: all 0.3s; |
| 252 | -o-transition: all 0.3s; |
| 253 | transition: all 0.3s; |
| 254 | cursor: pointer; } |
| 255 | .elementor-templates-modal__header__item > i:not(:hover) { |
| 256 | color: #a4afb7; } |
| 257 | .elementor-templates-modal__header__close--normal { |
| 258 | width: 47px; |
| 259 | border-right: 1px solid #e6e9ec; } |
| 260 | .elementor-templates-modal__header__close--normal i { |
| 261 | font-size: 18px; } |
| 262 | .elementor-templates-modal__header__close--skip { |
| 263 | padding: 10px; |
| 264 | padding-right: 20px; |
| 265 | margin-left: 10px; |
| 266 | color: #fff; |
| 267 | background-color: #a4afb7; |
| 268 | font-size: 11px; |
| 269 | font-weight: normal; |
| 270 | line-height: 1; |
| 271 | text-transform: uppercase; |
| 272 | -webkit-border-radius: 2px; |
| 273 | border-radius: 2px; |
| 274 | cursor: pointer; } |
| 275 | .elementor-templates-modal__header__close--skip > i { |
| 276 | font-size: inherit; |
| 277 | padding-right: 10px; |
| 278 | margin-right: 15px; |
| 279 | border-right: 1px solid; } |
| 280 | .elementor-templates-modal__header__close--skip > i:not(:hover) { |
| 281 | color: #fff; } |
| 282 | |
| 283 | .elementor-templates-modal__sidebar { |
| 284 | -ms-flex-negative: 0; |
| 285 | flex-shrink: 0; |
| 286 | width: 25%; |
| 287 | background-color: rgba(255, 255, 255, 0.3); } |
| 288 | |
| 289 | .elementor-templates-modal__content { |
| 290 | -webkit-box-flex: 1; |
| 291 | -ms-flex-positive: 1; |
| 292 | flex-grow: 1; |
| 293 | -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05); |
| 294 | box-shadow: 0 0 13px inset rgba(0, 0, 0, 0.05); } |
| 295 | |
| 296 | #wpadminbar #wp-admin-bar-elementor_app_site_editor a.ab-item:before { |
| 297 | content: "\e91d"; |
| 298 | font-family: eicons; |
| 299 | top: 4px; |
| 300 | font-size: 13px; |
| 301 | color: inherit; } |
| 302 | |
| 303 | .elementor-hidden { |
| 304 | display: none; } |
| 305 | |
| 306 | .elementor-screen-only, |
| 307 | .screen-reader-text, |
| 308 | .screen-reader-text span, |
| 309 | .ui-helper-hidden-accessible { |
| 310 | position: absolute; |
| 311 | top: -10000em; |
| 312 | width: 1px; |
| 313 | height: 1px; |
| 314 | margin: -1px; |
| 315 | padding: 0; |
| 316 | overflow: hidden; |
| 317 | clip: rect(0, 0, 0, 0); |
| 318 | border: 0; } |
| 319 | |
| 320 | .elementor-clearfix:after { |
| 321 | content: ''; |
| 322 | display: block; |
| 323 | clear: both; |
| 324 | width: 0; |
| 325 | height: 0; } |
| 326 | |
| 327 | .e-logo-wrapper { |
| 328 | background: #93003c; |
| 329 | display: inline-block; |
| 330 | padding: 0.75em; |
| 331 | -webkit-border-radius: 50%; |
| 332 | border-radius: 50%; |
| 333 | line-height: 1; } |
| 334 | .e-logo-wrapper i { |
| 335 | color: #fff; |
| 336 | font-size: 1em; } |
| 337 | |
| 338 | .elementor { |
| 339 | -webkit-hyphens: manual; |
| 340 | -ms-hyphens: manual; |
| 341 | hyphens: manual; } |
| 342 | .elementor *, .elementor *:before, .elementor *:after { |
| 343 | -webkit-box-sizing: border-box; |
| 344 | box-sizing: border-box; } |
| 345 | .elementor a { |
| 346 | -webkit-box-shadow: none; |
| 347 | box-shadow: none; |
| 348 | text-decoration: none; } |
| 349 | .elementor hr { |
| 350 | margin: 0; |
| 351 | background-color: transparent; } |
| 352 | .elementor img { |
| 353 | height: auto; |
| 354 | max-width: 100%; |
| 355 | border: none; |
| 356 | -webkit-border-radius: 0; |
| 357 | border-radius: 0; |
| 358 | -webkit-box-shadow: none; |
| 359 | box-shadow: none; } |
| 360 | .elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure { |
| 361 | margin: 0; } |
| 362 | .elementor embed, |
| 363 | .elementor iframe, |
| 364 | .elementor object, |
| 365 | .elementor video { |
| 366 | max-width: 100%; |
| 367 | width: 100%; |
| 368 | margin: 0; |
| 369 | line-height: 1; |
| 370 | border: none; } |
| 371 | .elementor .elementor-custom-embed { |
| 372 | line-height: 0; } |
| 373 | .elementor .elementor-background-video-container, |
| 374 | .elementor .elementor-background-holder, |
| 375 | .elementor .elementor-background { |
| 376 | height: 100%; |
| 377 | width: 100%; |
| 378 | top: 0; |
| 379 | left: 0; |
| 380 | position: absolute; |
| 381 | overflow: hidden; |
| 382 | z-index: 0; |
| 383 | direction: ltr; } |
| 384 | .elementor .elementor-background-video-container { |
| 385 | -webkit-transition: opacity 1s; |
| 386 | -o-transition: opacity 1s; |
| 387 | transition: opacity 1s; |
| 388 | pointer-events: none; } |
| 389 | .elementor .elementor-background-video-container.elementor-loading { |
| 390 | opacity: 0; } |
| 391 | .elementor .elementor-background-video-embed { |
| 392 | max-width: none; } |
| 393 | .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted { |
| 394 | position: absolute; |
| 395 | top: 50%; |
| 396 | left: 50%; |
| 397 | -webkit-transform: translate(-50%, -50%); |
| 398 | -ms-transform: translate(-50%, -50%); |
| 399 | transform: translate(-50%, -50%); } |
| 400 | .elementor .elementor-background-video { |
| 401 | max-width: none; |
| 402 | position: absolute; |
| 403 | top: 50%; |
| 404 | left: 50%; |
| 405 | -webkit-transform: translate(-50%, -50%); |
| 406 | -ms-transform: translate(-50%, -50%); |
| 407 | transform: translate(-50%, -50%); } |
| 408 | .elementor .elementor-html5-video { |
| 409 | -o-object-fit: cover; |
| 410 | object-fit: cover; } |
| 411 | .elementor .elementor-background-overlay { |
| 412 | height: 100%; |
| 413 | width: 100%; |
| 414 | top: 0; |
| 415 | left: 0; |
| 416 | position: absolute; } |
| 417 | .elementor .elementor-background-slideshow { |
| 418 | position: absolute; |
| 419 | width: 100%; |
| 420 | height: 100%; |
| 421 | z-index: 0; |
| 422 | top: 0; |
| 423 | right: 0; } |
| 424 | .elementor .elementor-background-slideshow__slide__image { |
| 425 | width: 100%; |
| 426 | height: 100%; |
| 427 | background-position: center center; |
| 428 | -webkit-background-size: cover; |
| 429 | background-size: cover; } |
| 430 | |
| 431 | .elementor-widget-wrap > .elementor-element.elementor-absolute { |
| 432 | position: absolute; } |
| 433 | |
| 434 | .elementor-widget-wrap > .elementor-element.elementor-fixed { |
| 435 | position: fixed; } |
| 436 | |
| 437 | .elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial { |
| 438 | max-width: 100%; } |
| 439 | |
| 440 | @media (max-width: 1024px) { |
| 441 | .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial { |
| 442 | max-width: 100%; } } |
| 443 | |
| 444 | @media (max-width: 767px) { |
| 445 | .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial { |
| 446 | max-width: 100%; } } |
| 447 | |
| 448 | .elementor-element.elementor-absolute, .elementor-element.elementor-fixed { |
| 449 | z-index: 1; } |
| 450 | |
| 451 | .elementor-invisible { |
| 452 | visibility: hidden; } |
| 453 | |
| 454 | .elementor-align-center { |
| 455 | text-align: center; } |
| 456 | .elementor-align-center .elementor-button { |
| 457 | width: auto; } |
| 458 | |
| 459 | .elementor-align-right { |
| 460 | text-align: right; } |
| 461 | .elementor-align-right .elementor-button { |
| 462 | width: auto; } |
| 463 | |
| 464 | .elementor-align-left { |
| 465 | text-align: left; } |
| 466 | .elementor-align-left .elementor-button { |
| 467 | width: auto; } |
| 468 | |
| 469 | .elementor-align-justify .elementor-button { |
| 470 | width: 100%; } |
| 471 | |
| 472 | .elementor-custom-embed-play { |
| 473 | position: absolute; |
| 474 | top: 50%; |
| 475 | left: 50%; |
| 476 | -webkit-transform: translate(-50%, -50%); |
| 477 | -ms-transform: translate(-50%, -50%); |
| 478 | transform: translate(-50%, -50%); } |
| 479 | .elementor-custom-embed-play i { |
| 480 | font-size: 100px; |
| 481 | color: #fff; |
| 482 | opacity: 0.8; |
| 483 | text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3); |
| 484 | -webkit-transition: all .5s; |
| 485 | -o-transition: all .5s; |
| 486 | transition: all .5s; } |
| 487 | .elementor-custom-embed-play.elementor-playing i { |
| 488 | font-family: eicons; |
| 489 | -webkit-animation: fa-spin 2s infinite linear; |
| 490 | animation: fa-spin 2s infinite linear; } |
| 491 | .elementor-custom-embed-play.elementor-playing i:before { |
| 492 | content: '\e8fb'; } |
| 493 | |
| 494 | .elementor-tag { |
| 495 | display: -webkit-inline-box; |
| 496 | display: -ms-inline-flexbox; |
| 497 | display: inline-flex; } |
| 498 | |
| 499 | .elementor-ken-burns { |
| 500 | -webkit-transition-property: -webkit-transform; |
| 501 | transition-property: -webkit-transform; |
| 502 | -o-transition-property: transform; |
| 503 | transition-property: transform; |
| 504 | transition-property: transform, -webkit-transform; |
| 505 | -webkit-transition-duration: 10s; |
| 506 | -o-transition-duration: 10s; |
| 507 | transition-duration: 10s; |
| 508 | -webkit-transition-timing-function: linear; |
| 509 | -o-transition-timing-function: linear; |
| 510 | transition-timing-function: linear; } |
| 511 | .elementor-ken-burns--out { |
| 512 | -webkit-transform: scale(1.3); |
| 513 | -ms-transform: scale(1.3); |
| 514 | transform: scale(1.3); } |
| 515 | .elementor-ken-burns--active { |
| 516 | -webkit-transition-duration: 20s; |
| 517 | -o-transition-duration: 20s; |
| 518 | transition-duration: 20s; } |
| 519 | .elementor-ken-burns--active.elementor-ken-burns--out { |
| 520 | -webkit-transform: scale(1); |
| 521 | -ms-transform: scale(1); |
| 522 | transform: scale(1); } |
| 523 | .elementor-ken-burns--active.elementor-ken-burns--in { |
| 524 | -webkit-transform: scale(1.3); |
| 525 | -ms-transform: scale(1.3); |
| 526 | transform: scale(1.3); } |
| 527 | |
| 528 | @media (max-width: 1024px) { |
| 529 | .elementor-tablet-align-center { |
| 530 | text-align: center; } |
| 531 | .elementor-tablet-align-center .elementor-button { |
| 532 | width: auto; } |
| 533 | .elementor-tablet-align-right { |
| 534 | text-align: right; } |
| 535 | .elementor-tablet-align-right .elementor-button { |
| 536 | width: auto; } |
| 537 | .elementor-tablet-align-left { |
| 538 | text-align: left; } |
| 539 | .elementor-tablet-align-left .elementor-button { |
| 540 | width: auto; } |
| 541 | .elementor-tablet-align-justify .elementor-button { |
| 542 | width: 100%; } } |
| 543 | |
| 544 | @media (max-width: 767px) { |
| 545 | .elementor-mobile-align-center { |
| 546 | text-align: center; } |
| 547 | .elementor-mobile-align-center .elementor-button { |
| 548 | width: auto; } |
| 549 | .elementor-mobile-align-right { |
| 550 | text-align: right; } |
| 551 | .elementor-mobile-align-right .elementor-button { |
| 552 | width: auto; } |
| 553 | .elementor-mobile-align-left { |
| 554 | text-align: left; } |
| 555 | .elementor-mobile-align-left .elementor-button { |
| 556 | width: auto; } |
| 557 | .elementor-mobile-align-justify .elementor-button { |
| 558 | width: 100%; } } |
| 559 | |
| 560 | #wpadminbar #wp-admin-bar-elementor_edit_page > .ab-item::before { |
| 561 | content: "\e813"; |
| 562 | font-family: eicons; |
| 563 | top: 3px; |
| 564 | font-size: 18px; } |
| 565 | |
| 566 | #wpadminbar #wp-admin-bar-elementor_inspector > .ab-item::before { |
| 567 | content: "\f348"; |
| 568 | top: 2px; } |
| 569 | |
| 570 | :root { |
| 571 | --page-title-display: block; } |
| 572 | |
| 573 | .elementor-page-title, h1.entry-title { |
| 574 | display: var(--page-title-display); } |
| 575 | |
| 576 | .elementor-section { |
| 577 | position: relative; } |
| 578 | .elementor-section .elementor-container { |
| 579 | display: -webkit-box; |
| 580 | display: -ms-flexbox; |
| 581 | display: flex; |
| 582 | margin-right: auto; |
| 583 | margin-left: auto; |
| 584 | position: relative; } |
| 585 | @media (max-width: 1024px) { |
| 586 | .elementor-section .elementor-container { |
| 587 | -ms-flex-wrap: wrap; |
| 588 | flex-wrap: wrap; } } |
| 589 | .elementor-section.elementor-section-boxed > .elementor-container { |
| 590 | max-width: 1140px; } |
| 591 | .elementor-section.elementor-section-stretched { |
| 592 | position: relative; |
| 593 | width: 100%; } |
| 594 | .elementor-section.elementor-section-items-top > .elementor-container { |
| 595 | -webkit-box-align: start; |
| 596 | -ms-flex-align: start; |
| 597 | align-items: flex-start; } |
| 598 | .elementor-section.elementor-section-items-middle > .elementor-container { |
| 599 | -webkit-box-align: center; |
| 600 | -ms-flex-align: center; |
| 601 | align-items: center; } |
| 602 | .elementor-section.elementor-section-items-bottom > .elementor-container { |
| 603 | -webkit-box-align: end; |
| 604 | -ms-flex-align: end; |
| 605 | align-items: flex-end; } |
| 606 | @media (min-width: 768px) { |
| 607 | .elementor-section.elementor-section-height-full { |
| 608 | height: 100vh; } |
| 609 | .elementor-section.elementor-section-height-full > .elementor-container { |
| 610 | height: 100%; } } |
| 611 | |
| 612 | .elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap { |
| 613 | -webkit-box-align: start; |
| 614 | -ms-flex-align: start; |
| 615 | align-items: flex-start; } |
| 616 | |
| 617 | .elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap { |
| 618 | -webkit-box-align: center; |
| 619 | -ms-flex-align: center; |
| 620 | align-items: center; } |
| 621 | |
| 622 | .elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap { |
| 623 | -webkit-box-align: end; |
| 624 | -ms-flex-align: end; |
| 625 | align-items: flex-end; } |
| 626 | |
| 627 | .elementor-row { |
| 628 | width: 100%; |
| 629 | display: -webkit-box; |
| 630 | display: -ms-flexbox; |
| 631 | display: flex; } |
| 632 | @media (max-width: 1024px) { |
| 633 | .elementor-row { |
| 634 | -ms-flex-wrap: wrap; |
| 635 | flex-wrap: wrap; } } |
| 636 | |
| 637 | .elementor-widget-wrap { |
| 638 | position: relative; |
| 639 | width: 100%; |
| 640 | -ms-flex-wrap: wrap; |
| 641 | flex-wrap: wrap; |
| 642 | -ms-flex-line-pack: start; |
| 643 | align-content: flex-start; } |
| 644 | .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap { |
| 645 | display: -webkit-box; |
| 646 | display: -ms-flexbox; |
| 647 | display: flex; } |
| 648 | .elementor-widget-wrap > .elementor-element { |
| 649 | width: 100%; } |
| 650 | |
| 651 | .elementor-widget { |
| 652 | position: relative; } |
| 653 | .elementor-widget:not(:last-child) { |
| 654 | margin-bottom: 20px; } |
| 655 | .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 { |
| 656 | margin-bottom: 0; } |
| 657 | |
| 658 | .elementor-column { |
| 659 | position: relative; |
| 660 | min-height: 1px; |
| 661 | display: -webkit-box; |
| 662 | display: -ms-flexbox; |
| 663 | display: flex; } |
| 664 | |
| 665 | .elementor-column-wrap { |
| 666 | width: 100%; |
| 667 | position: relative; |
| 668 | display: -webkit-box; |
| 669 | display: -ms-flexbox; |
| 670 | display: flex; } |
| 671 | |
| 672 | .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated { |
| 673 | padding: 5px; } |
| 674 | |
| 675 | .elementor-column-gap-default > .elementor-column > .elementor-element-populated { |
| 676 | padding: 10px; } |
| 677 | |
| 678 | .elementor-column-gap-extended > .elementor-column > .elementor-element-populated { |
| 679 | padding: 15px; } |
| 680 | |
| 681 | .elementor-column-gap-wide > .elementor-column > .elementor-element-populated { |
| 682 | padding: 20px; } |
| 683 | |
| 684 | .elementor-column-gap-wider > .elementor-column > .elementor-element-populated { |
| 685 | padding: 30px; } |
| 686 | |
| 687 | .elementor-inner-section .elementor-column-gap-no .elementor-element-populated { |
| 688 | padding: 0; } |
| 689 | |
| 690 | @media (min-width: 768px) { |
| 691 | .elementor-column.elementor-col-10, .elementor-column[data-col="10"] { |
| 692 | width: 10%; } |
| 693 | .elementor-column.elementor-col-11, .elementor-column[data-col="11"] { |
| 694 | width: 11.111%; } |
| 695 | .elementor-column.elementor-col-12, .elementor-column[data-col="12"] { |
| 696 | width: 12.5%; } |
| 697 | .elementor-column.elementor-col-14, .elementor-column[data-col="14"] { |
| 698 | width: 14.285%; } |
| 699 | .elementor-column.elementor-col-16, .elementor-column[data-col="16"] { |
| 700 | width: 16.666%; } |
| 701 | .elementor-column.elementor-col-20, .elementor-column[data-col="20"] { |
| 702 | width: 20%; } |
| 703 | .elementor-column.elementor-col-25, .elementor-column[data-col="25"] { |
| 704 | width: 25%; } |
| 705 | .elementor-column.elementor-col-30, .elementor-column[data-col="30"] { |
| 706 | width: 30%; } |
| 707 | .elementor-column.elementor-col-33, .elementor-column[data-col="33"] { |
| 708 | width: 33.333%; } |
| 709 | .elementor-column.elementor-col-40, .elementor-column[data-col="40"] { |
| 710 | width: 40%; } |
| 711 | .elementor-column.elementor-col-50, .elementor-column[data-col="50"] { |
| 712 | width: 50%; } |
| 713 | .elementor-column.elementor-col-60, .elementor-column[data-col="60"] { |
| 714 | width: 60%; } |
| 715 | .elementor-column.elementor-col-66, .elementor-column[data-col="66"] { |
| 716 | width: 66.666%; } |
| 717 | .elementor-column.elementor-col-70, .elementor-column[data-col="70"] { |
| 718 | width: 70%; } |
| 719 | .elementor-column.elementor-col-75, .elementor-column[data-col="75"] { |
| 720 | width: 75%; } |
| 721 | .elementor-column.elementor-col-80, .elementor-column[data-col="80"] { |
| 722 | width: 80%; } |
| 723 | .elementor-column.elementor-col-83, .elementor-column[data-col="83"] { |
| 724 | width: 83.333%; } |
| 725 | .elementor-column.elementor-col-90, .elementor-column[data-col="90"] { |
| 726 | width: 90%; } |
| 727 | .elementor-column.elementor-col-100, .elementor-column[data-col="100"] { |
| 728 | width: 100%; } } |
| 729 | |
| 730 | @media (max-width: 479px) { |
| 731 | .elementor-column.elementor-xs-10 { |
| 732 | width: 10%; } |
| 733 | .elementor-column.elementor-xs-11 { |
| 734 | width: 11.111%; } |
| 735 | .elementor-column.elementor-xs-12 { |
| 736 | width: 12.5%; } |
| 737 | .elementor-column.elementor-xs-14 { |
| 738 | width: 14.285%; } |
| 739 | .elementor-column.elementor-xs-16 { |
| 740 | width: 16.666%; } |
| 741 | .elementor-column.elementor-xs-20 { |
| 742 | width: 20%; } |
| 743 | .elementor-column.elementor-xs-25 { |
| 744 | width: 25%; } |
| 745 | .elementor-column.elementor-xs-30 { |
| 746 | width: 30%; } |
| 747 | .elementor-column.elementor-xs-33 { |
| 748 | width: 33.333%; } |
| 749 | .elementor-column.elementor-xs-40 { |
| 750 | width: 40%; } |
| 751 | .elementor-column.elementor-xs-50 { |
| 752 | width: 50%; } |
| 753 | .elementor-column.elementor-xs-60 { |
| 754 | width: 60%; } |
| 755 | .elementor-column.elementor-xs-66 { |
| 756 | width: 66.666%; } |
| 757 | .elementor-column.elementor-xs-70 { |
| 758 | width: 70%; } |
| 759 | .elementor-column.elementor-xs-75 { |
| 760 | width: 75%; } |
| 761 | .elementor-column.elementor-xs-80 { |
| 762 | width: 80%; } |
| 763 | .elementor-column.elementor-xs-83 { |
| 764 | width: 83.333%; } |
| 765 | .elementor-column.elementor-xs-90 { |
| 766 | width: 90%; } |
| 767 | .elementor-column.elementor-xs-100 { |
| 768 | width: 100%; } } |
| 769 | |
| 770 | @media (max-width: 767px) { |
| 771 | .elementor-column.elementor-sm-10 { |
| 772 | width: 10%; } |
| 773 | .elementor-column.elementor-sm-11 { |
| 774 | width: 11.111%; } |
| 775 | .elementor-column.elementor-sm-12 { |
| 776 | width: 12.5%; } |
| 777 | .elementor-column.elementor-sm-14 { |
| 778 | width: 14.285%; } |
| 779 | .elementor-column.elementor-sm-16 { |
| 780 | width: 16.666%; } |
| 781 | .elementor-column.elementor-sm-20 { |
| 782 | width: 20%; } |
| 783 | .elementor-column.elementor-sm-25 { |
| 784 | width: 25%; } |
| 785 | .elementor-column.elementor-sm-30 { |
| 786 | width: 30%; } |
| 787 | .elementor-column.elementor-sm-33 { |
| 788 | width: 33.333%; } |
| 789 | .elementor-column.elementor-sm-40 { |
| 790 | width: 40%; } |
| 791 | .elementor-column.elementor-sm-50 { |
| 792 | width: 50%; } |
| 793 | .elementor-column.elementor-sm-60 { |
| 794 | width: 60%; } |
| 795 | .elementor-column.elementor-sm-66 { |
| 796 | width: 66.666%; } |
| 797 | .elementor-column.elementor-sm-70 { |
| 798 | width: 70%; } |
| 799 | .elementor-column.elementor-sm-75 { |
| 800 | width: 75%; } |
| 801 | .elementor-column.elementor-sm-80 { |
| 802 | width: 80%; } |
| 803 | .elementor-column.elementor-sm-83 { |
| 804 | width: 83.333%; } |
| 805 | .elementor-column.elementor-sm-90 { |
| 806 | width: 90%; } |
| 807 | .elementor-column.elementor-sm-100 { |
| 808 | width: 100%; } } |
| 809 | |
| 810 | @media (min-width: 768px) and (max-width: 1024px) { |
| 811 | .elementor-column.elementor-md-10 { |
| 812 | width: 10%; } |
| 813 | .elementor-column.elementor-md-11 { |
| 814 | width: 11.111%; } |
| 815 | .elementor-column.elementor-md-12 { |
| 816 | width: 12.5%; } |
| 817 | .elementor-column.elementor-md-14 { |
| 818 | width: 14.285%; } |
| 819 | .elementor-column.elementor-md-16 { |
| 820 | width: 16.666%; } |
| 821 | .elementor-column.elementor-md-20 { |
| 822 | width: 20%; } |
| 823 | .elementor-column.elementor-md-25 { |
| 824 | width: 25%; } |
| 825 | .elementor-column.elementor-md-30 { |
| 826 | width: 30%; } |
| 827 | .elementor-column.elementor-md-33 { |
| 828 | width: 33.333%; } |
| 829 | .elementor-column.elementor-md-40 { |
| 830 | width: 40%; } |
| 831 | .elementor-column.elementor-md-50 { |
| 832 | width: 50%; } |
| 833 | .elementor-column.elementor-md-60 { |
| 834 | width: 60%; } |
| 835 | .elementor-column.elementor-md-66 { |
| 836 | width: 66.666%; } |
| 837 | .elementor-column.elementor-md-70 { |
| 838 | width: 70%; } |
| 839 | .elementor-column.elementor-md-75 { |
| 840 | width: 75%; } |
| 841 | .elementor-column.elementor-md-80 { |
| 842 | width: 80%; } |
| 843 | .elementor-column.elementor-md-83 { |
| 844 | width: 83.333%; } |
| 845 | .elementor-column.elementor-md-90 { |
| 846 | width: 90%; } |
| 847 | .elementor-column.elementor-md-100 { |
| 848 | width: 100%; } } |
| 849 | |
| 850 | @media (min-width: 768px) and (max-width: 1024px) { |
| 851 | .elementor-reverse-tablet > .elementor-container > :nth-child(1) { |
| 852 | -webkit-box-ordinal-group: 11; |
| 853 | -ms-flex-order: 10; |
| 854 | order: 10; } |
| 855 | .elementor-reverse-tablet > .elementor-container > :nth-child(2) { |
| 856 | -webkit-box-ordinal-group: 10; |
| 857 | -ms-flex-order: 9; |
| 858 | order: 9; } |
| 859 | .elementor-reverse-tablet > .elementor-container > :nth-child(3) { |
| 860 | -webkit-box-ordinal-group: 9; |
| 861 | -ms-flex-order: 8; |
| 862 | order: 8; } |
| 863 | .elementor-reverse-tablet > .elementor-container > :nth-child(4) { |
| 864 | -webkit-box-ordinal-group: 8; |
| 865 | -ms-flex-order: 7; |
| 866 | order: 7; } |
| 867 | .elementor-reverse-tablet > .elementor-container > :nth-child(5) { |
| 868 | -webkit-box-ordinal-group: 7; |
| 869 | -ms-flex-order: 6; |
| 870 | order: 6; } |
| 871 | .elementor-reverse-tablet > .elementor-container > :nth-child(6) { |
| 872 | -webkit-box-ordinal-group: 6; |
| 873 | -ms-flex-order: 5; |
| 874 | order: 5; } |
| 875 | .elementor-reverse-tablet > .elementor-container > :nth-child(7) { |
| 876 | -webkit-box-ordinal-group: 5; |
| 877 | -ms-flex-order: 4; |
| 878 | order: 4; } |
| 879 | .elementor-reverse-tablet > .elementor-container > :nth-child(8) { |
| 880 | -webkit-box-ordinal-group: 4; |
| 881 | -ms-flex-order: 3; |
| 882 | order: 3; } |
| 883 | .elementor-reverse-tablet > .elementor-container > :nth-child(9) { |
| 884 | -webkit-box-ordinal-group: 3; |
| 885 | -ms-flex-order: 2; |
| 886 | order: 2; } |
| 887 | .elementor-reverse-tablet > .elementor-container > :nth-child(10) { |
| 888 | -webkit-box-ordinal-group: 2; |
| 889 | -ms-flex-order: 1; |
| 890 | order: 1; } } |
| 891 | |
| 892 | @media (max-width: 767px) { |
| 893 | .elementor-reverse-mobile > .elementor-container > :nth-child(1) { |
| 894 | -webkit-box-ordinal-group: 11; |
| 895 | -ms-flex-order: 10; |
| 896 | order: 10; } |
| 897 | .elementor-reverse-mobile > .elementor-container > :nth-child(2) { |
| 898 | -webkit-box-ordinal-group: 10; |
| 899 | -ms-flex-order: 9; |
| 900 | order: 9; } |
| 901 | .elementor-reverse-mobile > .elementor-container > :nth-child(3) { |
| 902 | -webkit-box-ordinal-group: 9; |
| 903 | -ms-flex-order: 8; |
| 904 | order: 8; } |
| 905 | .elementor-reverse-mobile > .elementor-container > :nth-child(4) { |
| 906 | -webkit-box-ordinal-group: 8; |
| 907 | -ms-flex-order: 7; |
| 908 | order: 7; } |
| 909 | .elementor-reverse-mobile > .elementor-container > :nth-child(5) { |
| 910 | -webkit-box-ordinal-group: 7; |
| 911 | -ms-flex-order: 6; |
| 912 | order: 6; } |
| 913 | .elementor-reverse-mobile > .elementor-container > :nth-child(6) { |
| 914 | -webkit-box-ordinal-group: 6; |
| 915 | -ms-flex-order: 5; |
| 916 | order: 5; } |
| 917 | .elementor-reverse-mobile > .elementor-container > :nth-child(7) { |
| 918 | -webkit-box-ordinal-group: 5; |
| 919 | -ms-flex-order: 4; |
| 920 | order: 4; } |
| 921 | .elementor-reverse-mobile > .elementor-container > :nth-child(8) { |
| 922 | -webkit-box-ordinal-group: 4; |
| 923 | -ms-flex-order: 3; |
| 924 | order: 3; } |
| 925 | .elementor-reverse-mobile > .elementor-container > :nth-child(9) { |
| 926 | -webkit-box-ordinal-group: 3; |
| 927 | -ms-flex-order: 2; |
| 928 | order: 2; } |
| 929 | .elementor-reverse-mobile > .elementor-container > :nth-child(10) { |
| 930 | -webkit-box-ordinal-group: 2; |
| 931 | -ms-flex-order: 1; |
| 932 | order: 1; } |
| 933 | .elementor-column { |
| 934 | width: 100%; } } |
| 935 | |
| 936 | ul.elementor-icon-list-items.elementor-inline-items { |
| 937 | display: -webkit-box; |
| 938 | display: -ms-flexbox; |
| 939 | display: flex; |
| 940 | -ms-flex-wrap: wrap; |
| 941 | flex-wrap: wrap; } |
| 942 | ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item { |
| 943 | word-break: break-word; } |
| 944 | |
| 945 | .elementor-grid .elementor-grid-item { |
| 946 | word-break: break-word; |
| 947 | min-width: 0; } |
| 948 | |
| 949 | .elementor-grid-0 .elementor-grid { |
| 950 | display: -webkit-box; |
| 951 | display: -ms-flexbox; |
| 952 | display: flex; |
| 953 | overflow: hidden; |
| 954 | -ms-flex-wrap: wrap; |
| 955 | flex-wrap: wrap; |
| 956 | margin-right: calc(var(--grid-side-margin) / 2); |
| 957 | margin-left: calc(var(--grid-side-margin) / 2); } |
| 958 | .elementor-grid-0 .elementor-grid-item > div, .elementor-grid-0 .elementor-grid-item > a { |
| 959 | margin-right: calc(var(--grid-side-margin) / 2); |
| 960 | margin-left: calc(var(--grid-side-margin) / 2); |
| 961 | margin-bottom: var(--grid-bottom-margin); } |
| 962 | |
| 963 | .elementor-grid-1 .elementor-grid { |
| 964 | grid-template-columns: repeat(1, 1fr); |
| 965 | display: grid; |
| 966 | grid-column-gap: var(--grid-column-gap); |
| 967 | grid-row-gap: var(--grid-row-gap); } |
| 968 | |
| 969 | .elementor-grid-2 .elementor-grid { |
| 970 | grid-template-columns: repeat(2, 1fr); |
| 971 | display: grid; |
| 972 | grid-column-gap: var(--grid-column-gap); |
| 973 | grid-row-gap: var(--grid-row-gap); } |
| 974 | |
| 975 | .elementor-grid-3 .elementor-grid { |
| 976 | grid-template-columns: repeat(3, 1fr); |
| 977 | display: grid; |
| 978 | grid-column-gap: var(--grid-column-gap); |
| 979 | grid-row-gap: var(--grid-row-gap); } |
| 980 | |
| 981 | .elementor-grid-4 .elementor-grid { |
| 982 | grid-template-columns: repeat(4, 1fr); |
| 983 | display: grid; |
| 984 | grid-column-gap: var(--grid-column-gap); |
| 985 | grid-row-gap: var(--grid-row-gap); } |
| 986 | |
| 987 | .elementor-grid-5 .elementor-grid { |
| 988 | grid-template-columns: repeat(5, 1fr); |
| 989 | display: grid; |
| 990 | grid-column-gap: var(--grid-column-gap); |
| 991 | grid-row-gap: var(--grid-row-gap); } |
| 992 | |
| 993 | .elementor-grid-6 .elementor-grid { |
| 994 | grid-template-columns: repeat(6, 1fr); |
| 995 | display: grid; |
| 996 | grid-column-gap: var(--grid-column-gap); |
| 997 | grid-row-gap: var(--grid-row-gap); } |
| 998 | |
| 999 | .elementor-grid-7 .elementor-grid { |
| 1000 | grid-template-columns: repeat(7, 1fr); |
| 1001 | display: grid; |
| 1002 | grid-column-gap: var(--grid-column-gap); |
| 1003 | grid-row-gap: var(--grid-row-gap); } |
| 1004 | |
| 1005 | .elementor-grid-8 .elementor-grid { |
| 1006 | grid-template-columns: repeat(8, 1fr); |
| 1007 | display: grid; |
| 1008 | grid-column-gap: var(--grid-column-gap); |
| 1009 | grid-row-gap: var(--grid-row-gap); } |
| 1010 | |
| 1011 | .elementor-grid-9 .elementor-grid { |
| 1012 | grid-template-columns: repeat(9, 1fr); |
| 1013 | display: grid; |
| 1014 | grid-column-gap: var(--grid-column-gap); |
| 1015 | grid-row-gap: var(--grid-row-gap); } |
| 1016 | |
| 1017 | .elementor-grid-10 .elementor-grid { |
| 1018 | grid-template-columns: repeat(10, 1fr); |
| 1019 | display: grid; |
| 1020 | grid-column-gap: var(--grid-column-gap); |
| 1021 | grid-row-gap: var(--grid-row-gap); } |
| 1022 | |
| 1023 | .elementor-grid-11 .elementor-grid { |
| 1024 | grid-template-columns: repeat(11, 1fr); |
| 1025 | display: grid; |
| 1026 | grid-column-gap: var(--grid-column-gap); |
| 1027 | grid-row-gap: var(--grid-row-gap); } |
| 1028 | |
| 1029 | .elementor-grid-12 .elementor-grid { |
| 1030 | grid-template-columns: repeat(12, 1fr); |
| 1031 | display: grid; |
| 1032 | grid-column-gap: var(--grid-column-gap); |
| 1033 | grid-row-gap: var(--grid-row-gap); } |
| 1034 | |
| 1035 | @media (max-width: 1024px) { |
| 1036 | .elementor-grid-tablet-0 .elementor-grid { |
| 1037 | display: -webkit-box; |
| 1038 | display: -ms-flexbox; |
| 1039 | display: flex; |
| 1040 | overflow: hidden; |
| 1041 | -ms-flex-wrap: wrap; |
| 1042 | flex-wrap: wrap; |
| 1043 | margin-right: calc(var(--grid-side-margin) / 2); |
| 1044 | margin-left: calc(var(--grid-side-margin) / 2); } |
| 1045 | .elementor-grid-tablet-0 .elementor-grid-item > div, .elementor-grid-tablet-0 .elementor-grid-item > a { |
| 1046 | margin-right: calc(var(--grid-side-margin) / 2); |
| 1047 | margin-left: calc(var(--grid-side-margin) / 2); |
| 1048 | margin-bottom: var(--grid-bottom-margin); } |
| 1049 | .elementor-grid-tablet-1 .elementor-grid { |
| 1050 | grid-template-columns: repeat(1, 1fr); |
| 1051 | display: grid; |
| 1052 | grid-column-gap: var(--grid-column-gap); |
| 1053 | grid-row-gap: var(--grid-row-gap); } |
| 1054 | .elementor-grid-tablet-2 .elementor-grid { |
| 1055 | grid-template-columns: repeat(2, 1fr); |
| 1056 | display: grid; |
| 1057 | grid-column-gap: var(--grid-column-gap); |
| 1058 | grid-row-gap: var(--grid-row-gap); } |
| 1059 | .elementor-grid-tablet-3 .elementor-grid { |
| 1060 | grid-template-columns: repeat(3, 1fr); |
| 1061 | display: grid; |
| 1062 | grid-column-gap: var(--grid-column-gap); |
| 1063 | grid-row-gap: var(--grid-row-gap); } |
| 1064 | .elementor-grid-tablet-4 .elementor-grid { |
| 1065 | grid-template-columns: repeat(4, 1fr); |
| 1066 | display: grid; |
| 1067 | grid-column-gap: var(--grid-column-gap); |
| 1068 | grid-row-gap: var(--grid-row-gap); } |
| 1069 | .elementor-grid-tablet-5 .elementor-grid { |
| 1070 | grid-template-columns: repeat(5, 1fr); |
| 1071 | display: grid; |
| 1072 | grid-column-gap: var(--grid-column-gap); |
| 1073 | grid-row-gap: var(--grid-row-gap); } |
| 1074 | .elementor-grid-tablet-6 .elementor-grid { |
| 1075 | grid-template-columns: repeat(6, 1fr); |
| 1076 | display: grid; |
| 1077 | grid-column-gap: var(--grid-column-gap); |
| 1078 | grid-row-gap: var(--grid-row-gap); } |
| 1079 | .elementor-grid-tablet-7 .elementor-grid { |
| 1080 | grid-template-columns: repeat(7, 1fr); |
| 1081 | display: grid; |
| 1082 | grid-column-gap: var(--grid-column-gap); |
| 1083 | grid-row-gap: var(--grid-row-gap); } |
| 1084 | .elementor-grid-tablet-8 .elementor-grid { |
| 1085 | grid-template-columns: repeat(8, 1fr); |
| 1086 | display: grid; |
| 1087 | grid-column-gap: var(--grid-column-gap); |
| 1088 | grid-row-gap: var(--grid-row-gap); } |
| 1089 | .elementor-grid-tablet-9 .elementor-grid { |
| 1090 | grid-template-columns: repeat(9, 1fr); |
| 1091 | display: grid; |
| 1092 | grid-column-gap: var(--grid-column-gap); |
| 1093 | grid-row-gap: var(--grid-row-gap); } |
| 1094 | .elementor-grid-tablet-10 .elementor-grid { |
| 1095 | grid-template-columns: repeat(10, 1fr); |
| 1096 | display: grid; |
| 1097 | grid-column-gap: var(--grid-column-gap); |
| 1098 | grid-row-gap: var(--grid-row-gap); } |
| 1099 | .elementor-grid-tablet-11 .elementor-grid { |
| 1100 | grid-template-columns: repeat(11, 1fr); |
| 1101 | display: grid; |
| 1102 | grid-column-gap: var(--grid-column-gap); |
| 1103 | grid-row-gap: var(--grid-row-gap); } |
| 1104 | .elementor-grid-tablet-12 .elementor-grid { |
| 1105 | grid-template-columns: repeat(12, 1fr); |
| 1106 | display: grid; |
| 1107 | grid-column-gap: var(--grid-column-gap); |
| 1108 | grid-row-gap: var(--grid-row-gap); } } |
| 1109 | |
| 1110 | @media (max-width: 767px) { |
| 1111 | .elementor-grid-mobile-0 .elementor-grid { |
| 1112 | display: -webkit-box; |
| 1113 | display: -ms-flexbox; |
| 1114 | display: flex; |
| 1115 | overflow: hidden; |
| 1116 | -ms-flex-wrap: wrap; |
| 1117 | flex-wrap: wrap; |
| 1118 | margin-right: calc(var(--grid-side-margin) / 2); |
| 1119 | margin-left: calc(var(--grid-side-margin) / 2); } |
| 1120 | .elementor-grid-mobile-0 .elementor-grid-item > div, .elementor-grid-mobile-0 .elementor-grid-item > a { |
| 1121 | margin-right: calc(var(--grid-side-margin) / 2); |
| 1122 | margin-left: calc(var(--grid-side-margin) / 2); |
| 1123 | margin-bottom: var(--grid-bottom-margin); } |
| 1124 | .elementor-grid-mobile-1 .elementor-grid { |
| 1125 | grid-template-columns: repeat(1, 1fr); |
| 1126 | display: grid; |
| 1127 | grid-column-gap: var(--grid-column-gap); |
| 1128 | grid-row-gap: var(--grid-row-gap); } |
| 1129 | .elementor-grid-mobile-2 .elementor-grid { |
| 1130 | grid-template-columns: repeat(2, 1fr); |
| 1131 | display: grid; |
| 1132 | grid-column-gap: var(--grid-column-gap); |
| 1133 | grid-row-gap: var(--grid-row-gap); } |
| 1134 | .elementor-grid-mobile-3 .elementor-grid { |
| 1135 | grid-template-columns: repeat(3, 1fr); |
| 1136 | display: grid; |
| 1137 | grid-column-gap: var(--grid-column-gap); |
| 1138 | grid-row-gap: var(--grid-row-gap); } |
| 1139 | .elementor-grid-mobile-4 .elementor-grid { |
| 1140 | grid-template-columns: repeat(4, 1fr); |
| 1141 | display: grid; |
| 1142 | grid-column-gap: var(--grid-column-gap); |
| 1143 | grid-row-gap: var(--grid-row-gap); } |
| 1144 | .elementor-grid-mobile-5 .elementor-grid { |
| 1145 | grid-template-columns: repeat(5, 1fr); |
| 1146 | display: grid; |
| 1147 | grid-column-gap: var(--grid-column-gap); |
| 1148 | grid-row-gap: var(--grid-row-gap); } |
| 1149 | .elementor-grid-mobile-6 .elementor-grid { |
| 1150 | grid-template-columns: repeat(6, 1fr); |
| 1151 | display: grid; |
| 1152 | grid-column-gap: var(--grid-column-gap); |
| 1153 | grid-row-gap: var(--grid-row-gap); } |
| 1154 | .elementor-grid-mobile-7 .elementor-grid { |
| 1155 | grid-template-columns: repeat(7, 1fr); |
| 1156 | display: grid; |
| 1157 | grid-column-gap: var(--grid-column-gap); |
| 1158 | grid-row-gap: var(--grid-row-gap); } |
| 1159 | .elementor-grid-mobile-8 .elementor-grid { |
| 1160 | grid-template-columns: repeat(8, 1fr); |
| 1161 | display: grid; |
| 1162 | grid-column-gap: var(--grid-column-gap); |
| 1163 | grid-row-gap: var(--grid-row-gap); } |
| 1164 | .elementor-grid-mobile-9 .elementor-grid { |
| 1165 | grid-template-columns: repeat(9, 1fr); |
| 1166 | display: grid; |
| 1167 | grid-column-gap: var(--grid-column-gap); |
| 1168 | grid-row-gap: var(--grid-row-gap); } |
| 1169 | .elementor-grid-mobile-10 .elementor-grid { |
| 1170 | grid-template-columns: repeat(10, 1fr); |
| 1171 | display: grid; |
| 1172 | grid-column-gap: var(--grid-column-gap); |
| 1173 | grid-row-gap: var(--grid-row-gap); } |
| 1174 | .elementor-grid-mobile-11 .elementor-grid { |
| 1175 | grid-template-columns: repeat(11, 1fr); |
| 1176 | display: grid; |
| 1177 | grid-column-gap: var(--grid-column-gap); |
| 1178 | grid-row-gap: var(--grid-row-gap); } |
| 1179 | .elementor-grid-mobile-12 .elementor-grid { |
| 1180 | grid-template-columns: repeat(12, 1fr); |
| 1181 | display: grid; |
| 1182 | grid-column-gap: var(--grid-column-gap); |
| 1183 | grid-row-gap: var(--grid-row-gap); } } |
| 1184 | |
| 1185 | @media (min-width: 1025px) { |
| 1186 | #elementor-device-mode:after { |
| 1187 | content: 'desktop'; } } |
| 1188 | |
| 1189 | @media (min-width: 768px) and (max-width: 1024px) { |
| 1190 | #elementor-device-mode:after { |
| 1191 | content: 'tablet'; } } |
| 1192 | |
| 1193 | @media (max-width: 767px) { |
| 1194 | #elementor-device-mode:after { |
| 1195 | content: 'mobile'; } } |
| 1196 | |
| 1197 | .elementor-form-fields-wrapper { |
| 1198 | display: -webkit-box; |
| 1199 | display: -ms-flexbox; |
| 1200 | display: flex; |
| 1201 | -ms-flex-wrap: wrap; |
| 1202 | flex-wrap: wrap; } |
| 1203 | .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 { |
| 1204 | -ms-flex-preferred-size: 100%; |
| 1205 | flex-basis: 100%; |
| 1206 | max-width: 100%; } |
| 1207 | .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper { |
| 1208 | -webkit-box-flex: 1; |
| 1209 | -ms-flex-positive: 1; |
| 1210 | flex-grow: 1; } |
| 1211 | |
| 1212 | .elementor-field-group { |
| 1213 | -ms-flex-wrap: wrap; |
| 1214 | flex-wrap: wrap; |
| 1215 | -webkit-box-align: center; |
| 1216 | -ms-flex-align: center; |
| 1217 | align-items: center; } |
| 1218 | .elementor-field-group.elementor-field-type-submit { |
| 1219 | -webkit-box-align: end; |
| 1220 | -ms-flex-align: end; |
| 1221 | align-items: flex-end; } |
| 1222 | .elementor-field-group .elementor-field-textual { |
| 1223 | width: 100%; |
| 1224 | max-width: 100%; |
| 1225 | border: 1px solid #818a91; |
| 1226 | background-color: transparent; |
| 1227 | color: #373a3c; |
| 1228 | vertical-align: middle; |
| 1229 | -webkit-box-flex: 1; |
| 1230 | -ms-flex-positive: 1; |
| 1231 | flex-grow: 1; } |
| 1232 | .elementor-field-group .elementor-field-textual:focus { |
| 1233 | -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; |
| 1234 | box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; |
| 1235 | outline: 0; } |
| 1236 | .elementor-field-group .elementor-field-textual::-webkit-input-placeholder { |
| 1237 | color: inherit; |
| 1238 | font-family: inherit; |
| 1239 | opacity: 0.6; } |
| 1240 | .elementor-field-group .elementor-field-textual:-ms-input-placeholder { |
| 1241 | color: inherit; |
| 1242 | font-family: inherit; |
| 1243 | opacity: 0.6; } |
| 1244 | .elementor-field-group .elementor-field-textual::-moz-placeholder { |
| 1245 | color: inherit; |
| 1246 | font-family: inherit; |
| 1247 | opacity: 0.6; } |
| 1248 | .elementor-field-group .elementor-field-textual:-moz-placeholder { |
| 1249 | color: inherit; |
| 1250 | font-family: inherit; |
| 1251 | opacity: 0.6; } |
| 1252 | .elementor-field-group .elementor-field-textual::-ms-input-placeholder { |
| 1253 | color: inherit; |
| 1254 | font-family: inherit; |
| 1255 | opacity: 0.6; } |
| 1256 | .elementor-field-group .elementor-field-textual::placeholder { |
| 1257 | color: inherit; |
| 1258 | font-family: inherit; |
| 1259 | opacity: 0.6; } |
| 1260 | .elementor-field-group .elementor-select-wrapper { |
| 1261 | display: -webkit-box; |
| 1262 | display: -ms-flexbox; |
| 1263 | display: flex; |
| 1264 | position: relative; |
| 1265 | width: 100%; } |
| 1266 | .elementor-field-group .elementor-select-wrapper select { |
| 1267 | appearance: none; |
| 1268 | -webkit-appearance: none; |
| 1269 | -moz-appearance: none; |
| 1270 | color: inherit; |
| 1271 | font-size: inherit; |
| 1272 | font-family: inherit; |
| 1273 | font-weight: inherit; |
| 1274 | font-style: inherit; |
| 1275 | text-transform: inherit; |
| 1276 | letter-spacing: inherit; |
| 1277 | line-height: inherit; |
| 1278 | -ms-flex-preferred-size: 100%; |
| 1279 | flex-basis: 100%; |
| 1280 | padding-left: 20px; } |
| 1281 | .elementor-field-group .elementor-select-wrapper:before { |
| 1282 | content: '\e92a'; |
| 1283 | font-family: 'eicons'; |
| 1284 | font-size: 15px; |
| 1285 | position: absolute; |
| 1286 | top: 50%; |
| 1287 | -webkit-transform: translateY(-50%); |
| 1288 | -ms-transform: translateY(-50%); |
| 1289 | transform: translateY(-50%); |
| 1290 | left: 10px; |
| 1291 | pointer-events: none; |
| 1292 | text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); } |
| 1293 | .elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before { |
| 1294 | content: ''; } |
| 1295 | |
| 1296 | .elementor-field-subgroup { |
| 1297 | display: -webkit-box; |
| 1298 | display: -ms-flexbox; |
| 1299 | display: flex; |
| 1300 | -ms-flex-wrap: wrap; |
| 1301 | flex-wrap: wrap; } |
| 1302 | .elementor-field-subgroup .elementor-field-option label { |
| 1303 | display: inline-block; } |
| 1304 | .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option { |
| 1305 | padding-left: 10px; } |
| 1306 | .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option { |
| 1307 | -ms-flex-preferred-size: 100%; |
| 1308 | flex-basis: 100%; } |
| 1309 | |
| 1310 | .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input, |
| 1311 | .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label, |
| 1312 | .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input, |
| 1313 | .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label, |
| 1314 | .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input, |
| 1315 | .elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label { |
| 1316 | display: inline; } |
| 1317 | |
| 1318 | .elementor-field-label { |
| 1319 | cursor: pointer; } |
| 1320 | .elementor-mark-required .elementor-field-label:after { |
| 1321 | content: '*'; |
| 1322 | color: red; |
| 1323 | padding-right: 0.2em; } |
| 1324 | |
| 1325 | .elementor-field-textual { |
| 1326 | line-height: 1.4; |
| 1327 | font-size: 15px; |
| 1328 | min-height: 40px; |
| 1329 | padding: 5px 14px; |
| 1330 | -webkit-border-radius: 3px; |
| 1331 | border-radius: 3px; } |
| 1332 | .elementor-field-textual.elementor-size-xs { |
| 1333 | font-size: 13px; |
| 1334 | min-height: 33px; |
| 1335 | padding: 4px 12px; |
| 1336 | -webkit-border-radius: 2px; |
| 1337 | border-radius: 2px; } |
| 1338 | .elementor-field-textual.elementor-size-md { |
| 1339 | font-size: 16px; |
| 1340 | min-height: 47px; |
| 1341 | padding: 6px 16px; |
| 1342 | -webkit-border-radius: 4px; |
| 1343 | border-radius: 4px; } |
| 1344 | .elementor-field-textual.elementor-size-lg { |
| 1345 | font-size: 18px; |
| 1346 | min-height: 59px; |
| 1347 | padding: 7px 20px; |
| 1348 | -webkit-border-radius: 5px; |
| 1349 | border-radius: 5px; } |
| 1350 | .elementor-field-textual.elementor-size-xl { |
| 1351 | font-size: 20px; |
| 1352 | min-height: 72px; |
| 1353 | padding: 8px 24px; |
| 1354 | -webkit-border-radius: 6px; |
| 1355 | border-radius: 6px; } |
| 1356 | |
| 1357 | .elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 1358 | -ms-flex-preferred-size: 100%; |
| 1359 | flex-basis: 100%; } |
| 1360 | |
| 1361 | .elementor-button-align-stretch .e-form__buttons__wrapper, .elementor-button-align-stretch .e-form__buttons__wrapper__button { |
| 1362 | -ms-flex-preferred-size: 100%; |
| 1363 | flex-basis: 100%; } |
| 1364 | |
| 1365 | .elementor-button-align-center .elementor-field-type-submit, |
| 1366 | .elementor-button-align-center .e-form__buttons { |
| 1367 | -webkit-box-pack: center; |
| 1368 | -ms-flex-pack: center; |
| 1369 | justify-content: center; } |
| 1370 | |
| 1371 | .elementor-button-align-start .elementor-field-type-submit, |
| 1372 | .elementor-button-align-start .e-form__buttons { |
| 1373 | -webkit-box-pack: end; |
| 1374 | -ms-flex-pack: end; |
| 1375 | justify-content: flex-end; } |
| 1376 | |
| 1377 | .elementor-button-align-end .elementor-field-type-submit, |
| 1378 | .elementor-button-align-end .e-form__buttons { |
| 1379 | -webkit-box-pack: start; |
| 1380 | -ms-flex-pack: start; |
| 1381 | justify-content: flex-start; } |
| 1382 | |
| 1383 | .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 { |
| 1384 | -ms-flex-preferred-size: initial; |
| 1385 | flex-basis: initial; } |
| 1386 | |
| 1387 | .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 { |
| 1388 | -ms-flex-preferred-size: initial; |
| 1389 | flex-basis: initial; } |
| 1390 | |
| 1391 | @media screen and (max-width: 1024px) { |
| 1392 | .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 1393 | -ms-flex-preferred-size: 100%; |
| 1394 | flex-basis: 100%; } |
| 1395 | .elementor-tablet-button-align-stretch .e-form__buttons__wrapper, .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button { |
| 1396 | -ms-flex-preferred-size: 100%; |
| 1397 | flex-basis: 100%; } |
| 1398 | .elementor-tablet-button-align-center .elementor-field-type-submit, |
| 1399 | .elementor-tablet-button-align-center .e-form__buttons { |
| 1400 | -webkit-box-pack: center; |
| 1401 | -ms-flex-pack: center; |
| 1402 | justify-content: center; } |
| 1403 | .elementor-tablet-button-align-start .elementor-field-type-submit, |
| 1404 | .elementor-tablet-button-align-start .e-form__buttons { |
| 1405 | -webkit-box-pack: end; |
| 1406 | -ms-flex-pack: end; |
| 1407 | justify-content: flex-end; } |
| 1408 | .elementor-tablet-button-align-end .elementor-field-type-submit, |
| 1409 | .elementor-tablet-button-align-end .e-form__buttons { |
| 1410 | -webkit-box-pack: start; |
| 1411 | -ms-flex-pack: start; |
| 1412 | justify-content: flex-start; } |
| 1413 | .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 { |
| 1414 | -ms-flex-preferred-size: initial; |
| 1415 | flex-basis: initial; } |
| 1416 | .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 { |
| 1417 | -ms-flex-preferred-size: initial; |
| 1418 | flex-basis: initial; } } |
| 1419 | |
| 1420 | @media screen and (max-width: 767px) { |
| 1421 | .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button { |
| 1422 | -ms-flex-preferred-size: 100%; |
| 1423 | flex-basis: 100%; } |
| 1424 | .elementor-mobile-button-align-stretch .e-form__buttons__wrapper, .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button { |
| 1425 | -ms-flex-preferred-size: 100%; |
| 1426 | flex-basis: 100%; } |
| 1427 | .elementor-mobile-button-align-center .elementor-field-type-submit, |
| 1428 | .elementor-mobile-button-align-center .e-form__buttons { |
| 1429 | -webkit-box-pack: center; |
| 1430 | -ms-flex-pack: center; |
| 1431 | justify-content: center; } |
| 1432 | .elementor-mobile-button-align-start .elementor-field-type-submit, |
| 1433 | .elementor-mobile-button-align-start .e-form__buttons { |
| 1434 | -webkit-box-pack: end; |
| 1435 | -ms-flex-pack: end; |
| 1436 | justify-content: flex-end; } |
| 1437 | .elementor-mobile-button-align-end .elementor-field-type-submit, |
| 1438 | .elementor-mobile-button-align-end .e-form__buttons { |
| 1439 | -webkit-box-pack: start; |
| 1440 | -ms-flex-pack: start; |
| 1441 | justify-content: flex-start; } |
| 1442 | .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 { |
| 1443 | -ms-flex-preferred-size: initial; |
| 1444 | flex-basis: initial; } |
| 1445 | .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 { |
| 1446 | -ms-flex-preferred-size: initial; |
| 1447 | flex-basis: initial; } } |
| 1448 | |
| 1449 | .elementor-error .elementor-field { |
| 1450 | border-color: #d9534f; } |
| 1451 | |
| 1452 | .elementor-error .help-inline { |
| 1453 | color: #d9534f; |
| 1454 | font-size: 0.9em; } |
| 1455 | |
| 1456 | .elementor-message { |
| 1457 | margin: 10px 0; |
| 1458 | font-size: 1em; |
| 1459 | line-height: 1; } |
| 1460 | .elementor-message:before { |
| 1461 | content: "\e90e"; |
| 1462 | display: inline-block; |
| 1463 | font-family: eicons; |
| 1464 | font-weight: normal; |
| 1465 | font-style: normal; |
| 1466 | vertical-align: middle; |
| 1467 | margin-left: 5px; } |
| 1468 | .elementor-message.elementor-message-danger { |
| 1469 | color: #d9534f; } |
| 1470 | .elementor-message.elementor-message-danger:before { |
| 1471 | content: "\e87f"; } |
| 1472 | .elementor-message.form-message-success { |
| 1473 | color: #5cb85c; } |
| 1474 | |
| 1475 | .elementor-form .elementor-button { |
| 1476 | padding-top: 0; |
| 1477 | padding-bottom: 0; |
| 1478 | border: none; } |
| 1479 | .elementor-form .elementor-button > span { |
| 1480 | display: -webkit-box; |
| 1481 | display: -ms-flexbox; |
| 1482 | display: flex; |
| 1483 | -webkit-box-pack: center; |
| 1484 | -ms-flex-pack: center; |
| 1485 | justify-content: center; } |
| 1486 | .elementor-form .elementor-button.elementor-size-xs { |
| 1487 | min-height: 33px; } |
| 1488 | .elementor-form .elementor-button.elementor-size-sm { |
| 1489 | min-height: 40px; } |
| 1490 | .elementor-form .elementor-button.elementor-size-md { |
| 1491 | min-height: 47px; } |
| 1492 | .elementor-form .elementor-button.elementor-size-lg { |
| 1493 | min-height: 59px; } |
| 1494 | .elementor-form .elementor-button.elementor-size-xl { |
| 1495 | min-height: 72px; } |
| 1496 | |
| 1497 | .elementor-element .elementor-widget-container { |
| 1498 | -webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s; |
| 1499 | transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s; |
| 1500 | -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; |
| 1501 | transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; |
| 1502 | transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s; } |
| 1503 | |
| 1504 | .elementor-accordion { |
| 1505 | text-align: right; } |
| 1506 | .elementor-accordion .elementor-accordion-item { |
| 1507 | border: 1px solid #D4D4D4; } |
| 1508 | .elementor-accordion .elementor-accordion-item + .elementor-accordion-item { |
| 1509 | border-top: none; } |
| 1510 | .elementor-accordion .elementor-tab-title { |
| 1511 | margin: 0; |
| 1512 | padding: 15px 20px; |
| 1513 | font-weight: bold; |
| 1514 | line-height: 1; |
| 1515 | cursor: pointer; |
| 1516 | outline: none; } |
| 1517 | .elementor-accordion .elementor-tab-title .elementor-accordion-icon { |
| 1518 | display: inline-block; |
| 1519 | width: 1.5em; } |
| 1520 | .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right { |
| 1521 | float: right; |
| 1522 | text-align: right; } |
| 1523 | .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left { |
| 1524 | float: left; |
| 1525 | text-align: left; } |
| 1526 | .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed { |
| 1527 | display: block; } |
| 1528 | .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened { |
| 1529 | display: none; } |
| 1530 | .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed { |
| 1531 | display: none; } |
| 1532 | .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened { |
| 1533 | display: block; } |
| 1534 | .elementor-accordion .elementor-tab-content { |
| 1535 | display: none; |
| 1536 | padding: 15px 20px; |
| 1537 | border-top: 1px solid #D4D4D4; } |
| 1538 | |
| 1539 | @media (max-width: 767px) { |
| 1540 | .elementor-accordion .elementor-tab-title { |
| 1541 | padding: 12px 15px; } |
| 1542 | .elementor-accordion .elementor-tab-title .elementor-accordion-icon { |
| 1543 | width: 1.2em; } |
| 1544 | .elementor-accordion .elementor-tab-content { |
| 1545 | padding: 7px 15px; } } |
| 1546 | |
| 1547 | .elementor-alert { |
| 1548 | padding: 15px; |
| 1549 | border-left: 5px solid transparent; |
| 1550 | position: relative; |
| 1551 | text-align: right; } |
| 1552 | .elementor-alert .elementor-alert-title { |
| 1553 | display: block; |
| 1554 | font-weight: bold; } |
| 1555 | .elementor-alert .elementor-alert-description { |
| 1556 | font-size: 13px; } |
| 1557 | .elementor-alert button.elementor-alert-dismiss { |
| 1558 | position: absolute; |
| 1559 | left: 10px; |
| 1560 | top: 10px; |
| 1561 | padding: 3px; |
| 1562 | font-size: 20px; |
| 1563 | line-height: 1; |
| 1564 | background: transparent; |
| 1565 | color: inherit; |
| 1566 | border: none; |
| 1567 | cursor: pointer; } |
| 1568 | .elementor-alert.elementor-alert-info { |
| 1569 | color: #31708f; |
| 1570 | background-color: #d9edf7; |
| 1571 | border-color: #bcdff1; } |
| 1572 | .elementor-alert.elementor-alert-success { |
| 1573 | color: #3c763d; |
| 1574 | background-color: #dff0d8; |
| 1575 | border-color: #cae6be; } |
| 1576 | .elementor-alert.elementor-alert-warning { |
| 1577 | color: #8a6d3b; |
| 1578 | background-color: #fcf8e3; |
| 1579 | border-color: #f9f0c3; } |
| 1580 | .elementor-alert.elementor-alert-danger { |
| 1581 | color: #a94442; |
| 1582 | background-color: #f2dede; |
| 1583 | border-color: #e8c4c4; } |
| 1584 | |
| 1585 | @media (max-width: 767px) { |
| 1586 | .elementor-alert { |
| 1587 | padding: 10px; } |
| 1588 | .elementor-alert button.elementor-alert-dismiss { |
| 1589 | right: 7px; |
| 1590 | top: 7px; } } |
| 1591 | |
| 1592 | .elementor-tab-title a { |
| 1593 | color: inherit; } |
| 1594 | |
| 1595 | .elementor-button { |
| 1596 | display: inline-block; |
| 1597 | line-height: 1; |
| 1598 | background-color: #818a91; |
| 1599 | font-size: 15px; |
| 1600 | padding: 12px 24px; |
| 1601 | -webkit-border-radius: 3px; |
| 1602 | border-radius: 3px; |
| 1603 | color: #fff; |
| 1604 | fill: #fff; |
| 1605 | text-align: center; |
| 1606 | -webkit-transition: all 0.3s; |
| 1607 | -o-transition: all 0.3s; |
| 1608 | transition: all 0.3s; } |
| 1609 | .elementor-button:hover, .elementor-button:focus, .elementor-button:visited { |
| 1610 | color: #fff; } |
| 1611 | .elementor-button-content-wrapper { |
| 1612 | display: -webkit-box; |
| 1613 | display: -ms-flexbox; |
| 1614 | display: flex; |
| 1615 | -webkit-box-pack: center; |
| 1616 | -ms-flex-pack: center; |
| 1617 | justify-content: center; } |
| 1618 | .elementor-button-icon { |
| 1619 | -webkit-box-flex: 0; |
| 1620 | -ms-flex-positive: 0; |
| 1621 | flex-grow: 0; |
| 1622 | -webkit-box-ordinal-group: 6; |
| 1623 | -ms-flex-order: 5; |
| 1624 | order: 5; } |
| 1625 | .elementor-button-icon svg { |
| 1626 | width: 1em; } |
| 1627 | .elementor-button-text { |
| 1628 | -webkit-box-flex: 1; |
| 1629 | -ms-flex-positive: 1; |
| 1630 | flex-grow: 1; |
| 1631 | -webkit-box-ordinal-group: 11; |
| 1632 | -ms-flex-order: 10; |
| 1633 | order: 10; |
| 1634 | display: inline-block; } |
| 1635 | .elementor-button.elementor-size-xs { |
| 1636 | font-size: 13px; |
| 1637 | padding: 10px 20px; |
| 1638 | -webkit-border-radius: 2px; |
| 1639 | border-radius: 2px; } |
| 1640 | .elementor-button.elementor-size-md { |
| 1641 | font-size: 16px; |
| 1642 | padding: 15px 30px; |
| 1643 | -webkit-border-radius: 4px; |
| 1644 | border-radius: 4px; } |
| 1645 | .elementor-button.elementor-size-lg { |
| 1646 | font-size: 18px; |
| 1647 | padding: 20px 40px; |
| 1648 | -webkit-border-radius: 5px; |
| 1649 | border-radius: 5px; } |
| 1650 | .elementor-button.elementor-size-xl { |
| 1651 | font-size: 20px; |
| 1652 | padding: 25px 50px; |
| 1653 | -webkit-border-radius: 6px; |
| 1654 | border-radius: 6px; } |
| 1655 | .elementor-button .elementor-align-icon-right { |
| 1656 | margin-left: 5px; |
| 1657 | -webkit-box-ordinal-group: 6; |
| 1658 | -ms-flex-order: 5; |
| 1659 | order: 5; } |
| 1660 | .elementor-button .elementor-align-icon-left { |
| 1661 | margin-right: 5px; |
| 1662 | -webkit-box-ordinal-group: 16; |
| 1663 | -ms-flex-order: 15; |
| 1664 | order: 15; } |
| 1665 | .elementor-button span { |
| 1666 | text-decoration: inherit; } |
| 1667 | |
| 1668 | /* TODO: REMOVE THIS EXCEPTION AFTER PRO 2.8 RELEASES */ |
| 1669 | .elementor-menu-cart__toggle .elementor-button-icon { |
| 1670 | -webkit-box-ordinal-group: 16; |
| 1671 | -ms-flex-order: 15; |
| 1672 | order: 15; } |
| 1673 | |
| 1674 | .elementor-element.elementor-button-info .elementor-button { |
| 1675 | background-color: #5bc0de; } |
| 1676 | |
| 1677 | .elementor-element.elementor-button-success .elementor-button { |
| 1678 | background-color: #5cb85c; } |
| 1679 | |
| 1680 | .elementor-element.elementor-button-warning .elementor-button { |
| 1681 | background-color: #f0ad4e; } |
| 1682 | |
| 1683 | .elementor-element.elementor-button-danger .elementor-button { |
| 1684 | background-color: #d9534f; } |
| 1685 | |
| 1686 | .elementor-widget-button .elementor-button .elementor-button-info { |
| 1687 | background-color: #5bc0de; } |
| 1688 | |
| 1689 | .elementor-widget-button .elementor-button .elementor-button-success { |
| 1690 | background-color: #5cb85c; } |
| 1691 | |
| 1692 | .elementor-widget-button .elementor-button .elementor-button-warning { |
| 1693 | background-color: #f0ad4e; } |
| 1694 | |
| 1695 | .elementor-widget-button .elementor-button .elementor-button-danger { |
| 1696 | background-color: #d9534f; } |
| 1697 | |
| 1698 | .elementor-counter .elementor-counter-number-wrapper { |
| 1699 | display: -webkit-box; |
| 1700 | display: -ms-flexbox; |
| 1701 | display: flex; |
| 1702 | font-size: 69px; |
| 1703 | font-weight: 600; |
| 1704 | color: #222222; |
| 1705 | line-height: 1; } |
| 1706 | |
| 1707 | .elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix { |
| 1708 | -webkit-box-flex: 1; |
| 1709 | -ms-flex-positive: 1; |
| 1710 | flex-grow: 1; |
| 1711 | white-space: pre-wrap; } |
| 1712 | |
| 1713 | .elementor-counter .elementor-counter-number-prefix { |
| 1714 | text-align: left; } |
| 1715 | |
| 1716 | .elementor-counter .elementor-counter-number-suffix { |
| 1717 | text-align: right; } |
| 1718 | |
| 1719 | .elementor-counter .elementor-counter-title { |
| 1720 | text-align: center; |
| 1721 | font-size: 19px; |
| 1722 | font-weight: 400; |
| 1723 | color: #666666; |
| 1724 | line-height: 2.5; } |
| 1725 | |
| 1726 | .elementor-widget-divider { |
| 1727 | --divider-border-style: none; |
| 1728 | --divider-border-width: 1px; |
| 1729 | --divider-color: #2C2C2C; |
| 1730 | --divider-icon-size: 20px; |
| 1731 | --divider-element-spacing: 10px; |
| 1732 | --divider-pattern-height: 24px; |
| 1733 | --divider-pattern-size: 20px; |
| 1734 | --divider-pattern-url: none; |
| 1735 | --divider-pattern-repeat: repeat-x; |
| 1736 | /* Backwards compatibility */ } |
| 1737 | .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator { |
| 1738 | display: inline-block; } |
| 1739 | .elementor-widget-divider .elementor-divider { |
| 1740 | line-height: 0; } |
| 1741 | .elementor-widget-divider .elementor-divider__text { |
| 1742 | font-size: 15px; |
| 1743 | line-height: 1; |
| 1744 | max-width: 95%; } |
| 1745 | .elementor-widget-divider .elementor-divider__element { |
| 1746 | margin: 0 var(--divider-element-spacing); |
| 1747 | -ms-flex-negative: 0; |
| 1748 | flex-shrink: 0; } |
| 1749 | .elementor-widget-divider .elementor-icon { |
| 1750 | font-size: var(--divider-icon-size); } |
| 1751 | .elementor-widget-divider .elementor-divider-separator { |
| 1752 | display: -webkit-box; |
| 1753 | display: -ms-flexbox; |
| 1754 | display: flex; |
| 1755 | margin: 0; |
| 1756 | direction: ltr; } |
| 1757 | .elementor-widget-divider--view-line_text .elementor-divider-separator, .elementor-widget-divider--view-line_icon .elementor-divider-separator { |
| 1758 | -webkit-box-align: center; |
| 1759 | -ms-flex-align: center; |
| 1760 | align-items: center; } |
| 1761 | .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 { |
| 1762 | display: block; |
| 1763 | content: ''; |
| 1764 | border-bottom: 0; |
| 1765 | -webkit-box-flex: 1; |
| 1766 | -ms-flex-positive: 1; |
| 1767 | flex-grow: 1; |
| 1768 | border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color); } |
| 1769 | .elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator > .elementor-divider__svg:first-of-type { |
| 1770 | -webkit-box-flex: 0; |
| 1771 | -ms-flex-positive: 0; |
| 1772 | flex-grow: 0; |
| 1773 | -ms-flex-negative: 100; |
| 1774 | flex-shrink: 100; } |
| 1775 | .elementor-widget-divider--element-align-left .elementor-divider-separator:before { |
| 1776 | content: none; } |
| 1777 | .elementor-widget-divider--element-align-left .elementor-divider__element { |
| 1778 | margin-left: 0; } |
| 1779 | .elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator > .elementor-divider__svg:last-of-type { |
| 1780 | -webkit-box-flex: 0; |
| 1781 | -ms-flex-positive: 0; |
| 1782 | flex-grow: 0; |
| 1783 | -ms-flex-negative: 100; |
| 1784 | flex-shrink: 100; } |
| 1785 | .elementor-widget-divider--element-align-right .elementor-divider-separator:after { |
| 1786 | content: none; } |
| 1787 | .elementor-widget-divider--element-align-right .elementor-divider__element { |
| 1788 | margin-right: 0; } |
| 1789 | .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator { |
| 1790 | border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color); } |
| 1791 | .elementor-widget-divider--separator-type-pattern { |
| 1792 | --divider-border-style: none; } |
| 1793 | .elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator, |
| 1794 | .elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator, |
| 1795 | .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before, |
| 1796 | .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after { |
| 1797 | width: 100%; |
| 1798 | min-height: var(--divider-pattern-height); |
| 1799 | -webkit-mask-size: var(--divider-pattern-size) 100%; |
| 1800 | mask-size: var(--divider-pattern-size) 100%; |
| 1801 | -webkit-mask-repeat: var(--divider-pattern-repeat); |
| 1802 | mask-repeat: var(--divider-pattern-repeat); |
| 1803 | background-color: var(--divider-color); |
| 1804 | -webkit-mask-image: var(--divider-pattern-url); |
| 1805 | mask-image: var(--divider-pattern-url); } |
| 1806 | .elementor-widget-divider--no-spacing { |
| 1807 | --divider-pattern-size: auto; } |
| 1808 | .elementor-widget-divider--bg-round { |
| 1809 | --divider-pattern-repeat: round; } |
| 1810 | |
| 1811 | .rtl .elementor-widget-divider .elementor-divider__text { |
| 1812 | direction: rtl; } |
| 1813 | |
| 1814 | .elementor-image-gallery .gallery-item { |
| 1815 | display: inline-block; |
| 1816 | text-align: center; |
| 1817 | vertical-align: top; |
| 1818 | width: 100%; |
| 1819 | max-width: 100%; |
| 1820 | margin: 0 auto; } |
| 1821 | .elementor-image-gallery .gallery-item img { |
| 1822 | margin: 0 auto; } |
| 1823 | .elementor-image-gallery .gallery-item .gallery-caption { |
| 1824 | margin: 0; } |
| 1825 | |
| 1826 | @media (min-width: 768px) { |
| 1827 | .elementor-image-gallery .gallery-columns-2 .gallery-item { |
| 1828 | max-width: 50%; } |
| 1829 | .elementor-image-gallery .gallery-columns-3 .gallery-item { |
| 1830 | max-width: 33.33%; } |
| 1831 | .elementor-image-gallery .gallery-columns-4 .gallery-item { |
| 1832 | max-width: 25%; } |
| 1833 | .elementor-image-gallery .gallery-columns-5 .gallery-item { |
| 1834 | max-width: 20%; } |
| 1835 | .elementor-image-gallery .gallery-columns-6 .gallery-item { |
| 1836 | max-width: 16.666%; } |
| 1837 | .elementor-image-gallery .gallery-columns-7 .gallery-item { |
| 1838 | max-width: 14.28%; } |
| 1839 | .elementor-image-gallery .gallery-columns-8 .gallery-item { |
| 1840 | max-width: 12.5%; } |
| 1841 | .elementor-image-gallery .gallery-columns-9 .gallery-item { |
| 1842 | max-width: 11.11%; } |
| 1843 | .elementor-image-gallery .gallery-columns-10 .gallery-item { |
| 1844 | max-width: 10%; } } |
| 1845 | |
| 1846 | @media (min-width: 480px) and (max-width: 767px) { |
| 1847 | .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 { |
| 1848 | max-width: 50%; } } |
| 1849 | |
| 1850 | @media (max-width: 479px) { |
| 1851 | .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 { |
| 1852 | max-width: 100%; } } |
| 1853 | |
| 1854 | .elementor-widget-google_maps iframe { |
| 1855 | height: 300px; } |
| 1856 | |
| 1857 | .elementor-heading-title { |
| 1858 | padding: 0; |
| 1859 | margin: 0; |
| 1860 | line-height: 1; } |
| 1861 | |
| 1862 | .elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a { |
| 1863 | color: inherit; |
| 1864 | font-size: inherit; |
| 1865 | line-height: inherit; } |
| 1866 | |
| 1867 | .elementor-widget-heading .elementor-heading-title.elementor-size-small { |
| 1868 | font-size: 15px; } |
| 1869 | |
| 1870 | .elementor-widget-heading .elementor-heading-title.elementor-size-medium { |
| 1871 | font-size: 19px; } |
| 1872 | |
| 1873 | .elementor-widget-heading .elementor-heading-title.elementor-size-large { |
| 1874 | font-size: 29px; } |
| 1875 | |
| 1876 | .elementor-widget-heading .elementor-heading-title.elementor-size-xl { |
| 1877 | font-size: 39px; } |
| 1878 | |
| 1879 | .elementor-widget-heading .elementor-heading-title.elementor-size-xxl { |
| 1880 | font-size: 59px; } |
| 1881 | |
| 1882 | .elementor-icon { |
| 1883 | display: inline-block; |
| 1884 | line-height: 1; |
| 1885 | -webkit-transition: all 0.3s; |
| 1886 | -o-transition: all 0.3s; |
| 1887 | transition: all 0.3s; |
| 1888 | color: #818a91; |
| 1889 | font-size: 50px; |
| 1890 | text-align: center; } |
| 1891 | .elementor-icon:hover { |
| 1892 | color: #818a91; } |
| 1893 | .elementor-icon i, .elementor-icon svg { |
| 1894 | width: 1em; |
| 1895 | height: 1em; |
| 1896 | position: relative; |
| 1897 | display: block; } |
| 1898 | .elementor-icon i:before, .elementor-icon svg:before { |
| 1899 | position: absolute; |
| 1900 | left: 50%; |
| 1901 | -webkit-transform: translateX(-50%); |
| 1902 | -ms-transform: translateX(-50%); |
| 1903 | transform: translateX(-50%); } |
| 1904 | .elementor-icon i.fad { |
| 1905 | width: initial; } |
| 1906 | |
| 1907 | .elementor-view-stacked .elementor-icon { |
| 1908 | padding: .5em; |
| 1909 | background-color: #818a91; |
| 1910 | color: #fff; |
| 1911 | fill: #fff; } |
| 1912 | |
| 1913 | .elementor-view-framed .elementor-icon { |
| 1914 | padding: .5em; |
| 1915 | color: #818a91; |
| 1916 | border: 3px solid #818a91; |
| 1917 | background-color: transparent; } |
| 1918 | |
| 1919 | .elementor-shape-circle .elementor-icon { |
| 1920 | -webkit-border-radius: 50%; |
| 1921 | border-radius: 50%; } |
| 1922 | |
| 1923 | @media (min-width: 768px) { |
| 1924 | .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper { |
| 1925 | display: -webkit-box; |
| 1926 | display: -ms-flexbox; |
| 1927 | display: flex; } |
| 1928 | .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon { |
| 1929 | display: -webkit-inline-box; |
| 1930 | display: -ms-inline-flexbox; |
| 1931 | display: inline-flex; |
| 1932 | -webkit-box-flex: 0; |
| 1933 | -ms-flex: 0 0 auto; |
| 1934 | flex: 0 0 auto; } |
| 1935 | .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper { |
| 1936 | text-align: left; |
| 1937 | -webkit-box-orient: horizontal; |
| 1938 | -webkit-box-direction: normal; |
| 1939 | -ms-flex-direction: row; |
| 1940 | flex-direction: row; } |
| 1941 | .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper { |
| 1942 | text-align: right; |
| 1943 | -webkit-box-orient: horizontal; |
| 1944 | -webkit-box-direction: reverse; |
| 1945 | -ms-flex-direction: row-reverse; |
| 1946 | flex-direction: row-reverse; } |
| 1947 | .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img { |
| 1948 | margin: auto; } |
| 1949 | .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper { |
| 1950 | -webkit-box-align: start; |
| 1951 | -ms-flex-align: start; |
| 1952 | align-items: flex-start; } |
| 1953 | .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper { |
| 1954 | -webkit-box-align: center; |
| 1955 | -ms-flex-align: center; |
| 1956 | align-items: center; } |
| 1957 | .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper { |
| 1958 | -webkit-box-align: end; |
| 1959 | -ms-flex-align: end; |
| 1960 | align-items: flex-end; } } |
| 1961 | |
| 1962 | @media (max-width: 767px) { |
| 1963 | .elementor-widget-icon-box .elementor-icon-box-icon { |
| 1964 | margin-left: auto !important; |
| 1965 | margin-right: auto !important; |
| 1966 | margin-bottom: 15px; } } |
| 1967 | |
| 1968 | .elementor-widget-icon-box .elementor-icon-box-wrapper { |
| 1969 | text-align: center; } |
| 1970 | |
| 1971 | .elementor-widget-icon-box .elementor-icon-box-title a { |
| 1972 | color: inherit; } |
| 1973 | |
| 1974 | .elementor-widget-icon-box .elementor-icon-box-content { |
| 1975 | -webkit-box-flex: 1; |
| 1976 | -ms-flex-positive: 1; |
| 1977 | flex-grow: 1; } |
| 1978 | |
| 1979 | .elementor-widget-icon-box .elementor-icon-box-description { |
| 1980 | margin: 0; } |
| 1981 | |
| 1982 | .elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container { |
| 1983 | overflow: hidden; } |
| 1984 | |
| 1985 | .elementor-widget .elementor-icon-list-items.elementor-inline-items { |
| 1986 | margin-right: -8px; |
| 1987 | margin-left: -8px; } |
| 1988 | .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item { |
| 1989 | margin-right: 8px; |
| 1990 | margin-left: 8px; } |
| 1991 | .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after { |
| 1992 | width: auto; |
| 1993 | left: auto; |
| 1994 | right: auto; |
| 1995 | position: relative; |
| 1996 | height: 100%; |
| 1997 | top: 50%; |
| 1998 | -webkit-transform: translateY(-50%); |
| 1999 | -ms-transform: translateY(-50%); |
| 2000 | transform: translateY(-50%); |
| 2001 | border-top: 0; |
| 2002 | border-bottom: 0; |
| 2003 | border-right: 0; |
| 2004 | border-left-width: 1px; |
| 2005 | border-style: solid; |
| 2006 | left: -8px; } |
| 2007 | |
| 2008 | .elementor-widget .elementor-icon-list-items { |
| 2009 | list-style-type: none; |
| 2010 | margin: 0; |
| 2011 | padding: 0; } |
| 2012 | |
| 2013 | .elementor-widget .elementor-icon-list-item { |
| 2014 | margin: 0; |
| 2015 | padding: 0; |
| 2016 | position: relative; } |
| 2017 | .elementor-widget .elementor-icon-list-item:after { |
| 2018 | position: absolute; |
| 2019 | bottom: 0; |
| 2020 | width: 100%; } |
| 2021 | .elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a { |
| 2022 | display: -webkit-box; |
| 2023 | display: -ms-flexbox; |
| 2024 | display: flex; |
| 2025 | -webkit-box-align: start; |
| 2026 | -ms-flex-align: start; |
| 2027 | align-items: flex-start; } |
| 2028 | |
| 2029 | .elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text { |
| 2030 | -ms-flex-item-align: center; |
| 2031 | align-self: center; |
| 2032 | padding-right: 5px; } |
| 2033 | |
| 2034 | .elementor-widget .elementor-icon-list-icon { |
| 2035 | -ms-flex-negative: 0; |
| 2036 | flex-shrink: 0; } |
| 2037 | .elementor-widget .elementor-icon-list-icon i { |
| 2038 | width: 1.25em; } |
| 2039 | .elementor-widget .elementor-icon-list-icon svg { |
| 2040 | width: 1em; } |
| 2041 | |
| 2042 | .elementor-widget.elementor-list-item-link-full_width a { |
| 2043 | width: 100%; } |
| 2044 | |
| 2045 | .elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a { |
| 2046 | -webkit-box-pack: center; |
| 2047 | -ms-flex-pack: center; |
| 2048 | justify-content: center; } |
| 2049 | |
| 2050 | .elementor-widget.elementor-align-center .elementor-icon-list-item:after { |
| 2051 | margin: auto; } |
| 2052 | |
| 2053 | .elementor-widget.elementor-align-center .elementor-inline-items { |
| 2054 | -webkit-box-pack: center; |
| 2055 | -ms-flex-pack: center; |
| 2056 | justify-content: center; } |
| 2057 | |
| 2058 | .elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a { |
| 2059 | -webkit-box-pack: end; |
| 2060 | -ms-flex-pack: end; |
| 2061 | justify-content: flex-end; |
| 2062 | text-align: left; } |
| 2063 | |
| 2064 | .elementor-widget.elementor-align-left .elementor-inline-items { |
| 2065 | -webkit-box-pack: end; |
| 2066 | -ms-flex-pack: end; |
| 2067 | justify-content: flex-end; } |
| 2068 | |
| 2069 | .elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a { |
| 2070 | -webkit-box-pack: start; |
| 2071 | -ms-flex-pack: start; |
| 2072 | justify-content: flex-start; |
| 2073 | text-align: right; } |
| 2074 | |
| 2075 | .elementor-widget.elementor-align-right .elementor-icon-list-items { |
| 2076 | -webkit-box-pack: start; |
| 2077 | -ms-flex-pack: start; |
| 2078 | justify-content: flex-start; } |
| 2079 | |
| 2080 | .elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after { |
| 2081 | right: 0; } |
| 2082 | |
| 2083 | .elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after { |
| 2084 | left: 0; } |
| 2085 | |
| 2086 | @media (max-width: 1024px) { |
| 2087 | .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items { |
| 2088 | -webkit-box-pack: center; |
| 2089 | -ms-flex-pack: center; |
| 2090 | justify-content: center; } |
| 2091 | .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a { |
| 2092 | -webkit-box-pack: center; |
| 2093 | -ms-flex-pack: center; |
| 2094 | justify-content: center; } |
| 2095 | .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after { |
| 2096 | margin: auto; } |
| 2097 | .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items { |
| 2098 | -webkit-box-pack: end; |
| 2099 | -ms-flex-pack: end; |
| 2100 | justify-content: flex-end; } |
| 2101 | .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a { |
| 2102 | -webkit-box-pack: end; |
| 2103 | -ms-flex-pack: end; |
| 2104 | justify-content: flex-end; |
| 2105 | text-align: left; } |
| 2106 | .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items { |
| 2107 | -webkit-box-pack: start; |
| 2108 | -ms-flex-pack: start; |
| 2109 | justify-content: flex-start; } |
| 2110 | .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a { |
| 2111 | -webkit-box-pack: start; |
| 2112 | -ms-flex-pack: start; |
| 2113 | justify-content: flex-start; |
| 2114 | text-align: right; } |
| 2115 | .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after { |
| 2116 | right: 0; } |
| 2117 | .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after { |
| 2118 | left: 0; } } |
| 2119 | |
| 2120 | @media (max-width: 767px) { |
| 2121 | .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items { |
| 2122 | -webkit-box-pack: center; |
| 2123 | -ms-flex-pack: center; |
| 2124 | justify-content: center; } |
| 2125 | .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a { |
| 2126 | -webkit-box-pack: center; |
| 2127 | -ms-flex-pack: center; |
| 2128 | justify-content: center; } |
| 2129 | .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after { |
| 2130 | margin: auto; } |
| 2131 | .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items { |
| 2132 | -webkit-box-pack: end; |
| 2133 | -ms-flex-pack: end; |
| 2134 | justify-content: flex-end; } |
| 2135 | .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a { |
| 2136 | -webkit-box-pack: end; |
| 2137 | -ms-flex-pack: end; |
| 2138 | justify-content: flex-end; |
| 2139 | text-align: left; } |
| 2140 | .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items { |
| 2141 | -webkit-box-pack: start; |
| 2142 | -ms-flex-pack: start; |
| 2143 | justify-content: flex-start; } |
| 2144 | .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a { |
| 2145 | -webkit-box-pack: start; |
| 2146 | -ms-flex-pack: start; |
| 2147 | justify-content: flex-start; |
| 2148 | text-align: right; } |
| 2149 | .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after { |
| 2150 | right: 0; } |
| 2151 | .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after { |
| 2152 | left: 0; } } |
| 2153 | |
| 2154 | .elementor-widget-image { |
| 2155 | text-align: center; } |
| 2156 | .elementor-widget-image .elementor-image > a, |
| 2157 | .elementor-widget-image .elementor-image figure > a { |
| 2158 | display: inline-block; } |
| 2159 | .elementor-widget-image .elementor-image > a img[src$=".svg"], |
| 2160 | .elementor-widget-image .elementor-image figure > a img[src$=".svg"] { |
| 2161 | width: 48px; } |
| 2162 | .elementor-widget-image .elementor-image img { |
| 2163 | vertical-align: middle; |
| 2164 | display: inline-block; } |
| 2165 | .elementor-widget-image .elementor-image.elementor-image-shape-circle { |
| 2166 | -webkit-border-radius: 50%; |
| 2167 | border-radius: 50%; } |
| 2168 | |
| 2169 | .elementor-widget-image-box .elementor-image-box-content { |
| 2170 | width: 100%; } |
| 2171 | |
| 2172 | @media (min-width: 768px) { |
| 2173 | .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper { |
| 2174 | display: -webkit-box; |
| 2175 | display: -ms-flexbox; |
| 2176 | display: flex; } |
| 2177 | .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper { |
| 2178 | text-align: left; |
| 2179 | -webkit-box-orient: horizontal; |
| 2180 | -webkit-box-direction: normal; |
| 2181 | -ms-flex-direction: row; |
| 2182 | flex-direction: row; } |
| 2183 | .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper { |
| 2184 | text-align: right; |
| 2185 | -webkit-box-orient: horizontal; |
| 2186 | -webkit-box-direction: reverse; |
| 2187 | -ms-flex-direction: row-reverse; |
| 2188 | flex-direction: row-reverse; } |
| 2189 | .elementor-widget-image-box.elementor-position-top .elementor-image-box-img { |
| 2190 | margin: auto; } |
| 2191 | .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper { |
| 2192 | -webkit-box-align: start; |
| 2193 | -ms-flex-align: start; |
| 2194 | align-items: flex-start; } |
| 2195 | .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper { |
| 2196 | -webkit-box-align: center; |
| 2197 | -ms-flex-align: center; |
| 2198 | align-items: center; } |
| 2199 | .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper { |
| 2200 | -webkit-box-align: end; |
| 2201 | -ms-flex-align: end; |
| 2202 | align-items: flex-end; } } |
| 2203 | |
| 2204 | @media (max-width: 767px) { |
| 2205 | .elementor-widget-image-box .elementor-image-box-img { |
| 2206 | margin-left: auto !important; |
| 2207 | margin-right: auto !important; |
| 2208 | margin-bottom: 15px; } } |
| 2209 | |
| 2210 | .elementor-widget-image-box .elementor-image-box-img { |
| 2211 | display: inline-block; } |
| 2212 | |
| 2213 | .elementor-widget-image-box .elementor-image-box-title a { |
| 2214 | color: inherit; } |
| 2215 | |
| 2216 | .elementor-widget-image-box .elementor-image-box-wrapper { |
| 2217 | text-align: center; } |
| 2218 | |
| 2219 | .elementor-widget-image-box .elementor-image-box-description { |
| 2220 | margin: 0; } |
| 2221 | |
| 2222 | .elementor-widget-image-carousel .swiper-container { |
| 2223 | position: static; } |
| 2224 | .elementor-widget-image-carousel .swiper-container .swiper-slide figure { |
| 2225 | line-height: inherit; } |
| 2226 | |
| 2227 | .elementor-widget-image-carousel .swiper-slide { |
| 2228 | text-align: center; } |
| 2229 | |
| 2230 | .elementor-image-gallery figure img { |
| 2231 | display: block; } |
| 2232 | |
| 2233 | .elementor-image-gallery figure figcaption { |
| 2234 | width: 100%; } |
| 2235 | |
| 2236 | .gallery-spacing-custom .elementor-image-gallery .gallery-icon { |
| 2237 | padding: 0; } |
| 2238 | |
| 2239 | body.elementor-page .elementor-widget-menu-anchor { |
| 2240 | margin-bottom: 0; } |
| 2241 | |
| 2242 | .elementor-widget-progress { |
| 2243 | text-align: right; } |
| 2244 | |
| 2245 | .elementor-progress-wrapper { |
| 2246 | position: relative; |
| 2247 | background-color: #eeeeee; |
| 2248 | color: #ffffff; |
| 2249 | height: 100%; |
| 2250 | -webkit-border-radius: 2px; |
| 2251 | border-radius: 2px; } |
| 2252 | |
| 2253 | .elementor-progress-bar { |
| 2254 | display: -webkit-box; |
| 2255 | display: -ms-flexbox; |
| 2256 | display: flex; |
| 2257 | background-color: #818a91; |
| 2258 | width: 0; |
| 2259 | font-size: 11px; |
| 2260 | height: 30px; |
| 2261 | line-height: 30px; |
| 2262 | -webkit-border-radius: 2px; |
| 2263 | border-radius: 2px; |
| 2264 | -webkit-transition: width 1s ease-in-out; |
| 2265 | -o-transition: width 1s ease-in-out; |
| 2266 | transition: width 1s ease-in-out; } |
| 2267 | |
| 2268 | .elementor-progress-text { |
| 2269 | -webkit-box-flex: 1; |
| 2270 | -ms-flex-positive: 1; |
| 2271 | flex-grow: 1; |
| 2272 | white-space: nowrap; |
| 2273 | -o-text-overflow: ellipsis; |
| 2274 | text-overflow: ellipsis; |
| 2275 | overflow: hidden; |
| 2276 | padding-right: 15px; } |
| 2277 | |
| 2278 | .elementor-progress-percentage { |
| 2279 | padding-left: 15px; } |
| 2280 | |
| 2281 | .elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar { |
| 2282 | background-color: #5bc0de; } |
| 2283 | |
| 2284 | .elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar { |
| 2285 | background-color: #5cb85c; } |
| 2286 | |
| 2287 | .elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar { |
| 2288 | background-color: #f0ad4e; } |
| 2289 | |
| 2290 | .elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar { |
| 2291 | background-color: #d9534f; } |
| 2292 | |
| 2293 | .elementor-progress .elementor-title { |
| 2294 | display: block; } |
| 2295 | |
| 2296 | @media (max-width: 767px) { |
| 2297 | .elementor-progress-text { |
| 2298 | padding-right: 10px; } } |
| 2299 | |
| 2300 | .elementor-widget-social-icons:not(.elementor-grid-0) .elementor-grid { |
| 2301 | display: inline-grid; |
| 2302 | grid-template-columns: var(--grid-template-columns); } |
| 2303 | |
| 2304 | .elementor-widget-social-icons .elementor-widget-container { |
| 2305 | display: -webkit-box; |
| 2306 | display: -ms-flexbox; |
| 2307 | display: flex; |
| 2308 | -webkit-box-pack: center; |
| 2309 | -ms-flex-pack: center; |
| 2310 | justify-content: center; } |
| 2311 | |
| 2312 | .elementor-social-icons-wrapper { |
| 2313 | font-size: 0; } |
| 2314 | |
| 2315 | .elementor-social-icon { |
| 2316 | background-color: #818a91; |
| 2317 | font-size: 25px; |
| 2318 | text-align: center; |
| 2319 | padding: 0.5em; |
| 2320 | margin-left: 5px; |
| 2321 | cursor: pointer; } |
| 2322 | .elementor-social-icon i { |
| 2323 | color: white; } |
| 2324 | .elementor-social-icon:last-child { |
| 2325 | margin: 0; } |
| 2326 | .elementor-social-icon:hover { |
| 2327 | opacity: .9; |
| 2328 | color: white; } |
| 2329 | .elementor-social-icon-android { |
| 2330 | background-color: #A4C639; } |
| 2331 | .elementor-social-icon-apple { |
| 2332 | background-color: #999999; } |
| 2333 | .elementor-social-icon-behance { |
| 2334 | background-color: #1769ff; } |
| 2335 | .elementor-social-icon-bitbucket { |
| 2336 | background-color: #205081; } |
| 2337 | .elementor-social-icon-codepen { |
| 2338 | background-color: #000000; } |
| 2339 | .elementor-social-icon-delicious { |
| 2340 | background-color: #3399ff; } |
| 2341 | .elementor-social-icon-deviantart { |
| 2342 | background-color: #05cc47; } |
| 2343 | .elementor-social-icon-digg { |
| 2344 | background-color: #005be2; } |
| 2345 | .elementor-social-icon-dribbble { |
| 2346 | background-color: #ea4c89; } |
| 2347 | .elementor-social-icon-elementor { |
| 2348 | background-color: #D30C5C; } |
| 2349 | .elementor-social-icon-envelope { |
| 2350 | background-color: #ea4335; } |
| 2351 | .elementor-social-icon-facebook, .elementor-social-icon-facebook-f { |
| 2352 | background-color: #3b5998; } |
| 2353 | .elementor-social-icon-flickr { |
| 2354 | background-color: #0063dc; } |
| 2355 | .elementor-social-icon-foursquare { |
| 2356 | background-color: #2d5be3; } |
| 2357 | .elementor-social-icon-freecodecamp, .elementor-social-icon-free-code-camp { |
| 2358 | background-color: #006400; } |
| 2359 | .elementor-social-icon-github { |
| 2360 | background-color: #333333; } |
| 2361 | .elementor-social-icon-gitlab { |
| 2362 | background-color: #e24329; } |
| 2363 | .elementor-social-icon-globe { |
| 2364 | background-color: #818a91; } |
| 2365 | .elementor-social-icon-google-plus, .elementor-social-icon-google-plus-g { |
| 2366 | background-color: #dd4b39; } |
| 2367 | .elementor-social-icon-houzz { |
| 2368 | background-color: #7ac142; } |
| 2369 | .elementor-social-icon-instagram { |
| 2370 | background-color: #262626; } |
| 2371 | .elementor-social-icon-jsfiddle { |
| 2372 | background-color: #487AA2; } |
| 2373 | .elementor-social-icon-link { |
| 2374 | background-color: #818a91; } |
| 2375 | .elementor-social-icon-linkedin, .elementor-social-icon-linkedin-in { |
| 2376 | background-color: #0077b5; } |
| 2377 | .elementor-social-icon-medium { |
| 2378 | background-color: #00ab6b; } |
| 2379 | .elementor-social-icon-meetup { |
| 2380 | background-color: #ec1c40; } |
| 2381 | .elementor-social-icon-mixcloud { |
| 2382 | background-color: #273a4b; } |
| 2383 | .elementor-social-icon-odnoklassniki { |
| 2384 | background-color: #F4731C; } |
| 2385 | .elementor-social-icon-pinterest { |
| 2386 | background-color: #bd081c; } |
| 2387 | .elementor-social-icon-product-hunt { |
| 2388 | background-color: #da552f; } |
| 2389 | .elementor-social-icon-reddit { |
| 2390 | background-color: #ff4500; } |
| 2391 | .elementor-social-icon-rss { |
| 2392 | background-color: #f26522; } |
| 2393 | .elementor-social-icon-shopping-cart { |
| 2394 | background-color: #4CAF50; } |
| 2395 | .elementor-social-icon-skype { |
| 2396 | background-color: #00AFF0; } |
| 2397 | .elementor-social-icon-slideshare { |
| 2398 | background-color: #0077b5; } |
| 2399 | .elementor-social-icon-snapchat { |
| 2400 | background-color: #fffc00; } |
| 2401 | .elementor-social-icon-soundcloud { |
| 2402 | background-color: #ff8800; } |
| 2403 | .elementor-social-icon-spotify { |
| 2404 | background-color: #2ebd59; } |
| 2405 | .elementor-social-icon-stack-overflow { |
| 2406 | background-color: #fe7a15; } |
| 2407 | .elementor-social-icon-steam { |
| 2408 | background-color: #00adee; } |
| 2409 | .elementor-social-icon-stumbleupon { |
| 2410 | background-color: #EB4924; } |
| 2411 | .elementor-social-icon-telegram { |
| 2412 | background-color: #2CA5E0; } |
| 2413 | .elementor-social-icon-thumb-tack { |
| 2414 | background-color: #1aa1d8; } |
| 2415 | .elementor-social-icon-tripadvisor { |
| 2416 | background-color: #589442; } |
| 2417 | .elementor-social-icon-tumblr { |
| 2418 | background-color: #35465c; } |
| 2419 | .elementor-social-icon-twitch { |
| 2420 | background-color: #6441A5; } |
| 2421 | .elementor-social-icon-twitter { |
| 2422 | background-color: #1DA1F2; } |
| 2423 | .elementor-social-icon-viber { |
| 2424 | background-color: #665cac; } |
| 2425 | .elementor-social-icon-vimeo { |
| 2426 | background-color: #1ab7ea; } |
| 2427 | .elementor-social-icon-vk { |
| 2428 | background-color: #45668e; } |
| 2429 | .elementor-social-icon-weibo { |
| 2430 | background-color: #DD2430; } |
| 2431 | .elementor-social-icon-weixin { |
| 2432 | background-color: #31A918; } |
| 2433 | .elementor-social-icon-whatsapp { |
| 2434 | background-color: #25d366; } |
| 2435 | .elementor-social-icon-wordpress { |
| 2436 | background-color: #21759b; } |
| 2437 | .elementor-social-icon-xing { |
| 2438 | background-color: #026466; } |
| 2439 | .elementor-social-icon-yelp { |
| 2440 | background-color: #af0606; } |
| 2441 | .elementor-social-icon-youtube { |
| 2442 | background-color: #cd201f; } |
| 2443 | .elementor-social-icon-500px { |
| 2444 | background-color: #0099e5; } |
| 2445 | |
| 2446 | .elementor-shape-rounded .elementor-icon.elementor-social-icon { |
| 2447 | -webkit-border-radius: 10%; |
| 2448 | border-radius: 10%; } |
| 2449 | |
| 2450 | .elementor-shape-circle .elementor-icon.elementor-social-icon { |
| 2451 | -webkit-border-radius: 50%; |
| 2452 | border-radius: 50%; } |
| 2453 | |
| 2454 | .elementor-star-rating { |
| 2455 | color: #CCD6DF; |
| 2456 | font-family: eicons; |
| 2457 | display: inline-block; } |
| 2458 | .elementor-star-rating i { |
| 2459 | display: inline-block; |
| 2460 | position: relative; |
| 2461 | font-style: normal; |
| 2462 | cursor: default; } |
| 2463 | .elementor-star-rating i:before { |
| 2464 | content: '\e934'; |
| 2465 | display: block; |
| 2466 | font-size: inherit; |
| 2467 | font-family: inherit; |
| 2468 | position: absolute; |
| 2469 | overflow: hidden; |
| 2470 | color: #f0ad4e; |
| 2471 | top: 0; |
| 2472 | right: 0; } |
| 2473 | .elementor-star-rating .elementor-star-empty:before { |
| 2474 | content: none; } |
| 2475 | .elementor-star-rating .elementor-star-1:before { |
| 2476 | width: 10%; } |
| 2477 | .elementor-star-rating .elementor-star-2:before { |
| 2478 | width: 20%; } |
| 2479 | .elementor-star-rating .elementor-star-3:before { |
| 2480 | width: 30%; } |
| 2481 | .elementor-star-rating .elementor-star-4:before { |
| 2482 | width: 40%; } |
| 2483 | .elementor-star-rating .elementor-star-5:before { |
| 2484 | width: 50%; } |
| 2485 | .elementor-star-rating .elementor-star-6:before { |
| 2486 | width: 60%; } |
| 2487 | .elementor-star-rating .elementor-star-7:before { |
| 2488 | width: 70%; } |
| 2489 | .elementor-star-rating .elementor-star-8:before { |
| 2490 | width: 80%; } |
| 2491 | .elementor-star-rating .elementor-star-9:before { |
| 2492 | width: 90%; } |
| 2493 | .elementor-star-rating__wrapper { |
| 2494 | display: -webkit-box; |
| 2495 | display: -ms-flexbox; |
| 2496 | display: flex; |
| 2497 | -webkit-box-align: center; |
| 2498 | -ms-flex-align: center; |
| 2499 | align-items: center; } |
| 2500 | .elementor-star-rating__title { |
| 2501 | margin-left: 10px; } |
| 2502 | |
| 2503 | .elementor-star-rating--align-right .elementor-star-rating__wrapper { |
| 2504 | text-align: right; |
| 2505 | -webkit-box-pack: start; |
| 2506 | -ms-flex-pack: start; |
| 2507 | justify-content: flex-start; } |
| 2508 | |
| 2509 | .elementor-star-rating--align-left .elementor-star-rating__wrapper { |
| 2510 | text-align: left; |
| 2511 | -webkit-box-pack: end; |
| 2512 | -ms-flex-pack: end; |
| 2513 | justify-content: flex-end; } |
| 2514 | |
| 2515 | .elementor-star-rating--align-center .elementor-star-rating__wrapper { |
| 2516 | text-align: center; |
| 2517 | -webkit-box-pack: center; |
| 2518 | -ms-flex-pack: center; |
| 2519 | justify-content: center; } |
| 2520 | |
| 2521 | .elementor-star-rating--align-justify .elementor-star-rating__title { |
| 2522 | margin-left: auto; } |
| 2523 | |
| 2524 | @media (max-width: 1024px) { |
| 2525 | .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper { |
| 2526 | text-align: right; |
| 2527 | -webkit-box-pack: start; |
| 2528 | -ms-flex-pack: start; |
| 2529 | justify-content: flex-start; } |
| 2530 | .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper { |
| 2531 | text-align: left; |
| 2532 | -webkit-box-pack: end; |
| 2533 | -ms-flex-pack: end; |
| 2534 | justify-content: flex-end; } |
| 2535 | .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper { |
| 2536 | text-align: center; |
| 2537 | -webkit-box-pack: center; |
| 2538 | -ms-flex-pack: center; |
| 2539 | justify-content: center; } |
| 2540 | .elementor-star-rating-tablet--align-justify .elementor-star-rating__title { |
| 2541 | margin-left: auto; } } |
| 2542 | |
| 2543 | @media (max-width: 767px) { |
| 2544 | .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper { |
| 2545 | text-align: right; |
| 2546 | -webkit-box-pack: start; |
| 2547 | -ms-flex-pack: start; |
| 2548 | justify-content: flex-start; } |
| 2549 | .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper { |
| 2550 | text-align: left; |
| 2551 | -webkit-box-pack: end; |
| 2552 | -ms-flex-pack: end; |
| 2553 | justify-content: flex-end; } |
| 2554 | .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper { |
| 2555 | text-align: center; |
| 2556 | -webkit-box-pack: center; |
| 2557 | -ms-flex-pack: center; |
| 2558 | justify-content: center; } |
| 2559 | .elementor-star-rating-mobile--align-justify .elementor-star-rating__title { |
| 2560 | margin-left: auto; } } |
| 2561 | |
| 2562 | .last-star { |
| 2563 | letter-spacing: 0; } |
| 2564 | |
| 2565 | .elementor--star-style-star_unicode .elementor-star-rating { |
| 2566 | font-family: 'Arial', 'Helvetica', sans-serif; } |
| 2567 | .elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before { |
| 2568 | content: '\002605'; } |
| 2569 | |
| 2570 | .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper { |
| 2571 | width: 25%; |
| 2572 | -ms-flex-negative: 0; |
| 2573 | flex-shrink: 0; } |
| 2574 | |
| 2575 | .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active { |
| 2576 | border-left-style: none; } |
| 2577 | .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 { |
| 2578 | height: 999em; |
| 2579 | width: 0; |
| 2580 | left: 0; |
| 2581 | border-left-style: solid; } |
| 2582 | .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before { |
| 2583 | top: 0; |
| 2584 | -webkit-transform: translateY(-100%); |
| 2585 | -ms-transform: translateY(-100%); |
| 2586 | transform: translateY(-100%); } |
| 2587 | .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after { |
| 2588 | top: 100%; } |
| 2589 | |
| 2590 | .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title { |
| 2591 | display: table-cell; } |
| 2592 | .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active { |
| 2593 | border-bottom-style: none; } |
| 2594 | .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 { |
| 2595 | bottom: 0; |
| 2596 | height: 0; |
| 2597 | width: 999em; |
| 2598 | border-bottom-style: solid; } |
| 2599 | .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before { |
| 2600 | right: 100%; } |
| 2601 | .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after { |
| 2602 | left: 100%; } |
| 2603 | |
| 2604 | .elementor-widget-tabs .elementor-tab-title, |
| 2605 | .elementor-widget-tabs .elementor-tab-title:before, |
| 2606 | .elementor-widget-tabs .elementor-tab-title:after, |
| 2607 | .elementor-widget-tabs .elementor-tab-content, |
| 2608 | .elementor-widget-tabs .elementor-tabs-content-wrapper { |
| 2609 | border: 1px none #D4D4D4; } |
| 2610 | |
| 2611 | .elementor-widget-tabs .elementor-tabs { |
| 2612 | text-align: right; } |
| 2613 | |
| 2614 | .elementor-widget-tabs .elementor-tabs-wrapper { |
| 2615 | overflow: hidden; } |
| 2616 | |
| 2617 | .elementor-widget-tabs .elementor-tab-title { |
| 2618 | cursor: pointer; |
| 2619 | outline: none; } |
| 2620 | |
| 2621 | .elementor-widget-tabs .elementor-tab-desktop-title { |
| 2622 | position: relative; |
| 2623 | padding: 20px 25px; |
| 2624 | font-weight: bold; |
| 2625 | line-height: 1; |
| 2626 | border: solid transparent; } |
| 2627 | .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active { |
| 2628 | border-color: #D4D4D4; } |
| 2629 | .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before, .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after { |
| 2630 | display: block; |
| 2631 | content: ''; |
| 2632 | position: absolute; } |
| 2633 | |
| 2634 | .elementor-widget-tabs .elementor-tab-mobile-title { |
| 2635 | padding: 10px 10px; |
| 2636 | cursor: pointer; } |
| 2637 | |
| 2638 | .elementor-widget-tabs .elementor-tab-content { |
| 2639 | padding: 20px; |
| 2640 | display: none; } |
| 2641 | |
| 2642 | @media (max-width: 767px) { |
| 2643 | .elementor-tabs .elementor-tab-title, |
| 2644 | .elementor-tabs .elementor-tab-content { |
| 2645 | border-style: solid; |
| 2646 | border-bottom-style: none; } |
| 2647 | .elementor-tabs .elementor-tabs-wrapper { |
| 2648 | display: none; } |
| 2649 | .elementor-tabs .elementor-tabs-content-wrapper { |
| 2650 | border-bottom-style: solid; } |
| 2651 | .elementor-tabs .elementor-tab-content { |
| 2652 | padding: 10px; } } |
| 2653 | |
| 2654 | @media (min-width: 768px) { |
| 2655 | .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs { |
| 2656 | display: -webkit-box; |
| 2657 | display: -ms-flexbox; |
| 2658 | display: flex; } |
| 2659 | .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper { |
| 2660 | -webkit-box-flex: 1; |
| 2661 | -ms-flex-positive: 1; |
| 2662 | flex-grow: 1; |
| 2663 | border-style: solid; |
| 2664 | border-right-style: none; } |
| 2665 | .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content { |
| 2666 | border-style: solid; |
| 2667 | border-top-style: none; } |
| 2668 | .elementor-tabs .elementor-tab-mobile-title { |
| 2669 | display: none; } } |
| 2670 | |
| 2671 | .elementor-testimonial-wrapper { |
| 2672 | overflow: hidden; |
| 2673 | text-align: center; } |
| 2674 | .elementor-testimonial-wrapper .elementor-testimonial-content { |
| 2675 | font-size: 1.3em; |
| 2676 | margin-bottom: 20px; } |
| 2677 | .elementor-testimonial-wrapper .elementor-testimonial-name { |
| 2678 | line-height: 1.5; |
| 2679 | color: inherit; |
| 2680 | display: block; } |
| 2681 | .elementor-testimonial-wrapper .elementor-testimonial-job { |
| 2682 | font-size: 0.85em; |
| 2683 | color: inherit; |
| 2684 | display: block; } |
| 2685 | .elementor-testimonial-wrapper.elementor-testimonial-text-align-left { |
| 2686 | text-align: left; } |
| 2687 | .elementor-testimonial-wrapper.elementor-testimonial-text-align-right { |
| 2688 | text-align: right; } |
| 2689 | .elementor-testimonial-wrapper .elementor-testimonial-meta { |
| 2690 | width: 100%; |
| 2691 | line-height: 1; } |
| 2692 | .elementor-testimonial-wrapper .elementor-testimonial-meta-inner { |
| 2693 | display: inline-block; } |
| 2694 | .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details, |
| 2695 | .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image { |
| 2696 | display: table-cell; |
| 2697 | vertical-align: middle; } |
| 2698 | .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img { |
| 2699 | width: 60px; |
| 2700 | height: 60px; |
| 2701 | -webkit-border-radius: 50%; |
| 2702 | border-radius: 50%; |
| 2703 | -o-object-fit: cover; |
| 2704 | object-fit: cover; |
| 2705 | max-width: none; } |
| 2706 | .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image { |
| 2707 | padding-left: 15px; } |
| 2708 | .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details { |
| 2709 | text-align: right; } |
| 2710 | .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details, |
| 2711 | .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image { |
| 2712 | display: block; } |
| 2713 | .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image { |
| 2714 | margin-bottom: 20px; } |
| 2715 | |
| 2716 | .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap { |
| 2717 | background-color: #818a91; |
| 2718 | color: #fff; } |
| 2719 | |
| 2720 | .elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap { |
| 2721 | color: #818a91; |
| 2722 | border: 3px solid; |
| 2723 | background-color: transparent; } |
| 2724 | |
| 2725 | .elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap { |
| 2726 | margin-top: 8px; } |
| 2727 | .elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter { |
| 2728 | width: 1em; |
| 2729 | height: 1em; } |
| 2730 | |
| 2731 | .elementor-widget-text-editor .elementor-drop-cap { |
| 2732 | float: right; |
| 2733 | text-align: center; |
| 2734 | line-height: 1; |
| 2735 | font-size: 50px; } |
| 2736 | .elementor-widget-text-editor .elementor-drop-cap-letter { |
| 2737 | display: inline-block; } |
| 2738 | |
| 2739 | .elementor-toggle { |
| 2740 | text-align: right; } |
| 2741 | .elementor-toggle .elementor-tab-title { |
| 2742 | font-weight: bold; |
| 2743 | line-height: 1; |
| 2744 | margin: 0; |
| 2745 | padding: 15px; |
| 2746 | border-bottom: 1px solid #D4D4D4; |
| 2747 | cursor: pointer; |
| 2748 | outline: none; } |
| 2749 | .elementor-toggle .elementor-tab-title .elementor-toggle-icon { |
| 2750 | display: inline-block; |
| 2751 | width: 1em; } |
| 2752 | .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right { |
| 2753 | float: right; |
| 2754 | text-align: right; } |
| 2755 | .elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left { |
| 2756 | float: left; |
| 2757 | text-align: left; } |
| 2758 | .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed { |
| 2759 | display: block; } |
| 2760 | .elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened { |
| 2761 | display: none; } |
| 2762 | .elementor-toggle .elementor-tab-title.elementor-active { |
| 2763 | border-bottom: none; } |
| 2764 | .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed { |
| 2765 | display: none; } |
| 2766 | .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened { |
| 2767 | display: block; } |
| 2768 | .elementor-toggle .elementor-tab-content { |
| 2769 | padding: 15px; |
| 2770 | border-bottom: 1px solid #D4D4D4; |
| 2771 | display: none; } |
| 2772 | |
| 2773 | @media (max-width: 767px) { |
| 2774 | .elementor-toggle .elementor-tab-title { |
| 2775 | padding: 12px; } |
| 2776 | .elementor-toggle .elementor-tab-content { |
| 2777 | padding: 12px 10px; } } |
| 2778 | |
| 2779 | .elementor-widget-video .elementor-widget-container { |
| 2780 | overflow: hidden; |
| 2781 | -webkit-transform: translate3d(0, 0, 0); |
| 2782 | transform: translate3d(0, 0, 0); } |
| 2783 | |
| 2784 | .elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay { |
| 2785 | position: absolute; |
| 2786 | top: 0; |
| 2787 | left: 0; |
| 2788 | width: 100%; |
| 2789 | height: 100%; |
| 2790 | -webkit-background-size: cover; |
| 2791 | background-size: cover; |
| 2792 | background-position: 50%; } |
| 2793 | |
| 2794 | .elementor-widget-video .elementor-custom-embed-image-overlay { |
| 2795 | cursor: pointer; |
| 2796 | text-align: center; } |
| 2797 | .elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i { |
| 2798 | opacity: 1; } |
| 2799 | .elementor-widget-video .elementor-custom-embed-image-overlay img { |
| 2800 | display: block; |
| 2801 | width: 100%; } |
| 2802 | |
| 2803 | .elementor-widget-video .elementor-video { |
| 2804 | -o-object-fit: cover; |
| 2805 | object-fit: cover; } |
| 2806 | |
| 2807 | .slick-slider { |
| 2808 | position: relative; |
| 2809 | display: block; |
| 2810 | -webkit-box-sizing: border-box; |
| 2811 | box-sizing: border-box; |
| 2812 | -webkit-touch-callout: none; |
| 2813 | -webkit-user-select: none; |
| 2814 | -moz-user-select: none; |
| 2815 | -ms-user-select: none; |
| 2816 | user-select: none; |
| 2817 | -ms-touch-action: pan-y; |
| 2818 | touch-action: pan-y; |
| 2819 | -webkit-tap-highlight-color: transparent; } |
| 2820 | |
| 2821 | .slick-list { |
| 2822 | position: relative; |
| 2823 | overflow: hidden; |
| 2824 | display: block; |
| 2825 | margin: 0; |
| 2826 | padding: 0; } |
| 2827 | .slick-list:focus { |
| 2828 | outline: none; } |
| 2829 | .slick-list.dragging { |
| 2830 | cursor: pointer; } |
| 2831 | |
| 2832 | .slick-slider .slick-track, |
| 2833 | .slick-slider .slick-list { |
| 2834 | -webkit-transform: translate3d(0, 0, 0); |
| 2835 | transform: translate3d(0, 0, 0); } |
| 2836 | |
| 2837 | .slick-track { |
| 2838 | position: relative; |
| 2839 | left: 0; |
| 2840 | top: 0; |
| 2841 | display: block; } |
| 2842 | .slick-track:before, .slick-track:after { |
| 2843 | content: ""; |
| 2844 | display: table; } |
| 2845 | .slick-track:after { |
| 2846 | clear: both; } |
| 2847 | .slick-loading .slick-track { |
| 2848 | visibility: hidden; } |
| 2849 | |
| 2850 | .slick-slide { |
| 2851 | float: left; |
| 2852 | height: 100%; |
| 2853 | min-height: 1px; |
| 2854 | display: none; } |
| 2855 | .elementor-slick-slider[dir="rtl"] .slick-slide { |
| 2856 | float: right; } |
| 2857 | .slick-slide img { |
| 2858 | display: block; } |
| 2859 | .slick-slide.slick-loading img { |
| 2860 | display: none; } |
| 2861 | .slick-slide.dragging img { |
| 2862 | pointer-events: none; } |
| 2863 | .slick-initialized .slick-slide { |
| 2864 | display: block; } |
| 2865 | .slick-loading .slick-slide { |
| 2866 | visibility: hidden; } |
| 2867 | .slick-vertical .slick-slide { |
| 2868 | display: block; |
| 2869 | height: auto; |
| 2870 | border: 1px solid transparent; } |
| 2871 | |
| 2872 | .slick-arrow.slick-hidden { |
| 2873 | display: none; } |
| 2874 | |
| 2875 | .elementor-slick-slider .slick-loading .slick-list { |
| 2876 | background: #fff; } |
| 2877 | .elementor-slick-slider .slick-loading .slick-list:after { |
| 2878 | content: '\e8fb'; |
| 2879 | font-family: eicons; |
| 2880 | position: absolute; |
| 2881 | top: 50%; |
| 2882 | left: 50%; |
| 2883 | -webkit-transform: translate(-50%, -50%); |
| 2884 | -ms-transform: translate(-50%, -50%); |
| 2885 | transform: translate(-50%, -50%); |
| 2886 | -webkit-animation: fa-spin 2s infinite linear; |
| 2887 | animation: fa-spin 2s infinite linear; |
| 2888 | font-size: 25px; |
| 2889 | color: #a4afb7; } |
| 2890 | |
| 2891 | .elementor-slick-slider .slick-prev, |
| 2892 | .elementor-slick-slider .slick-next { |
| 2893 | font-size: 0; |
| 2894 | line-height: 0; |
| 2895 | position: absolute; |
| 2896 | top: 50%; |
| 2897 | display: block; |
| 2898 | width: 20px; |
| 2899 | padding: 0; |
| 2900 | -webkit-transform: translate(0, -50%); |
| 2901 | -ms-transform: translate(0, -50%); |
| 2902 | transform: translate(0, -50%); |
| 2903 | cursor: pointer; |
| 2904 | color: transparent; |
| 2905 | border: none; |
| 2906 | outline: none; |
| 2907 | background: transparent; } |
| 2908 | .elementor-slick-slider .slick-prev:hover, .elementor-slick-slider .slick-prev:focus, |
| 2909 | .elementor-slick-slider .slick-next:hover, |
| 2910 | .elementor-slick-slider .slick-next:focus { |
| 2911 | color: transparent; |
| 2912 | outline: none; |
| 2913 | background: transparent; } |
| 2914 | .elementor-slick-slider .slick-prev:hover:before, .elementor-slick-slider .slick-prev:focus:before, |
| 2915 | .elementor-slick-slider .slick-next:hover:before, |
| 2916 | .elementor-slick-slider .slick-next:focus:before { |
| 2917 | opacity: 1; } |
| 2918 | .elementor-slick-slider .slick-prev.slick-disabled:before, |
| 2919 | .elementor-slick-slider .slick-next.slick-disabled:before { |
| 2920 | opacity: .25; } |
| 2921 | .elementor-slick-slider .slick-prev:before, |
| 2922 | .elementor-slick-slider .slick-next:before { |
| 2923 | font-family: eicons; |
| 2924 | font-size: 35px; |
| 2925 | line-height: 1; |
| 2926 | opacity: .75; |
| 2927 | color: white; |
| 2928 | -webkit-font-smoothing: antialiased; |
| 2929 | -moz-osx-font-smoothing: grayscale; } |
| 2930 | |
| 2931 | .elementor-slick-slider .slick-prev { |
| 2932 | left: -25px; } |
| 2933 | [dir="rtl"] .elementor-slick-slider .slick-prev { |
| 2934 | left: auto; |
| 2935 | right: -25px; } |
| 2936 | .elementor-slick-slider .slick-prev:before { |
| 2937 | content: '\e89f'; } |
| 2938 | [dir="rtl"] .elementor-slick-slider .slick-prev:before { |
| 2939 | content: '\e89e'; } |
| 2940 | |
| 2941 | .elementor-slick-slider .slick-next { |
| 2942 | right: -25px; } |
| 2943 | [dir="rtl"] .elementor-slick-slider .slick-next { |
| 2944 | left: -25px; |
| 2945 | right: auto; } |
| 2946 | .elementor-slick-slider .slick-next:before { |
| 2947 | content: '\e89e'; } |
| 2948 | [dir="rtl"] .elementor-slick-slider .slick-next:before { |
| 2949 | content: '\e89f'; } |
| 2950 | |
| 2951 | .elementor-slick-slider .slick-dotted.slick-slider { |
| 2952 | margin-bottom: 30px; } |
| 2953 | |
| 2954 | .elementor-slick-slider ul.slick-dots { |
| 2955 | position: absolute; |
| 2956 | bottom: -25px; |
| 2957 | display: block; |
| 2958 | width: 100%; |
| 2959 | padding: 0; |
| 2960 | margin: 0; |
| 2961 | list-style: none; |
| 2962 | text-align: center; |
| 2963 | line-height: 1; } |
| 2964 | .elementor-slick-slider ul.slick-dots li { |
| 2965 | position: relative; |
| 2966 | display: inline-block; |
| 2967 | width: 20px; |
| 2968 | height: 20px; |
| 2969 | margin: 0; |
| 2970 | padding: 0; |
| 2971 | cursor: pointer; } |
| 2972 | .elementor-slick-slider ul.slick-dots li button { |
| 2973 | font-size: 0; |
| 2974 | line-height: 0; |
| 2975 | display: block; |
| 2976 | width: 20px; |
| 2977 | height: 20px; |
| 2978 | padding: 5px; |
| 2979 | cursor: pointer; |
| 2980 | color: transparent; |
| 2981 | border: 0; |
| 2982 | outline: none; |
| 2983 | background: transparent; } |
| 2984 | .elementor-slick-slider ul.slick-dots li button:hover, .elementor-slick-slider ul.slick-dots li button:focus { |
| 2985 | outline: none; } |
| 2986 | .elementor-slick-slider ul.slick-dots li button:hover:before, .elementor-slick-slider ul.slick-dots li button:focus:before { |
| 2987 | opacity: 1; } |
| 2988 | .elementor-slick-slider ul.slick-dots li button:before { |
| 2989 | font-family: eicons; |
| 2990 | font-size: 6px; |
| 2991 | line-height: 20px; |
| 2992 | position: absolute; |
| 2993 | top: 0; |
| 2994 | left: 0; |
| 2995 | width: 20px; |
| 2996 | height: 20px; |
| 2997 | content: '\e914'; |
| 2998 | text-align: center; |
| 2999 | opacity: .25; |
| 3000 | color: black; |
| 3001 | -webkit-font-smoothing: antialiased; |
| 3002 | -moz-osx-font-smoothing: grayscale; } |
| 3003 | .elementor-slick-slider ul.slick-dots li.slick-active button:before { |
| 3004 | opacity: .75; |
| 3005 | color: black; } |
| 3006 | |
| 3007 | .elementor-slick-slider .slick-arrows-inside .slick-prev { |
| 3008 | left: 20px; } |
| 3009 | [dir="rtl"] .elementor-slick-slider .slick-arrows-inside .slick-prev { |
| 3010 | left: auto; |
| 3011 | right: 20px; } |
| 3012 | |
| 3013 | .elementor-slick-slider .slick-arrows-inside .slick-next { |
| 3014 | right: 20px; } |
| 3015 | [dir="rtl"] .elementor-slick-slider .slick-arrows-inside .slick-next { |
| 3016 | left: 20px; |
| 3017 | right: auto; } |
| 3018 | |
| 3019 | .elementor-slick-slider .slick-dots-inside .slick-dots { |
| 3020 | bottom: 5px; } |
| 3021 | |
| 3022 | .elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider { |
| 3023 | margin-bottom: 0; } |
| 3024 | |
| 3025 | .elementor-slick-slider .slick-slider .slick-prev, |
| 3026 | .elementor-slick-slider .slick-slider .slick-next { |
| 3027 | z-index: 1; } |
| 3028 | |
| 3029 | .elementor-slick-slider .slick-slide img { |
| 3030 | margin: auto; } |
| 3031 | |
| 3032 | /** |
| 3033 | * Swiper 3.4.2 |
| 3034 | * Customized by Elementor team |
| 3035 | */ |
| 3036 | .swiper-container { |
| 3037 | margin-left: auto; |
| 3038 | margin-right: auto; |
| 3039 | position: relative; |
| 3040 | overflow: hidden; |
| 3041 | /* Fix of Webkit flickering */ |
| 3042 | z-index: 1; } |
| 3043 | .swiper-container .swiper-slide figure { |
| 3044 | line-height: 0; } |
| 3045 | .swiper-container .elementor-lightbox-content-source { |
| 3046 | display: none; } |
| 3047 | |
| 3048 | .swiper-container-no-flexbox .swiper-slide { |
| 3049 | float: left; } |
| 3050 | |
| 3051 | .swiper-container-vertical > .swiper-wrapper { |
| 3052 | -webkit-box-orient: vertical; |
| 3053 | -webkit-box-direction: normal; |
| 3054 | -ms-flex-direction: column; |
| 3055 | flex-direction: column; } |
| 3056 | |
| 3057 | .swiper-wrapper { |
| 3058 | position: relative; |
| 3059 | width: 100%; |
| 3060 | height: 100%; |
| 3061 | z-index: 1; |
| 3062 | display: -webkit-box; |
| 3063 | display: -ms-flexbox; |
| 3064 | display: flex; |
| 3065 | -webkit-transition-property: -webkit-transform; |
| 3066 | transition-property: -webkit-transform; |
| 3067 | -o-transition-property: transform; |
| 3068 | transition-property: transform; |
| 3069 | transition-property: transform, -webkit-transform; |
| 3070 | -webkit-box-sizing: content-box; |
| 3071 | box-sizing: content-box; } |
| 3072 | |
| 3073 | .swiper-container-android .swiper-slide, .swiper-wrapper { |
| 3074 | -webkit-transform: translate3d(0px, 0, 0); |
| 3075 | transform: translate3d(0px, 0, 0); } |
| 3076 | |
| 3077 | .swiper-container-multirow > .swiper-wrapper { |
| 3078 | -ms-flex-wrap: wrap; |
| 3079 | flex-wrap: wrap; } |
| 3080 | |
| 3081 | .swiper-container-free-mode > .swiper-wrapper { |
| 3082 | -webkit-transition-timing-function: ease-out; |
| 3083 | -o-transition-timing-function: ease-out; |
| 3084 | transition-timing-function: ease-out; |
| 3085 | margin: 0 auto; } |
| 3086 | |
| 3087 | .swiper-slide { |
| 3088 | -ms-flex-negative: 0; |
| 3089 | flex-shrink: 0; |
| 3090 | width: 100%; |
| 3091 | height: 100%; |
| 3092 | position: relative; } |
| 3093 | |
| 3094 | /* Auto Height */ |
| 3095 | .swiper-container-autoheight { |
| 3096 | height: auto; } |
| 3097 | .swiper-container-autoheight .swiper-slide { |
| 3098 | height: auto; } |
| 3099 | .swiper-container-autoheight .swiper-wrapper { |
| 3100 | -webkit-box-align: start; |
| 3101 | -ms-flex-align: start; |
| 3102 | align-items: flex-start; |
| 3103 | -webkit-transition-property: height, -webkit-transform; |
| 3104 | transition-property: height, -webkit-transform; |
| 3105 | -o-transition-property: transform, height; |
| 3106 | transition-property: transform, height; |
| 3107 | transition-property: transform, height, -webkit-transform; } |
| 3108 | |
| 3109 | /* a11y */ |
| 3110 | .swiper-container .swiper-notification { |
| 3111 | position: absolute; |
| 3112 | left: 0; |
| 3113 | top: 0; |
| 3114 | pointer-events: none; |
| 3115 | opacity: 0; |
| 3116 | z-index: -1000; } |
| 3117 | |
| 3118 | /* IE10 Windows Phone 8 Fixes */ |
| 3119 | .swiper-wp8-horizontal { |
| 3120 | -ms-touch-action: pan-y; |
| 3121 | touch-action: pan-y; } |
| 3122 | |
| 3123 | .swiper-wp8-vertical { |
| 3124 | -ms-touch-action: pan-x; |
| 3125 | touch-action: pan-x; } |
| 3126 | |
| 3127 | /* Arrows */ |
| 3128 | .swiper-button-prev, .swiper-button-next { |
| 3129 | position: absolute; |
| 3130 | top: 50%; |
| 3131 | width: 27px; |
| 3132 | height: 44px; |
| 3133 | margin-top: -22px; |
| 3134 | z-index: 10; |
| 3135 | cursor: pointer; |
| 3136 | -webkit-background-size: 27px 44px; |
| 3137 | background-size: 27px 44px; |
| 3138 | background: no-repeat center; } |
| 3139 | |
| 3140 | .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { |
| 3141 | opacity: 0.35; |
| 3142 | cursor: auto; |
| 3143 | pointer-events: none; } |
| 3144 | |
| 3145 | .swiper-button-prev, .swiper-container-rtl .swiper-button-next { |
| 3146 | 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"); |
| 3147 | left: 10px; |
| 3148 | right: auto; } |
| 3149 | |
| 3150 | .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { |
| 3151 | 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"); } |
| 3152 | |
| 3153 | .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { |
| 3154 | 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"); } |
| 3155 | |
| 3156 | .swiper-button-next, .swiper-container-rtl .swiper-button-prev { |
| 3157 | 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"); |
| 3158 | right: 10px; |
| 3159 | left: auto; } |
| 3160 | |
| 3161 | .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { |
| 3162 | 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"); } |
| 3163 | |
| 3164 | .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { |
| 3165 | 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"); } |
| 3166 | |
| 3167 | /* Pagination Styles */ |
| 3168 | .swiper-pagination { |
| 3169 | position: absolute; |
| 3170 | text-align: center; |
| 3171 | -webkit-transition: 300ms; |
| 3172 | -o-transition: 300ms; |
| 3173 | transition: 300ms; |
| 3174 | -webkit-transform: translate3d(0, 0, 0); |
| 3175 | transform: translate3d(0, 0, 0); |
| 3176 | z-index: 10; } |
| 3177 | .swiper-pagination.swiper-pagination-hidden { |
| 3178 | opacity: 0; } |
| 3179 | |
| 3180 | /* Common Styles */ |
| 3181 | .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets { |
| 3182 | bottom: 5px; |
| 3183 | left: 0; |
| 3184 | width: 100%; } |
| 3185 | |
| 3186 | /* Bullets */ |
| 3187 | .swiper-pagination-bullet { |
| 3188 | width: 6px; |
| 3189 | height: 6px; |
| 3190 | display: inline-block; |
| 3191 | -webkit-border-radius: 50%; |
| 3192 | border-radius: 50%; |
| 3193 | background: #000; |
| 3194 | opacity: 0.2; } |
| 3195 | |
| 3196 | .swiper-pagination-fraction { |
| 3197 | color: #000; } |
| 3198 | |
| 3199 | button.swiper-pagination-bullet { |
| 3200 | border: none; |
| 3201 | margin: 0; |
| 3202 | padding: 0; |
| 3203 | -webkit-box-shadow: none; |
| 3204 | box-shadow: none; |
| 3205 | appearance: none; |
| 3206 | -webkit-appearance: none; |
| 3207 | -moz-appearance: none; } |
| 3208 | |
| 3209 | .swiper-pagination-clickable .swiper-pagination-bullet { |
| 3210 | cursor: pointer; } |
| 3211 | |
| 3212 | .swiper-pagination-white .swiper-pagination-bullet { |
| 3213 | background: #fff; } |
| 3214 | |
| 3215 | .swiper-pagination-bullet-active { |
| 3216 | opacity: 1; } |
| 3217 | |
| 3218 | .swiper-pagination-white .swiper-pagination-bullet-active { |
| 3219 | background: #fff; } |
| 3220 | |
| 3221 | .swiper-pagination-black .swiper-pagination-bullet-active { |
| 3222 | background: #000; } |
| 3223 | |
| 3224 | .swiper-container-vertical > .swiper-pagination-bullets { |
| 3225 | right: 10px; |
| 3226 | top: 50%; |
| 3227 | -webkit-transform: translate3d(0px, -50%, 0); |
| 3228 | transform: translate3d(0px, -50%, 0); } |
| 3229 | .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { |
| 3230 | margin: 5px 0; |
| 3231 | display: block; } |
| 3232 | |
| 3233 | .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { |
| 3234 | margin: 0 6px; } |
| 3235 | |
| 3236 | /* Progressbar */ |
| 3237 | .swiper-pagination-progressbar { |
| 3238 | background: rgba(0, 0, 0, 0.25); |
| 3239 | position: absolute; } |
| 3240 | .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { |
| 3241 | background: #000; |
| 3242 | position: absolute; |
| 3243 | left: 0; |
| 3244 | top: 0; |
| 3245 | width: 100%; |
| 3246 | height: 100%; |
| 3247 | -webkit-transform: scale(0); |
| 3248 | -ms-transform: scale(0); |
| 3249 | transform: scale(0); |
| 3250 | -webkit-transform-origin: left top; |
| 3251 | -ms-transform-origin: left top; |
| 3252 | transform-origin: left top; } |
| 3253 | |
| 3254 | .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { |
| 3255 | -webkit-transform-origin: right top; |
| 3256 | -ms-transform-origin: right top; |
| 3257 | transform-origin: right top; } |
| 3258 | |
| 3259 | .swiper-container-horizontal > .swiper-pagination-progressbar { |
| 3260 | width: 100%; |
| 3261 | height: 4px; |
| 3262 | left: 0; |
| 3263 | top: 0; } |
| 3264 | |
| 3265 | .swiper-container-vertical > .swiper-pagination-progressbar { |
| 3266 | width: 4px; |
| 3267 | height: 100%; |
| 3268 | left: 0; |
| 3269 | top: 0; } |
| 3270 | |
| 3271 | .swiper-pagination-progressbar.swiper-pagination-white { |
| 3272 | background: rgba(255, 255, 255, 0.5); } |
| 3273 | .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { |
| 3274 | background: #fff; } |
| 3275 | |
| 3276 | .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { |
| 3277 | background: #000; } |
| 3278 | |
| 3279 | /* 3D Container */ |
| 3280 | .swiper-container-3d { |
| 3281 | -webkit-perspective: 1200px; |
| 3282 | perspective: 1200px; } |
| 3283 | .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 { |
| 3284 | -webkit-transform-style: preserve-3d; |
| 3285 | transform-style: preserve-3d; } |
| 3286 | .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 { |
| 3287 | position: absolute; |
| 3288 | left: 0; |
| 3289 | top: 0; |
| 3290 | width: 100%; |
| 3291 | height: 100%; |
| 3292 | pointer-events: none; |
| 3293 | z-index: 10; } |
| 3294 | .swiper-container-3d .swiper-slide-shadow-left { |
| 3295 | background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); |
| 3296 | background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 3297 | background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 3298 | background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } |
| 3299 | .swiper-container-3d .swiper-slide-shadow-right { |
| 3300 | background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); |
| 3301 | background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 3302 | background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 3303 | background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } |
| 3304 | .swiper-container-3d .swiper-slide-shadow-top { |
| 3305 | background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); |
| 3306 | background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 3307 | background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 3308 | background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } |
| 3309 | .swiper-container-3d .swiper-slide-shadow-bottom { |
| 3310 | background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); |
| 3311 | background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 3312 | background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); |
| 3313 | background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } |
| 3314 | |
| 3315 | /* Coverflow */ |
| 3316 | .swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { |
| 3317 | /* Windows 8 IE 10 fix */ |
| 3318 | -ms-perspective: 1200px; } |
| 3319 | |
| 3320 | /* Cube + Flip */ |
| 3321 | .swiper-container-cube, .swiper-container-flip { |
| 3322 | overflow: visible; } |
| 3323 | |
| 3324 | .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide { |
| 3325 | pointer-events: none; |
| 3326 | z-index: 1; } |
| 3327 | |
| 3328 | .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide { |
| 3329 | pointer-events: none; } |
| 3330 | |
| 3331 | .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 { |
| 3332 | pointer-events: auto; } |
| 3333 | |
| 3334 | .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 { |
| 3335 | z-index: 0; |
| 3336 | -webkit-backface-visibility: hidden; |
| 3337 | backface-visibility: hidden; } |
| 3338 | |
| 3339 | /* Cube */ |
| 3340 | .swiper-container-cube .swiper-slide { |
| 3341 | visibility: hidden; |
| 3342 | -webkit-transform-origin: 0 0; |
| 3343 | -ms-transform-origin: 0 0; |
| 3344 | transform-origin: 0 0; |
| 3345 | width: 100%; |
| 3346 | height: 100%; } |
| 3347 | |
| 3348 | .swiper-container-cube.swiper-container-rtl .swiper-slide { |
| 3349 | -webkit-transform-origin: 100% 0; |
| 3350 | -ms-transform-origin: 100% 0; |
| 3351 | transform-origin: 100% 0; } |
| 3352 | |
| 3353 | .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 { |
| 3354 | pointer-events: auto; |
| 3355 | visibility: visible; } |
| 3356 | |
| 3357 | .swiper-container-cube .swiper-cube-shadow { |
| 3358 | position: absolute; |
| 3359 | left: 0; |
| 3360 | bottom: 0; |
| 3361 | width: 100%; |
| 3362 | height: 100%; |
| 3363 | background: #000; |
| 3364 | opacity: 0.6; |
| 3365 | -webkit-filter: blur(50px); |
| 3366 | filter: blur(50px); |
| 3367 | z-index: 0; } |
| 3368 | |
| 3369 | /* Fade */ |
| 3370 | .swiper-container-fade.swiper-container-free-mode .swiper-slide { |
| 3371 | -webkit-transition-timing-function: ease-out; |
| 3372 | -o-transition-timing-function: ease-out; |
| 3373 | transition-timing-function: ease-out; } |
| 3374 | |
| 3375 | .swiper-container-fade .swiper-slide { |
| 3376 | pointer-events: none; |
| 3377 | -webkit-transition-property: opacity; |
| 3378 | -o-transition-property: opacity; |
| 3379 | transition-property: opacity; } |
| 3380 | .swiper-container-fade .swiper-slide .swiper-slide { |
| 3381 | pointer-events: none; } |
| 3382 | |
| 3383 | .swiper-container-fade .swiper-slide-active { |
| 3384 | pointer-events: auto; } |
| 3385 | .swiper-container-fade .swiper-slide-active .swiper-slide-active { |
| 3386 | pointer-events: auto; } |
| 3387 | |
| 3388 | .swiper-zoom-container { |
| 3389 | width: 100%; |
| 3390 | height: 100%; |
| 3391 | display: -webkit-box; |
| 3392 | display: -ms-flexbox; |
| 3393 | display: flex; |
| 3394 | -webkit-box-pack: center; |
| 3395 | -ms-flex-pack: center; |
| 3396 | justify-content: center; |
| 3397 | -webkit-box-align: center; |
| 3398 | -ms-flex-align: center; |
| 3399 | align-items: center; |
| 3400 | text-align: center; } |
| 3401 | .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas { |
| 3402 | max-width: 100%; |
| 3403 | max-height: 100%; |
| 3404 | -o-object-fit: contain; |
| 3405 | object-fit: contain; } |
| 3406 | |
| 3407 | /* Scrollbar */ |
| 3408 | .swiper-scrollbar { |
| 3409 | -webkit-border-radius: 10px; |
| 3410 | border-radius: 10px; |
| 3411 | position: relative; |
| 3412 | -ms-touch-action: none; |
| 3413 | background: rgba(0, 0, 0, 0.1); } |
| 3414 | |
| 3415 | .swiper-container-horizontal > .swiper-scrollbar { |
| 3416 | position: absolute; |
| 3417 | left: 1%; |
| 3418 | bottom: 3px; |
| 3419 | z-index: 50; |
| 3420 | height: 5px; |
| 3421 | width: 98%; } |
| 3422 | |
| 3423 | .swiper-container-vertical > .swiper-scrollbar { |
| 3424 | position: absolute; |
| 3425 | right: 3px; |
| 3426 | top: 1%; |
| 3427 | z-index: 50; |
| 3428 | width: 5px; |
| 3429 | height: 98%; } |
| 3430 | |
| 3431 | .swiper-scrollbar-drag { |
| 3432 | height: 100%; |
| 3433 | width: 100%; |
| 3434 | position: relative; |
| 3435 | background: rgba(0, 0, 0, 0.5); |
| 3436 | -webkit-border-radius: 10px; |
| 3437 | border-radius: 10px; |
| 3438 | left: 0; |
| 3439 | top: 0; } |
| 3440 | |
| 3441 | .swiper-scrollbar-cursor-drag { |
| 3442 | cursor: move; } |
| 3443 | |
| 3444 | .elementor-pagination-position-outside .swiper-container { |
| 3445 | padding-bottom: 30px; } |
| 3446 | |
| 3447 | .elementor-pagination-position-outside .elementor-swiper-button { |
| 3448 | top: calc(50% - 30px / 2); } |
| 3449 | |
| 3450 | .elementor-swiper { |
| 3451 | position: relative; } |
| 3452 | |
| 3453 | .elementor-main-swiper { |
| 3454 | position: static; } |
| 3455 | |
| 3456 | .elementor-arrows-position-outside .swiper-container { |
| 3457 | width: calc(100% - 60px); } |
| 3458 | |
| 3459 | .elementor-arrows-position-outside .elementor-swiper-button-prev { |
| 3460 | left: 0; } |
| 3461 | |
| 3462 | .elementor-arrows-position-outside .elementor-swiper-button-next { |
| 3463 | right: 0; } |
| 3464 | |
| 3465 | .swiper-image-stretch .swiper-slide .swiper-slide-image { |
| 3466 | width: 100%; } |
| 3467 | |
| 3468 | .elementor-swiper-button { |
| 3469 | position: absolute; |
| 3470 | display: -webkit-inline-box; |
| 3471 | display: -ms-inline-flexbox; |
| 3472 | display: inline-flex; |
| 3473 | z-index: 1; |
| 3474 | cursor: pointer; |
| 3475 | font-size: 25px; |
| 3476 | color: rgba(238, 238, 238, 0.9); |
| 3477 | top: 50%; |
| 3478 | -webkit-transform: translate3d(0, -50%, 1px); |
| 3479 | transform: translate3d(0, -50%, 1px); } |
| 3480 | .elementor-swiper-button-prev { |
| 3481 | left: 10px; } |
| 3482 | .elementor-swiper-button-next { |
| 3483 | right: 10px; } |
| 3484 | .elementor-swiper-button.swiper-button-disabled { |
| 3485 | opacity: 0.3; } |
| 3486 | |
| 3487 | /* Preloader */ |
| 3488 | .swiper-lazy-preloader { |
| 3489 | width: 42px; |
| 3490 | height: 42px; |
| 3491 | position: absolute; |
| 3492 | left: 50%; |
| 3493 | top: 50%; |
| 3494 | margin-left: -21px; |
| 3495 | margin-top: -21px; |
| 3496 | z-index: 10; |
| 3497 | -webkit-transform-origin: 50%; |
| 3498 | -ms-transform-origin: 50%; |
| 3499 | transform-origin: 50%; |
| 3500 | -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; |
| 3501 | animation: swiper-preloader-spin 1s steps(12, end) infinite; } |
| 3502 | .swiper-lazy-preloader:after { |
| 3503 | display: block; |
| 3504 | content: ""; |
| 3505 | width: 100%; |
| 3506 | height: 100%; |
| 3507 | -webkit-background-size: 100% 100%; |
| 3508 | background-size: 100%; |
| 3509 | 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%; } |
| 3510 | |
| 3511 | .swiper-lazy-preloader-white:after { |
| 3512 | 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"); } |
| 3513 | |
| 3514 | @-webkit-keyframes swiper-preloader-spin { |
| 3515 | 100% { |
| 3516 | -webkit-transform: rotate(360deg); |
| 3517 | transform: rotate(360deg); } } |
| 3518 | |
| 3519 | @keyframes swiper-preloader-spin { |
| 3520 | 100% { |
| 3521 | -webkit-transform: rotate(360deg); |
| 3522 | transform: rotate(360deg); } } |
| 3523 | |
| 3524 | .elementor-lightbox { |
| 3525 | --lightbox-ui-color: rgba(238, 238, 238, 0.9); |
| 3526 | --lightbox-ui-color-hover: #fff; |
| 3527 | --lightbox-text-color: var(--lightbox-ui-color); |
| 3528 | --lightbox-header-icons-size: 20px; |
| 3529 | --lightbox-navigation-icons-size: 25px; } |
| 3530 | .elementor-lightbox .dialog-header { |
| 3531 | display: none; } |
| 3532 | .elementor-lightbox .dialog-widget-content { |
| 3533 | background: none; |
| 3534 | -webkit-box-shadow: none; |
| 3535 | box-shadow: none; |
| 3536 | width: 100%; |
| 3537 | height: 100%; } |
| 3538 | .elementor-lightbox .dialog-message { |
| 3539 | -webkit-animation-duration: .3s; |
| 3540 | animation-duration: .3s; } |
| 3541 | .elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) { |
| 3542 | height: 100%; } |
| 3543 | .elementor-lightbox .dialog-message.dialog-lightbox-message { |
| 3544 | padding: 0; } |
| 3545 | .elementor-lightbox .dialog-lightbox-close-button { |
| 3546 | cursor: pointer; |
| 3547 | position: absolute; |
| 3548 | font-size: var(--lightbox-header-icons-size); |
| 3549 | left: 0.75em; |
| 3550 | margin-top: 13px; |
| 3551 | padding: .25em; |
| 3552 | z-index: 2; |
| 3553 | line-height: 1; } |
| 3554 | .elementor-lightbox .dialog-lightbox-close-button, |
| 3555 | .elementor-lightbox .elementor-swiper-button { |
| 3556 | color: var(--lightbox-ui-color); |
| 3557 | -webkit-transition: all 0.3s; |
| 3558 | -o-transition: all 0.3s; |
| 3559 | transition: all 0.3s; |
| 3560 | opacity: 1; } |
| 3561 | .elementor-lightbox .dialog-lightbox-close-button:hover, |
| 3562 | .elementor-lightbox .elementor-swiper-button:hover { |
| 3563 | color: var(--lightbox-ui-color-hover); } |
| 3564 | .elementor-lightbox .swiper-container { |
| 3565 | height: 100%; } |
| 3566 | .elementor-lightbox .elementor-lightbox-item { |
| 3567 | display: -webkit-box; |
| 3568 | display: -ms-flexbox; |
| 3569 | display: flex; |
| 3570 | -webkit-box-align: center; |
| 3571 | -ms-flex-align: center; |
| 3572 | align-items: center; |
| 3573 | -webkit-box-pack: center; |
| 3574 | -ms-flex-pack: center; |
| 3575 | justify-content: center; |
| 3576 | position: relative; |
| 3577 | padding: 70px; |
| 3578 | -webkit-box-sizing: border-box; |
| 3579 | box-sizing: border-box; |
| 3580 | height: 100%; |
| 3581 | margin: auto; } |
| 3582 | @media (max-width: 767px) { |
| 3583 | .elementor-lightbox .elementor-lightbox-item { |
| 3584 | padding: 70px 0; } } |
| 3585 | .elementor-lightbox .elementor-lightbox-image { |
| 3586 | max-height: 100%; |
| 3587 | -webkit-user-select: none; |
| 3588 | -moz-user-select: none; |
| 3589 | -ms-user-select: none; |
| 3590 | user-select: none; } |
| 3591 | .elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover { |
| 3592 | opacity: 1; |
| 3593 | -webkit-filter: none; |
| 3594 | filter: none; |
| 3595 | border: none; } |
| 3596 | .elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container { |
| 3597 | -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3); |
| 3598 | box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3); |
| 3599 | -webkit-border-radius: 2px; |
| 3600 | border-radius: 2px; } |
| 3601 | .elementor-lightbox .elementor-video-container { |
| 3602 | position: absolute; |
| 3603 | top: 50%; |
| 3604 | left: 50%; |
| 3605 | -webkit-transform: translate(-50%, -50%); |
| 3606 | -ms-transform: translate(-50%, -50%); |
| 3607 | transform: translate(-50%, -50%); } |
| 3608 | @media (min-width: 1025px) { |
| 3609 | .elementor-lightbox .elementor-video-container { |
| 3610 | width: 75%; } } |
| 3611 | @media (max-width: 1024px) { |
| 3612 | .elementor-lightbox .elementor-video-container { |
| 3613 | width: 100%; } } |
| 3614 | @media (min-width: 768px) and (max-width: 1024px) { |
| 3615 | .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container { |
| 3616 | width: 70%; } } |
| 3617 | .elementor-lightbox .elementor-swiper-button:focus { |
| 3618 | outline-width: 1px; } |
| 3619 | .elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next { |
| 3620 | height: 100%; |
| 3621 | display: -webkit-box; |
| 3622 | display: -ms-flexbox; |
| 3623 | display: flex; |
| 3624 | -webkit-box-align: center; |
| 3625 | -ms-flex-align: center; |
| 3626 | align-items: center; |
| 3627 | width: 15%; |
| 3628 | -webkit-box-pack: center; |
| 3629 | -ms-flex-pack: center; |
| 3630 | justify-content: center; |
| 3631 | font-size: var(--lightbox-navigation-icons-size); } |
| 3632 | .elementor-lightbox .elementor-swiper-button-prev { |
| 3633 | left: 0; } |
| 3634 | .elementor-lightbox .elementor-swiper-button-next { |
| 3635 | right: 0; } |
| 3636 | @media (max-width: 767px) { |
| 3637 | .elementor-lightbox .elementor-swiper-button-prev, .elementor-lightbox .elementor-swiper-button-next { |
| 3638 | width: 20%; } |
| 3639 | .elementor-lightbox .elementor-swiper-button-prev i, .elementor-lightbox .elementor-swiper-button-next i { |
| 3640 | padding: 10px; |
| 3641 | background-color: rgba(0, 0, 0, 0.5); } |
| 3642 | .elementor-lightbox .elementor-swiper-button-prev { |
| 3643 | left: 0; |
| 3644 | -webkit-box-pack: start; |
| 3645 | -ms-flex-pack: start; |
| 3646 | justify-content: flex-start; } |
| 3647 | .elementor-lightbox .elementor-swiper-button-next { |
| 3648 | right: 0; |
| 3649 | -webkit-box-pack: end; |
| 3650 | -ms-flex-pack: end; |
| 3651 | justify-content: flex-end; } } |
| 3652 | |
| 3653 | .elementor-slideshow__counter { |
| 3654 | color: currentColor; |
| 3655 | font-size: .75em; |
| 3656 | width: -webkit-max-content; |
| 3657 | width: -moz-max-content; |
| 3658 | width: max-content; } |
| 3659 | |
| 3660 | .elementor-slideshow__header, .elementor-slideshow__footer { |
| 3661 | position: absolute; |
| 3662 | left: 0; |
| 3663 | width: 100%; |
| 3664 | padding: 15px 20px; |
| 3665 | -webkit-transition: 0.3s; |
| 3666 | -o-transition: 0.3s; |
| 3667 | transition: 0.3s; } |
| 3668 | |
| 3669 | .elementor-slideshow__footer { |
| 3670 | color: var(--lightbox-text-color); } |
| 3671 | |
| 3672 | .elementor-slideshow__header { |
| 3673 | color: var(--lightbox-ui-color); |
| 3674 | display: -webkit-box; |
| 3675 | display: -ms-flexbox; |
| 3676 | display: flex; |
| 3677 | -webkit-box-orient: horizontal; |
| 3678 | -webkit-box-direction: reverse; |
| 3679 | -ms-flex-direction: row-reverse; |
| 3680 | flex-direction: row-reverse; |
| 3681 | font-size: var(--lightbox-header-icons-size); |
| 3682 | padding-right: 1em; |
| 3683 | padding-left: 2.6em; |
| 3684 | top: 0; |
| 3685 | -webkit-box-align: center; |
| 3686 | -ms-flex-align: center; |
| 3687 | align-items: center; |
| 3688 | z-index: 10; } |
| 3689 | .elementor-slideshow__header > i { |
| 3690 | font-size: inherit; |
| 3691 | cursor: pointer; |
| 3692 | padding: .25em; |
| 3693 | margin: 0 .35em; } |
| 3694 | .elementor-slideshow__header > i:hover { |
| 3695 | color: var(--lightbox-ui-color-hover); } |
| 3696 | .elementor-slideshow__header .elementor-slideshow__counter { |
| 3697 | margin-left: auto; } |
| 3698 | .elementor-slideshow__header .elementor-icon-share { |
| 3699 | z-index: 5; } |
| 3700 | |
| 3701 | .elementor-slideshow__share-menu { |
| 3702 | background-color: rgba(0, 0, 0, 0); |
| 3703 | width: 0; |
| 3704 | height: 0; |
| 3705 | position: absolute; |
| 3706 | overflow: hidden; |
| 3707 | -webkit-transition: background-color 400ms; |
| 3708 | -o-transition: background-color 400ms; |
| 3709 | transition: background-color 400ms; } |
| 3710 | .elementor-slideshow__share-menu .elementor-slideshow__share-links a { |
| 3711 | color: #2C2C2C; } |
| 3712 | |
| 3713 | .elementor-slideshow__share-links { |
| 3714 | display: block; |
| 3715 | position: absolute; |
| 3716 | min-width: 200px; |
| 3717 | left: 2.8em; |
| 3718 | top: 3em; |
| 3719 | background-color: #fff; |
| 3720 | -webkit-border-radius: 3px; |
| 3721 | border-radius: 3px; |
| 3722 | padding: 14px 20px; |
| 3723 | -webkit-transform: scale(0); |
| 3724 | -ms-transform: scale(0); |
| 3725 | transform: scale(0); |
| 3726 | opacity: 0; |
| 3727 | -webkit-transform-origin: 90% 10%; |
| 3728 | -ms-transform-origin: 90% 10%; |
| 3729 | transform-origin: 90% 10%; |
| 3730 | -webkit-transition: all 250ms 100ms; |
| 3731 | -o-transition: all 250ms 100ms; |
| 3732 | transition: all 250ms 100ms; |
| 3733 | -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); |
| 3734 | box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } |
| 3735 | .elementor-slideshow__share-links a { |
| 3736 | text-align: right; |
| 3737 | color: #55595c; |
| 3738 | font-size: 12px; |
| 3739 | line-height: 2.5; |
| 3740 | display: block; |
| 3741 | opacity: 0; |
| 3742 | -webkit-transition: opacity 500ms 100ms; |
| 3743 | -o-transition: opacity 500ms 100ms; |
| 3744 | transition: opacity 500ms 100ms; } |
| 3745 | .elementor-slideshow__share-links a:hover { |
| 3746 | color: #000; } |
| 3747 | .elementor-slideshow__share-links a i { |
| 3748 | font-size: 1.25em; |
| 3749 | margin-left: 0.75em; } |
| 3750 | .elementor-slideshow__share-links:before { |
| 3751 | content: ''; |
| 3752 | display: block; |
| 3753 | position: absolute; |
| 3754 | top: 1px; |
| 3755 | left: 0.5em; |
| 3756 | border: .45em solid; |
| 3757 | border-color: transparent transparent #fff transparent; |
| 3758 | -webkit-transform: translateY(-100%) scaleX(0.7); |
| 3759 | -ms-transform: translateY(-100%) scaleX(0.7); |
| 3760 | transform: translateY(-100%) scaleX(0.7); } |
| 3761 | |
| 3762 | .elementor-slideshow__footer { |
| 3763 | bottom: 0; |
| 3764 | z-index: 5; |
| 3765 | position: fixed; } |
| 3766 | |
| 3767 | .elementor-slideshow__title, .elementor-slideshow__description { |
| 3768 | margin: 0; } |
| 3769 | |
| 3770 | .elementor-slideshow__title { |
| 3771 | font-size: 16px; |
| 3772 | font-weight: bold; } |
| 3773 | |
| 3774 | .elementor-slideshow__description { |
| 3775 | font-size: 14px; } |
| 3776 | |
| 3777 | .elementor-slideshow--ui-hidden .elementor-slideshow__header, .elementor-slideshow--ui-hidden .elementor-slideshow__footer { |
| 3778 | opacity: 0; |
| 3779 | pointer-events: none; } |
| 3780 | |
| 3781 | .elementor-slideshow--ui-hidden .elementor-swiper-button-prev, .elementor-slideshow--ui-hidden .elementor-swiper-button-next { |
| 3782 | opacity: 0; } |
| 3783 | |
| 3784 | .elementor-slideshow--fullscreen-mode .elementor-video-container { |
| 3785 | width: 100%; } |
| 3786 | |
| 3787 | .elementor-slideshow--zoom-mode .elementor-slideshow__header, .elementor-slideshow--zoom-mode .elementor-slideshow__footer { |
| 3788 | background-color: rgba(0, 0, 0, 0.5); } |
| 3789 | |
| 3790 | .elementor-slideshow--zoom-mode .elementor-swiper-button-prev, .elementor-slideshow--zoom-mode .elementor-swiper-button-next { |
| 3791 | opacity: 0; |
| 3792 | pointer-events: none; } |
| 3793 | |
| 3794 | .elementor-slideshow--share-mode .elementor-slideshow__share-menu { |
| 3795 | top: 0; |
| 3796 | left: 0; |
| 3797 | width: 100vw; |
| 3798 | height: 100vh; |
| 3799 | opacity: 1; |
| 3800 | cursor: default; |
| 3801 | background-color: rgba(0, 0, 0, 0.5); } |
| 3802 | |
| 3803 | .elementor-slideshow--share-mode .elementor-slideshow__share-links { |
| 3804 | -webkit-transform: scale(1); |
| 3805 | -ms-transform: scale(1); |
| 3806 | transform: scale(1); } |
| 3807 | .elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a { |
| 3808 | opacity: 1; } |
| 3809 | .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter { |
| 3810 | color: #1DA1F2; } |
| 3811 | .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook { |
| 3812 | color: #3b5998; } |
| 3813 | .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest { |
| 3814 | color: #bd081c; } |
| 3815 | .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold { |
| 3816 | color: #a4afb7; } |
| 3817 | |
| 3818 | .elementor-slideshow--share-mode .eicon-share-arrow { |
| 3819 | z-index: 2; } |
| 3820 | |
| 3821 | .animated { |
| 3822 | -webkit-animation-duration: 1.25s; |
| 3823 | animation-duration: 1.25s; } |
| 3824 | .animated.animated-slow { |
| 3825 | -webkit-animation-duration: 2s; |
| 3826 | animation-duration: 2s; } |
| 3827 | .animated.animated-fast { |
| 3828 | -webkit-animation-duration: .75s; |
| 3829 | animation-duration: .75s; } |
| 3830 | .animated.infinite { |
| 3831 | -webkit-animation-iteration-count: infinite; |
| 3832 | animation-iteration-count: infinite; } |
| 3833 | .animated.reverse { |
| 3834 | animation-direction: reverse; } |
| 3835 | |
| 3836 | @media (prefers-reduced-motion: reduce) { |
| 3837 | .animated { |
| 3838 | -webkit-animation: none; |
| 3839 | animation: none; } } |
| 3840 | |
| 3841 | .elementor-shape { |
| 3842 | overflow: hidden; |
| 3843 | position: absolute; |
| 3844 | left: 0; |
| 3845 | width: 100%; |
| 3846 | line-height: 0; |
| 3847 | direction: ltr; } |
| 3848 | .elementor-shape-top { |
| 3849 | top: -1px; } |
| 3850 | .elementor-shape-bottom { |
| 3851 | bottom: -1px; } |
| 3852 | .elementor-shape[data-negative="false"].elementor-shape-bottom { |
| 3853 | -webkit-transform: rotate(180deg); |
| 3854 | -ms-transform: rotate(180deg); |
| 3855 | transform: rotate(180deg); } |
| 3856 | .elementor-shape[data-negative="true"].elementor-shape-top { |
| 3857 | -webkit-transform: rotate(180deg); |
| 3858 | -ms-transform: rotate(180deg); |
| 3859 | transform: rotate(180deg); } |
| 3860 | .elementor-shape svg { |
| 3861 | display: block; |
| 3862 | width: calc(100% + 1.3px); |
| 3863 | position: relative; |
| 3864 | left: 50%; |
| 3865 | -webkit-transform: translateX(-50%); |
| 3866 | -ms-transform: translateX(-50%); |
| 3867 | transform: translateX(-50%); } |
| 3868 | .elementor-shape .elementor-shape-fill { |
| 3869 | fill: #fff; |
| 3870 | -webkit-transform-origin: center; |
| 3871 | -ms-transform-origin: center; |
| 3872 | transform-origin: center; |
| 3873 | -webkit-transform: rotateY(0deg); |
| 3874 | transform: rotateY(0deg); } |
| 3875 | |
| 3876 | #wp-admin-bar-elementor_edit_page .ab-submenu .ab-item { |
| 3877 | display: -webkit-box; |
| 3878 | display: -ms-flexbox; |
| 3879 | display: flex; |
| 3880 | width: 200px; } |
| 3881 | |
| 3882 | #wp-admin-bar-elementor_edit_page .elementor-edit-link-title { |
| 3883 | white-space: nowrap; |
| 3884 | -o-text-overflow: ellipsis; |
| 3885 | text-overflow: ellipsis; |
| 3886 | overflow: hidden; |
| 3887 | width: 100%; } |
| 3888 | |
| 3889 | #wp-admin-bar-elementor_edit_page .elementor-edit-link-type { |
| 3890 | background: #55595c; |
| 3891 | font-size: 11px; |
| 3892 | line-height: 9px; |
| 3893 | margin-top: 6px; |
| 3894 | padding: 4px 8px; |
| 3895 | -webkit-border-radius: 3px; |
| 3896 | border-radius: 3px; } |
| 3897 | |
| 3898 | .page-template-elementor_canvas.elementor-page:before { |
| 3899 | display: none; } |
| 3900 | |
| 3901 | .elementor-post__thumbnail__link { |
| 3902 | -webkit-transition: none; |
| 3903 | -o-transition: none; |
| 3904 | transition: none; } |
| 3905 | |
| 3906 | #left-area ul.elementor-icon-list-items, |
| 3907 | .elementor .elementor-element ul.elementor-icon-list-items, |
| 3908 | .elementor-edit-area .elementor-element ul.elementor-icon-list-items { |
| 3909 | padding: 0; } |
| 3910 | |
| 3911 | #wpadminbar * { |
| 3912 | font-style: normal; } |
| 3913 | |
| 3914 | @media (max-width: 767px) { |
| 3915 | .elementor .elementor-hidden-phone { |
| 3916 | display: none; } } |
| 3917 | |
| 3918 | @media (min-width: 768px) and (max-width: 1024px) { |
| 3919 | .elementor .elementor-hidden-tablet { |
| 3920 | display: none; } } |
| 3921 | |
| 3922 | @media (min-width: 1025px) { |
| 3923 | .elementor .elementor-hidden-desktop { |
| 3924 | display: none; } } |
| 3925 | /*# sourceMappingURL=frontend-rtl.css.map */ |