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