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