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