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