:root{--ss-primary-color:#5897fb;--ss-bg-color:#fff;--ss-font-color:#4d4d4d;--ss-placeholder-color:#8d8d8d;--ss-disabled-color:#dcdee2;--ss-border-color:#dcdee2;--ss-highlight-color:#fffb8c;--ss-focus-color:var(--ss-primary-color);--ss-success-color:#00b755;--ss-error-color:#dc3545;--ss-main-height:40px;--ss-content-height:300px;--ss-search-height:40px;--ss-option-height:auto;--ss-spacing-l:9px;--ss-spacing-m:7px;--ss-spacing-s:5px;--ss-animation-timing:0.2s;--ss-border-radius:4px}@keyframes ss-valueIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes ss-valueOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.ss-hide{display:none!important}.ss-main{background-color:var(--ss-bg-color);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);box-sizing:border-box;color:var(--ss-font-color);cursor:pointer;display:flex;flex-direction:row;min-height:var(--ss-main-height);outline:0;overflow:hidden;padding:var(--ss-spacing-s);position:relative;transition:background-color var(--ss-animation-timing);user-select:none;width:100%}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-dir-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main.ss-dir-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-values{display:inline-flex;flex:1 1 100%;flex-wrap:wrap;gap:var(--ss-spacing-m);max-width:100%;min-width:0;overflow:hidden}.ss-main .ss-values .ss-placeholder{color:var(--ss-placeholder-color);display:block;line-height:1em;margin:auto 0;min-width:0;overflow:hidden;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);text-overflow:ellipsis;white-space:nowrap;width:100%}.ss-main .ss-values .ss-max{align-items:center;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);color:var(--ss-bg-color);display:flex;font-size:12px;line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);user-select:none;width:fit-content}.ss-main .ss-values .ss-single{display:block;flex:1 1 auto;margin:auto 0 auto var(--ss-spacing-s);max-width:calc(100% - 20px);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-value{align-items:center;animation-duration:var(--ss-animation-timing);animation-fill-mode:both;animation-name:ss-valueIn;animation-timing-function:ease-out;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);display:flex;max-width:100%;user-select:none;width:fit-content}.ss-main .ss-values .ss-value.ss-value-out{animation-duration:var(--ss-animation-timing);animation-name:ss-valueOut;animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{color:var(--ss-bg-color);flex:1;font-size:12px;line-height:1;min-width:0;overflow:hidden;padding:var(--ss-spacing-s) var(--ss-spacing-m);text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-value .ss-value-delete{align-items:center;border-left:1px solid var(--ss-bg-color);box-sizing:content-box;cursor:pointer;display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete,.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{align-items:center;display:flex;flex:0 1 auto;height:auto;justify-content:center;padding:0 var(--ss-spacing-m) 0 var(--ss-spacing-m);width:fit-content}.ss-main .ss-deselect svg{height:8px;width:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{align-items:center;display:flex;flex:0 1 auto;height:12px;justify-content:flex-end;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m);width:12px}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{background-color:var(--ss-bg-color);border:1px solid var(--ss-border-color);box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-height:var(--ss-content-height);opacity:0;overflow:hidden;position:absolute;transform:scaleY(0);transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);width:auto;z-index:10000}.ss-content.ss-relative{height:100%;position:relative}.ss-content.ss-fixed{position:fixed}.ss-content.ss-dir-above{border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius);flex-direction:column-reverse;transform-origin:center bottom}.ss-content.ss-dir-below{border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius);transform-origin:center top}.ss-content.ss-open{opacity:1;transform:scaleY(1)}.ss-content .ss-search{border-bottom:1px solid var(--ss-border-color);display:flex;flex:0 1 auto;flex-direction:row}.ss-content .ss-search input{background-color:var(--ss-bg-color);border:none;box-sizing:border-box;display:inline-flex;flex:1 1 auto;font-size:inherit;height:var(--ss-search-height);line-height:inherit;margin:0;min-width:0;outline:0;padding:var(--ss-spacing-m) var(--ss-spacing-l);text-align:left;width:100%}.ss-content .ss-search input::placeholder{color:var(--ss-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:none}.ss-content .ss-search .ss-addable{align-items:center;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);cursor:pointer;display:inline-flex;flex:0 0 auto;height:auto;justify-content:center;margin:0 0 0 var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg{align-items:center;display:flex;flex:0 1 auto;height:12px;justify-content:flex-end;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m);width:12px}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content.ss-dir-above .ss-search{border-bottom:none;border-top:1px solid var(--ss-border-color)}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-option{transition:max-height var(--ss-animation-timing) ease,opacity var(--ss-animation-timing) ease,padding-top var(--ss-animation-timing) ease,padding-bottom var(--ss-animation-timing) ease,margin-top var(--ss-animation-timing) ease,margin-bottom var(--ss-animation-timing) ease}.ss-content .ss-list .ss-optgroup.ss-open .ss-option{max-height:100px;opacity:1;overflow:visible}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{margin-bottom:0!important;margin-top:0!important;max-height:0;opacity:0;overflow:hidden;padding-bottom:0!important;padding-top:0!important}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{color:var(--ss-font-color);flex:1 1 auto;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{align-items:center;display:flex;flex:0 1 auto;flex-direction:row;gap:var(--ss-spacing-m);justify-content:center}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{cursor:pointer;display:flex;flex:0 0 auto;flex-direction:row}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{align-items:center;display:flex;flex:0 1 auto;font-size:60%;justify-content:center;padding:0 var(--ss-spacing-s) 0 0;text-align:center}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;height:13px;width:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{cursor:pointer;display:flex;flex:0 1 auto;flex-direction:row}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;height:10px;width:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{align-items:center;color:var(--ss-font-color);cursor:pointer;display:flex;min-height:var(--ss-option-height);padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);user-select:none;white-space:normal}.ss-content .ss-list .ss-option:hover:not(.ss-disabled){border-left:5px solid var(--ss-primary-color);transition:border-left var(--ss-animation-timing) ease}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover:not(.ss-disabled),.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{background-color:var(--ss-primary-color);color:var(--ss-bg-color)}.ss-content .ss-list .ss-option.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:var(--ss-highlight-color);display:inline-block}.ss-content .ss-list .ss-search{align-items:center;display:flex;flex-direction:row;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-coverflow,.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{-webkit-text-decoration-skip:objects;background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}[hidden],template{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%}html.lenis{height:auto}html.lenis-smooth{scroll-behavior:auto!important}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{background-attachment:fixed;background-image:url(../images/BG.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#383838;font-family:Proxima Nova,Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;height:100%;line-height:26px}@media screen and (max-width:1440px){body{font-size:calc(.188vw + 15.29577px);line-height:calc(.282vw + 21.94366px)}}@media screen and (max-width:767px){body{background-image:url(../images/BG-mob.jpg)}}a{text-decoration:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}a,a:active,a:hover{color:#18286a}img{height:auto;max-width:100%;vertical-align:middle}section{position:relative}.wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;overflow:hidden!important;padding-top:94px}@media screen and (max-width:1279px){.content{padding-top:calc(2.873vw + 53.22652px)}}.page-container{margin-left:auto;margin-right:auto;max-width:1560px;width:92%}@media screen and (max-width:1920px){.page-container{max-width:calc(50vw + 600px)}}@media screen and (max-width:1440px){.page-container{max-width:1320px}}@media screen and (max-width:767px){.page-container{padding-left:16px;padding-right:16px;width:100%}}.icon{display:inline-block}.ov-hidden{overflow:hidden}.mob-overlay{background:rgba(0,0,0,.7);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;-webkit-transition:.2s;transition:.2s;visibility:hidden;z-index:99}.mob-overlay.open{opacity:1;visibility:visible}.margins-reset{margin:0!important}.socials-list{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:25px;justify-content:center;list-style:none;margin:0;padding:0}@media screen and (max-width:1440px){.socials-list{gap:calc(.657vw + 15.53521px)}}.socials-list img,.socials-list li{max-width:24px}.socials-list img{-webkit-transition:all .2s linear;transition:all .2s linear}.socials-list a:hover img,.socials-list li:hover img{opacity:.6}.card-base-style{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:auto;justify-content:flex-start;padding:24px}@media screen and (max-width:1440px){.card-base-style{padding:calc(.751vw + 13.1831px)}}@media screen and (max-width:480px){.card-base-style{padding:18px 16px}}.preloader{background:transparent;inset:0;overflow:hidden;position:fixed;z-index:9999}.preloader.isloaded{background-color:#fff}.preloader__overlay{height:100%;inset:0;pointer-events:none;position:absolute;width:100%;z-index:0}.preloader__arch-wrap,.preloader__logo,.preloader__single-arch{position:absolute;z-index:2}.preloader__logo{height:90px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:366px}@media screen and (max-width:1440px){.preloader__logo{height:calc(2.535vw + 53.49296px);width:calc(10.329vw + 217.26761px)}}.preloader__single-arch{background-repeat:no-repeat;background-size:cover;opacity:1}.preloader__single-arch.single-arch-1{background-image:url(../images/single-arch-1.svg);-webkit-filter:opacity(.3);filter:opacity(.3);height:229px;left:50%!important;opacity:.5;top:-160px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:192px}.preloader__single-arch.single-arch-2{background-image:url(../images/single-arch-2.svg);height:260px;right:-111px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:224px}.preloader__single-arch.single-arch-3{background-image:url(../images/single-arch-3.svg);bottom:-160px;height:250px;left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:214px}.preloader__single-arch.single-arch-4{background-image:url(../images/single-arch-4.svg);height:240px;left:-111px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:204px}.preloader__arch-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:260px;justify-content:center;left:50%;opacity:0;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;width:224px;will-change:transform}.preloader__arch-wrap svg{display:block;position:absolute}.preloader__arch-inner{--glass:1;border-radius:53% 53% 0 0/44% 44% 0 0;height:227px;max-width:190px;overflow:hidden;position:absolute;width:100%}.preloader__arch-inner:after{background-color:#53413c;content:"";inset:0;opacity:var(--glass);position:absolute}@font-face{font-display:swap;font-family:Proxima Nova;font-weight:400;src:local("ProximaNova"),local("ProximaNova-Regular");src:url(../fonts/ProximaNova-Regular.eot);src:url(../fonts/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/ProximaNova-Regular.woff) format("woff"),url(../fonts/ProximaNova-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:Proxima Nova;font-weight:600;src:local("ProximaNova"),local("ProximaNova-Semibold");src:url(../fonts/ProximaNova-Semibold.eot);src:url(../fonts/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"),url(../fonts/ProximaNova-Semibold.woff) format("woff"),url(../fonts/ProximaNova-Semibold.ttf) format("truetype")}@font-face{font-display:swap;font-family:Proxima Nova;font-weight:700;src:local("ProximaNova"),local("ProximaNova-Bold");src:url(../fonts/ProximaNova-Bold.eot);src:url(../fonts/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/ProximaNova-Bold.woff) format("woff"),url(../fonts/ProximaNova-Bold.ttf) format("truetype")}h1,h2,h3,h4,h5{font-family:Proxima Nova,Helvetica,Arial,sans-serif;font-weight:700;margin-bottom:15px;margin-top:0}@media screen and (max-width:1440px){h1,h2,h3,h4,h5{margin-bottom:calc(.469vw + 8.23944px)}}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}h1{font-size:72px;line-height:1}@media screen and (max-width:1440px){h1{font-size:calc(2.629vw + 34.14085px)}}h2{font-size:60px;line-height:66px}@media screen and (max-width:1440px){h2{font-size:calc(2.254vw + 27.5493px);letter-spacing:calc(.017vw - .24338px);line-height:calc(2.441vw + 30.84507px)}}h3{font-size:32px;line-height:35px}@media screen and (max-width:1440px){h3{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}h4{font-size:24px;line-height:31px}@media screen and (max-width:1440px){h4{font-size:calc(.563vw + 15.88732px);line-height:calc(.563vw + 22.88732px)}}h5{font-size:18px;line-height:26px}@media screen and (max-width:1440px){h5{font-size:calc(.188vw + 15.29577px);line-height:calc(.282vw + 21.94366px)}}p{margin-bottom:15px;margin-top:0}@media screen and (max-width:1440px){p{margin-bottom:calc(.469vw + 8.23944px)}}p:last-child{margin-bottom:0}.section-title{color:#353434;font-size:60px;font-weight:700;line-height:66px;margin:0}@media screen and (max-width:1440px){.section-title{font-size:calc(2.254vw + 27.5493px);letter-spacing:calc(.017vw - .24338px);line-height:calc(2.441vw + 30.84507px)}}.section-title>*{color:#353434;font-size:60px;font-weight:700;line-height:66px;margin:0}@media screen and (max-width:1440px){.section-title>*{font-size:calc(2.254vw + 27.5493px);letter-spacing:calc(.017vw - .24338px);line-height:calc(2.441vw + 30.84507px)}}.section-title--titleColor-2,.section-title--titleColor-2>*{color:#242424}.section-title--titleColor-3,.section-title--titleColor-3>*{color:#000}.section-title--lightColor,.section-title--lightColor>*{color:#fff}.section-title--fw-600,.section-title--fw-600>*{font-weight:600}.section-title a{color:inherit;text-decoration:underline}.section-title a:hover{text-decoration:none}.section-text{color:#383838;font-size:18px;line-height:26px}@media screen and (max-width:1440px){.section-text{font-size:calc(.188vw + 15.29577px);line-height:calc(.282vw + 21.94366px)}}.section-text>*{color:#383838;font-size:18px;line-height:26px}@media screen and (max-width:1440px){.section-text>*{font-size:calc(.188vw + 15.29577px);line-height:calc(.282vw + 21.94366px)}}.section-text--s,.section-text--s>*{font-size:14px;line-height:21px}.section-text a{color:#18286a;text-decoration:underline}.section-text a:hover{text-decoration:none}.section-text--light,.section-text--light>*{color:#fff}.section-text--light a{color:inherit}.heading-1{font-size:72px;line-height:1}@media screen and (max-width:1440px){.heading-1{font-size:calc(2.629vw + 34.14085px)}}.heading-1>*{font-size:72px;line-height:1}@media screen and (max-width:1440px){.heading-1>*{font-size:calc(2.629vw + 34.14085px)}}.heading-2{font-size:60px;line-height:66px}@media screen and (max-width:1440px){.heading-2{font-size:calc(2.254vw + 27.5493px);letter-spacing:calc(.017vw - .24338px);line-height:calc(2.441vw + 30.84507px)}}.heading-2>*{font-size:60px;line-height:66px}@media screen and (max-width:1440px){.heading-2>*{font-size:calc(2.254vw + 27.5493px);letter-spacing:calc(.017vw - .24338px);line-height:calc(2.441vw + 30.84507px)}}.heading-3{font-size:32px;line-height:35px}@media screen and (max-width:1440px){.heading-3{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.heading-3>*{font-size:32px;line-height:35px}@media screen and (max-width:1440px){.heading-3>*{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.heading-4{font-size:24px;line-height:31px}@media screen and (max-width:1440px){.heading-4{font-size:calc(.563vw + 15.88732px);line-height:calc(.563vw + 22.88732px)}}.heading-4>*{font-size:24px;line-height:31px}@media screen and (max-width:1440px){.heading-4>*{font-size:calc(.563vw + 15.88732px);line-height:calc(.563vw + 22.88732px)}}.heading-5{font-size:18px;line-height:26px}@media screen and (max-width:1440px){.heading-5{font-size:calc(.188vw + 15.29577px);line-height:calc(.282vw + 21.94366px)}}.heading-5>*{font-size:18px;line-height:26px}@media screen and (max-width:1440px){.heading-5>*{font-size:calc(.188vw + 15.29577px);line-height:calc(.282vw + 21.94366px)}}.wys :first-child{margin-top:0!important}.wys h1,.wys h2,.wys h3,.wys h4,.wys h5{color:#000;font-weight:700;margin-bottom:15px}.wys h2{font-size:44px;line-height:53px;margin-top:56px}@media screen and (max-width:1440px){.wys h2{font-size:calc(1.878vw + 16.95775px);line-height:calc(2.254vw + 20.5493px);margin-top:calc(1.502vw + 34.3662px)}}.wys h3{font-size:32px;line-height:35px;margin-top:56px}@media screen and (max-width:1440px){.wys h3{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px);margin-top:calc(1.502vw + 34.3662px)}}.wys h4{font-size:24px;font-weight:600;line-height:32px;margin-top:32px}@media screen and (max-width:1440px){.wys h4{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px);margin-top:calc(.751vw + 21.1831px)}}.wys h5,.wys h6{font-weight:600}.wys p{font-size:18px;line-height:26px;margin-bottom:15px}@media screen and (max-width:1440px){.wys p{font-size:calc(.188vw + 15.29577px);line-height:calc(.282vw + 21.94366px);margin-bottom:calc(.469vw + 8.23944px)}}.wys p:last-child{margin-bottom:0}.wys p:has(img){margin-bottom:24px;margin-top:24px}.wys ol,.wys ul{font-size:18px;line-height:26px;padding-left:30px}@media screen and (max-width:1440px){.wys ol,.wys ul{font-size:calc(.188vw + 15.29577px);line-height:calc(.282vw + 21.94366px)}}.wys a{text-decoration:underline}.wys a:hover{text-decoration:none}.wys img{border-radius:14px;max-height:296px;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:1440px){.wys img{max-height:calc(12.394vw + 117.52113px)}}.wys blockquote{font-size:20px;font-style:italic;line-height:24px;margin:15px 0;padding:12px 0 0 45px;position:relative}@media screen and (max-width:1440px){.wys blockquote{font-size:calc(.188vw + 17.29577px);line-height:calc(.094vw + 22.64789px);margin-top:calc(1.127vw - 4.22535px)}}@media screen and (max-width:375px){.wys blockquote{margin-top:0}}.wys blockquote:before{content:url(../images/quotes.svg);display:block;height:32px;left:0;position:absolute;top:12px;width:31px}.wys blockquote>*{font-size:20px;font-style:italic;line-height:24px}@media screen and (max-width:1440px){.wys blockquote>*{font-size:calc(.188vw + 17.29577px);line-height:calc(.094vw + 22.64789px)}}.wys--default h1,.wys--default h2,.wys--default h3,.wys--default h4,.wys--default h5,.wys--default h6{color:#353434;margin-bottom:24px;margin-top:60px}.wys--default h2{font-size:60px;line-height:66px}@media screen and (max-width:1440px){.wys--default h2{font-size:calc(2.254vw + 27.5493px);letter-spacing:calc(.017vw - .24338px);line-height:calc(2.441vw + 30.84507px)}}.wys--default h3{font-size:32px;line-height:35px}@media screen and (max-width:1440px){.wys--default h3{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.wys--default h4{font-size:24px;line-height:32px}@media screen and (max-width:1440px){.wys--default h4{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.wys--default ol,.wys--default ul{list-style:none;margin:0;padding:0 0 0 30px}.wys--default ol li,.wys--default ul li{margin-bottom:16px;position:relative}.wys--default ol li:before,.wys--default ul li:before{background:url(../images/square-in-square.svg) no-repeat 50%;background-size:contain;content:"";height:17px;left:-30px;position:absolute;top:5px;width:17px}.wys--default ol li:last-child,.wys--default ul li:last-child{margin-bottom:0}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.widget{margin:0 0 1.5em}.widget>select{max-width:100%}.sticky{display:block}.hentry{margin:0 0 1.5em}.byline,.updated:not(.published){display:none}.group-blog>.byline,.single>.byline{display:inline}.entry-content,.entry-summary,.page-content{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.comment-content>a{word-wrap:break-word}.bypostauthor{display:block}.comment-content>.wp-smiley,.entry-content>.wp-smiley,.page-content>.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption>img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption>.wp-caption-text{margin:.875em 0}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2>.gallery-item{max-width:50%}.gallery-columns-3>.gallery-item{max-width:33.33%}.gallery-columns-4>.gallery-item{max-width:25%}.gallery-columns-5>.gallery-item{max-width:20%}.gallery-columns-6>.gallery-item{max-width:16.66%}.gallery-columns-7>.gallery-item{max-width:14.28%}.gallery-columns-8>.gallery-item{max-width:12.5%}.gallery-columns-9>.gallery-item{max-width:11.11%}.gallery-caption{display:block}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{background:none;background-color:#fff;border:1px solid rgba(0,0,0,.06);border-radius:10px;color:#383838;font-family:inherit;font-size:16px!important;line-height:23px!important;margin:0;max-width:100%;outline:0 none;padding:14px!important;width:100%}input[type=email]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#666}input[type=email]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:#666}input[type=email]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#666}input[type=email]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=search]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder,input[type=url]::-ms-input-placeholder,select::-ms-input-placeholder,textarea::-ms-input-placeholder{color:#666}input[type=email]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,select::placeholder,textarea::placeholder{color:#666}input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#666}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #383838;border-radius:4px;cursor:pointer;display:-ms-grid;display:grid;height:16px;margin:0;place-content:center;width:16px}input[type=checkbox]:before{background-image:url(../images/checkbox.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:16px;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .12s ease-in-out;transition:-webkit-transform .12s ease-in-out;transition:transform .12s ease-in-out;transition:transform .12s ease-in-out,-webkit-transform .12s ease-in-out;width:16px;will-change:transform}input[type=checkbox]:checked:before{-webkit-transform:scale(1);transform:scale(1)}textarea{height:112px!important;resize:none}button[type=submit]{margin:0!important}label{color:#353434;font-size:18px!important;font-weight:600!important;line-height:22px;margin-bottom:4px!important}.search-form{position:relative}.search-form input[type=search]{padding-right:38px!important}.search-form button[type=submit]{background-color:transparent;background-image:url(../images/search.svg);background-position:50%;background-repeat:no-repeat;background-size:24px;border:none;cursor:pointer;height:24px;position:absolute;right:14px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px}.gform_wrapper.gravity-theme div.gform_fields{grid-row-gap:16px}.gform_wrapper.gravity-theme span.gfield_required{display:none}.gform_wrapper.gravity-theme div.gfield_error .ss-main{border-color:#c02b0a}.gform_wrapper.gravity-theme .ginput_container_textarea{display:-webkit-box;display:-ms-flexbox;display:flex}.gform_wrapper.gravity-theme div.gform_footer{margin-top:32px;padding:0}.gform_wrapper.gravity-theme button[type=submit]{width:100%}.gform_wrapper.gravity-theme div.gform_validation_errors{border:none;border-radius:10px;margin-bottom:16px!important;margin-top:0!important}.gform_wrapper.gravity-theme div.validation_message{background:transparent;border:none;font-size:14px;line-height:1;margin:0;padding:7px 0 0}.ss-main{background-color:#fff;border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:14px}.ss-main:focus{-webkit-box-shadow:none!important;box-shadow:none!important;outline:none}.ss-main .ss-values .ss-placeholder,.ss-main .ss-values .ss-single{color:#666;font-size:16px;line-height:23px;margin:0;padding:0}.ss-main .ss-arrow{height:22px;margin:0;width:22px}.ss-main .ss-arrow path{stroke:#383838;stroke-width:8}.ss-content{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important;border-color:rgba(0,0,0,.06);max-height:206px}.ss-list .ss-option{border:none!important;font-size:16px!important;line-height:23px;padding:14px!important;-webkit-transition:background-color .3s,color ease-in-out;transition:background-color .3s,color ease-in-out;will-change:color,background-color}.ss-list .ss-option.ss-selected,.ss-list .ss-option:hover{background-color:#353434!important;color:#fff}.ss-list::-webkit-scrollbar{width:8px}.ss-list::-webkit-scrollbar-track{background-color:#fff}.ss-list::-webkit-scrollbar-thumb{background-color:#353434;border-radius:10px}.btn{background:none;background-color:transparent;border:1px solid #353434;border-radius:30px;color:#353434;cursor:pointer;display:inline-block;font-family:Proxima Nova,Helvetica,Arial,sans-serif;font-size:18px;font-weight:600;line-height:1;outline:none;padding:4px;text-align:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;vertical-align:middle}@media screen and (max-width:1440px){.btn{font-size:calc(.188vw + 15.29577px)}}@media screen and (max-width:480px){.btn{padding:3px}}.btn:hover .btn__inner-bg{background-color:#353434;color:#fff}@media (hover:none){.btn:hover .btn__inner-bg{background-color:transparent;color:#353434}}.btn--dark .btn__inner-bg{background-color:#353434;color:#fff}.btn--dark path{fill:#fff;-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.btn--dark:hover .btn__inner-bg{background-color:transparent;color:#353434}.btn--dark:hover path{fill:#353434}@media (hover:none){.btn--dark:hover .btn__inner-bg{background-color:#353434;color:#fff}.btn--dark:hover path{fill:#fff}}.btn--light,.page-header--light:not(.sticky) .page-header__ctas .btn--dark{border-color:#fff}.btn--light .btn__inner-bg,.page-header--light:not(.sticky) .page-header__ctas .btn--dark .btn__inner-bg{background-color:#fff;color:#000}.btn--light path,.page-header--light:not(.sticky) .page-header__ctas .btn--dark path{fill:#000;-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.btn--light:hover,.page-header--light:not(.sticky) .page-header__ctas .btn--dark:hover{color:#fff}.btn--light:hover .btn__inner-bg,.page-header--light:not(.sticky) .page-header__ctas .btn--dark:hover .btn__inner-bg{background-color:transparent}.btn--light:hover path,.page-header--light:not(.sticky) .page-header__ctas .btn--dark:hover path{fill:#fff}@media (hover:none){.btn--light:hover .btn__inner-bg,.page-header--light:not(.sticky) .page-header__ctas .btn--dark:hover .btn__inner-bg{background-color:#fff}.btn--light:hover path,.page-header--light:not(.sticky) .page-header__ctas .btn--dark:hover path{fill:#000}}.btn--with-icon .btn__inner-bg{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;justify-content:center;padding-bottom:18px;padding-top:18px}@media screen and (max-width:1440px){.btn--with-icon .btn__inner-bg{padding-bottom:calc(.751vw + 7.1831px);padding-top:calc(.751vw + 7.1831px)}}.btn--with-icon .style-svg{-ms-flex-negative:0;flex-shrink:0;margin-bottom:1px;max-width:12px}.btn__inner-bg{background-color:transparent;border-radius:30px;color:#353434;display:block;padding:14px 25px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;will-change:color,background-color}@media screen and (max-width:1440px){.btn__inner-bg{padding:calc(.376vw + 8.59155px) calc(.469vw + 18.23944px)}}.tooltip{cursor:pointer;line-height:16px;position:relative}.tooltip:hover>span{visibility:visible}.tooltip .style-svg{max-width:16px}.tooltip>span{background-color:#fff;border:1px solid #d9d9d9;border-radius:12px;font-size:14px;padding:20px;position:absolute;right:-27px;visibility:hidden;width:271px;z-index:1}@media screen and (max-width:1440px){.tooltip>span{padding:calc(.376vw + 14.59155px)}}.tooltip>span:after,.tooltip>span:before{bottom:100%;content:"";display:block;height:0;position:absolute;width:0}.tooltip>span:before{border:8px solid transparent;border-bottom-color:#d9d9d9;right:27px}.tooltip>span:after{border:7px solid transparent;border-bottom-color:#fff;right:28px}.tooltip.top>span{bottom:calc(100% + 15px)}.tooltip.top>span:after,.tooltip.top>span:before{top:100%}.tooltip.top>span:before{border-bottom-color:transparent;border-top-color:#d9d9d9}.tooltip.top>span:after{border-bottom-color:transparent;border-top-color:#fff}.tooltip.bottom>span{top:calc(100% + 15px)}@media screen and (max-width:1279px){.main-nav{text-align:center}}.main-nav ul{list-style:none;margin:0;padding:0}@media screen and (max-width:1279px){.main-nav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}.main-nav .menu-item{display:inline-block;margin-right:32px}@media screen and (max-width:1366px){.main-nav .menu-item{margin-right:25px}}@media screen and (max-width:1280px){.main-nav .menu-item{margin-right:20px}}@media screen and (max-width:1279px){.main-nav .menu-item{display:block;margin-bottom:12px;margin-right:0}}.main-nav .menu-item:last-of-type{margin-right:0}@media screen and (max-width:1279px){.main-nav .menu-item:last-of-type{margin-bottom:0}}.main-nav .menu-item>a{color:#353434;font-size:18px;font-weight:600;line-height:1}@media screen and (max-width:1440px){.main-nav .menu-item>a{font-size:calc(.188vw + 15.29577px)}}@media screen and (max-width:1279px){.main-nav .menu-item>a{font-size:24px;font-weight:400;line-height:29px}}.main-nav .menu-item>a:hover{color:#000}@media (hover:none){.main-nav .menu-item>a:hover{color:#353434}}.main-nav .menu-item.menu-item-has-children{position:relative}@media screen and (max-width:1279px){.main-nav .menu-item.menu-item-has-children{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.main-nav .menu-item.menu-item-has-children:before{background-image:url(../images/divider-menu-dark.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:22px;margin:16px auto;width:102px}}@media screen and (max-width:1279px) and (max-width:767px){.main-nav .menu-item.menu-item-has-children:before{background-image:url(../images/divider-menu.svg)}}.main-nav .menu-item.menu-item-has-children>a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.main-nav .menu-item.menu-item-has-children>a:after{background-image:url(../images/chevron-down.svg);background-position:50%;background-repeat:no-repeat;content:"";height:9px;margin-left:8px;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:15px}@media screen and (max-width:1279px){.main-nav .menu-item.menu-item-has-children>a:after{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;border:.719px solid #000;border-radius:50%;content:"+";display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;height:18px;justify-content:center;line-height:1;width:18px}}.main-nav .menu-item.menu-item-has-children>a.open:after{content:"−"}.main-nav .menu-item.menu-item-has-children:hover>a:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:1279px){.main-nav .menu-item.menu-item-has-children:hover>a:after{-webkit-transform:none;transform:none}}.main-nav .menu-item.menu-item-has-children:hover .sub-menu{opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:visible}.main-nav .menu-item .sub-menu{backdrop-filter:blur(7px);background-color:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:12px;left:0;min-width:141px;opacity:0;padding:3px 0;position:absolute;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (max-width:1279px){.main-nav .menu-item .sub-menu{backdrop-filter:none;background-color:transparent;border:none;border-radius:0;margin-left:auto;margin-right:auto;margin-top:16px;min-width:auto;opacity:1;padding:0;position:static;visibility:visible}}.main-nav .menu-item .sub-menu .menu-item{display:block;margin:0}@media screen and (max-width:1279px){.main-nav .menu-item .sub-menu .menu-item{margin-bottom:12px}.main-nav .menu-item .sub-menu .menu-item:last-of-type{margin-bottom:0}}.main-nav .menu-item .sub-menu .menu-item>a{display:block;padding:15px 20px}@media screen and (max-width:1440px){.main-nav .menu-item .sub-menu .menu-item>a{padding:calc(.845vw + 2.83099px) calc(.751vw + 9.1831px)}}@media screen and (max-width:1279px){.main-nav .menu-item .sub-menu .menu-item>a{font-size:16px;line-height:23px;padding:0}}.theme-breadcrumbs{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 4px;justify-content:flex-start;list-style:none;margin:8px auto 0;padding:0}@media screen and (max-width:767px){.theme-breadcrumbs{padding-left:16px;padding-right:16px}}.theme-breadcrumbs>li{color:rgba(48,48,48,.5);font-size:14px;font-weight:400;line-height:1}.theme-breadcrumbs>li .separator,.theme-breadcrumbs>li a{color:#353434}.theme-breadcrumbs>li a:hover{text-decoration:underline}.page-template-template-promo .theme-breadcrumbs,.page-template-template-testimonials .theme-breadcrumbs{position:relative;z-index:2}.page-template-template-promo .theme-breadcrumbs>li,.page-template-template-testimonials .theme-breadcrumbs>li{color:hsla(0,0%,100%,.2)}.page-template-template-promo .theme-breadcrumbs>li .separator,.page-template-template-promo .theme-breadcrumbs>li a,.page-template-template-testimonials .theme-breadcrumbs>li .separator,.page-template-template-testimonials .theme-breadcrumbs>li a{color:#fff}.sc-cta{background-color:#000;background-image:url(../images/sidebar-cta-BG.jpg);background-position:50%;background-repeat:repeat;background-size:cover;border-radius:20px;margin:56px 0;padding:80px 60px;text-align:center}@media screen and (max-width:1440px){.sc-cta{margin:calc(1.502vw + 34.3662px) 0;padding:calc(1.878vw + 52.95775px) calc(4.131vw + .50704px)}}.sc-cta__title{text-wrap:balance;color:#fff!important;font-size:32px!important;line-height:35px!important;margin-bottom:24px!important}@media screen and (max-width:1440px){.sc-cta__title{font-size:calc(.751vw + 21.1831px)!important;line-height:calc(.469vw + 28.23944px)!important}}.sc-cta__desc{text-wrap:balance;color:#fff!important;font-size:18px!important;font-weight:600!important}.sc-cta__btns{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:40px!important;padding:0 28px}@media screen and (max-width:1440px){.sc-cta__btns{margin-top:calc(1.502vw + 18.3662px)!important}}@media screen and (max-width:767px){.sc-cta__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;row-gap:16px}}.sc-cta__btns .btn{font-size:16px;text-decoration:none!important;width:calc(50% - 12px)}@media screen and (max-width:767px){.sc-cta__btns .btn{min-width:350px;width:auto}}@media screen and (max-width:480px){.sc-cta__btns .btn{min-width:100%;width:100%}}.sc-cta__btns .btn__inner-bg{padding-bottom:10px;padding-top:10px}.sc-caiww{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;justify-content:space-between;margin:40px 0!important}@media screen and (max-width:1440px){.sc-caiww{margin-bottom:calc(1.502vw + 18.3662px)!important}}@media screen and (max-width:992px){.sc-caiww{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:830px){.sc-caiww{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (max-width:640px){.sc-caiww{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.sc-caiww:nth-of-type(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:992px){.sc-caiww:nth-of-type(2n){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:830px){.sc-caiww:nth-of-type(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media screen and (max-width:640px){.sc-caiww:nth-of-type(2n){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.sc-caiww__content{width:49.5%}@media screen and (max-width:1440px){.sc-caiww__content{max-width:376px}}@media screen and (max-width:992px){.sc-caiww__content{max-width:100%;width:100%}}@media screen and (max-width:830px){.sc-caiww__content{max-width:376px;width:50%}}@media screen and (max-width:640px){.sc-caiww__content{max-width:100%;width:100%}}.sc-caiww__content>:empty{display:none}.sc-caiww__content h1,.sc-caiww__content h2,.sc-caiww__content h3,.sc-caiww__content h4,.sc-caiww__content h5,.sc-caiww__content h6{margin-bottom:24px;margin-top:0}.sc-caiww__image{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;aspect-ratio:360/480;background-image:url(../images/stepper-image-frame.svg);background-repeat:no-repeat;background-size:contain;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;overflow:hidden;width:47.5%}@media screen and (max-width:1440px){.sc-caiww__image{max-width:360px}}@media screen and (max-width:992px){.sc-caiww__image{width:50%}}@media screen and (max-width:830px){.sc-caiww__image{width:45%}}@media screen and (max-width:640px){.sc-caiww__image{max-width:300px;width:100%}}@media screen and (max-width:374px){.sc-caiww__image{max-width:279px}}.sc-caiww__image-inner{aspect-ratio:312/425;border-radius:53% 53% 0 0/37% 37% 0 0;overflow:hidden;position:relative;width:86.66%}@media screen and (max-width:1440px){.sc-caiww__image-inner{max-width:312px}}@media screen and (max-width:640px){.sc-caiww__image-inner{max-width:277px}}@media screen and (max-width:374px){.sc-caiww__image-inner{max-width:256px}}.sc-caiww__image-inner>img{border-radius:2px;height:100%;left:0;max-height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.sc-quote-with-cite,.sc-quote-with-cite-url,.sc-quote-with-cite-url-big{font-size:20px!important;font-style:italic!important;line-height:24px!important;margin:32px 0!important;padding:12px 0 12px 45px!important}@media screen and (max-width:1440px){.sc-quote-with-cite,.sc-quote-with-cite-url,.sc-quote-with-cite-url-big{font-size:calc(.188vw + 17.29577px)!important;line-height:calc(.094vw + 22.64789px)!important;margin:calc(.751vw + 21.1831px) 0!important;padding-left:calc(-.939vw + 58.52113px)!important}}.sc-quote-with-cite-url-big>*,.sc-quote-with-cite-url>*,.sc-quote-with-cite>*{font-size:20px!important;line-height:24px!important;margin:0!important}@media screen and (max-width:1440px){.sc-quote-with-cite-url-big>*,.sc-quote-with-cite-url>*,.sc-quote-with-cite>*{font-size:calc(.188vw + 17.29577px)!important;line-height:calc(.094vw + 22.64789px)!important}}.sc-quote-with-cite cite,.sc-quote-with-cite-url cite,.sc-quote-with-cite-url-big cite{color:#18286a;font-size:18px!important;font-style:normal;font-weight:600;line-height:26px!important}@media screen and (max-width:1440px){.sc-quote-with-cite cite,.sc-quote-with-cite-url cite,.sc-quote-with-cite-url-big cite{font-size:calc(.188vw + 15.29577px)!important;line-height:calc(.282vw + 21.94366px)!important}}.sc-quote-with-cite cite a,.sc-quote-with-cite-url cite a,.sc-quote-with-cite-url-big cite a{text-decoration:underline!important}.sc-quote-with-cite cite a:hover,.sc-quote-with-cite-url cite a:hover,.sc-quote-with-cite-url-big cite a:hover{text-decoration:none!important}.sc-quote-with-cite-url-big{font-size:24px!important;line-height:32px!important;padding:0 0 0 63px!important}@media screen and (max-width:1440px){.sc-quote-with-cite-url-big{font-size:calc(.563vw + 15.88732px)!important;line-height:calc(.845vw + 19.83099px)!important;padding-left:calc(.751vw + 52.1831px)!important}}.sc-quote-with-cite-url-big:before{top:6px!important}.sc-quote-with-cite-url-big>*{font-size:24px!important;line-height:32px!important;margin:0!important}@media screen and (max-width:1440px){.sc-quote-with-cite-url-big>*{font-size:calc(.563vw + 15.88732px)!important;line-height:calc(.845vw + 19.83099px)!important}}.sc-quote-with-cite cite{color:#000;display:block;font-size:24px!important;font-weight:600;line-height:32px!important;margin-top:12px!important;text-align:right;text-transform:capitalize}@media screen and (max-width:1440px){.sc-quote-with-cite cite{font-size:calc(.563vw + 15.88732px)!important;line-height:calc(.657vw + 22.53521px)!important}}.sc-post-card{background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:20px;font-size:18px;line-height:26px;margin:24px 0;padding:24px}@media screen and (max-width:1440px){.sc-post-card{font-size:calc(.188vw + 15.29577px);line-height:calc(.282vw + 21.94366px);margin:calc(.751vw + 13.1831px) 0;padding:calc(.751vw + 13.1831px)}}.sc-post-card>*{margin-bottom:0!important;margin-top:15px}.sc-post-card>:first-child,.sc-post-card>:first-child:empty+*{margin-top:0}.sc-post-card>:last-child{margin:0}.sc-post-card>blockquote{padding-left:45px}@media screen and (max-width:1440px){.sc-post-card>blockquote{padding-left:calc(-.939vw + 58.52113px)}}@media screen and (max-width:375px){.sc-post-card>blockquote{margin-top:0}}.sc-post-card>blockquote>*{margin:0!important}.sc-post-card>blockquote:has(p:empty){display:none}.sc-post-card>p:empty{display:none;margin:0}.post-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px;margin:0;padding:24px;position:relative;-webkit-transition:all .3s linear;transition:all .3s linear;will-change:background-color}@media screen and (max-width:1440px){.post-card{gap:calc(.751vw + 13.1831px);padding:calc(.751vw + 13.1831px)}}@media screen and (max-width:480px){.post-card{border-radius:12px}}.post-card:hover{background-color:#fff;-webkit-transition:all .3s linear;transition:all .3s linear}.post-card__link{display:block;height:100%;inset:0;position:absolute;width:100%;z-index:1}.post-card__thumb{aspect-ratio:376/296;background:#d3d3d3 50%/cover no-repeat;border:1px solid #fff;border-radius:14px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%}@media screen and (max-width:480px){.post-card__thumb{aspect-ratio:311/244;border-radius:8px}}.post-card__title{color:#353434;font-size:24px;font-weight:600;line-height:32px;text-transform:capitalize}@media screen and (max-width:1440px){.post-card__title{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.prayer-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px;margin:0;padding:24px}@media screen and (max-width:1440px){.prayer-card{gap:calc(.751vw + 13.1831px);padding:calc(.751vw + 13.1831px)}}.prayer-card__thumb{max-width:128px;position:relative;width:100%}@media screen and (max-width:1440px){.prayer-card__thumb{max-width:calc(5.822vw + 44.16901px)}}.prayer-card__thumb-inner{inset:10px;-webkit-mask-image:url(../images/prayer-window-vector.svg);mask-image:url(../images/prayer-window-vector.svg);mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;position:absolute}@media screen and (max-width:1440px){.prayer-card__thumb-inner{inset:calc(.469vw + 3.23944px)}}.prayer-card__thumb-inner>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.prayer-card__title{color:#353434;font-size:32px;font-weight:700;line-height:35px;margin-bottom:16px}@media screen and (max-width:1440px){.prayer-card__title{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.prayer-card__link{margin-top:auto;width:100%}.press-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px;margin:0;padding:24px;position:relative;-webkit-transition:all .3s linear;transition:all .3s linear;will-change:background-color}.press-card__thumb{border:1px solid #383838;border-radius:22px;height:192px;overflow:hidden;position:relative}@media screen and (max-width:1440px){.press-card__thumb{height:calc(3.944vw + 135.21127px)}}.press-card__thumb .inner,.press-card__thumb img{border:1px solid #383838;border-radius:22px;height:calc(100% - 6px);margin:3px;width:calc(100% - 6px)}.press-card__thumb img{background-color:#fff;-o-object-fit:cover;object-fit:cover;overflow:hidden}.press-card__title{color:#353434;font-size:32px;font-weight:700;line-height:35px;margin-bottom:16px}@media screen and (max-width:1440px){.press-card__title{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.press-card__link{margin-top:auto;width:100%}.press-card__link .btn__inner-bg{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;justify-content:center}.press-card__link svg{max-width:10px}.press-card__link svg path{-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.press-card__link:hover svg path{fill:#fff}.videobg{bottom:0;margin:auto;overflow:hidden;right:0;z-index:1}.videobg,.videobg iframe,.videobg video{height:100%;left:0;position:absolute;top:0;width:100%}.videobg iframe,.videobg video{border:0;-o-object-fit:cover;object-fit:cover}.videobg-width{left:-9999px;right:-9999px}.videobg-aspect,.videobg-width{height:100%;margin:auto;position:absolute;width:100%}.videobg-aspect{bottom:-9999px;overflow:hidden;top:-9999px}.videobg-make-height{bottom:0;left:0;position:absolute;right:0;top:0}.videobg-hide-controls{-webkit-box-sizing:content-box;box-sizing:content-box;height:100%;left:-97.77px;padding:55px 97.77px;position:relative;top:-55px;width:100%}.video-iframe iframe{-webkit-box-sizing:border-box;box-sizing:border-box;height:56.25vw;left:50%;max-width:none;min-height:100%;min-width:100%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:177.77vh}.jump-sec-acc{height:92px;position:relative;width:100%}@media screen and (max-width:1440px){.jump-sec-acc{height:calc(1.878vw + 64.95775px)}}.jump-sec-acc__item{background:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:12px;left:0;position:absolute;right:0;top:0;-webkit-transition-delay:.3s;transition-delay:.3s;z-index:2}.jump-sec-acc__item.active{background:#fff;-webkit-transition:background-color .3s linear;transition:background-color .3s linear}.jump-sec-acc__item.active .jump-sec-acc__btn{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.jump-sec-acc__title{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;color:#000;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;font-weight:600;justify-content:space-between;line-height:32px;padding:24px;text-transform:capitalize}@media screen and (max-width:1440px){.jump-sec-acc__title{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px);padding:calc(.751vw + 13.1831px)}}.jump-sec-acc__btn{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:1px solid #000;border-radius:50%;color:#000;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:44px;justify-content:center;padding:0;width:44px}@media screen and (max-width:1440px){.jump-sec-acc__btn{height:calc(.376vw + 38.59155px);width:calc(.376vw + 38.59155px)}}.jump-sec-acc__btn .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:1px solid #000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:36px;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:36px}@media screen and (max-width:1440px){.jump-sec-acc__btn .inner{height:calc(.376vw + 30.59155px);width:calc(.376vw + 30.59155px)}}.jump-sec-acc__btn .inner svg{max-width:16px}.jump-sec-acc__btn .inner svg path{stroke:#000}.jump-sec-acc__list{border-top:1px solid #383838;display:none;margin:0 24px;padding-bottom:32px;padding-left:0;padding-top:6px}@media screen and (max-width:1440px){.jump-sec-acc__list{margin:0 calc(.751vw + 13.1831px);padding-bottom:calc(.751vw + 21.1831px)}}.jump-sec-acc__list li{list-style:none;margin-top:20px}@media screen and (max-width:1440px){.jump-sec-acc__list li{margin-top:calc(.376vw + 14.59155px)}}.jump-sec-acc__list li ul{padding-left:32px}@media screen and (max-width:1440px){.jump-sec-acc__list li ul{padding-left:calc(.751vw + 21.1831px)}}.jump-sec-acc__list li a{color:#383838;-webkit-transition:all .3s linear;transition:all .3s linear}.jump-sec-acc__list li a:hover{color:#18286a}.player{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,100%,.9);border:1px solid #fff;border-radius:12px;bottom:16px;display:none;gap:12px;justify-content:space-between;left:16px;padding:9px 13px 9px 11px;position:fixed;right:16px;-webkit-transition:transform .6s ease-in-out;transition:transform .6s ease-in-out;z-index:100}@media screen and (max-width:480px){.player{display:-webkit-box;display:-ms-flexbox;display:flex}}.player.is-playing .player__play-icon[alt=play]{display:none}.player.is-playing .player__play-icon[alt=pause]{display:block}.player.close{-webkit-transform:translateY(100dvh);transform:translateY(100dvh)}.player.mini{-webkit-box-pack:start;-ms-flex-pack:start;border-radius:60px;gap:8px;justify-content:flex-start;padding:9px 11px;right:auto;width:50%}.player.mini .player__rewind-back,.player.mini .player__time{display:none}.player.mini .player__name{line-height:16px}.player__close{-ms-flex-negative:0;cursor:pointer;flex-shrink:0;max-width:12px;width:100%}.player__close path{fill:#383838}.player__main{margin-right:auto}.player__name{color:#353434;font-size:14px;font-weight:700;line-height:18px}.player__time{color:#353434;font-size:12px;line-height:16px}.player__time .current{-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.player__controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.player__rewind-back{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:24px}.player__play{background:transparent;border:1px solid #353434;border-radius:50%;cursor:pointer;height:36px;width:36px}.player__play,.player__play .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.player__play .inner{background-color:transparent;border:1px solid #000;border-radius:50%;height:27px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:27px}.player__play-icon{max-width:16px}.player__play-icon[alt=pause]{display:none}.page-header{background-color:transparent;left:0;position:fixed;right:0;top:0;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;will-change:background-color;z-index:100}.page-header.sticky{background-color:#fff}.page-header--light:not(.sticky) .page-header__logo path{fill:#fff}.page-header--light:not(.sticky) .page-header__nav .menu-item>a{color:#fff}.page-header--light:not(.sticky) .page-header__nav .menu-item>a:hover{color:#353434}.page-header--light:not(.sticky) .page-header__nav .menu-item.menu-item-has-children>a:after{background-image:url(../images/chevron-down-white.svg)}.page-header--light:not(.sticky) .page-header__ctas .btn--dark:hover .btn__inner-bg{color:#fff}.page-header--light:not(.sticky) .page-header__ctas .btn:not(.btn--dark){border-color:#fff;color:#fff}.page-header--light:not(.sticky) .page-header__ctas .btn:not(.btn--dark) .btn__inner-bg{color:#fff}.page-header--light:not(.sticky) .page-header__ctas .btn:not(.btn--dark):hover .btn__inner-bg{background-color:#fff;color:#353434}.page-header--light:not(.sticky) .hamburger-menu{border-color:#fff}.page-header--light:not(.sticky) .hamburger-menu.open{border-color:#595959}.page-header--light:not(.sticky) .hamburger-menu.open span{background:#353434}.page-header--light:not(.sticky) .hamburger-menu span{background:#fff}@media screen and (max-width:767px){.page-header--light:not(.sticky):has(.open) .page-header__logo path{fill:#000}}.page-header__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;justify-content:space-between;padding:25px 0}@media screen and (max-width:1440px){.page-header__inner{padding:calc(1.221vw + 7.42254px) 0}}@media screen and (max-width:767px){.page-header__inner{padding-left:16px;padding-right:16px}}.page-header__logo{display:inherit;position:relative;z-index:100}.page-header__logo>.style-svg{height:auto;max-width:164px;width:100%}@media screen and (max-width:1440px){.page-header__logo>.style-svg{max-width:calc(3.756vw + 109.91549px)}}@media screen and (max-width:1279px){.page-header__nav{display:none}}.page-header__ctas{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;justify-content:space-between}@media screen and (max-width:1279px){.page-header__ctas{display:none}}.page-header__cta{font-size:16px}.page-header__cta .btn__inner-bg{padding-bottom:9px;padding-top:9px}.page-header__cta:first-child{min-width:164px}@media screen and (max-width:1280px){.page-header__cta:first-child{min-width:150px}}.page-header__cta:last-child{min-width:140px}@media screen and (max-width:1280px){.page-header__cta:last-child{min-width:130px}}.page-header__mobile-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;bottom:0;display:none;-ms-flex-direction:column;flex-direction:column;gap:24px;justify-content:space-between;min-height:100dvh;overflow-x:auto;padding:112px 16px 24px;position:fixed;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:.6s;transition:.6s;width:60%}@media screen and (max-width:1279px){.page-header__mobile-menu{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (max-width:767px){.page-header__mobile-menu{background-attachment:fixed;background-image:url(../images/BG-mob.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}.page-header__mobile-menu:before{background-image:url(../images/circle-decor.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:240px;left:50%;position:absolute;top:-120px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:240px}}.page-header__mobile-menu.open{-webkit-transform:translateX(0);transform:translateX(0)}.page-header__mobile-menu-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px;margin-top:auto;text-align:center;width:100%}.page-header__mobile-menu-socials path{fill:#666}.page-header__mobile-menu-btns{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;justify-content:center}@media screen and (max-width:480px){.page-header__mobile-menu-btns .btn{width:calc(50% - 4px)}.page-header__mobile-menu-btns .btn .btn__inner-bg{padding-left:12px;padding-right:12px}}.hamburger-menu{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;border:1px solid #595959;border-radius:50%;cursor:pointer;display:none;height:40px;justify-content:center;overflow:hidden;padding:8px;position:relative;width:40px;z-index:100}@media screen and (max-width:1279px){.hamburger-menu{display:-webkit-box;display:-ms-flexbox;display:flex}}.hamburger-menu__inner{height:12px;margin-bottom:2px;position:relative;width:18px}.hamburger-menu span{background:#353434;display:block;height:1.5px;left:0;opacity:1;position:absolute;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;width:18px}.hamburger-menu span:first-child{top:0}.hamburger-menu span:nth-child(2){top:6px}.hamburger-menu span:nth-child(3){top:12px}.hamburger-menu.open span:first-child{left:4px;top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:top left;transform-origin:top left}.hamburger-menu.open span:nth-child(2){opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.hamburger-menu.open span:nth-child(3){left:2px;top:13px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:top left;transform-origin:top left}.page-footer{background-image:url(../images/Footer-BG.jpg);background-position:50%;background-repeat:repeat;background-size:cover}@media screen and (max-width:767px){.page-footer{background-image:url(../images/Footer-BG-mob.jpg)}}.page-footer__top{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px 24px;padding-bottom:72px;padding-top:75px}@media screen and (max-width:1440px){.page-footer__top{padding-bottom:calc(3.286vw + 27.67606px);padding-top:calc(3.286vw + 27.67606px)}}@media screen and (max-width:992px){.page-footer__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:640px){.page-footer__top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.page-footer__top-cta-col{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-left:auto;padding-top:10px}@media screen and (max-width:992px){.page-footer__top-cta-col{margin-left:0;padding-top:0}}@media screen and (max-width:640px){.page-footer__top-cta-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.page-footer__top-cta-col>.btn{width:100%}}@media screen and (max-width:480px){.page-footer__top-cta-col{width:100%}}.page-footer__top-main-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:36px}.page-footer__logo-wrap,.page-footer__socials{max-width:344px}@media screen and (max-width:1440px){.page-footer__logo-wrap,.page-footer__socials{max-width:calc(10.516vw + 192.56338px)}}.page-footer__middle{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;gap:60px;justify-content:space-between;padding-bottom:60px}@media screen and (max-width:1440px){.page-footer__middle{gap:calc(4.5vw - 4.8px);padding-bottom:calc(1.878vw + 32.95775px)}}@media screen and (max-width:640px){.page-footer__middle{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px 4px}}.page-footer__menu-column{padding-right:27px}@media screen and (max-width:992px){.page-footer__menu-column{padding-right:0}}@media screen and (max-width:640px){.page-footer__menu-column{width:calc(50% - 2px)}}.page-footer__menu-caption{color:hsla(0,0%,100%,.6);font-family:Proxima Nova,Helvetica,Arial,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:22px;margin-bottom:24px}.page-footer__bottom{border-top:1px solid hsla(0,0%,100%,.2);padding-bottom:40px;padding-top:24px}@media screen and (max-width:1440px){.page-footer__bottom{padding-bottom:calc(2.254vw + 7.5493px);padding-top:calc(1.127vw + 7.77465px)}}.page-footer__copy{color:hsla(0,0%,100%,.8);font-family:Proxima Nova,Helvetica,Arial,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0 auto;max-width:284px;text-align:center}@media screen and (max-width:1440px){.page-footer__copy{font-size:calc(.188vw + 13.29577px);line-height:calc(.376vw + 18.59155px)}}.footer-nav__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px;list-style:none;margin:0;padding:0}.footer-nav__list a{color:#fff;font-family:Proxima Nova,Helvetica,Arial,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:22px;-webkit-transition:all .2s linear;transition:all .2s linear}.footer-nav__list a:hover{color:hsla(0,0%,100%,.6)}body.home .page-main{margin-top:-94px}.hero-primary{padding-bottom:60px;padding-top:196px;position:relative}@media screen and (max-width:1440px){.hero-primary{padding-top:calc(9.577vw + 58.08451px)}}.hero-primary+.two-cols-text-content-w-decor-bg{padding-top:140px}@media (min-height:840px) and (min-width:1024px){.hero-primary+.two-cols-text-content-w-decor-bg{-webkit-transform:translateY(25%);transform:translateY(25%)}}@media (min-height:1100px){.hero-primary+.two-cols-text-content-w-decor-bg{-webkit-transform:translateY(50%);transform:translateY(50%)}}@media (min-height:660px) and (max-width:575px){.hero-primary+.two-cols-text-content-w-decor-bg{-webkit-transform:translateY(4%);transform:translateY(4%)}}@media screen and (max-width:1440px){.hero-primary+.two-cols-text-content-w-decor-bg{padding-top:calc(4.319vw + 77.80282px)}}.hero-primary__inner{position:relative}.hero-primary__headline{margin:0 auto;max-width:872px;position:relative;text-align:center;width:100%;z-index:1}.hero-primary__title{text-wrap:balance;font-size:72px;line-height:1}@media screen and (max-width:1440px){.hero-primary__title{font-size:calc(2.629vw + 34.14085px)}}.hero-primary__title>*{font-size:72px;line-height:1}@media screen and (max-width:1440px){.hero-primary__title>*{font-size:calc(2.629vw + 34.14085px)}}.hero-primary__subtitle{font-size:32px;line-height:35px;margin-bottom:12px}@media screen and (max-width:1440px){.hero-primary__subtitle{font-size:calc(1.315vw + 13.07042px);line-height:calc(.939vw + 21.47887px)}}.hero-primary__subtitle>*{font-size:32px;line-height:35px}@media screen and (max-width:1440px){.hero-primary__subtitle>*{font-size:calc(1.315vw + 13.07042px);line-height:calc(.939vw + 21.47887px)}}.hero-primary__desc{font-size:24px;font-weight:600;line-height:32px;margin-top:32px;text-transform:capitalize}@media screen and (max-width:1440px){.hero-primary__desc{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px);margin-top:calc(.751vw + 21.1831px)}}.hero-primary__desc>*{font-size:24px;font-weight:600;line-height:32px}@media screen and (max-width:1440px){.hero-primary__desc>*{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.hero-primary__ctas{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:60px}@media screen and (max-width:1440px){.hero-primary__ctas{margin-top:calc(1.878vw + 32.95775px)}}@media screen and (max-width:480px){.hero-primary__ctas>.btn{width:100%}}.hero-primary__image-container{pointer-events:none;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform;z-index:2}.hero-primary__image-container-main-decor{background:#fff;display:block;-webkit-filter:blur(172px);filter:blur(172px);height:100%;inset:0;opacity:0;position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;will-change:filter;z-index:-2}@media screen and (max-width:1440px){.hero-primary__image-container-main-decor{-webkit-filter:blur(calc(11.08vw + 12.4507px));filter:blur(calc(11.08vw + 12.4507px))}}.hero-primary__image-decor{background-color:#ffbb1c;border-radius:143px;-webkit-filter:blur(135px);filter:blur(135px);height:352px;left:50%;opacity:0;position:absolute;top:41px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:277px;z-index:-1}@media screen and (max-width:1440px){.hero-primary__image-decor{border-radius:calc(6.009vw + 56.46479px);-webkit-filter:blur(calc(5.728vw + 52.52113px));filter:blur(calc(5.728vw + 52.52113px));height:calc(15.211vw + 132.95775px);top:calc(2.347vw + 7.19718px);width:calc(11.643vw + 109.33803px)}}.hero-primary__image-decor--2{background-color:#ffd91c;bottom:21px;height:302px;opacity:0;top:auto;width:291px}@media screen and (max-width:1440px){.hero-primary__image-decor--2{bottom:calc(2.535vw - 15.50704px);height:calc(13.052vw + 114.05634px);width:calc(12.3vw + 113.87324px)}}.hero-primary__image{display:block;margin:80px auto 0;max-width:307px;opacity:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;width:100%;will-change:opacity}@media screen and (max-width:1440px){.hero-primary__image{max-width:calc(12.582vw + 125.8169px)}}.hero-secondary{padding:60px 0}.hero-secondary__headline{margin:0 auto;max-width:872px;text-align:center;width:100%}.hero-secondary__title{text-wrap:balance;font-size:72px;line-height:1}@media screen and (max-width:1440px){.hero-secondary__title{font-size:calc(2.629vw + 34.14085px)}}.hero-secondary__title>*{font-size:72px;line-height:1}@media screen and (max-width:1440px){.hero-secondary__title>*{font-size:calc(2.629vw + 34.14085px)}}.hero-secondary__desc{font-size:24px;font-weight:600;line-height:32px;margin-top:32px;text-transform:capitalize}@media screen and (max-width:1440px){.hero-secondary__desc{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px);margin-top:calc(.751vw + 21.1831px)}}.hero-secondary__desc>*{font-size:24px;font-weight:600;line-height:32px}@media screen and (max-width:1440px){.hero-secondary__desc>*{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.hero-secondary__ctas{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:60px}@media screen and (max-width:1440px){.hero-secondary__ctas{margin-top:calc(1.878vw + 32.95775px)}}@media screen and (max-width:480px){.hero-secondary__ctas>.btn{width:100%}}.hero-with-cta{padding-bottom:60px;padding-top:80px}@media screen and (max-width:1440px){.hero-with-cta{padding-top:calc(1.878vw + 52.95775px)}}.hero-with-cta__headline{margin:0 auto;max-width:872px;text-align:center;width:100%}.hero-with-cta__title{text-wrap:balance;font-size:72px;line-height:1}@media screen and (max-width:1440px){.hero-with-cta__title{font-size:calc(2.629vw + 34.14085px)}}.hero-with-cta__title>*{font-size:72px;line-height:1}@media screen and (max-width:1440px){.hero-with-cta__title>*{font-size:calc(2.629vw + 34.14085px)}}.hero-with-cta__desc{font-size:24px;font-weight:600;line-height:32px;margin-top:32px;text-transform:capitalize}@media screen and (max-width:1440px){.hero-with-cta__desc{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px);margin-top:calc(.751vw + 21.1831px)}}.hero-with-cta__desc>*{font-size:24px;font-weight:600;line-height:32px}@media screen and (max-width:1440px){.hero-with-cta__desc>*{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.hero-with-cta__link{margin-top:80px}@media screen and (max-width:1440px){.hero-with-cta__link{margin-top:calc(3.756vw + 25.91549px)}}.hero-with-cta__link .btn{min-width:312px}@media screen and (max-width:480px){.hero-with-cta__link .btn{width:100%}}.hero-two-cols{padding:120px 0}@media screen and (max-width:1440px){.hero-two-cols{padding:calc(5.634vw + 38.87324px) 0}}.hero-two-cols .page-container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:767px){.hero-two-cols .page-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.hero-two-cols__headline{width:35%}@media screen and (max-width:1440px){.hero-two-cols__headline{max-width:460px}}@media screen and (max-width:767px){.hero-two-cols__headline{width:100%}}.hero-two-cols__subtitle{text-wrap:balance;font-size:32px;line-height:35px;margin-top:40px}@media screen and (max-width:1440px){.hero-two-cols__subtitle{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px);margin-top:calc(1.502vw + 18.3662px)}}.hero-two-cols__subtitle>*{font-size:32px;line-height:35px}@media screen and (max-width:1440px){.hero-two-cols__subtitle>*{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.hero-two-cols__desc{margin-top:auto;padding-top:167px;width:50%}@media screen and (max-width:1440px){.hero-two-cols__desc{max-width:648px}}@media screen and (max-width:767px){.hero-two-cols__desc{margin-top:20px;padding-top:0;width:100%}}.hero-two-cols__cta{display:none;margin-top:20px}@media screen and (max-width:767px){.hero-two-cols__cta{display:inline-block}}@media screen and (max-width:480px){.hero-two-cols__cta,.hero-two-cols__cta>.btn{width:100%}}.hero-two-cols__illustration{height:auto;left:50%;max-width:531px;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:-1}@media screen and (max-width:1440px){.hero-two-cols__illustration{max-width:calc(19.343vw + 252.46479px)}}@media screen and (max-width:480px){.hero-two-cols__illustration{top:20px}}.hero-with-form{padding:120px 0}@media screen and (max-width:767px){.hero-with-form:first-child .page-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero-with-form:first-child .hero-with-form__headline{text-align:center}.hero-with-form:first-child .hero-with-form__socials{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto;margin-right:auto}.hero-with-form:first-child .hero-with-form__illustration{display:none}}@media screen and (max-width:1440px){.hero-with-form{padding:calc(5.634vw + 38.87324px) 0}}.hero-with-form .page-container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:767px){.hero-with-form .page-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:24px}}.hero-with-form__headline{width:43.5%}@media screen and (max-width:1440px){.hero-with-form__headline{max-width:568px}}@media screen and (max-width:767px){.hero-with-form__headline{width:100%}}.hero-with-form__title{font-size:60px;letter-spacing:normal;line-height:66px}@media screen and (max-width:1440px){.hero-with-form__title{font-size:calc(1.502vw + 38.3662px);line-height:calc(2.066vw + 36.25352px)}}.hero-with-form__title>*{font-size:60px;letter-spacing:normal;line-height:66px}@media screen and (max-width:1440px){.hero-with-form__title>*{font-size:calc(1.502vw + 38.3662px);line-height:calc(2.066vw + 36.25352px)}}.hero-with-form__description{margin-top:16px}.hero-with-form__socials{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;justify-content:flex-start;list-style:none;margin:60px 0 0;padding:0}@media screen and (max-width:1440px){.hero-with-form__socials{margin-top:calc(3.38vw + 11.32394px)}}@media screen and (max-width:767px){.hero-with-form__socials{max-width:85%}}.hero-with-form__socials-item a{border:1px solid #353434;border-radius:50%;height:40px;width:40px}.hero-with-form__socials-item a,.hero-with-form__socials-item a .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.hero-with-form__socials-item a .inner{background-color:transparent;border:1px solid #000;border-radius:50%;height:32px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:32px}.hero-with-form__socials-item a:hover .inner{background-color:#353434}.hero-with-form__socials-item a:hover .inner path{fill:#fff}.hero-with-form__socials-item .style-svg{max-width:16px}.hero-with-form__socials-item .style-svg path{fill:#383838;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hero-with-form__form{backdrop-filter:blur(7px);background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:12px;padding:24px;width:49.5%}@media screen and (max-width:1440px){.hero-with-form__form{max-width:648px;padding:calc(.751vw + 13.1831px)}}@media screen and (max-width:767px){.hero-with-form__form{width:100%}}.hero-with-form__form-heading{font-size:32px;line-height:35px;margin-bottom:32px}@media screen and (max-width:1440px){.hero-with-form__form-heading{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px);margin-bottom:calc(.751vw + 21.1831px)}}.hero-with-form__form-heading>*{font-size:32px;line-height:35px}@media screen and (max-width:1440px){.hero-with-form__form-heading>*{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.hero-with-form__illustration{height:auto;left:50%;max-width:696px;position:absolute;top:159px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:-1}@media screen and (max-width:1440px){.hero-with-form__illustration{max-width:calc(33.146vw + 218.70423px)}}@media screen and (max-width:767px){.hero-with-form__illustration{top:calc(-40.712vw + 471.67176px)}}.hero-with-intro-text{padding:60px 0}@media screen and (max-width:1440px){.hero-with-intro-text{padding-bottom:calc(2.629vw + 22.14085px)}}.hero-with-intro-text__title{margin:0 auto;max-width:872px;text-align:center;width:100%}.hero-with-intro-text__description{margin:16px auto 0;max-width:805px;text-align:center;width:100%}@media screen and (max-width:1440px){.hero-with-intro-text__description{margin-top:calc(.376vw + 10.59155px)}}.hero-landing{padding-bottom:64px;padding-top:58px}.hero-landing .page-container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:812px){.hero-landing .page-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:40px}}.hero-landing__content{width:50%}@media screen and (max-width:1440px){.hero-landing__content{max-width:656px}}@media screen and (max-width:812px){.hero-landing__content{width:100%}}.hero-landing__label{font-size:32px;line-height:35px;margin-bottom:12px}@media screen and (max-width:1440px){.hero-landing__label{font-size:calc(1.315vw + 13.07042px);line-height:calc(.939vw + 21.47887px)}}.hero-landing__label>*{font-size:32px;line-height:35px}@media screen and (max-width:1440px){.hero-landing__label>*{font-size:calc(1.315vw + 13.07042px);line-height:calc(.939vw + 21.47887px)}}.hero-landing__title{font-size:72px;line-height:1}@media screen and (max-width:1440px){.hero-landing__title{font-size:calc(2.629vw + 34.14085px)}}.hero-landing__title>*{font-size:72px;line-height:1}@media screen and (max-width:1440px){.hero-landing__title>*{font-size:calc(2.629vw + 34.14085px)}}.hero-landing__subtitle{color:#383838;font-size:24px;font-weight:600;line-height:32px;margin-top:32px;text-transform:capitalize}@media screen and (max-width:1440px){.hero-landing__subtitle{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px);margin-top:calc(.751vw + 21.1831px)}}.hero-landing__subtitle>*{color:#383838;font-size:24px;font-weight:600;line-height:32px;text-transform:capitalize}@media screen and (max-width:1440px){.hero-landing__subtitle>*{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.hero-landing__ctas{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;margin-top:60px}@media screen and (max-width:1440px){.hero-landing__ctas{margin-top:calc(1.878vw + 32.95775px)}}@media screen and (max-width:812px){.hero-landing__ctas{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.hero-landing__ctas .btn{-ms-flex-negative:0;flex-shrink:0;min-width:calc(50% - 8px)}@media screen and (max-width:480px){.hero-landing__ctas .btn{min-width:100%;width:100%}}.hero-landing__image{width:40.2%}@media screen and (max-width:1440px){.hero-landing__image{max-width:527px}}@media screen and (max-width:812px){.hero-landing__image{max-width:70%;width:100%}}@media screen and (min-width:1024px) and (max-height:800px){.hero-landing .hero-landing__image{width:36%}}@media screen and (min-width:1024px) and (max-height:680px){.hero-landing .hero-landing__content{width:53%}.hero-landing .hero-landing__ctas{margin-top:40px}.hero-landing .hero-landing__image{width:35%}}.blog{padding-bottom:120px;padding-top:8px}@media screen and (max-width:1440px){.blog{padding-bottom:calc(5.634vw + 38.87324px)}}@media screen and (max-width:480px){.blog{padding-top:60px}}.blog__title{font-size:60px;letter-spacing:normal;line-height:66px;margin:0 auto;max-width:872px;text-align:center;width:100%}@media screen and (max-width:1440px){.blog__title{font-size:calc(1.502vw + 38.3662px);line-height:calc(2.066vw + 36.25352px)}}.blog__title>*{font-size:60px;letter-spacing:normal;line-height:66px}@media screen and (max-width:1440px){.blog__title>*{font-size:calc(1.502vw + 38.3662px);line-height:calc(2.066vw + 36.25352px)}}.blog__categories{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;justify-content:center;margin:60px 0}@media screen and (max-width:1440px){.blog__categories{margin-bottom:calc(3.38vw + 11.32394px);margin-top:calc(1.878vw + 32.95775px)}}@media screen and (max-width:767px){.blog__categories{-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-start;margin-left:-16px;margin-right:-16px;overflow:auto}}.blog__category{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.2);border:1px solid #383838;border-radius:12px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;line-height:1;padding:14px 32px;text-align:center;text-transform:capitalize;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:calc(25% - 9px);will-change:color,background-color,backdrop-filter}@media screen and (max-width:1440px){.blog__category{padding:calc(.188vw + 11.29577px) calc(1.502vw + 10.3662px)}}@media screen and (max-width:1280px){.blog__category{width:calc(33.33333% - 8px)}}@media screen and (max-width:992px){.blog__category{width:auto}}@media screen and (max-width:767px){.blog__category{white-space:nowrap}.blog__category:first-child{margin-left:16px}.blog__category:last-child{margin-right:16px}}.blog__category.active,.blog__category:hover{backdrop-filter:blur(10px);background-color:#383838;color:#fff}.blog__list{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;justify-content:flex-start}@media screen and (max-width:1024px){.blog__list{gap:16px}}@media screen and (max-width:640px){.blog__list{gap:12px}}.blog__list .post-card{width:calc(33.33333% - 16px)}@media screen and (max-width:1024px){.blog__list .post-card{width:calc(33.33333% - 10.66667px)}}@media screen and (max-width:830px){.blog__list .post-card{width:calc(50% - 8px)}}@media screen and (max-width:640px){.blog__list .post-card{width:calc(50% - 6px)}}@media screen and (max-width:480px){.blog__list .post-card{width:100%}}.blog__pagination{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;justify-content:center;margin-top:60px}@media screen and (max-width:1440px){.blog__pagination{gap:calc(.376vw + 6.59155px);margin-top:calc(1.878vw + 32.95775px)}}@media screen and (max-width:374px){.blog__pagination{gap:4px}}.blog__pagination .page-numbers{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:1px solid transparent;border-radius:50%;color:#383838;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:600;height:48px;justify-content:center;width:48px}@media screen and (max-width:1440px){.blog__pagination .page-numbers{height:calc(.751vw + 37.1831px);width:calc(.751vw + 37.1831px)}}@media screen and (max-width:374px){.blog__pagination .page-numbers{height:38px;width:38px}}.blog__pagination .page-numbers.current,.blog__pagination .page-numbers:hover:not(.prev):not(.next):not(.dots){background-color:hsla(0,0%,100%,.6);border-color:#fff}.blog__pagination .page-numbers.next,.blog__pagination .page-numbers.prev{border:1px solid #383838}.blog__pagination .page-numbers.next .inner,.blog__pagination .page-numbers.prev .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:1px solid #383838;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:36px;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:36px}@media screen and (max-width:1440px){.blog__pagination .page-numbers.next .inner,.blog__pagination .page-numbers.prev .inner{height:calc(.563vw + 27.88732px);width:calc(.563vw + 27.88732px)}}@media screen and (max-width:374px){.blog__pagination .page-numbers.next .inner,.blog__pagination .page-numbers.prev .inner{height:28px;width:28px}}.blog__pagination .page-numbers.next svg,.blog__pagination .page-numbers.prev svg{margin-left:2px;max-width:8px}.blog__pagination .page-numbers.next:hover .inner,.blog__pagination .page-numbers.prev:hover .inner{background-color:#383838}.blog__pagination .page-numbers.next:hover svg path,.blog__pagination .page-numbers.prev:hover svg path{stroke:#fff}.blog__pagination .page-numbers.prev svg{margin-left:0;margin-right:2px;-webkit-transform:scale(-1);transform:scale(-1)}.blog__not-found{text-align:center;width:100%}.contributors{padding-bottom:120px;padding-top:60px}@media screen and (max-width:1440px){.contributors{padding-bottom:calc(5.634vw + 38.87324px);padding-top:calc(2.629vw + 22.14085px)}}.contributors__list{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;justify-content:flex-start}@media screen and (max-width:1024px){.contributors__list{gap:16px}}@media screen and (max-width:640px){.contributors__list{gap:12px}}@media screen and (max-width:480px){.contributors__list{row-gap:24px}}.contributors__card{-webkit-box-orient:vertical;-webkit-box-direction:normal;background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px;margin:0;padding:24px;width:calc(33.33333% - 16px)}@media screen and (max-width:1024px){.contributors__card{width:calc(33.33333% - 10.66667px)}}@media screen and (max-width:830px){.contributors__card{width:calc(50% - 12px)}}@media screen and (max-width:640px){.contributors__card{width:calc(50% - 6px)}}@media screen and (max-width:480px){.contributors__card{width:100%}}.contributors__card-photo{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;aspect-ratio:1;background-image:url(../images/individual-photo.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:0 auto;max-width:236px;overflow:hidden;width:100%}.contributors__card-photo>img{aspect-ratio:1;border:3px solid #383838;border-radius:50%;max-width:212px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:90%}.contributors__card-name{color:#353434;font-size:32px;line-height:35px;margin-bottom:16px}@media screen and (max-width:1440px){.contributors__card-name{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.contributors__card-position{font-size:18px;line-height:26px}@media screen and (max-width:1440px){.contributors__card-position{font-size:calc(.188vw + 15.29577px);line-height:calc(.282vw + 21.94366px)}}.contributors__card-btn{margin-top:auto;width:100%}.contributors__not-found{text-align:center;width:100%}.team{padding:60px 0}@media screen and (max-width:1440px){.team{padding-top:calc(5.634vw - 21.12676px)}}@media screen and (max-width:480px){.team{padding-top:0}}.team__item{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:60px}@media screen and (max-width:767px){.team__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:24px}}.team__item:nth-of-type(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:767px){.team__item:nth-of-type(2n){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.team__item:last-of-type{margin-bottom:0}.team__item-head-mob{-ms-flex-item-align:start;align-self:flex-start;display:none}@media screen and (max-width:767px){.team__item-head-mob{display:block}}.team__item-photo{aspect-ratio:480/600;border-radius:258px;width:35%}@media screen and (max-width:1440px){.team__item-photo{max-width:calc(18.028vw + 220.39437px);width:36.6%}}@media screen and (max-width:992px){.team__item-photo{width:40%}}@media screen and (max-width:767px){.team__item-photo{width:84%}}.team__item-photo .inner{border:1.17px solid #383838;border-radius:258px;height:100%;padding:9px}@media screen and (max-width:1440px){.team__item-photo .inner{padding:calc(.282vw + 4.94366px)}}.team__item-photo img{border:.77px solid #383838;border-radius:455px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%}.team__item-content{width:49.5%}@media screen and (max-width:1440px){.team__item-content{max-width:648px}}@media screen and (max-width:992px){.team__item-content{width:55%}}@media screen and (max-width:767px){.team__item-content{width:100%}.team__item-content .team__item-name,.team__item-content .team__item-position{display:none}}.team__item-name{color:#353434;font-size:60px;font-weight:700;line-height:66px;margin-bottom:8px}@media screen and (max-width:1440px){.team__item-name{font-size:calc(2.254vw + 27.5493px);letter-spacing:calc(.017vw - .24338px);line-height:calc(2.441vw + 30.84507px)}}.team__item-position{color:#666;font-size:24px;font-weight:600;line-height:32px;margin-bottom:40px;text-transform:capitalize}@media screen and (max-width:1440px){.team__item-position{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px);margin-bottom:calc(1.408vw + 19.71831px)}}.team__item-btn{margin-top:40px;min-width:320px}@media screen and (max-width:1440px){.team__item-btn{margin-top:calc(1.502vw + 18.3662px)}}@media screen and (max-width:480px){.team__item-btn{width:100%}}.prayers-sec{padding:120px 0}@media screen and (max-width:1440px){.prayers-sec{padding:calc(5.634vw + 38.87324px) 0}}.prayers-sec__filter{margin-bottom:60px}@media screen and (max-width:1440px){.prayers-sec__filter{margin-bottom:calc(3.38vw + 11.32394px)}}@media screen and (max-width:767px){.prayers-sec__filter{margin-bottom:0}.prayers-sec__filter:not(.prayers-sec__filter--mob) .search-form{display:none}}.prayers-sec__filter--mob{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none;gap:16px;justify-content:space-between;margin-top:16px;position:relative;top:auto;z-index:99}@media screen and (max-width:767px){.prayers-sec__filter--mob{display:-webkit-box;display:-ms-flexbox;display:flex}}.prayers-sec__filter-head{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;justify-content:space-between}.prayers-sec__filter-title{color:#383838;font-size:60px;letter-spacing:normal;line-height:66px;width:50%}@media screen and (max-width:1440px){.prayers-sec__filter-title{font-size:calc(3.38vw + 11.32394px);line-height:calc(3.474vw + 15.97183px)}}.prayers-sec__filter-search{width:32.5%}@media screen and (max-width:1440px){.prayers-sec__filter-search{max-width:424px}}@media screen and (max-width:767px){.prayers-sec__filter-search{max-width:424px;width:100%}}.prayers-sec__filter-btn{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-negative:0;align-items:center;background-color:#353434;border:none;border-radius:50%;cursor:pointer;display:none;flex-shrink:0;height:52px;justify-content:center;padding:0;width:52px}@media screen and (max-width:767px){.prayers-sec__filter-btn{display:-webkit-box;display:-ms-flexbox;display:flex}}.prayers-sec__filter-btn>.style-svg{max-width:24px}.prayers-sec__filter-mobile{-webkit-box-orient:vertical;-webkit-box-direction:normal;backdrop-filter:blur(32px);background:hsla(0,0%,100%,.8);bottom:0;-webkit-box-shadow:0 2px 8px 0 rgba(212,219,232,.6);box-shadow:0 2px 8px 0 rgba(212,219,232,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px;margin:0;min-height:100dvh;padding:24px 16px 86px;position:fixed;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:.6s;transition:.6s;width:100%;z-index:100}.prayers-sec__filter-mobile.open{-webkit-transform:translateX(0);transform:translateX(0)}.prayers-sec__filter-mobile.option-2{background:hsla(0,0%,100%,.6)}.prayers-sec__filter-mobile.option-2 .prayers-sec__filter-mobile-topics{gap:16px}.prayers-sec__filter-mobile.option-2 .prayers-sec__filter-mobile-topic{backdrop-filter:blur(10px);border:1px solid #e0e0e0;border-radius:8px;font-size:16px!important;padding:12px 20px 12px 12px}.prayers-sec__filter-mobile-close{background-color:transparent;border:none;cursor:pointer;height:24px;padding:0;position:absolute;right:16px;top:24px;width:24px}.prayers-sec__filter-mobile-close .style-svg{max-width:24px}.prayers-sec__filter-mobile-topics{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-height:calc(100vh - 130px);overflow:auto}.prayers-sec__filter-mobile-topic{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(0,0,0,.12);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:10px;margin:0!important;padding:16px 0;width:calc(33.33333% - 10.66667px)}@media screen and (max-width:640px){.prayers-sec__filter-mobile-topic{width:calc(50% - 8px)}}.prayers-sec__filter-mobile-bottom{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;backdrop-filter:blur(32px);background:hsla(0,0%,100%,.8);border-top:1px solid #fff;bottom:0;-webkit-box-shadow:0 2px 8px 0 rgba(212,219,232,.6);box-shadow:0 2px 8px 0 rgba(212,219,232,.6);display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;justify-content:center;left:0;padding:24px 16px 16px;position:fixed;right:0}.prayers-sec__filter-mobile-bottom .btn{min-width:163px}@media screen and (max-width:480px){.prayers-sec__filter-mobile-bottom .btn{min-width:calc(50% - 8px)}}.prayers-sec__filter-topics{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;margin-top:40px}@media screen and (max-width:767px){.prayers-sec__filter-topics{display:none}}.prayers-sec__filter-topic{-webkit-box-align:center;-ms-flex-align:center;align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.8);border-radius:8px;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:16px!important;gap:10px;line-height:1!important;margin:0!important;padding:12px 20px 12px 12px;text-transform:capitalize;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.prayers-sec__filter-topic:hover{background:#fff}.prayers-sec__filter-topic:has(input:disabled){cursor:not-allowed!important}.prayers-sec__list{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;justify-content:flex-start}@media screen and (max-width:1024px){.prayers-sec__list{gap:16px}}@media screen and (max-width:767px){.prayers-sec__list{margin-top:calc(4.071vw + 8.73282px)}}@media screen and (max-width:640px){.prayers-sec__list{gap:12px}}.prayers-sec__list .prayer-card{width:calc(33.33333% - 16px)}@media screen and (max-width:1024px){.prayers-sec__list .prayer-card{width:calc(33.33333% - 10.66667px)}}@media screen and (max-width:830px){.prayers-sec__list .prayer-card{width:calc(50% - 8px)}}@media screen and (max-width:640px){.prayers-sec__list .prayer-card{width:calc(50% - 6px)}}@media screen and (max-width:480px){.prayers-sec__list .prayer-card{width:100%}}.prayers-sec__not-found{text-align:center;width:100%}@media screen and (max-width:767px){.prayers-sec__not-found{margin-top:16px}}.press-sec{padding-bottom:100px;padding-top:50px}@media screen and (max-width:1440px){.press-sec{padding-bottom:calc(3.756vw + 45.91549px);padding-top:calc(4.695vw - 17.60563px)}}@media screen and (max-width:480px){.press-sec{padding-top:0}}.press-sec__title{font-size:44px;line-height:53px;margin-bottom:60px}@media screen and (max-width:1440px){.press-sec__title{font-size:calc(.751vw + 33.1831px);letter-spacing:calc(.017vw - .24338px);line-height:calc(1.221vw + 35.42254px);margin-bottom:calc(4.131vw + .50704px)}}.press-sec__title>*{font-size:44px;line-height:53px}@media screen and (max-width:1440px){.press-sec__title>*{font-size:calc(.751vw + 33.1831px);letter-spacing:calc(.017vw - .24338px);line-height:calc(1.221vw + 35.42254px)}}.press-sec__list{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;justify-content:flex-start}@media screen and (max-width:1024px){.press-sec__list{gap:16px}}.press-sec__list .press-card{max-width:510px;width:calc(33.33333% - 16px)}@media screen and (max-width:1024px){.press-sec__list .press-card{width:calc(50% - 8px)}}@media screen and (max-width:640px){.press-sec__list .press-card{margin-left:auto;margin-right:auto;width:100%}}.press-sec__not-found{text-align:center;width:100%}.featured-press{padding-bottom:50px;padding-top:60px}@media screen and (max-width:1440px){.featured-press{padding-top:calc(5.634vw - 21.12676px)}}@media screen and (max-width:480px){.featured-press{padding-top:0}}.featured-press .page-container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:830px){.featured-press .page-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:32px}}.featured-press__main{width:60%}@media screen and (max-width:1440px){.featured-press__main{max-width:784px}}@media screen and (max-width:1024px){.featured-press__main{width:calc(65% - 24px)}}@media screen and (max-width:830px){.featured-press__main{width:100%}}.featured-press__title{font-size:44px;line-height:53px;margin-bottom:24px}@media screen and (max-width:1440px){.featured-press__title{font-size:calc(.751vw + 33.1831px);letter-spacing:calc(.017vw - .24338px);line-height:calc(1.221vw + 35.42254px)}}.featured-press__title>*{font-size:44px;line-height:53px}@media screen and (max-width:1440px){.featured-press__title>*{font-size:calc(.751vw + 33.1831px);letter-spacing:calc(.017vw - .24338px);line-height:calc(1.221vw + 35.42254px)}}.featured-press__list{margin-top:60px}@media screen and (max-width:1440px){.featured-press__list{margin-top:calc(1.878vw + 32.95775px)}}.featured-press__item{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;justify-content:space-between;margin-bottom:24px;padding:24px}@media screen and (max-width:1440px){.featured-press__item{gap:calc(.751vw + 13.1831px);margin-bottom:calc(.751vw + 13.1831px)}}@media screen and (max-width:480px){.featured-press__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.featured-press__item:last-of-type{margin-bottom:0}.featured-press__item-img{-ms-flex-negative:0;aspect-ratio:1;background:#fff;border:1px solid #e0e0e0;border-radius:22px;flex-shrink:0;max-width:165px;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:25%}@media screen and (max-width:480px){.featured-press__item-img{max-width:100%;width:100%}}.featured-press__item-img>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.featured-press__item-date{font-size:18px;line-height:26px;margin-bottom:10px}.featured-press__item-text{font-weight:600}.featured-press__item-text>*{font-weight:600;line-height:1}.featured-press__item-text strong{font-size:20px;font-weight:700;line-height:22px}.featured-press__item-btn{font-size:16px;margin-top:16px;min-width:240px}@media screen and (max-width:480px){.featured-press__item-btn{margin-top:24px;width:100%}}.featured-press__item-btn .btn__inner-bg{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;justify-content:center;padding-bottom:9px;padding-top:9px}.featured-press__item-btn svg{max-width:10px}.featured-press__item-btn svg path{-webkit-transition:fill .3s ease-in-out;transition:fill .3s ease-in-out}.featured-press__item-btn:hover svg path{fill:#fff}@media (hover:none){.featured-press__item-btn:hover svg path{fill:#383838}}.featured-press__sidebar{background:hsla(0,0%,100%,.8);border:1px solid #fff;border-radius:12px;padding:24px;width:30.6%}@media screen and (max-width:1440px){.featured-press__sidebar{max-width:400px}}@media screen and (max-width:1024px){.featured-press__sidebar{width:35%}}@media screen and (max-width:830px){.featured-press__sidebar{display:none;max-width:100%;width:100%}}.featured-press__sidebar--mobile{display:none}@media screen and (max-width:830px){.featured-press__sidebar--mobile{display:block;margin-top:32px}}.featured-press__sidebar-heading{font-size:32px;line-height:35px;margin-bottom:16px}@media screen and (max-width:1440px){.featured-press__sidebar-heading{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.featured-press__sidebar-info{font-size:16px;line-height:23px}.featured-press__sidebar-connects{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #595959;border-top:1px solid #595959;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;justify-content:center;margin:16px 0;padding:16px 0}.featured-press__sidebar-connect{border:1px solid #353434;border-radius:50%;height:40px;width:40px}.featured-press__sidebar-connect,.featured-press__sidebar-connect .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.featured-press__sidebar-connect .inner{background-color:transparent;border:1px solid #000;border-radius:50%;height:32px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:32px}.featured-press__sidebar-connect .style-svg{max-width:16px}.featured-press__sidebar-connect .style-svg path{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.featured-press__sidebar-connect:hover .inner{background-color:#353434}.featured-press__sidebar-connect:hover .inner path{fill:#fff}.featured-press__sidebar-ep-link{margin-top:16px}.help-center{padding-bottom:120px;padding-top:60px}@media screen and (max-width:1440px){.help-center{padding-bottom:calc(5.634vw + 38.87324px)}}.help-center__title{font-size:72px;line-height:1;margin:0 auto;max-width:872px;text-align:center;width:100%}@media screen and (max-width:1440px){.help-center__title{font-size:calc(2.629vw + 34.14085px)}}.help-center__title>*{font-size:72px;line-height:1}@media screen and (max-width:1440px){.help-center__title>*{font-size:calc(2.629vw + 34.14085px)}}.help-center__row{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-top:60px}@media screen and (max-width:830px){.help-center__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:44px}}.help-center__sidebar{position:relative;top:auto;width:27.5%;z-index:99}@media screen and (max-width:1440px){.help-center__sidebar{max-width:360px}}@media screen and (max-width:1024px){.help-center__sidebar{width:28%}}@media screen and (max-width:830px){.help-center__sidebar{max-width:100%;position:static;width:100%}}.help-center__sidebar-toc{list-style:none;margin:8px 0 0;padding:0}.help-center__sidebar-toc>li:not(:last-of-type){border-bottom:1px solid rgba(0,0,0,.12)}.help-center__sidebar-toc a{color:#212020;display:block;font-size:18px;font-weight:600;line-height:22px;padding:16px 0}.help-center__sidebar-toc a:hover{color:rgba(48,48,48,.5)}.help-center__list{width:66.6%}@media screen and (max-width:1440px){.help-center__list{max-width:872px}}@media screen and (max-width:1024px){.help-center__list{width:calc(72% - 24px)}}@media screen and (max-width:830px){.help-center__list{max-width:100%;width:100%}}.help-center__block:not(:last-of-type){margin-bottom:80px}@media screen and (max-width:1440px){.help-center__block:not(:last-of-type){margin-bottom:calc(1.878vw + 52.95775px)}}.help-center__block-heading{margin-bottom:32px}@media screen and (max-width:1440px){.help-center__block-heading{margin-bottom:calc(.751vw + 21.1831px)}}.help-center__block-item{background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:12px;margin-bottom:12px}.help-center__block-item.active .help-center__block-item-control{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.help-center__block-item:last-of-type{margin-bottom:0}.help-center__block-item-heading{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;font-weight:600;gap:20px;justify-content:space-between;line-height:32px;margin:0;padding:24px;text-transform:capitalize}@media screen and (max-width:1440px){.help-center__block-item-heading{font-size:calc(.376vw + 18.59155px);line-height:calc(.563vw + 23.88732px);padding:calc(.751vw + 13.1831px)}}.help-center__block-item-control{-ms-flex-negative:0;color:#000;cursor:pointer;flex-shrink:0;height:44px;padding:0;width:44px;will-change:transform}.help-center__block-item-control,.help-center__block-item-control .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:1px solid #000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.help-center__block-item-control .inner{height:36px;width:36px}.help-center__block-item-control .inner svg{max-width:16px}.help-center__block-item-control .inner svg path{stroke:#000}.help-center__block-item-desc{display:none;padding:0 24px 24px}@media screen and (max-width:1440px){.help-center__block-item-desc{padding:0 calc(.751vw + 13.1831px) calc(.751vw + 13.1831px)}}.meet-the-team{padding:120px 0}@media screen and (max-width:1440px){.meet-the-team{padding:calc(5.634vw + 38.87324px) 0}}.meet-the-team__headline{margin-bottom:40px}@media screen and (max-width:1440px){.meet-the-team__headline{margin-bottom:calc(.751vw + 29.1831px)}}.meet-the-team__subtitle{font-size:32px;line-height:35px;margin-top:40px;max-width:740px}@media screen and (max-width:1920px){.meet-the-team__subtitle{max-width:calc(42.5vw - 76px)}}@media screen and (max-width:1440px){.meet-the-team__subtitle{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px);margin-top:calc(1.502vw + 18.3662px);max-width:536px}}.meet-the-team__subtitle>*{font-size:32px;line-height:35px}@media screen and (max-width:1440px){.meet-the-team__subtitle>*{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.meet-the-team__main{margin-left:auto;max-width:740px}@media screen and (max-width:1920px){.meet-the-team__main{max-width:calc(19.167vw + 372px)}}@media screen and (max-width:1440px){.meet-the-team__main{max-width:648px}}@media screen and (max-width:767px){.meet-the-team__main{max-width:100%;padding-left:40px;width:100%}}.meet-the-team__list{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;justify-content:flex-start}.meet-the-team__list:has(.meet-the-team__item:nth-child(4)) .meet-the-team__item{width:calc(25% - 12px)}@media screen and (max-width:640px){.meet-the-team__list:has(.meet-the-team__item:nth-child(4)) .meet-the-team__item{width:calc(50% - 8px)}}@media screen and (max-width:575px){.meet-the-team__list:has(.meet-the-team__item:nth-child(4)) .meet-the-team__item{width:100%}}@media screen and (max-width:640px){.meet-the-team__list{gap:8px}}.meet-the-team__item{background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:12px;padding:28px 14px;text-align:center;-webkit-transition:all .3s linear;transition:all .3s linear;width:calc(33.33333% - 10.66667px);will-change:background-color}@media screen and (max-width:1440px){.meet-the-team__item{padding:calc(1.69vw + 3.66197px) calc(.094vw + 12.64789px)}}@media screen and (max-width:640px){.meet-the-team__item{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;justify-content:flex-start;text-align:left;width:calc(50% - 4px)}}@media screen and (max-width:575px){.meet-the-team__item{width:100%}}.meet-the-team__item:hover:is(a){background-color:#fff;-webkit-transition:all .3s linear;transition:all .3s linear}.meet-the-team__item-photo{border:.771px solid #383838;border-radius:50%;height:120px;margin-left:auto;margin-right:auto;overflow:hidden;width:120px}@media screen and (max-width:1440px){.meet-the-team__item-photo{height:calc(5.822vw + 36.16901px);width:calc(5.822vw + 36.16901px)}}@media screen and (max-width:640px){.meet-the-team__item-photo{-ms-flex-negative:0;flex-shrink:0;margin:0}}.meet-the-team__item-photo>img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:100%}.meet-the-team__item-info{margin-top:16px}@media screen and (max-width:640px){.meet-the-team__item-info{margin-top:0}}.meet-the-team__item-name{color:#000;font-size:20px;font-weight:700;line-height:22px;margin-bottom:0}@media screen and (max-width:1440px){.meet-the-team__item-name{font-size:calc(.376vw + 14.59155px);line-height:calc(.563vw + 13.88732px)}}.meet-the-team__item-position{color:#595959;font-size:14px;line-height:16px;margin-top:8px}@media screen and (max-width:1440px){.meet-the-team__item-position{margin-top:calc(.188vw + 5.29577px)}}.meet-the-team__desc{margin-top:20px}.meet-the-team__cta{margin-top:32px;min-width:212px}@media screen and (max-width:1440px){.meet-the-team__cta{margin-top:calc(1.502vw + 10.3662px)}}@media screen and (max-width:480px){.meet-the-team__cta{width:100%}}.community .page-container{padding:120px 16px;position:relative}@media screen and (max-width:1440px){.community .page-container{padding:calc(5.634vw + 38.87324px) 16px}}.community__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;max-width:698px;min-height:508px;padding:155px 0;text-align:center;width:100%}@media screen and (max-width:767px){.community__content{padding:210px 0}}.community__title{margin-bottom:40px}@media screen and (max-width:1440px){.community__title{margin-bottom:calc(2.254vw + 7.5493px)}}.community__subtitle{font-size:24px;font-weight:600;line-height:32px;text-transform:capitalize}@media screen and (max-width:1440px){.community__subtitle{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.community__subtitle>*{font-size:24px;font-weight:600;line-height:32px;text-transform:capitalize}@media screen and (max-width:1440px){.community__subtitle>*{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.community__images{height:100%;inset:0;position:absolute;width:100%;z-index:-1}@media screen and (max-width:1440px){.community__images{top:calc(-7.033vw + 101.37324px)}}.community__image{border:1px solid #fff;border-radius:50%;height:124px;-o-object-fit:cover;object-fit:cover;position:absolute;width:124px}@media screen and (max-width:1440px){.community__image{height:calc(5.634vw + 42.87324px);width:calc(5.634vw + 42.87324px)}}.community__image:first-of-type{left:40.89%;top:9.3%}@media screen and (max-width:767px){.community__image:first-of-type{bottom:13.6%;left:17.6%;top:auto}}.community__image:nth-of-type(2){bottom:5.2%;left:27.15%}@media screen and (max-width:767px){.community__image:nth-of-type(2){bottom:auto;left:auto;right:18%;top:25.4%}}.community__image:nth-of-type(3){bottom:13.4%;height:124px;right:20.9%;width:124px}@media screen and (max-width:1440px){.community__image:nth-of-type(3){height:calc(8.638vw - .39437px);width:calc(8.638vw - .39437px)}}@media screen and (max-width:767px){.community__image:nth-of-type(3){bottom:13.1%;right:20%}}.community__image:nth-of-type(4){left:11%;top:45.6%}@media screen and (max-width:767px){.community__image:nth-of-type(4){left:36%;top:20.65%}}.community__image:nth-of-type(5){right:7.55%;top:40.7%}@media screen and (max-width:767px){.community__image:nth-of-type(5){display:none}}.community__image:nth-of-type(6){height:80px;right:23.2%;top:17%;width:80px}@media screen and (max-width:1440px){.community__image:nth-of-type(6){height:calc(3.38vw + 31.32394px);width:calc(3.38vw + 31.32394px)}}@media screen and (max-width:767px){.community__image:nth-of-type(6){bottom:16.5%;right:20%;top:auto}}.community__image:nth-of-type(7){height:72px;left:19.4%;top:9.9%;width:72px}@media screen and (max-width:1440px){.community__image:nth-of-type(7){height:calc(3.005vw + 28.73239px);width:calc(3.005vw + 28.73239px)}}@media screen and (max-width:767px){.community__image:nth-of-type(7){left:18.4%;top:11.3%}}.community__image:nth-of-type(8){height:64px;left:5.9%;top:30%;width:64px}@media screen and (max-width:1440px){.community__image:nth-of-type(8){height:calc(1.878vw + 36.95775px);width:calc(1.878vw + 36.95775px)}}@media screen and (max-width:767px){.community__image:nth-of-type(8){left:auto;right:26.5%;top:11.3%}}.community__image:nth-of-type(9){bottom:18.6%;left:3.4%}@media screen and (max-width:767px){.community__image:nth-of-type(9){bottom:auto;left:9.8%;top:29.35%}}.community__image:nth-of-type(10){height:64px;right:3.9%;top:16.8%;width:64px}@media screen and (max-width:1440px){.community__image:nth-of-type(10){height:calc(1.502vw + 42.3662px);width:calc(1.502vw + 42.3662px)}}@media screen and (max-width:767px){.community__image:nth-of-type(10){bottom:5.55%;left:42%;right:auto;top:auto}}.community__image:nth-of-type(11){bottom:25.4%;right:5.8%}@media screen and (max-width:767px){.community__image:nth-of-type(11){bottom:.1%;left:16%;right:auto}}.community__image:nth-of-type(4),.community__image:nth-of-type(5){height:96px;width:96px}@media screen and (max-width:1440px){.community__image:nth-of-type(4),.community__image:nth-of-type(5){height:calc(4.507vw + 31.09859px);width:calc(4.507vw + 31.09859px)}}.community__image:nth-of-type(11),.community__image:nth-of-type(9){height:64px;width:64px}@media screen and (max-width:1440px){.community__image:nth-of-type(11),.community__image:nth-of-type(9){height:calc(3.005vw + 20.73239px);width:calc(3.005vw + 20.73239px)}}.community__illustration{height:auto;left:50%;max-width:740px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;z-index:-2}@media screen and (max-width:1440px){.community__illustration{max-width:calc(37.277vw + 203.21127px)}}.faq{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:120px;padding-top:120px}@media screen and (max-width:1440px){.faq{padding-bottom:calc(5.634vw + 38.87324px);padding-top:calc(5.634vw + 38.87324px)}}.faq--sp-faq{padding-bottom:96px}@media screen and (max-width:1440px){.faq--sp-faq{padding-bottom:calc(3.38vw + 47.32394px)}}.faq .page-container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:830px){.faq .page-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:32px}}.faq__title{width:42.8%}@media screen and (max-width:1440px){.faq__title{max-width:560px}}@media screen and (max-width:830px){.faq__title{width:100%}}.faq__list{width:49.5%}@media screen and (max-width:1440px){.faq__list{max-width:648px}}@media screen and (max-width:830px){.faq__list{max-width:100%;width:100%}}.faq__item{background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:12px;margin-bottom:12px}.faq__item.active .faq__item-control{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.faq__item:last-of-type{margin-bottom:0}.faq__item-heading{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;font-weight:600;gap:20px;justify-content:space-between;line-height:32px;margin:0;padding:24px;text-transform:capitalize}@media screen and (max-width:1440px){.faq__item-heading{font-size:calc(.376vw + 18.59155px);line-height:calc(.563vw + 23.88732px);padding:calc(.751vw + 13.1831px)}}.faq__item-heading>*{font-size:24px;font-weight:600;line-height:32px}@media screen and (max-width:1440px){.faq__item-heading>*{font-size:calc(.376vw + 18.59155px);line-height:calc(.563vw + 23.88732px)}}.faq__item-desc{display:none;padding:0 24px 24px}@media screen and (max-width:1440px){.faq__item-desc{padding:0 calc(.751vw + 13.1831px) calc(.751vw + 13.1831px)}}.faq__item-control{-ms-flex-negative:0;color:#000;cursor:pointer;flex-shrink:0;height:44px;padding:0;width:44px;will-change:transform}.faq__item-control,.faq__item-control .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:1px solid #000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.faq__item-control .inner{height:36px;width:36px}.faq__item-control .inner svg{max-width:16px}.faq__item-control .inner svg path{stroke:#000}.sources{padding-bottom:120px;padding-top:60px}@media screen and (max-width:1440px){.sources{padding-bottom:calc(5.634vw + 38.87324px)}}@media screen and (max-width:992px){.sources--sp{padding-top:40px}}@media screen and (max-width:767px){.sources--sp{padding-top:0}}.sources .page-container{max-width:1000px;width:92%}@media screen and (max-width:1920px){.sources .page-container{max-width:calc(26.667vw + 488px)}}@media screen and (max-width:1440px){.sources .page-container{max-width:872px}}@media screen and (max-width:767px){.sources .page-container{width:100%}}.sources details[open] .sources__btn{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sources summary{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}.sources__btn{color:#000;cursor:pointer;height:44px;padding:0;width:44px}.sources__btn,.sources__btn .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:1px solid #000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.sources__btn .inner{height:36px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:36px}.sources__btn .inner svg{max-width:16px}.sources__btn .inner svg path{stroke:#000}.sources__content{margin-top:40px;overflow-wrap:break-word}@media screen and (max-width:1440px){.sources__content{margin-top:calc(.751vw + 29.1831px)}}.sources__content>ol,.sources__content>ul{counter-reset:sources;list-style:none;margin:0;padding:0}.sources__content>ol li,.sources__content>ul li{counter-increment:sources;margin-bottom:16px;padding-left:33px;position:relative}@media screen and (max-width:1440px){.sources__content>ol li,.sources__content>ul li{padding-left:calc(.376vw + 27.59155px)}}.sources__content>ol li:before,.sources__content>ul li:before{content:"[" counter(sources) "]";left:0;position:absolute;top:0}.sources__content>ol li:last-child,.sources__content>ul li:last-child{margin-bottom:0}.long-links{padding:120px 0}@media screen and (max-width:1440px){.long-links{padding:calc(5.634vw + 38.87324px) 0}}.long-links .page-container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:830px){.long-links .page-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:24px}}.long-links__title{width:49.5%}@media screen and (max-width:1440px){.long-links__title{max-width:648px}}@media screen and (max-width:830px){.long-links__title{width:100%}}.long-links__links{width:49.5%}@media screen and (max-width:1440px){.long-links__links{max-width:648px}}@media screen and (max-width:830px){.long-links__links{max-width:100%;width:100%}}.long-links__link{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:12px;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;font-weight:600;gap:20px;justify-content:space-between;line-height:32px;margin-bottom:12px;padding:24px;text-transform:capitalize;-webkit-transition:all .3s linear;transition:all .3s linear;will-change:background-color}@media screen and (max-width:1440px){.long-links__link{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px);padding:calc(.751vw + 13.1831px)}}.long-links__link:hover{background:#fff;color:#000;-webkit-transition:all .3s linear;transition:all .3s linear}.long-links__link:last-of-type{margin-bottom:0}.long-links__link-control{-ms-flex-negative:0;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:1px solid #000;border-radius:50%;color:#000;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;height:44px;justify-content:center;padding:0;width:44px}@media screen and (max-width:1440px){.long-links__link-control{height:calc(.376vw + 38.59155px);width:calc(.376vw + 38.59155px)}}.long-links__link-control .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:1px solid #000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:36px;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:36px}@media screen and (max-width:1440px){.long-links__link-control .inner{height:calc(.376vw + 30.59155px);width:calc(.376vw + 30.59155px)}}.long-links__link-control .inner svg{max-width:10px}.features-cards{padding:120px 0}@media screen and (max-width:1440px){.features-cards{padding:calc(5.634vw + 38.87324px) 0}}@media screen and (max-width:1024px){.features-cards__headline{margin-bottom:95px}}@media screen and (max-width:992px){.features-cards__headline{margin-bottom:80px}}@media screen and (max-width:767px){.features-cards__headline{margin-bottom:0}}.features-cards__title{margin:0 auto;max-width:872px;text-align:center;width:100%}.features-cards__desc{margin:40px auto 0;max-width:648px;text-align:center;width:100%}@media screen and (max-width:1440px){.features-cards__desc{margin-top:calc(.751vw + 29.1831px)}}.features-cards__list{-ms-grid-columns:(1fr)[11];-ms-grid-rows:(1fr)[5];display:-ms-grid;display:grid;gap:16px;grid-template-columns:repeat(11,1fr);grid-template-rows:repeat(5,1fr);margin-top:40px}@media screen and (max-width:1440px){.features-cards__list{margin-top:calc(.751vw + 29.1831px)}}@media screen and (max-width:992px){.features-cards__list{-ms-grid-columns:(1fr)[8];-ms-grid-rows:(1fr)[7];grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(7,1fr)}}@media screen and (max-width:767px){.features-cards__list{-ms-grid-columns:(1fr)[4];-ms-grid-rows:(1fr)[8];gap:12px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(8,1fr)}}.features-cards__item{background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:12px;max-width:244px;padding:54px 24px;text-align:center;width:100%}@media screen and (max-width:1440px){.features-cards__item{padding:calc(3.568vw + 2.61972px) calc(.751vw + 13.1831px)}}@media screen and (max-width:767px){.features-cards__item{max-width:100%}}.features-cards__item:first-child{-ms-grid-column-span:2;-ms-grid-row-span:2;-ms-grid-column:1;grid-column:1/3;-ms-grid-row:1;grid-row:1/3;-webkit-transform:translate(75px,-45px);transform:translate(75px,-45px)}@media screen and (max-width:767px){.features-cards__item:first-child{-ms-grid-column-span:2;-ms-grid-column:1;grid-column:1/3;-webkit-transform:none;transform:none}}.features-cards__item:nth-child(2){-ms-grid-column-span:2;-ms-grid-row-span:2;-ms-grid-column:4;grid-column:4/6;-ms-grid-row:1;grid-row:1/3;-webkit-transform:translateY(130px);transform:translateY(130px)}@media screen and (max-width:767px){.features-cards__item:nth-child(2){-ms-grid-column-span:3;-ms-grid-column:3;grid-column:3/6;-webkit-transform:translateY(40px);transform:translateY(40px)}}.features-cards__item:nth-child(3){-ms-grid-column-span:2;-ms-grid-row-span:2;-ms-grid-column:7;grid-column:7/9;-ms-grid-row:1;grid-row:1/3;-webkit-transform:translateY(24px);transform:translateY(24px)}@media screen and (max-width:767px){.features-cards__item:nth-child(3){-ms-grid-column-span:2;-ms-grid-row-span:2;-ms-grid-column:1;grid-column:1/3;-ms-grid-row:3;grid-row:3/5;-webkit-transform:none;transform:none}}.features-cards__item:nth-child(4){-ms-grid-column-span:2;-ms-grid-row-span:2;-ms-grid-column:10;grid-column:10/12;-ms-grid-row:1;grid-row:1/3;-webkit-transform:translate(-25px,-95px);transform:translate(-25px,-95px)}@media screen and (max-width:992px){.features-cards__item:nth-child(4){-ms-grid-column-span:2;-ms-grid-row-span:2;-ms-grid-column:1;grid-column:1/3;-ms-grid-row:4;grid-row:4/6;-webkit-transform:translateY(-95px);transform:translateY(-95px)}}@media screen and (max-width:767px){.features-cards__item:nth-child(4){-ms-grid-column-span:3;-ms-grid-row-span:2;-ms-grid-column:3;grid-column:3/6;-ms-grid-row:3;grid-row:3/5;-webkit-transform:translateY(40px);transform:translateY(40px)}}.features-cards__item:nth-child(5){-ms-grid-column-span:2;-ms-grid-row-span:2;-ms-grid-column:1;grid-column:1/3;-ms-grid-row:4;grid-row:4/6;-webkit-transform:translate(0);transform:translate(0)}@media screen and (max-width:992px){.features-cards__item:nth-child(5){-ms-grid-column-span:2;-ms-grid-row-span:2;-ms-grid-column:2;grid-column:2/4;-ms-grid-row:6;grid-row:6/8;-webkit-transform:translateY(-25px);transform:translateY(-25px)}}@media screen and (max-width:767px){.features-cards__item:nth-child(5){-ms-grid-column-span:2;-ms-grid-row-span:2;-ms-grid-column:1;grid-column:1/3;-ms-grid-row:5;grid-row:5/7;-webkit-transform:none;transform:none}}.features-cards__item:nth-child(6){-ms-grid-column-span:2;-ms-grid-row-span:2;-ms-grid-column:6;grid-column:6/8;-ms-grid-row:4;grid-row:4/6;-webkit-transform:translateY(20px);transform:translateY(20px)}@media screen and (max-width:992px){.features-cards__item:nth-child(6){-ms-grid-column-span:2;-ms-grid-column:7;grid-column:7/9;-webkit-transform:translate(-25px,-20px);transform:translate(-25px,-20px)}}@media screen and (max-width:767px){.features-cards__item:nth-child(6){-ms-grid-column-span:3;-ms-grid-row-span:2;-ms-grid-column:3;grid-column:3/6;-ms-grid-row:5;grid-row:5/7;-webkit-transform:translateY(40px);transform:translateY(40px)}}.features-cards__item:nth-child(7){-ms-grid-column-span:2;-ms-grid-row-span:2;-ms-grid-column:10;grid-column:10/12;-ms-grid-row:3;grid-row:3/5;-webkit-transform:translateY(30px);transform:translateY(30px)}@media screen and (max-width:992px){.features-cards__item:nth-child(7){-ms-grid-column-span:2;-ms-grid-row-span:2;-ms-grid-column:6;grid-column:6/8;-ms-grid-row:6;grid-row:6/8}}@media screen and (max-width:767px){.features-cards__item:nth-child(7){-ms-grid-column-span:2;-ms-grid-row-span:2;-ms-grid-column:1;grid-column:1/3;-ms-grid-row:7;grid-row:7/9;-webkit-transform:none;transform:none}}.features-cards__item-icon{display:block;margin-left:auto;margin-right:auto;max-width:62px}@media screen and (max-width:1440px){.features-cards__item-icon{max-width:calc(2.066vw + 32.25352px)}}.features-cards__item-text{font-size:20px;font-weight:700;line-height:22px;margin-top:16px}@media screen and (max-width:1440px){.features-cards__item-text{font-size:calc(.188vw + 17.29577px);line-height:calc(.188vw + 19.29577px)}}.features-cards__cta{margin-top:60px;text-align:center;width:100%}@media screen and (max-width:1440px){.features-cards__cta{margin-top:calc(1.878vw + 32.95775px)}}@media screen and (max-width:480px){.features-cards__cta>.btn{width:100%}}.content-with-phone{overflow:hidden;padding:93px 0}@media screen and (max-width:1440px){.content-with-phone{padding:calc(3.099vw + 48.38028px) 0}}.content-with-phone__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;gap:24px;justify-content:flex-start}@media screen and (max-width:992px){.content-with-phone__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.content-with-phone__row.image-content{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:992px){.content-with-phone__row.image-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.content-with-phone__row.image-content .content-with-phone__phone{padding-left:58px;padding-right:36px}@media screen and (max-width:992px){.content-with-phone__row.image-content .content-with-phone__phone{padding:0}}.content-with-phone__row.image-content .content-with-phone__screens{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;left:auto;right:100%}@media screen and (max-width:992px){.content-with-phone__row.image-content .content-with-phone__screens{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;left:0}}.content-with-phone__row.image-content .content-with-phone__screens>img{margin-left:0}@media screen and (max-width:992px){.content-with-phone__row.image-content .content-with-phone__screens>img{-webkit-transform:none!important;transform:none!important}}.content-with-phone__row.image-content .content-with-phone__screens>img:first-of-type{-webkit-transform:translateX(12px);transform:translateX(12px)}.content-with-phone__row.image-content .content-with-phone__screens>img:nth-of-type(2){-webkit-transform:translateX(52px);transform:translateX(52px)}.content-with-phone__row.image-content .content-with-phone__screens>img:nth-of-type(3){-webkit-transform:translateX(104px);transform:translateX(104px)}.content-with-phone__row.image-content .content-with-phone__screens--once>img{-webkit-transform:translateX(120px)!important;transform:translateX(120px)!important}@media screen and (max-width:992px){.content-with-phone__row.image-content .content-with-phone__screens--once>img{-webkit-transform:none!important;transform:none!important}}.content-with-phone__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:12px;row-gap:40px;width:33.33%}@media screen and (max-width:1440px){.content-with-phone__content{max-width:436px;row-gap:calc(1.502vw + 18.3662px)}}@media screen and (max-width:992px){.content-with-phone__content{max-width:100%;padding-bottom:0;width:100%}}.content-with-phone__cta{margin-top:auto;min-width:212px}@media screen and (max-width:480px){.content-with-phone__cta>.btn{width:100%}}.content-with-phone__phone{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding-left:36px;padding-right:58px;position:relative;text-align:center;width:30.55%}@media screen and (max-width:1440px){.content-with-phone__phone{max-width:400px}}@media screen and (max-width:992px){.content-with-phone__phone{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;max-width:100%;padding:0;width:100%}}.content-with-phone__phone>img{width:100%}@media screen and (max-width:992px){.content-with-phone__phone>img{max-width:400px}}@media screen and (max-width:830px){.content-with-phone__phone>img{max-width:52%}}.content-with-phone__screens{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:30px;justify-content:center;left:100%;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}@media screen and (max-width:1440px){.content-with-phone__screens{gap:calc(2.254vw - 2.4507px);max-width:436px}}@media screen and (max-width:992px){.content-with-phone__screens{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;left:auto;right:0;width:53%}}.content-with-phone__screens>img{max-width:320px;width:100%}@media screen and (max-width:1440px){.content-with-phone__screens>img{max-width:calc(13.146vw + 130.70423px)}}@media screen and (max-width:992px){.content-with-phone__screens>img{margin-left:0!important}}.content-with-phone__screens>img:first-of-type{margin-left:-12px}.content-with-phone__screens>img:nth-of-type(2){margin-left:-52px}.content-with-phone__screens>img:nth-of-type(3){margin-left:-104px}.content-with-phone__screens--once>img{margin-left:0!important;max-width:450px;-webkit-transform:translateX(-120px)!important;transform:translateX(-120px)!important}@media screen and (max-width:992px){.content-with-phone__screens--once>img{-webkit-transform:none!important;transform:none!important}}.sp-hero{padding-bottom:60px;padding-top:40px}@media screen and (max-width:1440px){.sp-hero{padding-bottom:calc(1.878vw + 32.95775px)}}@media screen and (max-width:480px){.sp-hero.sp-hero-post .sp-hero__time-read,.sp-hero.sp-hero-post .sp-hero__title{text-align:center}.sp-hero.sp-hero-post .sp-hero__audio{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (max-width:480px){.sp-hero.sp-hero-post:has(.sp-hero__audio) .sp-hero__time-read{display:none}}.sp-hero--with-cta-buttons .page-container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:992px){.sp-hero--with-cta-buttons .page-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:40px}}.sp-hero--with-cta-buttons .sp-hero__thumb{background:transparent;border:1px solid #fff;border-radius:20px;overflow:hidden;position:relative;width:28.8%}@media screen and (max-width:992px){.sp-hero--with-cta-buttons .sp-hero__thumb{width:100%}}@media screen and (max-width:480px){.sp-hero--with-cta-buttons .sp-hero__thumb{border:none}}.sp-hero--with-cta-buttons .sp-hero__content{width:64.1%}@media screen and (max-width:1440px){.sp-hero--with-cta-buttons .sp-hero__content{max-width:840px}}@media screen and (max-width:992px){.sp-hero--with-cta-buttons .sp-hero__content{width:100%}}.sp-hero--with-cta-buttons .sp-hero__cta-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;margin-top:40px}@media screen and (max-width:1440px){.sp-hero--with-cta-buttons .sp-hero__cta-btns{gap:calc(.751vw + 13.1831px)}}@media screen and (max-width:480px){.sp-hero--with-cta-buttons .sp-hero__cta-btns>.btn{width:100%}}.sp-hero--with-cta-buttons.sp-hero-prayers{padding-top:16px}@media screen and (max-width:480px){.sp-hero--with-cta-buttons.sp-hero-prayers{padding-top:40px}}.sp-hero--with-cta-buttons.sp-hero-prayers .sp-hero__thumb{border:none;border-radius:0;max-height:100%;width:27.1%}@media screen and (max-width:1440px){.sp-hero--with-cta-buttons.sp-hero-prayers .sp-hero__thumb{max-width:355px}}@media screen and (max-width:992px){.sp-hero--with-cta-buttons.sp-hero-prayers .sp-hero__thumb{width:87%}}.sp-hero--with-cta-buttons.sp-hero-prayers .sp-hero__thumb-inner{inset:6%;-webkit-mask-image:url(../images/prayer-window-vector.svg);mask-image:url(../images/prayer-window-vector.svg);mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;position:absolute}.sp-hero--with-cta-buttons.sp-hero-prayers .sp-hero__thumb-inner>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.sp-hero--with-cta-buttons.sp-hero-meditation-traditions{padding-bottom:120px;padding-top:60px}@media screen and (max-width:1440px){.sp-hero--with-cta-buttons.sp-hero-meditation-traditions{padding-bottom:calc(5.634vw + 38.87324px)}}.sp-hero--with-cta-buttons.sp-hero-meditation-traditions .sp-hero__thumb{border:none;border-radius:0;max-height:100%;width:29%}@media screen and (max-width:1440px){.sp-hero--with-cta-buttons.sp-hero-meditation-traditions .sp-hero__thumb{max-width:380px}}@media screen and (max-width:992px){.sp-hero--with-cta-buttons.sp-hero-meditation-traditions .sp-hero__thumb{width:94%}}.sp-hero--with-cta-buttons.sp-hero-history{padding-top:60px}@media screen and (max-width:1440px){.sp-hero--with-cta-buttons.sp-hero-history{padding-top:calc(1.878vw + 32.95775px)}}.sp-hero--with-cta-buttons.sp-hero-history .sp-hero__thumb{border:none;border-radius:0;max-height:100%;width:28%}@media screen and (max-width:1440px){.sp-hero--with-cta-buttons.sp-hero-history .sp-hero__thumb{max-width:364px}}@media screen and (max-width:992px){.sp-hero--with-cta-buttons.sp-hero-history .sp-hero__thumb{width:83%}}.sp-hero--with-cta-buttons.sp-hero-history .sp-hero__thumb-inner{inset:6%;-webkit-mask-image:url(../images/history-window-vector.svg);mask-image:url(../images/history-window-vector.svg);mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;position:absolute}.sp-hero--with-cta-buttons.sp-hero-history .sp-hero__thumb-inner>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.sp-hero__time-read{font-size:16px;line-height:20px;margin-bottom:12px}.sp-hero__audio{display:none;gap:10px}.sp-hero__audio-label{display:block;font-size:16px;font-weight:600;line-height:20px}.sp-hero__audio-btn{background:transparent;border:1px solid #353434;border-radius:50%;cursor:pointer;height:40px;padding:0;width:40px}.sp-hero__audio-btn,.sp-hero__audio-btn .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.sp-hero__audio-btn .inner{background-color:transparent;border:1px solid #000;border-radius:50%;height:32px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:32px}.sp-hero__audio-icon{max-width:16px}.sp-hero__subtitle{color:#383838;font-size:24px;font-weight:600;line-height:32px;margin:24px 0}@media screen and (max-width:1440px){.sp-hero__subtitle{line-height:calc(.282vw + 27.94366px)}}@media screen and (max-width:480px){.sp-hero__subtitle{font-weight:700}}.sp-hero__subtitle>*{color:#383838;font-size:24px;font-weight:600;line-height:32px}@media screen and (max-width:1440px){.sp-hero__subtitle>*{line-height:calc(.282vw + 27.94366px)}}@media screen and (max-width:480px){.sp-hero__subtitle>*{font-weight:700}}.sp-hero__dates{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 32px;margin:16px 0 24px}@media screen and (max-width:1440px){.sp-hero__dates{margin-bottom:calc(.751vw + 13.1831px)}}.sp-hero__date{font-size:16px;line-height:20px}.sp-hero__date>strong{font-weight:600}.sp-hero__authors{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 24px;justify-content:flex-start;margin:16px 0 24px}@media screen and (max-width:1440px){.sp-hero__authors{-webkit-column-gap:calc(.751vw + 13.1831px);-moz-column-gap:calc(.751vw + 13.1831px);column-gap:calc(.751vw + 13.1831px)}}.sp-hero__author{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:60px;color:#383838;display:-webkit-box;display:-ms-flexbox;display:flex;gap:9px;justify-content:flex-start;min-width:200px;padding:4px 24px 4px 4px}@media screen and (max-width:480px){.sp-hero__author{min-width:100%;width:100%}}.sp-hero__author:hover{background:#fff;color:#383838}.sp-hero__author-img{border:1px solid #fff;border-radius:50%;height:40px;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:40px}.sp-hero__author-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:16px;gap:2px;justify-content:center;line-height:20px}.sp-hero__author-name{font-weight:700}.sp-hero__thumb{border:1px solid #fff;border-radius:20px;max-height:448px;overflow:hidden;width:100%}@media screen and (max-width:1440px){.sp-hero__thumb{max-height:calc(23.099vw + 115.38028px)}}@media screen and (max-width:480px){.sp-hero__thumb{border:none}}.sp-hero__thumb>img{display:block;max-height:inherit;-o-object-fit:cover;object-fit:cover;width:100%}.sp-content{padding-bottom:120px}@media screen and (max-width:1440px){.sp-content{padding-bottom:calc(5.634vw + 38.87324px)}}.sp-content+.sp-editorial-standards{padding-top:60px}@media screen and (max-width:1440px){.sp-content+.sp-editorial-standards{padding-top:calc(5.634vw - 21.12676px)}}@media screen and (max-width:480px){.sp-content+.sp-editorial-standards{padding-top:0}}.sp-content .page-container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:830px){.sp-content .page-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:60px}}.sp-content__main{width:58%}@media screen and (max-width:1440px){.sp-content__main{max-width:760px}}@media screen and (max-width:1024px){.sp-content__main{width:calc(65% - 24px)}}@media screen and (max-width:830px){.sp-content__main{width:100%}}.sp-content__jump-sec{margin-bottom:32px}.sp-content__optional{margin:32px 0}@media screen and (max-width:1440px){.sp-content__optional{margin:calc(.751vw + 21.1831px) 0}}.sp-content__optional-title{font-size:24px;font-weight:600;line-height:32px;margin-bottom:16px}@media screen and (max-width:1440px){.sp-content__optional-title{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.sp-content__optional-list{padding-left:30px}.sp-content__optional-item{color:#353434;font-size:18px;font-weight:600;line-height:26px;margin-bottom:16px;position:relative}@media screen and (max-width:1440px){.sp-content__optional-item{font-size:calc(.188vw + 15.29577px);line-height:calc(.282vw + 21.94366px)}}.sp-content__optional-item:before{background:url(../images/square-in-square.svg) no-repeat 50%;background-size:contain;content:"";height:17px;left:-30px;position:absolute;top:5px;width:17px}.sp-content__optional-item:last-child{margin-bottom:0}.sp-content__sidebar{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:32px;width:30.6%}@media screen and (max-width:1440px){.sp-content__sidebar{max-width:400px}}@media screen and (max-width:1024px){.sp-content__sidebar{width:35%}}@media screen and (max-width:830px){.sp-content__sidebar{max-width:100%;width:100%}}.sp-content__author{background:hsla(0,0%,100%,.8);border:1px solid #fff;border-radius:12px;padding:24px}@media screen and (max-width:1440px){.sp-content__author{padding:calc(.751vw + 13.1831px)}}.sp-content__author-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(0,0,0,.12);display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;padding-bottom:17px}.sp-content__author-img{-ms-flex-negative:0;border-radius:50%;flex-shrink:0;height:56px;overflow:hidden;width:56px}@media screen and (max-width:1440px){.sp-content__author-img{height:calc(.751vw + 45.1831px);width:calc(.751vw + 45.1831px)}}.sp-content__author-img>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.sp-content__author-name{color:#353434;font-size:24px;font-weight:600;line-height:32px}@media screen and (max-width:1440px){.sp-content__author-name{font-size:calc(.563vw + 15.88732px);height:calc(.657vw + 22.53521px)}}.sp-content__author-name:hover{color:#000}.sp-content__author-job{color:#595959;font-size:14px;line-height:21px}.sp-content__author-social{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(0,0,0,.12);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;justify-content:center;padding:16px 0}.sp-content__author-social-item{border:1px solid #353434;border-radius:50%;height:40px;width:40px}.sp-content__author-social-item,.sp-content__author-social-item .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.sp-content__author-social-item .inner{background-color:transparent;border:1px solid #000;border-radius:50%;height:32px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:32px}.sp-content__author-social-item .style-svg{max-width:16px}.sp-content__author-social-item .style-svg path{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sp-content__author-social-item:hover .inner{background-color:#353434}.sp-content__author-social-item:hover .inner path{fill:#fff}.sp-content__author-text{padding:16px 0}.sp-content__author-text>a{font-weight:600;text-decoration:underline}.sp-content__author-text>a:hover{text-decoration:none}.sp-content__author-link{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;justify-content:center}.sp-content__author-link .button{color:#212020;font-weight:600}.sp-content__author-link .button:hover{text-decoration:underline}.sp-content__cta-block{background-image:url(../images/sidebar-cta-BG.jpg);background-position:50%;background-repeat:repeat;background-size:cover;border-radius:12px;color:#fff;overflow:hidden;padding:24px;text-align:center}.sp-content__cta-block-title{text-wrap:balance;font-size:32px;line-height:35px;margin:0}@media screen and (max-width:1440px){.sp-content__cta-block-title{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.sp-content__cta-block-text{font-weight:600;margin-top:16px}.sp-content__cta-block-btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-top:32px}@media screen and (max-width:830px){.sp-content__cta-block-btns{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}}@media screen and (max-width:767px){.sp-content__cta-block-btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.sp-content__cta-block-btns>.btn{font-size:16px}@media screen and (max-width:830px){.sp-content__cta-block-btns>.btn{width:calc(50% - 8px)}}@media screen and (max-width:767px){.sp-content__cta-block-btns>.btn{min-width:350px;width:auto}}@media screen and (max-width:480px){.sp-content__cta-block-btns>.btn{min-width:100%;width:100%}}.sp-content__cta-block-btns>.btn .btn__inner-bg{padding-bottom:10px;padding-top:10px}.sp-content__other-res-title{color:#000;font-size:32px;line-height:35px;margin-bottom:0}@media screen and (max-width:1440px){.sp-content__other-res-title{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.sp-content__other-res-item{border-bottom:1px solid rgba(0,0,0,.12);color:#212020;display:block;font-size:24px;font-weight:600;line-height:32px;padding:16px 0}@media screen and (max-width:1440px){.sp-content__other-res-item{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.sp-content__other-res-item>*{font-size:24px;font-weight:600;line-height:32px}@media screen and (max-width:1440px){.sp-content__other-res-item>*{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.sp-content__popular-articles-title{color:#000;font-size:32px;line-height:35px;margin-bottom:16px}@media screen and (max-width:1440px){.sp-content__popular-articles-title{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.sp-content__popular-article{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;justify-content:flex-start;margin-bottom:16px;padding:16px;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;will-change:background-color}.sp-content__popular-article:last-child{margin-bottom:0}.sp-content__popular-article:hover{background-color:#fff}.sp-content__popular-article-thumb{-ms-flex-negative:0;background:#d3d3d3 50%/cover no-repeat;border-radius:8px;flex-shrink:0;height:64px;-o-object-fit:cover;object-fit:cover;width:82px}.sp-content__popular-article-heading{color:#353434;font-size:18px;font-weight:600;line-height:26px}@media screen and (max-width:1440px){.sp-content__popular-article-heading{line-height:calc(.376vw + 20.59155px)}}.sp-video{padding:60px 0}@media screen and (max-width:1440px){.sp-video{padding:calc(4.131vw + .50704px) 0}}.sp-video__block{background:#e0e0e0;border-radius:20px;height:calc(100dvh - 96px);overflow:hidden;position:relative;width:100%}@media screen and (max-width:830px){.sp-video__block{aspect-ratio:16/9;height:auto}}@media screen and (max-width:480px){.sp-video__block{aspect-ratio:375/211;border-radius:0;margin-left:-16px;margin-right:-16px;width:calc(100% + 32px)}}@media screen and (max-width:1024px){.sp-video__block video{-o-object-fit:contain;object-fit:contain}}.sp-video__media,.sp-video__poster{height:100%;inset:0;position:absolute;width:100%}.sp-video__poster{background-position:50%;background-size:cover;z-index:1}.sp-video__play-btn{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #353434;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:110px;justify-content:center;left:50%;padding:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:110px;z-index:2}@media screen and (max-width:1440px){.sp-video__play-btn{height:calc(2.817vw + 69.43662px);width:calc(2.817vw + 69.43662px)}}.sp-video__play-btn .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #353434;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:90px;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:90px}@media screen and (max-width:1440px){.sp-video__play-btn .inner{height:calc(2.817vw + 49.43662px);width:calc(2.817vw + 49.43662px)}}@media (hover:hover){.sp-video__play-btn:hover .inner{background-color:#353434}.sp-video__play-btn:hover .inner path{fill:#fff}}.sp-video__media{height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;pointer-events:none;width:100%}.sp-cta{background-image:url(../62b134e0e360e43ef9a6.webp);background-repeat:no-repeat;background-size:cover;color:#fff;padding:120px 0;position:static;text-align:center}@media screen and (max-width:1440px){.sp-cta{padding:calc(5.634vw + 38.87324px) 0}}.sp-cta__title{font-size:72px;line-height:1;margin-left:auto;margin-right:auto;max-width:1060px;width:100%}@media screen and (max-width:1440px){.sp-cta__title{font-size:calc(2.629vw + 34.14085px)}}.sp-cta__title>*{font-size:72px;line-height:1}@media screen and (max-width:1440px){.sp-cta__title>*{font-size:calc(2.629vw + 34.14085px)}}.sp-cta__desc{font-size:24px;font-weight:600;line-height:32px;margin:40px auto 0;max-width:772px;text-transform:capitalize;width:100%}@media screen and (max-width:1440px){.sp-cta__desc{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px);margin-top:calc(.751vw + 29.1831px)}}.sp-cta__desc>*{font-size:24px;font-weight:600;line-height:32px;text-transform:capitalize}@media screen and (max-width:1440px){.sp-cta__desc>*{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.sp-cta__ctas{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:60px}@media screen and (max-width:1440px){.sp-cta__ctas{margin-top:calc(1.878vw + 32.95775px)}}@media screen and (max-width:480px){.sp-cta__ctas .btn{width:100%}}.sp-editorial-standards{padding:60px 0;z-index:1}.sp-editorial-standards .page-container{max-width:1000px;width:92%}@media screen and (max-width:1920px){.sp-editorial-standards .page-container{max-width:calc(26.667vw + 488px)}}@media screen and (max-width:1440px){.sp-editorial-standards .page-container{max-width:872px}}@media screen and (max-width:767px){.sp-editorial-standards .page-container{width:100%}}.sp-editorial-standards__title{text-align:center}.sp-editorial-standards__card{background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:12px;margin-top:40px;padding:24px}@media screen and (max-width:1440px){.sp-editorial-standards__card{margin-top:calc(.751vw + 29.1831px);padding:calc(.751vw + 13.1831px)}}.sp-editorial-standards__item{margin-bottom:16px;padding-left:30px;position:relative}@media screen and (max-width:1440px){.sp-editorial-standards__item{margin-bottom:calc(.376vw + 10.59155px)}}.sp-editorial-standards__item:before{background:url(../images/square-in-square.svg) no-repeat 50%;background-size:contain;content:"";height:17px;left:0;position:absolute;top:5px;width:17px}.sp-editorial-standards__item:last-of-type{margin-bottom:0}.sp-editorial-standards__item-label{display:block;margin-bottom:8px}.sp-editorial-standards__item-text,.sp-editorial-standards__item-text>*{color:#353434}.sp-editorial-standards__link{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;justify-content:center;margin-top:30px}@media screen and (max-width:1440px){.sp-editorial-standards__link{margin-top:calc(1.408vw + 9.71831px)}}.sp-editorial-standards__link .button{color:#212020;font-weight:600}.sp-editorial-standards__link .button:hover{text-decoration:underline}.sp-content-prayers .sp-content__other-res-title{margin-bottom:16px}.sp-content-prayers .sp-content__other-res-item:first-of-type{border-top:1px solid rgba(0,0,0,.12)}.sp-content-history .sh-content__cats{padding-left:30px;padding-top:24px;position:relative}.sp-content-history .sh-content__cats-era-line{background:#383838;bottom:0;display:block;height:calc(100% - 132px);left:0;position:absolute;top:66px;width:1px}@media screen and (max-width:767px){.sp-content-history .sh-content__cats-era-line{left:8px}}.sp-content-history .sh-content__cats-era-line:after,.sp-content-history .sh-content__cats-era-line:before{content:url(../images/era-line-decor.svg);display:block;height:66px;left:0;position:absolute;width:1px;z-index:1}.sp-content-history .sh-content__cats-era-line:before{top:-66px}.sp-content-history .sh-content__cats-era-line:after{bottom:-66px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sp-content-history .sh-content__cats-title{color:#353434;font-size:32px;line-height:35px;margin-bottom:0}@media screen and (max-width:1440px){.sp-content-history .sh-content__cats-title{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.sp-content-history .sh-content__cats-list{padding-top:16px}.sp-content-history .sh-content__cats-item{border-bottom:1px solid rgba(0,0,0,.12);padding:16px 0}.sp-content-history .sh-content__cats-item:last-of-type{border-bottom:none}.sp-content-history .sh-content__cats-century{font-size:12px;letter-spacing:.24px;line-height:15px;position:relative;text-transform:uppercase}.sp-content-history .sh-content__cats-century-point{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;border:1px solid #353434;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:20px;justify-content:center;left:-40px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px;z-index:1}@media screen and (max-width:767px){.sp-content-history .sh-content__cats-century-point{left:-32px}}.sp-content-history .sh-content__cats-century-point>span{background:#353434;border-radius:50%;display:block;height:12px;width:12px}.sp-content-history .sh-content__cats-era{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:#353434;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;font-weight:600;gap:15px;justify-content:space-between;line-height:32px;margin-top:20px;text-transform:capitalize}@media screen and (max-width:1440px){.sp-content-history .sh-content__cats-era{margin-top:calc(.563vw + 11.88732px)}}.sp-content-history .sh-content__cats-era>span{padding-top:7px}.sp-content-history .sh-content__cats-era.active .sh-content__cats-era-btn{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sp-content-history .sh-content__cats-era-btn{-ms-flex-negative:0;color:#000;cursor:pointer;flex-shrink:0;height:44px;padding:0;width:44px;will-change:transform}.sp-content-history .sh-content__cats-era-btn,.sp-content-history .sh-content__cats-era-btn .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:1px solid #000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sp-content-history .sh-content__cats-era-btn .inner{height:36px;width:36px}.sp-content-history .sh-content__cats-era-btn .inner svg{max-width:16px}.sp-content-history .sh-content__cats-era-btn .inner svg path{stroke:#000}.sp-content-history .sh-content__cats-posts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px;padding-top:14px}@media screen and (max-width:1440px){.sp-content-history .sh-content__cats-posts{padding-top:calc(.563vw + 5.88732px)}}.sp-content-history .sh-content__cats-post{color:#353434;display:inline-block;font-size:18px;font-weight:600;line-height:26px}.sp-content-history .sh-content__cats-post:hover{color:#18286a}.hero-author{padding-bottom:60px;padding-top:16px}@media screen and (max-width:1440px){.hero-author{padding-bottom:calc(1.878vw + 32.95775px)}}@media screen and (max-width:480px){.hero-author{padding-top:40px}}.hero-author .page-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;justify-content:flex-start}@media screen and (max-width:767px){.hero-author .page-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.hero-author__photo{-ms-flex-negative:0;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;aspect-ratio:1;background-image:url(../images/individual-photo.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;justify-content:center;max-width:236px;overflow:hidden;width:100%}.hero-author__photo>img{aspect-ratio:1;border:3px solid #383838;border-radius:50%;max-width:212px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;width:90%}.hero-author__content{width:100%}.hero-author__name{color:#353434;font-size:72px;line-height:1;margin-bottom:24px}@media screen and (max-width:1440px){.hero-author__name{font-size:calc(2.629vw + 34.14085px)}}.hero-author__reviewer{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,100%,.4);border:1px solid #fff;border-radius:60px;-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:18px;font-weight:700;line-height:1;padding:6px 24px 6px 6px;text-transform:capitalize}.hero-author__reviewer .style-svg{max-width:32px;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.hero-author__socials{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;justify-content:flex-start;margin-top:24px}.hero-author__socials-item{border:1px solid #353434;border-radius:50%;height:40px;width:40px}.hero-author__socials-item,.hero-author__socials-item .inner{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.hero-author__socials-item .inner{background-color:transparent;border:1px solid #000;border-radius:50%;height:32px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:32px}.hero-author__socials-item .style-svg{max-width:16px}.hero-author__socials-item .style-svg path{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hero-author__socials-item:hover .inner{background-color:#353434}.hero-author__socials-item:hover .inner path{fill:#fff}.author-content{padding-bottom:60px;padding-top:60px}@media screen and (max-width:1440px){.author-content{padding-top:calc(5.634vw - 21.12676px)}}.author-content .page-container{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between}@media screen and (max-width:830px){.author-content .page-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:60px}}.author-content__main{width:58%}@media screen and (max-width:1440px){.author-content__main{max-width:760px}}@media screen and (max-width:1024px){.author-content__main{width:calc(65% - 24px)}}@media screen and (max-width:830px){.author-content__main{width:100%}}.author-content__sidebar{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:32px;width:30.6%}@media screen and (max-width:1440px){.author-content__sidebar{max-width:400px}}@media screen and (max-width:1024px){.author-content__sidebar{width:35%}}@media screen and (max-width:830px){.author-content__sidebar{display:none;max-width:100%;width:100%}}.author-content__sidebar--mob{display:none;padding-bottom:60px}@media screen and (max-width:830px){.author-content__sidebar--mob{display:-webkit-box;display:-ms-flexbox;display:flex}}.author-content__sidebar-guidelines{background:hsla(0,0%,100%,.8);border:1px solid #fff;border-radius:12px;padding:24px}.author-content__sidebar-guidelines-title{color:#353434;font-size:24px;font-weight:600;line-height:32px;margin-bottom:16px;text-transform:capitalize}@media screen and (max-width:1440px){.author-content__sidebar-guidelines-title{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.author-content__sidebar-guidelines-desc{margin-bottom:16px}.author-content__main-title{color:#000;font-size:44px;line-height:53px;margin-bottom:24px}@media screen and (max-width:1440px){.author-content__main-title{font-size:calc(1.878vw + 16.95775px);line-height:calc(2.254vw + 20.5493px)}}.author-content__main-text p{margin-bottom:40px}.author-content__main-text ol,.author-content__main-text ul{list-style:none;margin:0;padding:0 0 0 32px}.author-content__main-text ol>li,.author-content__main-text ul>li{margin-bottom:16px;position:relative}.author-content__main-text ol>li:last-of-type,.author-content__main-text ul>li:last-of-type{margin-bottom:0}.author-content__main-text ol>li:before,.author-content__main-text ul>li:before{background:url(../images/square-in-square.svg) no-repeat 50%;background-size:contain;content:"";height:17px;left:-30px;position:absolute;top:5px;width:17px}.author-content__main-text ol>li>ul,.author-content__main-text ul>li>ul{padding-left:0;padding-top:10px}.author-content__main-text ol>li>ul>li:before,.author-content__main-text ul>li>ul>li:before{background-image:none;content:"–";margin-right:5px;position:static}.author-posts{padding-bottom:120px}@media screen and (max-width:1440px){.author-posts{padding-bottom:calc(5.634vw + 38.87324px)}}.author-posts__title{margin-bottom:40px;text-align:center}@media screen and (max-width:1440px){.author-posts__title{margin-bottom:calc(.751vw + 29.1831px)}}.author-posts__list{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;justify-content:flex-start}@media screen and (max-width:1024px){.author-posts__list{gap:16px}}@media screen and (max-width:640px){.author-posts__list{gap:12px}}.author-posts__list .post-card{width:calc(33.33333% - 16px)}@media screen and (max-width:1024px){.author-posts__list .post-card{width:calc(33.33333% - 10.66667px)}}@media screen and (max-width:830px){.author-posts__list .post-card{width:calc(50% - 8px)}}@media screen and (max-width:640px){.author-posts__list .post-card{width:calc(50% - 6px)}}@media screen and (max-width:480px){.author-posts__list .post-card{width:100%}}.two-cols-text-content-w-decor-bg{padding:140px 0}@media screen and (max-width:1440px){.two-cols-text-content-w-decor-bg{padding:calc(7.512vw + 31.83099px) 0}}@media screen and (max-width:375px){.two-cols-text-content-w-decor-bg{padding:60px 0}}.two-cols-text-content-w-decor-bg__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;position:relative;z-index:2}.two-cols-text-content-w-decor-bg__decor-image{left:50%;max-width:676px;position:absolute;top:10px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.two-cols-text-content-w-decor-bg__decor-image img{-webkit-backface-visibility:hidden;backface-visibility:hidden;-o-object-fit:cover;object-fit:cover;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .1s linear;transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear,-webkit-transform .1s linear;will-change:transform}.two-cols-text-content-w-decor-bg__title{margin-bottom:40px}.two-cols-text-content-w-decor-bg__subtitle{color:#242424;margin-bottom:32px}.two-cols-text-content-w-decor-bg__subtitle>*{color:#242424;margin-bottom:0}.two-cols-text-content-w-decor-bg__col:first-child{max-width:740px}@media screen and (max-width:1920px){.two-cols-text-content-w-decor-bg__col:first-child{max-width:calc(21.667vw + 324px)}}@media screen and (max-width:1440px){.two-cols-text-content-w-decor-bg__col:first-child{max-width:636px}}.two-cols-text-content-w-decor-bg__col:nth-child(2){margin-left:auto;max-width:680px;padding-top:200px}@media screen and (max-width:1920px){.two-cols-text-content-w-decor-bg__col:nth-child(2){max-width:calc(25vw + 200px)}}@media screen and (max-width:1440px){.two-cols-text-content-w-decor-bg__col:nth-child(2){max-width:560px;width:89%}}.two-cols-text-content-w-decor-bg__cta{margin-top:32px;min-width:212px}.two-cols-text-content-w-decor-bg--option1 .two-cols-text-content-w-decor-bg__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}@media screen and (max-width:1440px){.two-cols-text-content-w-decor-bg--option1 .two-cols-text-content-w-decor-bg__inner{gap:calc(-7.121vw + 102.63571px)}}@media screen and (max-width:992px){.two-cols-text-content-w-decor-bg--option1 .two-cols-text-content-w-decor-bg__inner{gap:32px}}.two-cols-text-content-w-decor-bg--option1 .two-cols-text-content-w-decor-bg__title{margin-bottom:0}.two-cols-text-content-w-decor-bg--option1 .two-cols-text-content-w-decor-bg__col{padding-top:0}.two-cols-text-content-w-decor-bg--option2{padding:180px 0}@media screen and (max-width:1440px){.two-cols-text-content-w-decor-bg--option2{padding:calc(11.268vw + 17.74648px) 0}}@media screen and (max-width:375px){.two-cols-text-content-w-decor-bg--option2{padding:60px 0}}.two-cols-text-content-w-decor-bg--option2 .two-cols-text-content-w-decor-bg__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}@media screen and (max-width:640px){.two-cols-text-content-w-decor-bg--option2 .two-cols-text-content-w-decor-bg__title{margin-bottom:24px}}.two-cols-text-content-w-decor-bg--option2 .two-cols-text-content-w-decor-bg__subtitle{margin-bottom:0}@media screen and (max-width:992px){.two-cols-text-content-w-decor-bg--option2 .two-cols-text-content-w-decor-bg__subtitle{margin-bottom:20px}}.two-cols-text-content-w-decor-bg--option2 .two-cols-text-content-w-decor-bg__col:nth-child(2){max-width:680px;padding-top:0}@media screen and (max-width:1920px){.two-cols-text-content-w-decor-bg--option2 .two-cols-text-content-w-decor-bg__col:nth-child(2){max-width:calc(6.25vw + 560px)}}@media screen and (max-width:1440px){.two-cols-text-content-w-decor-bg--option2 .two-cols-text-content-w-decor-bg__col:nth-child(2){max-width:650px}}.two-cols-text-content-w-decor-bg--option2 .two-cols-text-content-w-decor-bg__decor-image{top:50%;-webkit-transform:translateY(-50%) translateX(-61%);transform:translateY(-50%) translateX(-61%)}.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__decor-image{bottom:14%;top:unset}.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__subtitle{margin-bottom:24px}.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__col{max-width:740px}@media screen and (max-width:1920px){.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__col{max-width:calc(19.167vw + 372px)}}@media screen and (max-width:1440px){.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__col{max-width:648px}}.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__col:first-child{max-width:680px}@media screen and (max-width:1920px){.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__col:first-child{max-width:calc(6.667vw + 552px)}}@media screen and (max-width:1440px){.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__col:first-child{max-width:648px}}.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__col:nth-child(2){margin-left:0;max-width:740px;padding-top:0}@media screen and (max-width:1920px){.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__col:nth-child(2){max-width:calc(19.167vw + 372px)}}@media screen and (max-width:1440px){.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__col:nth-child(2){max-width:648px}}.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__col:nth-child(3){margin-left:auto}@media screen and (max-width:1440px){.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__col:nth-child(3){padding-top:calc(-4.442vw + 64.06429px)}}@media screen and (max-width:992px){.two-cols-text-content-w-decor-bg--option3 .two-cols-text-content-w-decor-bg__col:nth-child(3){padding-top:20px;width:89%}}.two-cols-text-content-w-decor-bg--option4{padding-bottom:60px}@media screen and (max-width:767px){.two-cols-text-content-w-decor-bg--option4 .two-cols-text-content-w-decor-bg__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}}.two-cols-text-content-w-decor-bg--option4 .two-cols-text-content-w-decor-bg__col{max-width:740px;padding-top:0}@media screen and (max-width:1920px){.two-cols-text-content-w-decor-bg--option4 .two-cols-text-content-w-decor-bg__col{max-width:calc(19.167vw + 372px)}}@media screen and (max-width:1440px){.two-cols-text-content-w-decor-bg--option4 .two-cols-text-content-w-decor-bg__col{max-width:648px;width:50%}}@media screen and (max-width:1440px) and (max-width:767px){.two-cols-text-content-w-decor-bg--option4 .two-cols-text-content-w-decor-bg__col{width:100%}}@media screen and (max-width:640px){.two-cols-text-content-w-decor-bg--option4 .two-cols-text-content-w-decor-bg__title{margin-bottom:24px}}.transition-window-wrapper .two-cols-text-content-w-decor-bg{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.stepper{min-height:850px;overflow:hidden;position:relative}@media screen and (max-width:1440px){.stepper{min-height:calc(-36.058vw + 1369.23077px)}}@media screen and (max-width:992px){.stepper{min-height:calc(-35.656vw + 1353.71151px)}}.stepper.dark-mode .stepper__effect-content:before{background-image:url(../images/stepper-phone-dark-bg.jpg)}.stepper.dark-mode .stepper__static-block .stepper__static-text,.stepper.dark-mode .stepper__static-block .stepper__static-text>*{color:#fff}.stepper.dark-mode .stepper__static-block .stepper__static-cta{border-color:#fff}.stepper.dark-mode .stepper__static-block .stepper__static-cta .btn__inner-bg{color:#fff}.stepper.dark-mode .stepper__static-block .stepper__static-cta:hover .btn__inner-bg{background-color:#fff;color:#000}@media (hover:none){.stepper.dark-mode .stepper__static-block .stepper__static-cta:hover .btn__inner-bg{background-color:#fff}}.stepper.dark-mode .stepper__nav-list button{border-color:#fff}.stepper.dark-mode .stepper__nav-list button span{color:#fff}.stepper.dark-mode .stepper__nav-list button:after{border-color:#fff}.stepper.dark-mode .stepper__progress-line{background-color:hsla(0,0%,100%,.3)}.stepper.dark-mode .stepper__progress-line .stepper__progress-fill{background-color:#fff}.stepper.dark-mode .ios-bottom{display:none}.stepper__media-wrap{-webkit-box-pack:center;-ms-flex-pack:center;bottom:0;display:-ms-grid;display:grid;height:100%;justify-content:center;left:0;overflow:hidden;place-items:center;position:absolute;right:0;top:0;width:100%}@media screen and (max-width:992px){.stepper__media-wrap{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-start;padding-top:262px}}.stepper__effect-wrapper{height:621px;margin-left:auto;margin-right:auto;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);width:307px;will-change:transform;z-index:1}@media screen and (max-width:1440px){.stepper__effect-wrapper{height:calc(17.84vw + 364.09859px);width:calc(8.92vw + 178.5493px)}}.stepper__minicard-image-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;left:-30px;max-width:329px;opacity:0;position:absolute;top:0;-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1);width:40%;z-index:6}@media screen and (max-width:1440px){.stepper__minicard-image-wrapper{left:calc(.594vw - 38.55446px);max-width:calc(20.563vw + 32.88732px);top:calc(6.941vw - 99.84455px)}}.stepper__minicard-image{display:block;position:relative;z-index:1}.stepper__minicard-image:nth-child(2){-webkit-transform:translateX(-115px);transform:translateX(-115px);z-index:2}.stepper__minicard-image:nth-child(3){-webkit-transform:translateX(-230px);transform:translateX(-230px);z-index:3}.stepper__minicard-image--third{--fade-end:9999px;--fade-w:0;-webkit-mask-image:-webkit-gradient(linear,left top,right top,color-stop(0,#000),color-stop(#000),color-stop(transparent),to(transparent));-webkit-mask-image:linear-gradient(to right,#000 0,#000 calc(var(--fade-end) - var(--fade-w)),transparent var(--fade-end),transparent 100%);mask-image:-webkit-gradient(linear,left top,right top,color-stop(0,#000),color-stop(#000),color-stop(transparent),to(transparent));mask-image:linear-gradient(to right,#000 0,#000 calc(var(--fade-end) - var(--fade-w)),transparent var(--fade-end),transparent 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.stepper__change-image-pulse{background-image:url(../images/screen-pulse.svg);background-repeat:no-repeat;background-size:cover;border-radius:50%;height:74px;opacity:0;overflow:hidden;position:absolute;right:40px;top:43.1%;-webkit-transform:scale(.7);transform:scale(.7);width:74px}.stepper__mockup-holder{border-radius:45px;height:100%;overflow:hidden;position:absolute;width:100%;z-index:2}.stepper__effect-content{border-radius:40px;height:100%;overflow:hidden;position:relative;-webkit-transform:translateY(3px) translateX(2.5%);transform:translateY(3px) translateX(2.5%);width:95%}.stepper__effect-content:before{background-image:url(../images/stepper-phone-light-bg.jpg);background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:var(--mask-fade);position:absolute;right:0;top:0}.stepper__change-image-wrapper{height:99%;left:0;position:absolute;top:5px;width:100%}.stepper__change-image-wrapper.active{opacity:1}.stepper__change-image-wrapper img.change-image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:3px;width:100%}.stepper__effect-mask{border-radius:40px;-webkit-box-shadow:none;box-shadow:none;height:100%;opacity:0;overflow:hidden;position:relative;-webkit-transform:translate(0);transform:translate(0);width:100%;z-index:4}.stepper .ios-header{inset:0 0 auto;padding-left:.5rem;padding-right:8px;padding-top:.5rem;width:100%}.stepper .ios-bottom,.stepper .ios-header{-o-object-position:50% 50%;object-position:50% 50%;position:absolute;z-index:2}.stepper .ios-bottom{bottom:12px;height:4px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:108px}.stepper__node{-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-grid-column-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;justify-self:center;pointer-events:none;-webkit-transition:all .2s linear;transition:all .2s linear}.stepper__node:before{background-image:url(../c0c82d219076ab046a6a.webp);background-repeat:no-repeat;background-size:cover;bottom:0;content:"";height:100%;left:0;margin-left:calc(50% - 50vw);opacity:0;pointer-events:none;position:absolute;right:0;top:0;-webkit-transition:all .5s linear;transition:all .5s linear;-webkit-transition-delay:1s;transition-delay:1s;visibility:hidden;width:100vw}@media screen and (max-width:992px){.stepper__node{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-direction:column;flex-direction:column;justify-content:flex-start;pointer-events:auto}}.stepper__node:not(.active){opacity:0}.stepper__node.active .stepper__screen-subtitle,.stepper__node.active .stepper__screen-text{opacity:1!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}.stepper__node.dark-mode-toggle:before{opacity:1;visibility:visible}.stepper__node.dark-mode-toggle .stepper__screen-subtitle,.stepper__node.dark-mode-toggle .stepper__screen-subtitle>*,.stepper__node.dark-mode-toggle .stepper__screen-text,.stepper__node.dark-mode-toggle .stepper__screen-text>*,.stepper__node.dark-mode-toggle .stepper__screen-title,.stepper__node.dark-mode-toggle .stepper__screen-title>*{color:#fff}.stepper__node,.stepper__static-block{bottom:0;left:0;padding:93px 0;position:absolute;right:0;top:0}@media screen and (max-width:1440px){.stepper__node,.stepper__static-block{padding:calc(3.099vw + 48.38028px) 0}}@media screen and (max-width:992px){.stepper__node,.stepper__static-block{padding-left:15px;padding-right:15px}}@media screen and (max-width:375px){.stepper__node,.stepper__static-block{padding:60px 15px}}.stepper__node-col{max-width:536px;position:relative}@media screen and (max-width:1920px){.stepper__node-col{max-width:calc(23.333vw + 88px)}}@media screen and (max-width:1440px){.stepper__node-col{max-width:calc(25vw + 64px)}}@media screen and (max-width:992px){.stepper__node-col{max-width:100%;padding-top:560px}.stepper__node-col--desktop{display:none}}.stepper__screen-subtitle>*,.stepper__screen-title>*{color:#000;margin:0}.stepper__screen-title{margin-bottom:40px}@media screen and (max-width:992px){.stepper__screen-title--desktop{display:none}}.stepper__screen-title--mob{margin-bottom:32px;min-height:80px}@media screen and (min-width:993px){.stepper__screen-title--mob{display:none}}.stepper__screen-subtitle{margin-bottom:16px}.stepper__static-block{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-align:end;-ms-flex-align:end;-ms-grid-column-align:center;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;justify-self:center;z-index:2}.stepper__static-block-inner{max-width:536px}@media screen and (max-width:1920px){.stepper__static-block-inner{max-width:calc(23.333vw + 88px)}}@media screen and (max-width:1440px){.stepper__static-block-inner{max-width:calc(25vw + 64px)}}@media screen and (max-width:992px){.stepper__static-block-inner{max-width:100%;width:100%}.stepper__static-text{display:none}}.stepper__static-text>*{font-weight:600}.stepper__static-cta{margin-top:24px;min-width:212px;position:relative;z-index:3}@media screen and (max-width:992px){.stepper__static-cta--desktop{display:none}}.stepper__static-cta--mobile{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}@media screen and (min-width:993px){.stepper__static-cta--mobile{display:none}}@media screen and (max-width:480px){.stepper__static-cta--mobile{width:100%}}@media screen and (max-width:1920px){.stepper__static-cta{min-width:calc(14.167vw + 8px)}}@media screen and (max-width:1440px){.stepper__static-cta{min-width:calc(7.692vw + 101.23077px)}}@media screen and (max-width:1024px){.stepper__static-cta{min-width:180px}}.stepper__nav-wrap{-webkit-box-align:end;-ms-flex-align:end;-ms-grid-column-align:center;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-self:center;padding:40px 0 93px;position:absolute}@media screen and (max-width:1440px){.stepper__nav-wrap{padding:40px 0 calc(3.099vw + 48.38028px)}}@media screen and (max-width:992px){.stepper__nav-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:15px;padding-right:15px;padding-top:186px}}.stepper__nav-list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:90px;list-style:none;margin:0;padding:6px 0}@media screen and (max-width:1920px){.stepper__nav-list{gap:calc(4.583vw + 24px)}}@media screen and (max-width:1440px){.stepper__nav-list{gap:calc(7.452vw - 17.30769px)}}@media screen and (max-width:992px){.stepper__nav-list{gap:calc(3.079vw + 59.45219px);position:relative;z-index:2}}.stepper__nav-list--count-3{gap:144px}@media screen and (max-width:1440px){.stepper__nav-list--count-3{gap:calc(15vw - 72px)}}@media screen and (max-width:992px){.stepper__nav-list--count-3{gap:calc(3.404vw + 110.23663px)}}.stepper__nav-list--count-5{gap:58px}.stepper__nav-list li{position:relative}.stepper__nav-list button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;all:unset;align-items:center;background:none;border:1px solid rgba(36,36,36,.3);border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:36px;justify-content:center;outline:none;padding:2px;position:relative;-webkit-transition:all .2s linear;transition:all .2s linear;width:36px;z-index:3}@media screen and (max-width:992px){.stepper__nav-list button{height:calc(.648vw + 29.56888px);width:calc(.648vw + 29.56888px)}}@media screen and (max-width:375px){.stepper__nav-list button{height:32px;width:32px}}.stepper__nav-list button:after{border:1px solid rgba(36,36,36,.3);border-radius:50%;content:"";height:28px;position:absolute;-webkit-transition:all .2s linear;transition:all .2s linear;width:28px}@media screen and (max-width:992px){.stepper__nav-list button:after{height:calc(.648vw + 21.56888px);width:calc(.648vw + 21.56888px)}}@media screen and (max-width:375px){.stepper__nav-list button:after{height:24px;width:24px}}.stepper__nav-list button.active,.stepper__nav-list button.active:after,.stepper__nav-list button:hover,.stepper__nav-list button:hover:after{border-color:#242424}.stepper__nav-list button span{color:#242424;font-size:16px;font-style:normal;font-weight:600;line-height:17.6px}.stepper__progress-line{background-color:rgba(36,36,36,.3);height:1px;left:100%;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:90px}@media screen and (max-width:1920px){.stepper__progress-line{width:calc(4.583vw + 24px)}}@media screen and (max-width:1440px){.stepper__progress-line{width:calc(7.452vw - 17.30769px)}}@media screen and (max-width:992px){.stepper__progress-line{width:calc(3.079vw + 59.45219px)}}.stepper__progress-line--count-3{width:144px}@media screen and (max-width:1440px){.stepper__progress-line--count-3{width:calc(15vw - 72px)}}@media screen and (max-width:992px){.stepper__progress-line--count-3{width:calc(3.404vw + 110.23663px)}}.stepper__progress-line--count-5{width:58px}.stepper__progress-fill{background-color:#242424;height:100%;-webkit-transition:none;transition:none;width:0}@media screen and (max-width:992px){.stepper-phone{min-height:auto}.stepper-phone .stepper__screen-title{position:relative}}.stepper-phone .stepper__single-image-wrap{margin-bottom:40px}.stepper-phone .stepper__single-image-wrap .stepper__effect-mask{opacity:1;z-index:7}.stepper-phone .stepper__single-image-wrap .stepper__effect-wrapper{overflow:hidden}.stepper-phone .stepper__single-image-wrap .stepper__effect-content{-webkit-transform:translateY(-2px) translateX(2.5%);transform:translateY(-2px) translateX(2.5%)}.stepper-phone .stepper__single-image-wrap .stepper__change-image-wrapper{opacity:1!important;-webkit-transform:unset!important;transform:unset!important}.stepper-phone .stepper__single-image-wrap .stepper__minicard-image-wrapper{left:17px;opacity:1;top:187px}@media screen and (max-width:992px){.stepper-phone .stepper__single-image-wrap .stepper__minicard-image-wrapper{top:calc(6.645vw + 154.08104px)}}.stepper-phone .stepper__single-image-wrap .stepper__minicard-image{-webkit-transform:unset;transform:unset}@media screen and (min-width:993px){.stepper-phone .stepper__screen-title--single-mob,.stepper-phone .stepper__single-image-wrap{display:none}}@media screen and (max-width:992px){.stepper-phone .stepper__screen-title--mob{display:none}.stepper-phone .stepper__node{opacity:1!important;padding-top:0;position:relative}.stepper-phone .stepper__node.dark-mode-toggle{padding-top:60px}.stepper-phone .stepper__node:last-child{padding-bottom:120px}}@media screen and (min-width:993px){.stepper-phone .stepper__node .stepper__node-col--first-item .stepper__screen-subtitle,.stepper-phone .stepper__node .stepper__node-col--first-item .stepper__screen-text{opacity:0;-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0);-webkit-transition:opacity .6s cubic-bezier(.25,.9,.35,1) .25s,-webkit-transform .6s cubic-bezier(0,.55,.45,1) .25s;transition:opacity .6s cubic-bezier(.25,.9,.35,1) .25s,-webkit-transform .6s cubic-bezier(0,.55,.45,1) .25s;transition:opacity .6s cubic-bezier(.25,.9,.35,1) .25s,transform .6s cubic-bezier(0,.55,.45,1) .25s;transition:opacity .6s cubic-bezier(.25,.9,.35,1) .25s,transform .6s cubic-bezier(0,.55,.45,1) .25s,-webkit-transform .6s cubic-bezier(0,.55,.45,1) .25s;-webkit-transition-delay:.3s;transition-delay:.3s}.stepper-phone .stepper__node .stepper__node-col--first-item+.stepper__node-col .stepper__screen-subtitle,.stepper-phone .stepper__node .stepper__node-col--first-item+.stepper__node-col .stepper__screen-text{opacity:0;-webkit-transform:translate3d(100px,0,0);transform:translate3d(100px,0,0);-webkit-transition:opacity .6s cubic-bezier(.25,.9,.35,1) .25s,-webkit-transform .6s cubic-bezier(0,.55,.45,1) .25s;transition:opacity .6s cubic-bezier(.25,.9,.35,1) .25s,-webkit-transform .6s cubic-bezier(0,.55,.45,1) .25s;transition:opacity .6s cubic-bezier(.25,.9,.35,1) .25s,transform .6s cubic-bezier(0,.55,.45,1) .25s;transition:opacity .6s cubic-bezier(.25,.9,.35,1) .25s,transform .6s cubic-bezier(0,.55,.45,1) .25s,-webkit-transform .6s cubic-bezier(0,.55,.45,1) .25s;-webkit-transition-delay:.3s;transition-delay:.3s}}@media screen and (max-width:992px){.stepper-phone .stepper__media-wrap,.stepper-phone .stepper__nav-wrap,.stepper-phone .stepper__static-block{display:none}.stepper-phone .stepper__node-col{padding-top:0}}.stepper-images{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:27px;min-height:872px;padding-top:120px}@media screen and (max-width:1440px){.stepper-images{min-height:calc(-16.346vw + 1107.38462px);padding-top:calc(5.634vw + 38.87324px)}}@media screen and (max-width:992px){.stepper-images{min-height:calc(-2.755vw + 1090.33225px);overflow:visible}}.stepper-images__inner{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;position:relative}.stepper-images__heading{padding-bottom:40px}.stepper-images__main-title{margin:0 auto;max-width:872px;text-align:center}.stepper-images__image{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../images/stepper-image-frame.svg);background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;height:480px;justify-content:center;margin-bottom:86px;overflow:hidden;position:absolute;width:360px}@media screen and (max-width:1440px){.stepper-images__image{height:calc(11.268vw + 317.74648px);width:calc(8.451vw + 238.30986px)}}.stepper-images__image-inner{border-radius:53% 53% 0 0/37% 37% 0 0;height:425px;max-width:312px;overflow:hidden;position:relative;width:100%}@media screen and (max-width:1440px){.stepper-images__image-inner{height:calc(10.047vw + 280.32394px);max-width:calc(7.324vw + 206.53521px)}}.stepper-images__image-inner img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.stepper-images .stepper__node{padding:62px 0 93px;pointer-events:auto}@media screen and (max-width:1440px){.stepper-images .stepper__node{padding:62px 0 calc(3.099vw + 48.38028px)}}@media screen and (max-width:992px){.stepper-images .stepper__node{padding-left:15px;padding-right:15px}}@media screen and (max-width:375px){.stepper-images .stepper__node{padding:62px 15px 60px}}.stepper-images .stepper__node.active{z-index:3}.stepper-images .stepper__node.active .stepper__node-col{opacity:1!important;-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}.stepper-images .stepper__node-col{max-width:536px;opacity:0;-webkit-transform:translate3d(-100px,0,0);transform:translate3d(-100px,0,0);-webkit-transition:opacity .6s cubic-bezier(.25,.9,.35,1) .25s,-webkit-transform .6s cubic-bezier(0,.55,.45,1) .25s;transition:opacity .6s cubic-bezier(.25,.9,.35,1) .25s,-webkit-transform .6s cubic-bezier(0,.55,.45,1) .25s;transition:opacity .6s cubic-bezier(.25,.9,.35,1) .25s,transform .6s cubic-bezier(0,.55,.45,1) .25s;transition:opacity .6s cubic-bezier(.25,.9,.35,1) .25s,transform .6s cubic-bezier(0,.55,.45,1) .25s,-webkit-transform .6s cubic-bezier(0,.55,.45,1) .25s}@media screen and (max-width:1920px){.stepper-images .stepper__node-col{max-width:calc(23.333vw + 88px)}}@media screen and (max-width:1440px){.stepper-images .stepper__node-col{max-width:calc(37.5vw - 116px)}}@media screen and (max-width:992px){.stepper-images .stepper__node-col{max-width:100%;padding-top:calc(16.207vw + 359.22204px)}}.stepper-images .stepper__node-col:nth-child(2){-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}@media screen and (max-width:992px){.stepper-images .stepper__node-col:nth-child(2){padding-top:32px}.stepper-images .stepper__static-text{display:block}}.stepper-images .stepper__static-cta{min-width:212px;-webkit-transition:unset!important;transition:unset!important}@media screen and (max-width:992px){.stepper-images .stepper__media-wrap{padding-top:75px}.stepper-images .stepper__nav-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:0}}.transition-window-section{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../62b134e0e360e43ef9a6.webp);background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100dvh;overflow:hidden;padding-bottom:200px;padding-top:150px;position:relative}@media screen and (max-width:1440px){.transition-window-section{min-height:calc(100dvh - 7.212vw + 9.84615px)}}.transition-window-section--small{background-image:url(../eda2557da36494148659.webp)}.transition-window-section--disable-animation{min-height:100dvh;padding:142px 0}@media screen and (max-width:1440px){.transition-window-section--disable-animation{padding:calc(15.848vw - 86.21429px) 0}}@media screen and (max-width:992px){.transition-window-section--disable-animation{padding:71px 0}}.transition-window-section--disable-animation.transition-window-section--small{min-height:760px}.transition-window-section--disable-animation.transition-window-section--tiny{min-height:623px}.transition-window-section--disable-animation .transition-window-section__light-window{display:none}.transition-window-section__inner{position:relative;text-align:center;z-index:2}.transition-window-section__subtitle>*,.transition-window-section__title>*{color:#fff;margin:0}.transition-window-section__title{margin-bottom:40px}.transition-window-section__subtitle{margin:0 auto 60px;max-width:772px;text-transform:capitalize}.transition-window-section__subtitle>*{font-weight:600}.transition-window-section__text{margin:0 auto 60px;max-width:760px}.transition-window-section__cta-wrap{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;justify-content:center}@media screen and (max-width:767px){.transition-window-section__cta-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.transition-window-section__cta-wrap .btn--with-icon{min-width:296px}.transition-window-section__custom-cta{min-width:280px}.transition-window-section__custom-cta .btn__inner-bg{padding-bottom:18px;padding-top:18px}.transition-window-section__light-window{--transform-inner:translateX(0) translateY(0) scale(1);bottom:-180px;left:50%;max-width:224px;position:absolute;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}@media screen and (max-width:1024px){.transition-window-section__light-window{display:none}}.transition-window-section__light-window:after{background-color:#fff;border-radius:53% 53% 0 0/44% 44% 0 0;content:"";height:227px;left:19.49px;max-width:185px;opacity:.2;overflow:hidden;position:absolute;top:19px;-webkit-transform:var(--transform-inner);transform:var(--transform-inner);width:100%}@media screen and (max-width:767px){.transition-window-section__light-window:after{display:none}}.faiths-section{padding:120px 0}.faiths-section__title{margin:0 auto 40px;max-width:872px;text-align:center}.faiths-section__text{margin:0 auto;max-width:648px;text-align:center}.faiths-section__list{display:-ms-grid;display:grid;gap:24px}@media screen and (min-width:993px){.faiths-section__list{-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12,1fr)}}@media screen and (max-width:992px){.faiths-section__list{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);padding-top:60px}}@media screen and (max-width:708px){.faiths-section__list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.faiths-section__list{gap:12px}}@media screen and (max-width:992px) and (min-width:709px) and (max-width:992px){.faiths-section__list>:nth-child(3n+2){-webkit-transform:translateY(40px);transform:translateY(40px)}.faiths-section__list>:nth-child(3n+3){-webkit-transform:translateY(80px);transform:translateY(80px)}}@media screen and (max-width:992px) and (max-width:708px){.faiths-section__list>:nth-child(2n+2){-webkit-transform:translateY(40px);transform:translateY(40px)}}.faiths-section__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px;justify-content:center;max-width:244px;min-height:170px;padding:20px 15px;position:relative}@media screen and (max-width:1280px){.faiths-section__item{max-width:calc(9.375vw + 124px)}}@media screen and (max-width:992px){.faiths-section__item{max-width:400px;min-height:114px}}@media screen and (min-width:993px){.faiths-section__item:first-child{-ms-grid-column-span:3;-ms-grid-row-span:2;gap:17px;-ms-grid-column:1;grid-column:1/4;-ms-grid-row:1;grid-row:1/3;padding:38px 15px 21px;-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@media screen and (min-width:993px) and (max-width:1280px){.faiths-section__item:first-child{-webkit-transform:translateY(calc(-7.031vw + 84px));transform:translateY(calc(-7.031vw + 84px))}}@media screen and (min-width:993px) and (max-width:1024px){.faiths-section__item:first-child{-webkit-transform:translateY(12px);transform:translateY(12px)}}@media screen and (min-width:993px){.faiths-section__item:nth-child(2){-ms-grid-column-span:5;-ms-grid-row-span:2;gap:13px;-ms-grid-column:4;grid-column:4/9;-ms-grid-row:2;grid-row:2/4;padding:42px 15px 12px;-webkit-transform:translate(35px,26px);transform:translate(35px,26px)}}@media screen and (min-width:993px) and (max-width:1440px){.faiths-section__item:nth-child(2){-webkit-transform:translate(calc(10.625vw - 118px),26px);transform:translate(calc(10.625vw - 118px),26px)}}@media screen and (min-width:993px) and (max-width:1280px){.faiths-section__item:nth-child(2){-webkit-transform:translate(calc(5.078vw - 47px),26px);transform:translate(calc(5.078vw - 47px),26px)}}@media screen and (min-width:993px) and (max-width:1024px){.faiths-section__item:nth-child(2){-webkit-transform:translate(5px,26px);transform:translate(5px,26px)}}@media screen and (min-width:993px){.faiths-section__item:nth-child(3){-ms-grid-column-span:4;-ms-grid-row-span:2;-ms-grid-column:7;grid-column:7/11;-ms-grid-row:2;grid-row:2/4;padding:44px 15px 21px;-webkit-transform:translate(37px,-48px);transform:translate(37px,-48px)}}@media screen and (min-width:993px) and (max-width:1440px){.faiths-section__item:nth-child(3){-webkit-transform:translate(calc(16.875vw - 206px),-48px);transform:translate(calc(16.875vw - 206px),-48px)}}@media screen and (min-width:993px) and (max-width:1280px){.faiths-section__item:nth-child(3){-webkit-transform:translate(calc(4.688vw - 50px),-48px);transform:translate(calc(4.688vw - 50px),-48px)}}@media screen and (min-width:993px) and (max-width:1024px){.faiths-section__item:nth-child(3){-webkit-transform:translate(-2px,-48px);transform:translate(-2px,-48px)}}@media screen and (min-width:993px){.faiths-section__item:nth-child(4){-ms-grid-column-span:3;-ms-grid-row-span:2;-ms-grid-column:10;grid-column:10/13;-ms-grid-row:1;grid-row:1/3;padding:44px 15px 21px;-webkit-transform:translate(40px,-15px);transform:translate(40px,-15px)}}@media screen and (min-width:993px) and (max-width:1440px){.faiths-section__item:nth-child(4){-webkit-transform:translate(calc(6.25vw - 50px),-15px);transform:translate(calc(6.25vw - 50px),-15px)}}@media screen and (min-width:993px) and (max-width:1280px){.faiths-section__item:nth-child(4){-webkit-transform:translate(calc(14.063vw - 150px),calc(-9.766vw + 110px));transform:translate(calc(14.063vw - 150px),calc(-9.766vw + 110px))}}@media screen and (min-width:993px) and (max-width:1024px){.faiths-section__item:nth-child(4){-webkit-transform:translate(-6px,10px);transform:translate(-6px,10px)}}@media screen and (min-width:993px){.faiths-section__item:nth-child(5){-ms-grid-column-span:3;-ms-grid-row-span:2;-ms-grid-column:1;grid-column:1/4;-ms-grid-row:4;grid-row:4/6;-webkit-transform:translate(-1px,-44px);transform:translate(-1px,-44px)}.faiths-section__item:nth-child(6){-ms-grid-column-span:3;-ms-grid-row-span:2;-ms-grid-column:4;grid-column:4/7;-ms-grid-row:5;grid-row:5/7;-webkit-transform:translate(-37px);transform:translate(-37px)}}@media screen and (min-width:993px) and (max-width:1440px){.faiths-section__item:nth-child(6){-webkit-transform:translate(calc(-6.875vw + 62px),calc(13.812vw - 198.8px));transform:translate(calc(-6.875vw + 62px),calc(13.812vw - 198.8px))}}@media screen and (min-width:993px) and (max-width:1280px){.faiths-section__item:nth-child(6){-webkit-transform:translate(calc(-9.375vw + 94px),calc(7.031vw - 112px));transform:translate(calc(-9.375vw + 94px),calc(7.031vw - 112px))}}@media screen and (min-width:993px) and (max-width:1024px){.faiths-section__item:nth-child(6){-webkit-transform:translate(-2px,-40px);transform:translate(-2px,-40px)}}@media screen and (min-width:993px){.faiths-section__item:nth-child(7){-ms-grid-column-span:3;-ms-grid-row-span:2;-ms-grid-column:8;grid-column:8/11;-ms-grid-row:4;grid-row:4/6;-webkit-transform:translate(-18px,-5px);transform:translate(-18px,-5px)}}@media screen and (min-width:993px) and (max-width:1440px){.faiths-section__item:nth-child(7){-webkit-transform:translate(calc(23.125vw - 351px),-5px);transform:translate(calc(23.125vw - 351px),-5px)}}@media screen and (min-width:993px) and (max-width:1280px){.faiths-section__item:nth-child(7){-webkit-transform:translate(calc(5.859vw - 130px),-5px);transform:translate(calc(5.859vw - 130px),-5px)}}@media screen and (min-width:993px) and (max-width:1024px){.faiths-section__item:nth-child(7){-webkit-transform:translate(-70px,-5px);transform:translate(-70px,-5px)}}@media screen and (min-width:993px){.faiths-section__item:nth-child(8){-ms-grid-column-span:3;-ms-grid-row-span:2;-ms-grid-column:10;grid-column:10/13;-ms-grid-row:4;grid-row:4/6;padding-bottom:25px;padding-top:40px;-webkit-transform:translate(68px,70px);transform:translate(68px,70px)}}@media screen and (min-width:993px) and (max-width:1440px){.faiths-section__item:nth-child(8){-webkit-transform:translate(calc(22.5vw - 256px),70px);transform:translate(calc(22.5vw - 256px),70px)}}@media screen and (min-width:993px) and (max-width:1280px){.faiths-section__item:nth-child(8){-webkit-transform:translate(calc(10.938vw - 108px),70px);transform:translate(calc(10.938vw - 108px),70px)}}@media screen and (min-width:993px) and (max-width:1024px){.faiths-section__item:nth-child(8){-webkit-transform:translate(4px,70px);transform:translate(4px,70px)}}.faiths-section-item__text{color:#000;font-family:Proxima Nova,Helvetica,Arial,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:22px;text-align:center}.faiths-section-item__icon{max-width:100px}.faiths-section-item__link{height:100%;left:0;position:absolute;top:0;width:100%}.topical-list-dark-bg{padding-bottom:40px;padding-top:120px;position:relative}.topical-list-dark-bg:after{background-image:url(../8cd36ee5f784419a3974.webp);background-repeat:no-repeat;background-size:cover;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:-3}.topical-list-dark-bg:before{background:-webkit-gradient(linear,left top,right top,from(#000),color-stop(35%,#1c130d),color-stop(50%,#1c130d),to(#26244f));background:linear-gradient(90deg,#000 0,#1c130d 35%,#1c130d 50%,#26244f);bottom:-39px;content:"";-webkit-filter:blur(20px);filter:blur(20px);height:89px;left:0;position:absolute;right:0;width:100%;z-index:2}@media screen and (max-width:992px){.topical-list-dark-bg:before{background:-webkit-gradient(linear,left top,right top,from(#000),color-stop(60%,#1c130d),to(#26244f));background:linear-gradient(90deg,#000 0,#1c130d 60%,#26244f)}}@media screen and (max-width:830px){.topical-list-dark-bg:before{background:-webkit-gradient(linear,left top,right top,from(#000),to(#1c130d));background:linear-gradient(90deg,#000 0,#1c130d)}}.topical-list-dark-bg--transition{min-height:100dvh;overflow:hidden;padding-bottom:200px;position:relative}@media screen and (max-width:480px){.topical-list-dark-bg--transition{padding-bottom:100px;padding-top:60px}}.topical-list-dark-bg--transition:before{display:none}.topical-list-dark-bg__heading{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;padding-bottom:80px}@media screen and (max-width:812px){.topical-list-dark-bg__heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;padding-bottom:40px}}.topical-list-dark-bg__title{max-width:740px}@media screen and (max-width:1920px){.topical-list-dark-bg__title{max-width:calc(37.5vw + 20px)}}@media screen and (max-width:1440px){.topical-list-dark-bg__title{max-width:560px;width:43%}}@media screen and (max-width:812px){.topical-list-dark-bg__title{width:100%}}.topical-list-dark-bg__text{margin-left:auto;max-width:740px}@media screen and (max-width:1920px){.topical-list-dark-bg__text{max-width:calc(19.167vw + 372px)}}@media screen and (max-width:1440px){.topical-list-dark-bg__text{max-width:648px;width:55%}}@media screen and (max-width:812px){.topical-list-dark-bg__text{max-width:100%;width:100%}}.topical-list-dark-bg__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;position:relative;z-index:2}@media screen and (max-width:640px){.topical-list-dark-bg__list{gap:8px}}.topical-list-dark-bg__item{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:rgba(56,56,56,.3);border:1px solid hsla(0,0%,100%,.4);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:24px;justify-content:center;line-height:31px;min-height:163px;overflow:hidden;padding:20px;position:relative;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;width:calc(16.66667% - 20px)}@media screen and (max-width:1440px){.topical-list-dark-bg__item{font-size:calc(.751vw + 13.1831px);line-height:calc(.939vw + 17.47887px);min-height:calc(6.291vw + 72.40845px);padding:20px calc(-1.127vw + 24.22535px)}}@media screen and (max-width:375px){.topical-list-dark-bg__item{padding:20px 8px}}@media screen and (max-width:1279px){.topical-list-dark-bg__item{width:calc(20% - 20px)}}@media screen and (max-width:1023px){.topical-list-dark-bg__item{width:calc(25% - 18px)}}@media screen and (max-width:640px){.topical-list-dark-bg__item{width:calc(33.33333% - 6px)}}.topical-list-dark-bg__item .bubbles{--fx:50%;--fy:50%;--fs:85%;inset:0;pointer-events:none;position:absolute;z-index:0}.topical-list-dark-bg__item .bubbles:before{backdrop-filter:saturate(190%) brightness(176%);-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:48% 52% 55% 45%/58% 42% 58% 42%;-webkit-box-shadow:0 0 180px rgba(0,0,0,.15);box-shadow:0 0 180px rgba(0,0,0,.15);content:"";height:var(--fs);left:var(--fx);overflow:hidden;pointer-events:none;position:absolute;top:var(--fy);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:left 2.4s cubic-bezier(.16,1,.3,1),top 2.4s cubic-bezier(.16,1,.3,1),width 3s cubic-bezier(.16,1,.3,1),height 3s cubic-bezier(.16,1,.3,1);transition:left 2.4s cubic-bezier(.16,1,.3,1),top 2.4s cubic-bezier(.16,1,.3,1),width 3s cubic-bezier(.16,1,.3,1),height 3s cubic-bezier(.16,1,.3,1);width:var(--fs);will-change:transform,filter,left,top,width,height;z-index:0}@media screen and (max-width:1024px){.topical-list-dark-bg__item .bubbles:before{display:none}}.topical-list-dark-bg__item .bubbles:after{backdrop-filter:blur(28px);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}@media screen and (max-width:480px){.topical-list-dark-bg__item>.heading-4{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;row-gap:8px;text-align:center}}.topical-list-dark-bg__item>*{color:#fff;font-size:24px;line-height:31px;position:relative;z-index:1}@media screen and (max-width:1440px){.topical-list-dark-bg__item>*{font-size:calc(.751vw + 13.1831px);line-height:calc(.939vw + 17.47887px)}}.topical-list-dark-bg__item--link{border-color:#fff;cursor:pointer;position:relative}.topical-list-dark-bg__item--link a{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:11px;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;-webkit-transition:all .2s linear;transition:all .2s linear;width:100%}.topical-list-dark-bg__item--link a:hover{color:#fff;opacity:.6}.topical-list-dark-bg__item-inner{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.topical-list-dark-bg__light-window{bottom:-180px;left:50%;max-width:224px;position:absolute;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}@-webkit-keyframes jelly{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.04) scaleY(.97);transform:scaleX(1.04) scaleY(.97)}50%{-webkit-transform:scaleX(.98) scaleY(1.02);transform:scaleX(.98) scaleY(1.02)}70%{-webkit-transform:scaleX(1.01) scaleY(.99);transform:scaleX(1.01) scaleY(.99)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes jelly{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.04) scaleY(.97);transform:scaleX(1.04) scaleY(.97)}50%{-webkit-transform:scaleX(.98) scaleY(1.02);transform:scaleX(.98) scaleY(1.02)}70%{-webkit-transform:scaleX(1.01) scaleY(.99);transform:scaleX(1.01) scaleY(.99)}to{-webkit-transform:scale(1);transform:scale(1)}}@media screen and (min-width:1024px) and (max-height:800px){.topical-list-dark-bg--transition{padding-bottom:160px;padding-top:80px}.topical-list-dark-bg--transition .topical-list-dark-bg__heading{padding-bottom:60px}}@media screen and (min-width:1024px) and (max-height:680px){.topical-list-dark-bg--transition{padding-bottom:140px}.topical-list-dark-bg--transition .topical-list-dark-bg__heading{padding-bottom:40px}}.content-icon-cards-4-row{overflow:hidden;padding-bottom:60px;padding-top:120px}@media screen and (max-width:1440px){.content-icon-cards-4-row{padding-top:calc(13.393vw - 72.85714px)}}@media screen and (max-width:992px){.content-icon-cards-4-row{padding-top:60px}}.content-icon-cards-4-row__heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:60px}@media screen and (max-width:1440px){.content-icon-cards-4-row__heading{gap:calc(-7.121vw + 102.63571px);padding-bottom:calc(1.878vw + 32.95775px)}}@media screen and (max-width:992px){.content-icon-cards-4-row__heading{gap:32px}}.content-icon-cards-4-row__title{max-width:680px}@media screen and (max-width:1920px){.content-icon-cards-4-row__title{max-width:calc(25vw + 200px)}}@media screen and (max-width:1440px){.content-icon-cards-4-row__title{max-width:560px}}.content-icon-cards-4-row__title--center{margin:0 auto;max-width:648px;text-align:center}.content-icon-cards-4-row__text{margin-left:auto;max-width:740px}@media screen and (max-width:1920px){.content-icon-cards-4-row__text{max-width:calc(19.167vw + 372px)}}@media screen and (max-width:1440px){.content-icon-cards-4-row__text{max-width:648px}}.content-icon-cards-4-row__text--center{margin:40px auto 0;text-align:center}@media screen and (max-width:992px){.content-icon-cards-4-row__text--center{margin-top:0}}.content-icon-cards-4-row__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.content-icon-cards-4-row__item{min-height:312px;width:calc(25% - 18px)}@media screen and (min-width:1440px){.content-icon-cards-4-row__item:hover .content-icon-cards-4-row-item__content--visible .content-icon-cards-4-row-item__text{max-height:vw(500)}}@media screen and (min-width:1780px){.content-icon-cards-4-row__item:hover .content-icon-cards-4-row-item__content--visible .content-icon-cards-4-row-item__text{max-height:600px}}@media screen and (max-width:1439px){.content-icon-cards-4-row__item:hover .content-icon-cards-4-row-item__content--visible .content-icon-cards-4-row-item__text{max-height:calc(9.634vw + 361.27168px)}}@media screen and (max-width:480px){.content-icon-cards-4-row__item:hover .content-icon-cards-4-row-item__content--visible .content-icon-cards-4-row-item__text{max-height:300px}}.content-icon-cards-4-row-item__inner{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;height:auto;overflow:hidden;position:relative}.content-icon-cards-4-row-item__icon{margin-bottom:10px;max-width:48px}.content-icon-cards-4-row-item__content{margin-top:auto}.content-icon-cards-4-row-item__content--visible{bottom:0;position:absolute}.content-icon-cards-4-row-item__content--visible .content-icon-cards-4-row-item__text{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width:1024px){.content-icon-cards-4-row-item__content--visible .content-icon-cards-4-row-item__text{max-height:unset;visibility:visible}}.content-icon-cards-4-row-item__content--hidden{opacity:0;visibility:hidden}.content-icon-cards-4-row-item__title{color:#000;font-weight:700;text-transform:capitalize}.content-icon-cards-4-row-item__title>*{color:#000;font-weight:700;margin:0}.content-icon-cards-4-row-item__text{margin-top:8px}.content-icon-cards-4-row-item__text,.content-icon-cards-4-row-item__text>*{color:#383838;font-family:Proxima Nova,Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:21px}.content-icon-cards-4-row__list-swiper{max-width:400px;overflow:visible}@media screen and (max-width:480px){.content-icon-cards-4-row__list-swiper{max-width:calc(81.25vw + 10px)}}.content-icon-cards-4-row__swiper-item{height:auto;min-height:270px}.content-icon-cards-4-row__pagination{gap:6px;padding-top:12px}.content-icon-cards-4-row__pagination,.content-icon-cards-4-row__pagination>span.swiper-pagination-bullet{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.content-icon-cards-4-row__pagination>span.swiper-pagination-bullet{background-color:unset;border:1px solid #353434;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;height:8px;margin:0!important;opacity:.5;padding:2px;width:8px}.content-icon-cards-4-row__pagination>span.swiper-pagination-bullet:after{background-color:#353434;border-radius:50%;content:"";display:block;height:4px;min-width:4px;opacity:0;width:4px}.content-icon-cards-4-row__pagination>span.swiper-pagination-bullet.swiper-pagination-bullet-active,.content-icon-cards-4-row__pagination>span.swiper-pagination-bullet.swiper-pagination-bullet-active:after{opacity:1}.content-icon-cards-4-row__cta-wrap{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding-top:32px}.content-icon-cards-4-row__cta{min-width:343px}.content-icon-cards-3-row-hover{padding:120px 0}@media screen and (max-width:1440px){.content-icon-cards-3-row-hover{padding:calc(13.393vw - 72.85714px) 0}}@media screen and (max-width:992px){.content-icon-cards-3-row-hover{padding:60px 0}}@media screen and (max-width:640px){.content-icon-cards-3-row-hover .content-icon-cards-4-row__list{gap:12px}}.content-icon-cards-3-row-hover__item{aspect-ratio:unset;min-height:312px;position:relative;width:calc(33.33333% - 16px)}@media screen and (max-width:920px){.content-icon-cards-3-row-hover__item{width:calc(50% - 12px)}}@media screen and (max-width:640px){.content-icon-cards-3-row-hover__item{min-height:272px;width:100%}}.content-icon-cards-3-row-hover__item-link{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:2}.content-icon-cards-3-row-hover .content-icon-cards-4-row-item__icon{margin-bottom:44px;max-width:66px}@media screen and (max-width:1440px){.content-icon-cards-3-row-hover .content-icon-cards-4-row-item__icon{max-width:calc(1.69vw + 41.66197px)}}.content-icon-cards-3-row-hover .content-icon-cards-4-row-item__text{font-size:18px;line-height:26px}@media screen and (max-width:1440px){.content-icon-cards-3-row-hover .content-icon-cards-4-row-item__text{font-size:calc(.188vw + 15.29577px);line-height:calc(.282vw + 21.94366px)}}.content-icon-cards-3-row-hover .content-icon-cards-4-row-item__text>*{font-size:18px;line-height:26px}@media screen and (max-width:1440px){.content-icon-cards-3-row-hover .content-icon-cards-4-row-item__text>*{font-size:calc(.188vw + 15.29577px);line-height:calc(.282vw + 21.94366px)}}.cta-block{padding:88px 0}@media screen and (max-width:1440px){.cta-block{padding:calc(1.784vw + 62.30986px) 0 calc(2.629vw + 50.14085px)}}.cta-block:before{background-image:url(../images/cta-block-bg.png);background-repeat:no-repeat;background-size:cover;bottom:0;content:"";-webkit-filter:blur(30px);filter:blur(30px);height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:-2}.cta-block__inner{text-align:center}.cta-block__title{margin-bottom:32px}.cta-block__text{margin:0 auto;max-width:872px}.cta-block__cta{margin-top:60px;min-width:312px}@media screen and (min-width:992px){.cta-block__cta .btn__inner-bg{padding:18px 25px}}.feature-phone-sticky{margin-top:-5vh;overflow:hidden;padding-bottom:140px;padding-top:25px}@media screen and (max-width:992px){.feature-phone-sticky{margin-top:0;padding-bottom:0;padding-top:0}}.feature-phone-sticky__main{position:relative;z-index:10}@media screen and (min-width:993px){.feature-phone-sticky__scroll-content{inset:0;position:absolute;z-index:12}}.feature-phone-sticky__padding-global{width:100%}.feature-phone-sticky__phone-block-text-content{grid-row-gap:40px;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;max-width:567px}@media screen and (max-width:1920px){.feature-phone-sticky__phone-block-text-content{max-width:calc(27.292vw + 43px)}}@media screen and (max-width:1440px){.feature-phone-sticky__phone-block-text-content{max-width:calc(35vw - 68px)}}@media screen and (max-width:992px){.feature-phone-sticky__phone-block-text-content{max-width:100%}}@media screen and (max-width:767px){.feature-phone-sticky__phone-block-text-content{grid-row-gap:24px}}@media screen and (max-width:992px){.feature-phone-sticky__phone-block-image-content{position:relative;width:100%}}.feature-phone-sticky__phone-block-image-inner{margin:34px auto 0;position:relative;z-index:-1}@media screen and (min-width:993px){.feature-phone-sticky__phone-block-image-inner{display:none}}.feature-phone-sticky .phone-images-wrp{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;margin-left:auto;margin-right:auto;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:25rem}.feature-phone-sticky .phone-images-wrp>div{-webkit-filter:drop-shadow(0 4.617px 39.248px rgba(0,0,0,.25));filter:drop-shadow(0 4.617px 39.248px rgba(0,0,0,.25))}@media screen and (max-width:992px){.feature-phone-sticky .phone-images-wrp{max-width:400px;width:72%!important}}.feature-phone-sticky__phone-block{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-start;min-height:700px;padding:120px 0;position:relative;-webkit-transition:opacity .2s linear;transition:opacity .2s linear;width:100%}@media screen and (max-width:1920px){.feature-phone-sticky__phone-block{padding:calc(2.083vw + 80px) 0}}@media screen and (max-width:1440px){.feature-phone-sticky__phone-block{padding:110px 0}}@media screen and (max-width:992px){.feature-phone-sticky__phone-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:1!important;padding:60px 0}}.feature-phone-sticky__phone-block--right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:auto}.feature-phone-sticky__phone-block--right .phone-images-wrp{left:0;right:unset}.feature-phone-sticky__phone-block.phone-block-1 .phone-images-wrp{width:650px}@media screen and (max-width:1920px){.feature-phone-sticky__phone-block.phone-block-1 .phone-images-wrp{width:calc(27.083vw + 130px)}}@media screen and (max-width:1440px){.feature-phone-sticky__phone-block.phone-block-1 .phone-images-wrp{width:520px}}.feature-phone-sticky__phone-block.phone-block-2 .phone-images-wrp{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;justify-content:flex-end;top:44%;width:645px}@media screen and (max-width:1920px){.feature-phone-sticky__phone-block.phone-block-2 .phone-images-wrp{width:calc(25.208vw + 161px)}}@media screen and (max-width:1440px){.feature-phone-sticky__phone-block.phone-block-2 .phone-images-wrp{width:524px}}.feature-phone-sticky__phone-block.phone-block-3 .phone-images-wrp{top:44%;width:680px}@media screen and (max-width:1920px){.feature-phone-sticky__phone-block.phone-block-3 .phone-images-wrp{width:calc(26.458vw + 172px)}}@media screen and (max-width:1440px){.feature-phone-sticky__phone-block.phone-block-3 .phone-images-wrp{width:553px}}.feature-phone-sticky__phone-block.phone-block-4 .phone-images-wrp{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;justify-content:flex-end;top:60%;width:651px}@media screen and (max-width:1920px){.feature-phone-sticky__phone-block.phone-block-4 .phone-images-wrp{width:calc(28.333vw + 107px)}}@media screen and (max-width:1440px){.feature-phone-sticky__phone-block.phone-block-4 .phone-images-wrp{width:515px}}@media screen and (max-width:992px){.feature-phone-sticky__phone-block.phone-block-4 .phone-images-wrp{width:42%!important}}.feature-phone-sticky__phone-block.phone-block-5 .phone-images-wrp{top:62.5%;width:685px}@media screen and (max-width:1920px){.feature-phone-sticky__phone-block.phone-block-5 .phone-images-wrp{width:calc(15.625vw + 385px)}}@media screen and (max-width:1440px){.feature-phone-sticky__phone-block.phone-block-5 .phone-images-wrp{width:610px}}.feature-phone-sticky__scroll-phone{min-height:100vh;position:relative}@media screen and (max-width:992px){.feature-phone-sticky__scroll-phone{display:none}}.feature-phone-sticky .scroll-image{height:98%;inset:0;left:2.5%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:95%}.feature-phone-sticky__stick-positioner{inset:0 0 0 auto;position:absolute;z-index:11}.feature-phone-sticky__stick-positioner._1{height:100%;position:relative;top:auto;width:100%}.feature-phone-sticky__sticky-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:58px;margin-top:58px;padding-top:79px;position:relative}.feature-phone-sticky__effect-wrapper{height:621px;margin-left:auto;margin-right:auto;position:relative;width:307px}@media screen and (max-width:1440px){.feature-phone-sticky__effect-wrapper{height:calc(17.84vw + 364.09859px);width:calc(8.92vw + 178.5493px)}}.feature-phone-sticky__mockup-holder{border-radius:45px;height:100%;overflow:hidden;position:absolute;width:100%;z-index:2}.feature-phone-sticky__effect-content{border-radius:40px;height:100%;overflow:hidden;padding-left:.625rem;padding-right:.625rem;position:relative;-webkit-transform:translateY(7px);transform:translateY(7px);width:100%}@media screen and (max-width:992px){.feature-phone-sticky__effect-content{-webkit-transform:translateY(3px);transform:translateY(3px)}.feature-phone-sticky__effect-content img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}}.feature-phone-sticky__effect-mask{border-radius:40px;-webkit-box-shadow:none;box-shadow:none;height:100%;overflow:hidden;position:relative;-webkit-transform:translate(0);transform:translate(0);width:100%;z-index:3}.feature-phone-sticky .ios-header{inset:0 0 auto;-o-object-position:50% 50%;object-position:50% 50%;padding-left:.5rem;padding-right:8px;padding-top:.5rem;position:absolute;width:100%}.plans{padding:120px 0}@media screen and (max-width:1440px){.plans{padding:calc(5.634vw + 38.87324px) 0}}.plans__heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-bottom:40px}@media screen and (max-width:1440px){.plans__heading{gap:calc(-3.549vw + 51.20714px)}}@media screen and (max-width:992px){.plans__heading{gap:16px;padding-bottom:24px}}.plans__title{max-width:100%;width:51%}@media screen and (max-width:992px){.plans__title{width:100%}}.plans__text{margin-left:auto;max-width:536px}@media screen and (max-width:1920px){.plans__text{max-width:calc(23.333vw + 88px)}}@media screen and (max-width:1440px){.plans__text{max-width:424px}}@media screen and (max-width:767px){.plans__text{width:89%}}.plans__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}@media screen and (max-width:767px){.plans__list{gap:16px}}.plans__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:start;-ms-flex-pack:start;background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-start;padding:24px;position:relative;width:calc(50% - 12px)}@media screen and (max-width:1440px){.plans__item{padding:calc(.751vw + 13.1831px)}}@media screen and (max-width:767px){.plans__item{width:100%}}@media screen and (max-width:480px){.plans__item{padding:18px 16px}}.plans-item__label{color:#595959;font-family:Proxima Nova,Helvetica,Arial,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:35px;margin-bottom:16px;max-width:200px;text-transform:capitalize}@media screen and (max-width:1440px){.plans-item__label{font-size:calc(.563vw + 15.88732px);line-height:calc(.939vw + 21.47887px)}}.plans-item__label>*{font-size:24px;font-weight:600;line-height:35px}@media screen and (max-width:1440px){.plans-item__label>*{font-size:calc(.563vw + 15.88732px);line-height:calc(.939vw + 21.47887px)}}.plans-item__note{color:#353434;font-family:Proxima Nova,Helvetica,Arial,sans-serif;font-size:32px;font-style:normal;font-weight:700;line-height:35px;max-width:300px;position:absolute;right:24px;top:24px}@media screen and (max-width:1440px){.plans-item__note{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.plans-item__note>*{font-size:32px;font-weight:700;line-height:35px}@media screen and (max-width:1440px){.plans-item__note>*{font-size:calc(.751vw + 21.1831px);line-height:calc(.563vw + 26.88732px)}}.plans-item__price{color:#353434;font-family:Proxima Nova,Helvetica,Arial,sans-serif;font-size:60px;font-style:normal;font-weight:700;line-height:66px;margin-bottom:24px}@media screen and (max-width:1440px){.plans-item__price{font-size:calc(2.254vw + 27.5493px);line-height:calc(2.441vw + 30.84507px)}}.plans-item__price>*{font-size:60px;font-weight:700;line-height:66px}@media screen and (max-width:1440px){.plans-item__price>*{font-size:calc(2.254vw + 27.5493px);line-height:calc(2.441vw + 30.84507px)}}.plans-item__advantages-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0 0 24px}@media screen and (max-width:1440px){.plans-item__advantages-list{gap:calc(.376vw + 10.59155px);padding-bottom:calc(.751vw + 13.1831px)}}.plans-item__advantages-list>li{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;justify-content:flex-start;position:relative}.plans-item__advantages-list>li:before{content:url(../images/tabler-check.svg);display:block;height:36px;width:36px}.plans-item__cta{margin-top:auto;width:100%}.related-links{padding:120px 0;position:relative}@media screen and (max-width:1440px){.related-links{padding:calc(5.634vw + 38.87324px) 0}}@media screen and (max-width:375px){.related-links{padding:60px 0}}.related-links:before{background-image:url(../images/related-links-light-bg.png);background-repeat:no-repeat;background-size:cover;bottom:0;content:"";height:58vw;left:0;position:absolute;right:0;top:-14vw;width:100%;z-index:-1}.related-links--type2:before{top:-66%}.related-links__title{padding-bottom:60px;text-align:center}@media screen and (max-width:767px){.related-links__title{padding-bottom:24px}}.related-links__list{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;justify-content:center}.related-links__list--type2{gap:40px}.related-links__item{min-width:320px}.related-links__item--type2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;max-width:640px;width:50%}.related-links__item--type2 .related-links__cta{min-width:348px;width:auto}.related-links__item-title{font-weight:700;margin-bottom:40px;text-align:center}.related-links__cta{width:100%}.scroll-expanding-cards{overflow:hidden;padding:120px 0}@media screen and (max-width:1440px){.scroll-expanding-cards{padding:calc(5.634vw + 38.87324px) 0}}@media screen and (max-width:375px){.scroll-expanding-cards{padding:60px 0}}.scroll-expanding-cards__title{padding-bottom:60px}@media screen and (max-width:767px){.scroll-expanding-cards__title{padding-bottom:24px}}.scroll-expanding-cards__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px}.scroll-expanding-cards__item{backdrop-filter:blur(40px);background:hsla(0,0%,100%,.6);border:1px solid #fff;border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:230px;padding:24px;width:100%;will-change:transform}.scroll-expanding-cards__item--mobile{backdrop-filter:unset}@media screen and (max-width:1440px){.scroll-expanding-cards__item{padding:calc(.751vw + 13.1831px)}}@media screen and (max-width:480px){.scroll-expanding-cards__item{padding:18px 16px}}.scroll-expanding-cards-item__inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.scroll-expanding-cards-item__inner{-ms-flex-wrap:wrap;flex-wrap:wrap}}.scroll-expanding-cards-item__col{margin-right:24px;width:31%}@media screen and (max-width:1440px){.scroll-expanding-cards-item__col{max-width:394px}}@media screen and (max-width:767px){.scroll-expanding-cards-item__col{margin-right:0;max-width:calc(100% - 48.52041px - 3.06122vw);width:100%}}@media screen and (max-width:375px){.scroll-expanding-cards-item__col{max-width:calc(100% - 60px)}}.scroll-expanding-cards-item__title{text-wrap:balance;color:#353434;margin-bottom:24px}.scroll-expanding-cards-item__icon{margin-right:12px;max-width:80px;min-width:80px}@media screen and (max-width:1440px){.scroll-expanding-cards-item__icon{max-width:calc(3.005vw + 36.73239px);min-width:calc(3.005vw + 36.73239px)}}@media screen and (max-width:375px){.scroll-expanding-cards-item__icon{max-width:48px;min-width:48px}}.scroll-expanding-cards-item__text{width:60%}@media screen and (max-width:1440px){.scroll-expanding-cards-item__text{max-width:760px}}@media screen and (max-width:767px){.scroll-expanding-cards-item__text{width:100%}}.scroll-expanding-cards-item__cta{min-width:240px}@media screen and (max-width:992px){.scroll-expanding-cards-item__cta{min-width:100%}}@media screen and (max-width:767px){.scroll-expanding-cards-item__cta{min-width:240px}.scroll-expanding-cards-item__cta--desk{display:none}}.scroll-expanding-cards-item__cta--mob{margin-top:24px}@media screen and (min-width:768px){.scroll-expanding-cards-item__cta--mob{display:none}}@media screen and (max-width:640px){.scroll-expanding-cards-item__cta--mob{width:100%}}.scroll-expanding-cards-item__cta .btn__inner-bg{padding:8px 25px}.two-row-cards-text-icon{overflow:hidden;padding:140px 0 120px}@media screen and (max-width:1440px){.two-row-cards-text-icon{padding:calc(7.512vw + 31.83099px) 0 calc(5.634vw + 38.87324px)}}@media screen and (max-width:375px){.two-row-cards-text-icon{padding:60px 0}}.two-row-cards-text-icon__title{margin:0 auto 60px;max-width:648px;text-align:center}@media screen and (max-width:767px){.two-row-cards-text-icon__title{margin-bottom:24px}}.two-row-cards-text-icon__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.two-row-cards-text-icon__list-swiper{max-width:600px;overflow:visible}@media screen and (max-width:640px){.two-row-cards-text-icon__list-swiper{max-width:calc(103.125vw - 60px)}}.two-row-cards-text-icon__item{height:auto}.two-row-cards-text-icon__item:not(.swiper-slide){width:calc(50% - 12px)}.two-row-cards-text-icon-item__icon{max-width:48px}.two-row-cards-text-icon-item__title{margin-bottom:24px;margin-top:136px}@media screen and (max-width:1440px){.two-row-cards-text-icon-item__title{margin-bottom:calc(1.127vw + 7.77465px);margin-top:calc(7.042vw + 34.59155px)}}.simple-text{padding:60px 0}.simple-text--decor-image{padding:120px 0;position:relative}@media screen and (max-width:1440px){.simple-text--decor-image{padding:calc(5.634vw + 38.87324px) 0}}@media screen and (max-width:375px){.simple-text--decor-image{padding:60px 0}}.simple-text__content{color:#383838;font-family:Proxima Nova,Helvetica,Arial,sans-serif;font-size:44px;font-style:normal;font-weight:700;line-height:53px}@media screen and (max-width:1440px){.simple-text__content{font-size:calc(1.878vw + 16.95775px);line-height:calc(2.066vw + 23.25352px)}}@media screen and (max-width:375px){.simple-text__content{font-size:24px;line-height:31px}}.simple-text__content>*{color:#383838;font-size:44px;font-weight:700;line-height:53px}@media screen and (max-width:1440px){.simple-text__content>*{font-size:calc(1.878vw + 16.95775px);line-height:calc(2.066vw + 23.25352px)}}@media screen and (max-width:375px){.simple-text__content>*{font-size:24px;line-height:31px}}.simple-text__content>:not(:last-child){margin-bottom:50px}@media screen and (max-width:1440px){.simple-text__content>:not(:last-child){margin-bottom:calc(.939vw + 36.47887px)}}.simple-text__image{left:50%;max-width:523px;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);z-index:-1}@media screen and (max-width:640px){.simple-text__image{width:89%}}.simple-text__image img{-webkit-backface-visibility:hidden;backface-visibility:hidden;-o-object-fit:cover;object-fit:cover;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .1s linear;transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear,-webkit-transform .1s linear;will-change:transform}.reversible-media-text{padding-bottom:120px;padding-top:60px}@media screen and (max-width:1440px){.reversible-media-text{padding-bottom:calc(13.393vw - 72.85714px)}}@media screen and (max-width:992px){.reversible-media-text{padding-bottom:60px}}.reversible-media-text+.reversible-media-text{padding-top:0}.reversible-media-text__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:112px}@media screen and (max-width:1440px){.reversible-media-text__inner{gap:calc(19.643vw - 170.85714px)}}@media screen and (max-width:992px){.reversible-media-text__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:24px}}.reversible-media-text__inner--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:992px){.reversible-media-text__inner--reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.reversible-media-text__image-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../images/reversible-image-decor-mask.svg);background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;height:600px;justify-content:center;margin:0 40px;min-width:480px;overflow:hidden;width:480px}@media screen and (max-width:1440px){.reversible-media-text__image-wrap{height:calc(22.535vw + 275.49296px);margin:0 calc(1.127vw + 23.77465px);min-width:calc(18.028vw + 220.39437px);width:calc(18.028vw + 220.39437px)}}.reversible-media-text__image-inner{border-radius:53% 53% 0 0/37% 37% 0 0;height:531px;max-width:416px;overflow:hidden;position:relative;width:100%}@media screen and (max-width:1440px){.reversible-media-text__image-inner{height:calc(20vw + 243px);max-width:calc(15.681vw + 190.19718px)}}.reversible-media-text__image-inner img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.reversible-media-text__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:40px;max-width:740px}@media screen and (max-width:1920px){.reversible-media-text__content{max-width:calc(19.167vw + 372px)}}@media screen and (max-width:1440px){.reversible-media-text__content{gap:calc(19.643vw - 170.85714px);max-width:648px;width:55%}}@media screen and (max-width:992px){.reversible-media-text__content{gap:24px;max-width:100%;width:100%}}.content-icon-cards-3-row{overflow:hidden;padding:120px 0}@media screen and (max-width:1440px){.content-icon-cards-3-row{padding:calc(13.393vw - 72.85714px) 0}}@media screen and (max-width:992px){.content-icon-cards-3-row{padding:60px 0}}.content-icon-cards-3-row__heading{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:40px;justify-content:center;padding-bottom:40px;text-align:center}@media screen and (max-width:767px){.content-icon-cards-3-row__heading{margin:0 auto;padding-bottom:24px;width:86%}}.content-icon-cards-3-row__title{max-width:872px}.content-icon-cards-3-row__text{max-width:760px}.content-icon-cards-3-row__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}.content-icon-cards-3-row__item{width:calc(33.33333% - 16px)}.content-icon-cards-3-row-item__icon{max-width:48px}.content-icon-cards-3-row-item__title{margin-bottom:12px;margin-top:85px}.content-icon-cards-3-row__text-bottom{margin:40px auto 0;max-width:734px;text-align:center}@media screen and (max-width:767px){.content-icon-cards-3-row__text-bottom{margin-top:24px}}.content-icon-cards-3-row__list-swiper{max-width:400px;overflow:visible}@media screen and (max-width:480px){.content-icon-cards-3-row__list-swiper{max-width:calc(81.25vw + 10px)}}.timeline{background-color:#000;background-image:url(../images/timeline-bg-full-opt.jpg);background-repeat:no-repeat;background-size:contain;padding:120px 40px}@media screen and (max-width:1440px){.timeline{padding:calc(5.634vw + 38.87324px) calc(9.591vw - 98.11538px)}}@media screen and (max-width:1024px){.timeline{padding-left:0;padding-right:0}}@media screen and (max-width:375px){.timeline{padding:60px 0}}.timeline__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:80px;justify-content:center;position:relative}@media screen and (max-width:767px){.timeline__inner{gap:60px}}@media screen and (max-width:640px){.timeline__inner{gap:40px}}.timeline__line{background:hsla(0,0%,100%,.2);bottom:0;pointer-events:none;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:2px;z-index:0}@media screen and (max-width:767px){.timeline__line{left:64px;-webkit-transform:translateX(0);transform:translateX(0)}}@media screen and (max-width:480px){.timeline__line{left:38px}}.timeline__line-fill{background:#fff;height:0%;left:0;position:absolute;top:0;width:100%}.timeline__row{grid-column-gap:0;grid-row-gap:0;-ms-grid-rows:auto;-ms-grid-columns:1fr 180px 1fr;display:-ms-grid;display:grid;grid-auto-columns:1fr;grid-template-columns:1fr 180px 1fr;grid-template-rows:auto;position:relative;width:100%;z-index:1}@media screen and (max-width:1440px){.timeline__row{-ms-grid-columns:1fr calc(19.231vw - 96.92308px) 1fr;grid-template-columns:1fr calc(19.231vw - 96.92308px) 1fr}}@media screen and (max-width:1024px){.timeline__row{-ms-grid-columns:1fr 100px 1fr;grid-template-columns:1fr 100px 1fr}}@media screen and (max-width:767px){.timeline__row{-ms-grid-columns:100px 1fr;grid-template-columns:100px 1fr}}@media screen and (max-width:480px){.timeline__row{-ms-grid-columns:48px 1fr;grid-template-columns:48px 1fr}}.timeline__row.is-active .timeline__content,.timeline__row.is-active .timeline__time{opacity:1}.timeline__row.is-active .timeline__dot{border-color:#fff}.timeline__row.is-active .timeline__dot:after{background-color:#fff}@media screen and (max-width:767px){.timeline__time-wrap{display:none}}.timeline__time{-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.timeline__time--desktop{max-width:532px;opacity:.2;position:top;text-align:right;top:auto;will-change:opacity}.timeline__time--mobile{margin-bottom:24px}@media screen and (min-width:768px){.timeline__time--mobile{display:none}}.timeline__center,.timeline__dot{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;position:relative}.timeline__dot{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#000;border:1px solid hsla(0,0%,100%,.2);border-radius:50%;height:20px;margin-left:-3px;top:auto;-webkit-transition:border-color .2s linear;transition:border-color .2s linear;width:20px;will-change:border-color;z-index:2}.timeline__dot:after{background-color:hsla(0,0%,100%,.2);border-radius:50%;content:"";height:12px;-webkit-transition:background-color .2s linear;transition:background-color .2s linear;width:12px;will-change:background-color}.timeline__content{max-width:560px;opacity:.2;padding-top:15px;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;will-change:opacity}@media screen and (max-width:1920px){.timeline__content{max-width:calc(28.333vw + 16px)}}@media screen and (max-width:1440px){.timeline__content{max-width:424px}}@media screen and (max-width:767px){.timeline__content{max-width:unset;padding-left:12px}}.timeline__title{color:#fff;font-size:24px;font-weight:600;line-height:1.3;margin-bottom:16px}@media screen and (max-width:767px){.timeline__title{margin-bottom:12px}}.timeline__text{color:#fff;font-size:16px;line-height:1.6}.timeline__text p:not(:last-child){margin-bottom:12px}.timeline__fade-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,4%,0)),to(#000));background-image:linear-gradient(hsla(0,0%,4%,0),#000);height:80px;inset:auto 0 0;margin:0 auto;position:absolute;width:20px}@media screen and (max-width:767px){.timeline__fade-bottom{inset:unset;bottom:-2px;left:54px}}@media screen and (max-width:480px){.timeline__fade-bottom{left:30px}}.timeline__fade-top{background-image:-webkit-gradient(linear,left top,left bottom,from(#000),to(hsla(0,0%,4%,0)));background-image:linear-gradient(#000,hsla(0,0%,4%,0));height:80px;inset:0 0 auto;margin:0 auto;position:absolute;width:20px}@media screen and (max-width:767px){.timeline__fade-top{inset:unset;left:54px;top:-13px}}@media screen and (max-width:480px){.timeline__fade-top{left:30px}}.content-image-column{padding:60px 0}.content-image-column+.content-image-column{padding-top:0}.content-image-column__title{margin:60px auto 40px;max-width:900px;text-align:center}@media screen and (max-width:640px){.content-image-column__title{margin-bottom:24px;margin-top:20px}}.content-image-column__image-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../images/content-col-decor-mask.svg);background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;height:480px;justify-content:center;margin:0 auto 40px;min-width:360px;overflow:hidden;width:360px}@media screen and (max-width:1440px){.content-image-column__image-wrap{height:calc(9.014vw + 350.19718px);min-width:calc(6.761vw + 262.64789px);width:calc(6.761vw + 262.64789px)}}@media screen and (max-width:640px){.content-image-column__image-wrap{margin-bottom:24px}}@media screen and (max-width:375px){.content-image-column__image-wrap{height:384px;min-width:288px;width:288px}}.content-image-column__image-inner{border-radius:53% 53% 0 0/37% 37% 0 0;height:425px;max-width:312px;overflow:hidden;position:relative;width:100%}@media screen and (max-width:1440px){.content-image-column__image-inner{height:calc(7.981vw + 310.07042px);max-width:calc(5.915vw + 226.8169px)}}@media screen and (max-width:375px){.content-image-column__image-inner{height:340px;max-width:249px}}.content-image-column__image-inner img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.content-image-column__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px;margin:0 auto;max-width:872px;text-align:center}@media screen and (max-width:640px){.content-image-column__bottom{gap:16px}}.content-icon-cards-3-row-dark{background-image:url(../images/content-3-row-dark-bg.jpg);background-repeat:no-repeat;background-size:cover;overflow:hidden;padding:120px 0 200px}@media screen and (max-width:1440px){.content-icon-cards-3-row-dark{padding:calc(13.393vw - 72.85714px) 0 calc(31.25vw - 250px)}}@media screen and (max-width:992px){.content-icon-cards-3-row-dark{padding:60px 0}}.content-icon-cards-3-row-dark__heading{display:-webkit-box;display:-ms-flexbox;display:flex;gap:112px;padding-bottom:80px}@media screen and (max-width:1440px){.content-icon-cards-3-row-dark__heading{padding-bottom:calc(3.756vw + 25.91549px)}}@media screen and (max-width:992px){.content-icon-cards-3-row-dark__heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}}@media screen and (max-width:767px){.content-icon-cards-3-row-dark__heading{gap:40px}}@media screen and (max-width:1440px){.content-icon-cards-3-row-dark__title{width:43%}}@media screen and (max-width:992px){.content-icon-cards-3-row-dark__title{width:100%}}.content-icon-cards-3-row-dark__text{max-width:740px}@media screen and (max-width:1920px){.content-icon-cards-3-row-dark__text{max-width:calc(19.167vw + 372px)}}@media screen and (max-width:1440px){.content-icon-cards-3-row-dark__text{max-width:648px;width:77%}}@media screen and (max-width:992px){.content-icon-cards-3-row-dark__text{max-width:100%;width:100%}}.content-icon-cards-3-row-dark__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;padding-bottom:80px}@media screen and (max-width:1440px){.content-icon-cards-3-row-dark__list{padding-bottom:calc(3.756vw + 25.91549px)}}.content-icon-cards-3-row-dark__item{background:transparent;border-color:hsla(0,0%,100%,.4);min-height:262px;overflow:hidden;position:relative}.content-icon-cards-3-row-dark__item:not(.swiper-slide){width:calc(33.33333% - 16px)}.content-icon-cards-3-row-dark__item:before{backdrop-filter:blur(584px) saturate(230%) brightness(186%);border-radius:35%;bottom:0;content:"";height:65%;overflow:hidden;pointer-events:none;position:absolute;width:65%;z-index:0}@media screen and (max-width:1024px){.content-icon-cards-3-row-dark__item:before{display:none}}.content-icon-cards-3-row-dark__item:after{backdrop-filter:blur(21px);background:rgba(0,0,0,.6);content:"";inset:0;mix-blend-mode:soft-light;pointer-events:none;position:absolute;z-index:1}.content-icon-cards-3-row-dark__item:nth-child(2):before{right:0}.content-icon-cards-3-row-dark__item:nth-child(3):before{backdrop-filter:blur(584px) saturate(89%) brightness(171%);bottom:unset;right:0;top:-99px}.content-icon-cards-3-row-dark-item__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative;z-index:2}.content-icon-cards-3-row-dark-item__icon{margin-bottom:70px;max-width:48px}.content-icon-cards-3-row-dark-item__content{margin-top:auto}.content-icon-cards-3-row-dark-item__title{color:#fff;margin-bottom:8px}.content-icon-cards-3-row-dark-item__title>*{color:#fff}.content-icon-cards-3-row-dark-item__text,.content-icon-cards-3-row-dark-item__text>*{color:#e0e0e0}.content-icon-cards-3-row-dark__bottom-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:80px;padding-left:17px}@media screen and (max-width:767px){.content-icon-cards-3-row-dark__bottom-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;padding-left:0}}.content-icon-cards-3-row-dark__text-bottom:first-child{max-width:575px;width:50%}@media screen and (max-width:767px){.content-icon-cards-3-row-dark__text-bottom:first-child{max-width:100%;width:100%}}.content-icon-cards-3-row-dark__text-bottom:nth-child(2){margin-left:auto;max-width:740px}@media screen and (max-width:1920px){.content-icon-cards-3-row-dark__text-bottom:nth-child(2){max-width:calc(19.167vw + 372px)}}@media screen and (max-width:1440px){.content-icon-cards-3-row-dark__text-bottom:nth-child(2){max-width:648px;width:50%}}@media screen and (max-width:767px){.content-icon-cards-3-row-dark__text-bottom:nth-child(2){margin-left:0;max-width:100%;width:100%}}.content-icon-cards-3-row-dark__list-swiper-wrap{padding-bottom:40px}.content-icon-cards-3-row-dark__list-swiper{max-width:400px;overflow:visible}@media screen and (max-width:480px){.content-icon-cards-3-row-dark__list-swiper{max-width:calc(81.25vw + 10px)}}.content-icon-cards-3-row-dark__swiper-item .content-icon-cards-3-row-dark-item__inner{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.content-icon-cards-3-row-dark .content-icon-cards-4-row__pagination>span.swiper-pagination-bullet{border-color:#fff}.content-icon-cards-3-row-dark .content-icon-cards-4-row__pagination>span.swiper-pagination-bullet:after{background-color:#fff}.five-column-masonry-grid{padding:120px 0}@media screen and (max-width:1440px){.five-column-masonry-grid{padding:calc(5.634vw + 38.87324px) 0}}@media screen and (max-width:375px){.five-column-masonry-grid{padding:60px 0}}@media screen and (max-width:1920px) and (min-width:1440px){.five-column-masonry-grid__inner{max-width:calc(100vw - 120px)}}.five-column-masonry-grid__heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:40px;margin:0 auto;max-width:1000px;padding-bottom:60px;text-align:center}@media screen and (max-width:1920px){.five-column-masonry-grid__heading{max-width:calc(73.333vw - 408px)}}@media screen and (max-width:1440px){.five-column-masonry-grid__heading{max-width:648px}}@media screen and (max-width:639px){.five-column-masonry-grid__heading{gap:24px;padding-bottom:24px}}.five-column-masonry-grid__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;padding-bottom:60px}@media screen and (max-width:639px){.five-column-masonry-grid__list{padding-bottom:24px}}.five-column-masonry-grid__item-wrap{width:calc(20% - 13px)}@media screen and (max-width:1023px){.five-column-masonry-grid__item-wrap{width:calc(25% - 13px)}}@media screen and (max-width:811px){.five-column-masonry-grid__item-wrap{width:calc(33.33333% - 11px)}}@media screen and (max-width:639px){.five-column-masonry-grid__item-wrap{width:100%}}@media screen and (min-width:1024px){.five-column-masonry-grid__item-wrap:nth-child(5n+2),.five-column-masonry-grid__item-wrap:nth-child(5n+4){padding-top:80px}}@media screen and (min-width:812px){.five-column-masonry-grid__item-wrap:nth-child(4n+2),.five-column-masonry-grid__item-wrap:nth-child(4n+4){padding-top:80px}}@media screen and (min-width:640px){.five-column-masonry-grid__item-wrap:nth-child(3n+2){padding-top:80px}}@media screen and (max-width:639px){.five-column-masonry-grid__item-wrap:nth-child(2n){padding-left:32px}}.five-column-masonry-grid__item{width:100%}.five-column-masonry-grid-item__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;min-height:206px}@media screen and (max-width:639px){.five-column-masonry-grid-item__inner{min-height:110px}}.five-column-masonry-grid-item__title{margin-bottom:24px}.five-column-masonry-grid-item__text,.five-column-masonry-grid-item__text>*{font-size:16px;line-height:23px}.five-column-masonry-grid__text-bottom{margin:0 auto;max-width:1000px;text-align:center}@media screen and (max-width:1920px){.five-column-masonry-grid__text-bottom{max-width:calc(37.5vw + 280px)}}@media screen and (max-width:1440px){.five-column-masonry-grid__text-bottom{max-width:820px}}.horizontal-timeline{background-color:hsla(0,0%,100%,.6);overflow:hidden;padding-bottom:80px;position:relative}.horizontal-timeline__pin{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100dvh!important;max-height:100%;min-height:600px}@media screen and (max-height:850px){.horizontal-timeline__pin{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:850px}}.horizontal-timeline__tabs-wrapper{-ms-flex-negative:0;flex-shrink:0;margin-top:20px;position:relative;top:60px;width:100%;z-index:10}.horizontal-timeline__tabs{border-bottom:1px solid #3b3b3b;display:-webkit-box;display:-ms-flexbox;display:flex;gap:45px;padding-bottom:22px;position:relative;width:100%}@media screen and (max-width:1440px){.horizontal-timeline__tabs{-webkit-column-gap:calc(8.413vw - 76.15385px);-moz-column-gap:calc(8.413vw - 76.15385px);column-gap:calc(8.413vw - 76.15385px)}}@media screen and (max-width:992px){.horizontal-timeline__tabs{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;justify-content:space-between}}.horizontal-timeline__tabs:after,.horizontal-timeline__tabs:before{background-image:url(../images/ic-decor-line-tabs.svg);background-repeat:no-repeat;background-size:cover;bottom:-1px;content:"";height:1px;position:absolute;width:66px}.horizontal-timeline__tabs:before{left:-66px}.horizontal-timeline__tabs:after{right:-66px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.horizontal-timeline__tab{background:none;border:none;color:#383838;cursor:pointer;font-family:Proxima Nova,Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:.02em;line-height:15px;padding:0;position:relative;text-align:center;text-transform:uppercase;-webkit-transition:opacity .2s;transition:opacity .2s}@media screen and (max-width:992px){.horizontal-timeline__tab span:first-child{display:none}}@media screen and (min-width:993px){.horizontal-timeline__tab span:nth-child(2){display:none}}.horizontal-timeline__tab div{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:1px solid #353434;border-radius:50%;bottom:-32px;display:-webkit-box;display:-ms-flexbox;display:flex;height:20px;justify-content:center;left:50%;opacity:0;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:all .2s linear;transition:all .2s linear;width:20px}.horizontal-timeline__tab div:after{background-color:#353434;border-radius:50%;content:"";height:12px;position:absolute;width:12px}.horizontal-timeline__tab.is-active{color:#353434;text-shadow:0 0 .65px #353434,0 0 .65px #353434}.horizontal-timeline__tab.is-active div{opacity:1}.horizontal-timeline__viewport{-webkit-box-flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;min-height:0;overflow:hidden}@media screen and (max-width:480px){.horizontal-timeline__viewport{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.horizontal-timeline__track{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;padding:60px;will-change:transform}@media screen and (max-width:640px){.horizontal-timeline__track{padding-left:16px}}.horizontal-timeline__section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-negative:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:0;gap:40px;padding-top:53px}@media screen and (max-width:640px){.horizontal-timeline__section{gap:24px;padding-top:62px}}.horizontal-timeline__section:last-child{min-width:75vw;padding-right:120px}@media screen and (max-width:992px){.horizontal-timeline__section:last-child{padding-right:calc(5.634vw + 38.87324px)}}.horizontal-timeline__header{-ms-flex-negative:0;flex-shrink:0;min-height:125px}@media screen and (max-width:640px){.horizontal-timeline__header{min-height:85px}}.horizontal-timeline__title{margin-bottom:24px}@media screen and (max-width:640px){.horizontal-timeline__title{margin-bottom:16px}}.horizontal-timeline__items{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:40px}.history-card,.horizontal-timeline__items{display:-webkit-box;display:-ms-flexbox;display:flex}.history-card{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-negative:0;align-items:center;flex-shrink:0;gap:24px;max-width:660px;position:relative}@media screen and (max-width:992px){.history-card{gap:calc(1.127vw + 7.77465px)}}.history-card--offset{margin-top:100px}@media screen and (max-width:640px){.history-card--offset{margin-top:150px}}.history-card__link{height:100%;inset:0;position:absolute;width:100%;z-index:1}.history-card__image-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}@media screen and (max-width:640px){.history-card__image-wrapper{margin-top:-20px}}.history-card__image-wrap{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-image:url(../images/hostory-line-decor-mask.svg);background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;height:280px;justify-content:center;min-width:239px;overflow:hidden;width:239px}@media screen and (max-width:992px){.history-card__image-wrap{height:calc(26.256vw + 19.53971px);min-width:calc(22.528vw + 15.51864px);width:calc(22.528vw + 15.51864px)}}@media screen and (max-width:375px){.history-card__image-wrap{height:118px;min-width:100px;width:100px}}.history-card__image-inner{border-radius:53% 53% 0 0/37% 37% 0 0;height:248px;max-width:207px;overflow:hidden;position:relative;width:100%}@media screen and (max-width:992px){.history-card__image-inner{height:calc(23.501vw + 14.87196px);max-width:calc(19.611vw + 12.45867px)}}@media screen and (max-width:480px){.history-card__image-inner{margin-left:1.5px}}@media screen and (max-width:375px){.history-card__image-inner{height:103px;max-width:86px}}.history-card__image-inner img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.history-card__image-dates{color:#595959;font-size:16px;font-weight:400;line-height:24px;padding-top:8px}@media screen and (max-width:992px){.history-card__image-dates{font-size:calc(.376vw + 10.59155px);line-height:calc(.563vw + 15.88732px)}}@media screen and (max-width:375px){.history-card__image-dates{font-size:12px;line-height:18px}}.history-card__image-dates>*{color:#595959;font-size:16px;font-weight:400;line-height:24px}@media screen and (max-width:992px){.history-card__image-dates>*{font-size:calc(.376vw + 10.59155px);line-height:calc(.563vw + 15.88732px)}}@media screen and (max-width:375px){.history-card__image-dates>*{font-size:12px;line-height:18px}}.history-card__content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;max-width:397px;padding-top:24px;width:100%}@media screen and (max-width:992px){.history-card__content{max-width:calc(15.587vw + 172.5493px)}}.history-card__title{margin-bottom:24px;opacity:0;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}@media screen and (max-width:992px){.history-card__title{font-size:calc(1.315vw + 13.07042px);line-height:calc(.939vw + 21.47887px);margin-bottom:calc(1.502vw + 2.3662px)}}@media screen and (max-width:375px){.history-card__title{font-size:18px;line-height:25px;margin-bottom:8px}}@media screen and (max-width:992px){.history-card__title>*{font-size:calc(1.315vw + 13.07042px);line-height:calc(.939vw + 21.47887px)}}@media screen and (max-width:375px){.history-card__title>*{font-size:18px;line-height:25px}}.history-card__excerpt{color:#000;overflow:hidden;width:100%}@media screen and (max-width:992px){.history-card__excerpt{font-size:calc(.376vw + 12.59155px);line-height:calc(.469vw + 19.23944px)}}@media screen and (max-width:375px){.history-card__excerpt{font-size:14px;line-height:21px}}.history-card__excerpt>*{color:#000;margin:0}@media screen and (max-width:992px){.history-card__excerpt>*{font-size:calc(.376vw + 12.59155px);line-height:calc(.469vw + 19.23944px)}}@media screen and (max-width:375px){.history-card__excerpt>*{font-size:14px;line-height:21px}}.history-card__excerpt .line{display:block;overflow:hidden}.history-card__excerpt .line-inner{display:block;will-change:transform}.history-card.active .history-card__title{opacity:1}.horizontal-timeline__pin,.horizontal-timeline__track,.horizontal-timeline__viewport{-webkit-transition:none!important;transition:none!important;will-change:transform}@media screen and (min-width:1024px) and (max-height:800px){.horizontal-timeline .horizontal-timeline__section{padding-top:33px}.horizontal-timeline .history-card--offset{margin-top:70px}}@media screen and (min-width:1024px) and (max-height:680px){.horizontal-timeline .horizontal-timeline__section{gap:18px;padding-top:10px}.horizontal-timeline .horizontal-timeline__header{min-height:auto}.horizontal-timeline .history-card--offset{margin-top:45px}.horizontal-timeline .horizontal-timeline__title{font-size:48px;line-height:54px;margin-bottom:12px}.horizontal-timeline .horizontal-timeline__title>*{font-size:48px;line-height:54px}.horizontal-timeline .horizontal-timeline__subtitle,.horizontal-timeline .horizontal-timeline__subtitle>*{font-size:28px;line-height:31px}}.media-text-content{padding-top:120px}@media screen and (max-width:1440px){.media-text-content{padding-top:calc(5.634vw + 38.87324px)}}@media screen and (max-width:375px){.media-text-content{padding-top:60px}}.media-text-content__heading{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;padding-bottom:60px}@media screen and (max-width:1440px){.media-text-content__heading{gap:calc(1.502vw + 18.3662px);padding-bottom:calc(1.878vw + 32.95775px)}}@media screen and (max-width:992px){.media-text-content__heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:375px){.media-text-content__heading{gap:24px;padding-bottom:40px}}.media-text-content__title{max-width:632px;width:50%}@media screen and (max-width:992px){.media-text-content__title{width:100%}}.media-text-content__text{margin-left:auto;max-width:740px}@media screen and (max-width:1920px){.media-text-content__text{max-width:calc(19.167vw + 372px)}}@media screen and (max-width:1440px){.media-text-content__text{max-width:648px;width:50%}}@media screen and (max-width:992px){.media-text-content__text{width:100%}}.media-text-content__image{margin:0 auto;max-width:100%;padding-bottom:44.7%;position:relative;width:100%}.media-text-content__image img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.media-text-content .sp-video{padding-bottom:0;padding-top:0}.media-text-content .sp-video__block{aspect-ratio:1440/644;border-radius:0;height:auto}.testimonial-slider{overflow:hidden;padding-bottom:120px}@media screen and (max-width:1440px){.testimonial-slider{padding-bottom:calc(5.634vw + 38.87324px)}}@media screen and (max-width:375px){.testimonial-slider{padding-bottom:60px}}@media screen and (max-width:640px){.testimonial-slider__wrap{margin:0}}.testimonial-slider__heading{padding-bottom:40px;padding-top:120px}@media screen and (max-width:1440px){.testimonial-slider__heading{padding-top:calc(11.258vw - 42.11831px)}}@media screen and (max-width:767px){.testimonial-slider__heading{padding-bottom:24px}}@media screen and (max-width:375px){.testimonial-slider__heading{padding-top:0}}.testimonial-slider__title--center{text-align:center}.testimonial-slider__text{margin-left:auto;max-width:424px}@media screen and (max-width:1440px){.testimonial-slider__text{margin-top:calc(-14.937vw + 215.2px)}}@media screen and (max-width:1280px){.testimonial-slider__text{margin-top:24px}}@media screen and (max-width:767px){.testimonial-slider__text{width:89%}}.testimonial-slider__list{border-radius:20px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:640px){.testimonial-slider__list{max-width:400px;overflow:visible}}@media screen and (max-width:640px) and (max-width:480px){.testimonial-slider__list{max-width:calc(81.25vw + 10px)}}.testimonial-slider__item{border-radius:20px;height:auto;min-height:320px;position:relative}.testimonial-slider__item:before{background-image:url(../images/ic-quote-icon.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:25px;margin-bottom:16px;width:31px}.testimonial-slider__item--no-quote:before{display:none}.testimonial-slider__item--no-quote .testimonial-slider-item__text-reference{text-align:left}.testimonial-slider-item__content{margin-bottom:16px}.testimonial-slider-item__content,.testimonial-slider-item__content>*{color:#383838;font-size:20px;font-style:italic;font-weight:400;line-height:24px}.testimonial-slider-item__text-reference{margin-bottom:24px;text-align:right}.testimonial-slider-item__text-reference,.testimonial-slider-item__text-reference>*{color:#353434;font-size:24px;font-weight:600;line-height:32px;text-transform:capitalize}.testimonial-slider-item__footer{margin-top:auto}.testimonial-slider-item__footer>* strong{font-weight:600}.testimonial-slider__navigation{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-top:24px;position:relative}.testimonial-slider__arrow{all:unset;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:0;position:relative;text-decoration:none;white-space:nowrap;width:44px}@media screen and (max-width:640px){.testimonial-slider__arrow{display:none}}.testimonial-slider__pagination{color:#383838;font-size:18px;font-weight:600;letter-spacing:-2px;line-height:16px;text-transform:capitalize;z-index:-1}@media screen and (max-width:640px){.testimonial-slider__pagination{gap:6px;padding-top:12px;position:relative;z-index:2}.testimonial-slider__pagination,.testimonial-slider__pagination>span.swiper-pagination-bullet{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.testimonial-slider__pagination>span.swiper-pagination-bullet{background-color:unset;border:1px solid #353434;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;height:8px;margin:0!important;opacity:.5;padding:2px;width:8px}.testimonial-slider__pagination>span.swiper-pagination-bullet:after{background-color:#353434;border-radius:50%;content:"";display:block;height:4px;min-width:4px;opacity:0;width:4px}.testimonial-slider__pagination>span.swiper-pagination-bullet.swiper-pagination-bullet-active,.testimonial-slider__pagination>span.swiper-pagination-bullet.swiper-pagination-bullet-active:after{opacity:1}}.category .page-category{padding-bottom:120px}@media screen and (max-width:1440px){.category .page-category{padding-bottom:calc(5.634vw + 38.87324px)}}.category__hero{padding-bottom:60px;padding-top:8px}@media screen and (max-width:480px){.category__hero{padding-bottom:calc(1.878vw + 32.95775px);padding-top:60px}}.category__hero-headline{margin:0 auto;max-width:872px;text-align:center;width:100%}.category__hero-description{margin-top:16px}.promo-section{background-image:url(../23647b2645b90db31198.webp);background-repeat:no-repeat;background-size:cover;margin-top:-116px;overflow:hidden;padding-top:170px}.promo-section__heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:40px;justify-content:center}@media screen and (max-width:1440px){.promo-section__heading{gap:calc(1.502vw + 18.3662px)}}.promo-section__title{text-align:center}.promo-section__subtitle{max-width:772px;text-align:center}.promo-section__subtitle,.promo-section__subtitle>*{color:#fff;font-weight:600}.promo-section__dw-list{gap:40px;padding-top:60px}.promo-section__dw-item,.promo-section__dw-list{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.promo-section__dw-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;backdrop-filter:blur(10px);background:rgba(0,0,0,.6);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;gap:16px;max-width:280px;padding:24px;width:100%}.promo-section__dw-item,.promo-section__dw-top{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.promo-section__dw-top{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.promo-section__dw-top img,.promo-section__dw-top svg{height:24px;width:24px}.promo-section__dw-top span{color:#e0e0e0;font-size:24px;font-style:normal;font-weight:600;line-height:32px;text-transform:capitalize}.promo-section__dw-qr{max-width:150px}.promo-section__dw-mob-list{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;justify-content:center;padding-top:40px}.promo-section__dw-mob-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;backdrop-filter:blur(10px);background:rgba(0,0,0,.6);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px;position:relative}@media screen and (min-width:355px){.promo-section__dw-mob-link{min-width:344px}}.promo-section__dw-mob-link:after{background-image:url(../images/ic-link-top-right.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:32px;margin-left:auto;width:32px}.promo-section__dw-mob-link svg{height:24px;margin-right:8px;width:24px}.promo-section__dw-mob-link span{color:#e0e0e0;font-size:24px;font-style:normal;font-weight:600;line-height:31px;text-transform:capitalize}.promo-section__phone-wrap{min-height:444px;padding-top:60px;position:relative}@media screen and (min-width:993px){.promo-section__phone-wrap{margin:0 -20px}}@media screen and (max-width:640px){.promo-section__phone-wrap{padding-top:20px}}.promo-section__phone-decor{bottom:0;left:50%;max-width:320px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:1440px){.promo-section__phone-decor{max-width:calc(21.875vw + 5px)}}@media screen and (max-width:992px){.promo-section__phone-decor{max-width:calc(12.966vw + 191.37763px);position:relative}}.promo-section__phone-decor:before{background-image:url(../images/promo-phone-decor.png);background-repeat:no-repeat;background-size:cover;content:"";height:511px;left:50%;position:absolute;-webkit-transform:translateX(-50%) translateY(-80px);transform:translateX(-50%) translateY(-80px);width:702px}@media screen and (max-width:992px){.promo-section__phone-decor:before{height:584px;-webkit-transform:translateX(-50%) translateY(-183px);transform:translateX(-50%) translateY(-183px);width:793px}}@media screen and (max-width:640px){.promo-section__phone-decor:before{-webkit-transform:translateX(-50%) translateY(-215px);transform:translateX(-50%) translateY(-215px)}}.promo-section__phone-decor img{position:relative;z-index:1}.promo-section__ad-list{-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:flex-start;-webkit-column-gap:390px;-moz-column-gap:390px;column-gap:390px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;list-style:none;margin:0;padding:66px 0 0;position:relative;z-index:2}@media screen and (max-width:1440px){.promo-section__ad-list{-webkit-column-gap:calc(56.25vw - 420px);-moz-column-gap:calc(56.25vw - 420px);column-gap:calc(56.25vw - 420px);padding-top:calc(14.732vw - 146.14286px)}}@media screen and (max-width:992px){.promo-section__ad-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:0}}@media screen and (max-width:640px){.promo-section__ad-list{padding-bottom:10px}}.promo-section__ad-list li{border-bottom:1px solid hsla(0,0%,100%,.2);-webkit-box-sizing:border-box;box-sizing:border-box;max-width:480px;padding:20px 4px 15px 20px;width:36%}@media screen and (max-width:1440px){.promo-section__ad-list li{max-width:calc(25vw + 120px)}}@media screen and (max-width:992px){.promo-section__ad-list li{max-width:100%;padding-left:0;padding-right:0!important;width:100%}}.promo-section__ad-list li:nth-child(2),.promo-section__ad-list li:nth-child(4){padding-left:0;padding-right:28px}@media screen and (min-width:993px){.promo-section__ad-list li:nth-child(3),.promo-section__ad-list li:nth-child(4){border-bottom:unset}}@media screen and (max-width:992px){.promo-section__ad-list li:nth-child(2n)>div{margin-left:auto}.promo-section__ad-list li:last-child,.promo-section__ad-list li:nth-child(2){border-bottom:unset}}.promo-section__ad-item-inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;padding:20px 16px;position:relative}@media screen and (max-width:992px){.promo-section__ad-item-inner{max-width:59%;padding-left:0}}@media screen and (max-width:640px){.promo-section__ad-item-inner{padding-bottom:0;padding-top:0}}.promo-section__ad-item-inner:before{background-image:url(../images/ic-done-circle.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:28px;min-width:28px;width:28px}@media screen and (max-width:640px){.promo-section__ad-item-inner:before{height:20px;min-width:20px;width:20px}}.promo-section__ad-item-inner>*{font-weight:600}@media screen and (min-width:1024px) and (max-height:800px){.promo-section .promo-section__dw-list{padding-top:40px}.promo-section .promo-section__dw-qr{max-width:120px}}@media screen and (min-width:1024px) and (max-height:680px){.promo-section .promo-section__heading{gap:24px}.promo-section .promo-section__dw-item{max-width:240px}.promo-section .promo-section__dw-qr{max-width:100px}.promo-section .promo-section__ad-list,.promo-section .promo-section__phone-wrap{padding-top:40px}}.page-template-default .page-title,.page-template-template-privacy-policy .page-title{color:#353434;font-size:72px;font-weight:700;margin:0;padding:60px 0}@media screen and (max-width:1440px){.page-template-default .page-title,.page-template-template-privacy-policy .page-title{font-size:calc(2.629vw + 34.14085px)}}.page-template-default .page-row,.page-template-template-privacy-policy .page-row{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:120px;padding-top:60px}@media screen and (max-width:1440px){.page-template-default .page-row,.page-template-template-privacy-policy .page-row{padding-bottom:calc(5.634vw + 38.87324px);padding-top:calc(5.634vw - 21.12676px)}}@media screen and (max-width:830px){.page-template-default .page-row,.page-template-template-privacy-policy .page-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:24px}}@media screen and (max-width:480px){.page-template-default .page-row,.page-template-template-privacy-policy .page-row{padding-top:0}}.page-template-default .page-sidebar,.page-template-template-privacy-policy .page-sidebar{position:relative;top:auto;width:48.3%;z-index:99}@media screen and (max-width:1440px){.page-template-default .page-sidebar,.page-template-template-privacy-policy .page-sidebar{max-width:632px}}@media screen and (max-width:1024px){.page-template-default .page-sidebar,.page-template-template-privacy-policy .page-sidebar{width:35%}}@media screen and (max-width:830px){.page-template-default .page-sidebar,.page-template-template-privacy-policy .page-sidebar{display:none;max-width:100%;position:static;width:100%}}.page-template-default .page-sidebar--mobile,.page-template-template-privacy-policy .page-sidebar--mobile{display:none}@media screen and (max-width:830px){.page-template-default .page-sidebar--mobile,.page-template-template-privacy-policy .page-sidebar--mobile{display:block}}.page-template-default .page-sidebar__heading,.page-template-template-privacy-policy .page-sidebar__heading{color:#000;font-size:24px;font-weight:600;line-height:32px;margin:0}@media screen and (max-width:1440px){.page-template-default .page-sidebar__heading,.page-template-template-privacy-policy .page-sidebar__heading{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.page-template-default .page-toc,.page-template-template-privacy-policy .page-toc{list-style:none;margin:16px 0 0;padding:0}.page-template-default .page-toc>li,.page-template-template-privacy-policy .page-toc>li{margin-bottom:16px}.page-template-default .page-toc>li:last-of-type,.page-template-template-privacy-policy .page-toc>li:last-of-type{margin-bottom:0}.page-template-default .page-toc>li.active a,.page-template-template-privacy-policy .page-toc>li.active a{color:rgba(48,48,48,.5)}.page-template-default .page-toc>li a,.page-template-template-privacy-policy .page-toc>li a{color:#353434;font-size:18px;font-weight:600;line-height:26px}.page-template-default .page-toc>li a:hover,.page-template-template-privacy-policy .page-toc>li a:hover{color:rgba(48,48,48,.5)}.page-template-default .page-content,.page-template-template-privacy-policy .page-content{margin:0;width:49.5%}@media screen and (max-width:1440px){.page-template-default .page-content,.page-template-template-privacy-policy .page-content{max-width:648px}}@media screen and (max-width:1024px){.page-template-default .page-content,.page-template-template-privacy-policy .page-content{width:calc(65% - 24px)}}@media screen and (max-width:830px){.page-template-default .page-content,.page-template-template-privacy-policy .page-content{max-width:100%;width:100%}}.page-template-template-privacy-policy .page-headline{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding:60px 0}@media screen and (max-width:830px){.page-template-template-privacy-policy .page-headline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;justify-content:center;row-gap:12px;text-align:center}}.page-template-template-privacy-policy .page-headline .page-title{padding:0;width:48.3%}@media screen and (max-width:1440px){.page-template-template-privacy-policy .page-headline .page-title{max-width:632px}}@media screen and (max-width:1024px){.page-template-template-privacy-policy .page-headline .page-title{width:35%}}@media screen and (max-width:830px){.page-template-template-privacy-policy .page-headline .page-title{max-width:100%;width:100%}}.page-template-template-privacy-policy .page-effective-date{font-size:18px;line-height:27px;width:49.5%}@media screen and (max-width:1440px){.page-template-template-privacy-policy .page-effective-date{max-width:648px}}@media screen and (max-width:1024px){.page-template-template-privacy-policy .page-effective-date{width:calc(65% - 24px)}}@media screen and (max-width:830px){.page-template-template-privacy-policy .page-effective-date{max-width:100%;width:100%}}body.error404{background:#000}.not-found{color:#fff;overflow:hidden;padding-bottom:297px;padding-top:244px;text-align:center}@media screen and (max-width:1440px){.not-found{padding-bottom:calc(13.521vw + 102.29577px);padding-top:calc(8.545vw + 120.95775px)}}.not-found__illustration{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;justify-content:center;left:50%;position:absolute;top:40px;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:-1}@media screen and (max-width:1440px){.not-found__illustration{gap:calc(1.878vw + 12.95775px);top:calc(-4.789vw + 108.95775px)}}.not-found__illustration:after,.not-found__illustration:before{background-image:url(../images/404.svg);background-position:100%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:640px;width:400px}@media screen and (max-width:1440px){.not-found__illustration:after,.not-found__illustration:before{height:calc(33.521vw + 157.29577px);width:calc(1.69vw + 375.66197px)}}.not-found__illustration:after{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.not-found__title{font-size:72px;font-weight:700;line-height:1;margin-bottom:24px;margin-top:0}@media screen and (max-width:1440px){.not-found__title{font-size:calc(2.629vw + 34.14085px)}}.not-found__subtitle{font-size:24px;font-weight:600;line-height:32px;margin:0;text-transform:capitalize}@media screen and (max-width:1440px){.not-found__subtitle{font-size:calc(.563vw + 15.88732px);line-height:calc(.657vw + 22.53521px)}}.not-found__btn{margin-top:40px;min-width:296px}@media screen and (max-width:1440px){.not-found__btn{margin-top:calc(1.878vw + 12.95775px)}}@media screen and (max-width:480px){.not-found__btn{min-width:100%;width:100%}}@media screen and (min-width:1024px) and (max-height:800px){.not-found{padding-bottom:190px;padding-top:190px}.not-found .not-found__illustration:before,.not-found__illustration:after{height:500px;width:260px}}@media screen and (min-width:1024px) and (max-height:680px){.not-found{padding-bottom:153px;padding-top:153px}.not-found .not-found__illustration:before,.not-found__illustration:after{height:480px;width:240px}}.main-testimonials{background-image:url(../7987e22b3e2095726cbe.webp);background-repeat:no-repeat;background-size:cover;margin-top:-116px;overflow:hidden;padding-bottom:120px;padding-top:170px}@media screen and (max-width:1440px){.main-testimonials{padding-bottom:calc(5.634vw + 38.87324px)}}@media screen and (max-width:375px){.main-testimonials{padding-bottom:60px}}@media screen and (max-width:992px){.main-testimonials__inner{margin:0;max-width:100%;padding:0;width:100%}}.main-testimonials__heading{padding-bottom:80px}@media screen and (max-width:1440px){.main-testimonials__heading{padding-bottom:calc(3.756vw + 25.91549px)}}@media screen and (max-width:375px){.main-testimonials__heading{padding-bottom:40px}}.main-testimonials__title{margin:0 auto 40px;max-width:635px;text-align:center}@media screen and (max-width:1440px){.main-testimonials__title{margin-bottom:calc(1.502vw + 18.3662px)}}@media screen and (max-width:375px){.main-testimonials__title{margin-bottom:24px}}.main-testimonials__title strong{color:#ff6cf0}.main-testimonials__subtitle{color:#fff;font-weight:600;margin:0 auto;max-width:602px;text-align:center;text-transform:capitalize}.main-testimonials__subtitle>*{font-weight:600}.main-testimonials__grid-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px}@media screen and (max-width:992px){.main-testimonials .sp-video{padding-bottom:60px;padding-top:60px}}.main-testimonials .sp-video__block{height:auto;min-height:743px}@media screen and (max-width:1440px){.main-testimonials .sp-video__block{min-height:calc(49.953vw + 23.67606px)}}.main-testimonials .sp-video .page-container{width:100%}.main-testimonials__grid{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.main-testimonials__swiper-wrap{padding-bottom:40px}.main-testimonials__swiper{max-width:400px;overflow:visible}@media screen and (max-width:480px){.main-testimonials__swiper{max-width:calc(81.25vw + 10px)}}.main-testimonials .swiper-slide{height:auto}.main-testimonials .swiper-slide .testimonial{height:100%}.main-testimonials .swiper-slide>*{width:100%}.main-testimonials .content-icon-cards-4-row__pagination>span.swiper-pagination-bullet{border-color:#fff}.main-testimonials .content-icon-cards-4-row__pagination>span.swiper-pagination-bullet:after{background-color:#fff}.testimonial{-webkit-box-orient:vertical;-webkit-box-direction:normal;backdrop-filter:blur(10px);background:rgba(28,28,28,.7);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:320px;padding:25px 32px}@media screen and (max-width:1440px){.testimonial{padding:calc(.469vw + 18.23944px) calc(.751vw + 21.1831px)}}@media screen and (max-width:480px){.testimonial{padding:20px 24px}}.testimonial:before{background-image:url(../images/ic-quote-icon.svg);background-repeat:no-repeat;background-size:cover;content:"";display:block;height:25px;margin-bottom:16px;width:31px}.testimonial--default{width:calc(33.33333% - 16px)}.testimonial--default .testimonial__content{font-size:24px;font-style:italic;font-weight:400;line-height:normal}@media screen and (max-width:1440px){.testimonial--default .testimonial__content{font-size:calc(.563vw + 15.88732px)}}@media screen and (max-width:480px){.testimonial--default .testimonial__content{font-size:18px}}.testimonial--default .testimonial__content>*{font-size:24px;font-style:italic;font-weight:400;line-height:normal}@media screen and (max-width:1440px){.testimonial--default .testimonial__content>*{font-size:calc(.563vw + 15.88732px)}}@media screen and (max-width:480px){.testimonial--default .testimonial__content>*{font-size:18px}}.testimonial--feature{padding:36.5px 32px;width:100%}@media screen and (max-width:992px){.testimonial--feature{border-left:none;border-radius:0;border-right:none}}.testimonial--feature .testimonial__content{font-size:54px;font-style:italic;font-weight:400;line-height:66px}@media screen and (max-width:1440px){.testimonial--feature .testimonial__content{font-size:calc(2.441vw + 18.84507px);line-height:calc(3.568vw + 14.61972px)}}@media screen and (max-width:480px){.testimonial--feature .testimonial__content{font-size:28px;line-height:28px}}.testimonial--feature .testimonial__content>*{font-size:54px;font-style:italic;font-weight:400;line-height:66px}@media screen and (max-width:1440px){.testimonial--feature .testimonial__content>*{font-size:calc(2.441vw + 18.84507px);line-height:calc(3.568vw + 14.61972px)}}@media screen and (max-width:480px){.testimonial--feature .testimonial__content>*{font-size:28px;line-height:28px}}.testimonial--feature .testimonial__footer{min-height:auto}.testimonial--yellow{position:relative}.testimonial--yellow .testimonial__content strong{color:#f9dd00}.testimonial--yellow:after{background:#f9dd00;border-radius:331px;content:"";-webkit-filter:blur(63px);filter:blur(63px);height:331px;mix-blend-mode:soft-light;position:absolute;right:25%;top:-10px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:65px;z-index:-1}.testimonial--lavender{position:relative}.testimonial--lavender .testimonial__content strong{color:#a5aaff}.testimonial--lavender:after{background:#54ff51;bottom:0;content:"";-webkit-filter:blur(63px);filter:blur(63px);height:331px;left:180px;mix-blend-mode:soft-light;position:absolute;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:65px;z-index:-1}.testimonial__content{color:#fff;margin-bottom:20px}.testimonial__content>*{color:#fff}.testimonial__footer{font-weight:600;margin-top:auto;min-height:40px}.testimonial__footer>*{font-weight:600}.flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.flex-row{-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row,.flex-row-reverse{-webkit-box-orient:horizontal!important}.flex-row-reverse{-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-col{-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-col,.flex-col-reverse{-webkit-box-orient:vertical!important}.flex-col-reverse{-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-no-wrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.justify-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.justify-stretch{-webkit-box-pack:stretch!important;-ms-flex-pack:stretch!important;justify-content:stretch!important}.items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.hidden{display:none!important}
/*# sourceMappingURL=bundle.css.map*/