@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}
.\!container{
	width: 100% !important;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}
@media (min-width: 640px){
	.container{
		max-width: 640px;
	}
	.\!container{
		max-width: 640px !important;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
	}
	.\!container{
		max-width: 768px !important;
	}
}
@media (min-width: 1024px){
	.container{
		max-width: 1024px;
	}
	.\!container{
		max-width: 1024px !important;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1280px;
	}
	.\!container{
		max-width: 1280px !important;
	}
}
@media (min-width: 1536px){
	.container{
		max-width: 1536px;
	}
	.\!container{
		max-width: 1536px !important;
	}
}
.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.pointer-events-none{
	pointer-events: none;
}
.invisible{
	visibility: hidden;
}
.static{
	position: static;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.sticky{
	position: sticky;
}
.inset-0{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.left-0{
	left: 0px;
}
.top-0{
	top: 0px;
}
.top-4{
	top: 1rem;
}
.right-4{
	right: 1rem;
}
.z-10{
	z-index: 10;
}
.z-40{
	z-index: 40;
}
.z-20{
	z-index: 20;
}
.z-50{
	z-index: 50;
}
.order-1{
	order: 1;
}
.order-3{
	order: 3;
}
.my-12{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.mx-1{
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.-mx-4{
	margin-left: -1rem;
	margin-right: -1rem;
}
.-mx-2{
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.mx-2{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mt-0{
	margin-top: 0px;
}
.ml-1{
	margin-left: 0.25rem;
}
.mb-\[2px\]{
	margin-bottom: 2px;
}
.mr-2{
	margin-right: 0.5rem;
}
.ml-4{
	margin-left: 1rem;
}
.mt-12{
	margin-top: 3rem;
}
.mt-4{
	margin-top: 1rem;
}
.mt-8{
	margin-top: 2rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-1{
	margin-top: 0.25rem;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.ml-2{
	margin-left: 0.5rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mr-3{
	margin-right: 0.75rem;
}
.mt-\[-3px\]{
	margin-top: -3px;
}
.mt-20{
	margin-top: 5rem;
}
.-mt-20{
	margin-top: -5rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.mt-auto{
	margin-top: auto;
}
.mb-12{
	margin-bottom: 3rem;
}
.mt-16{
	margin-top: 4rem;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.inline{
	display: inline;
}
.flex{
	display: flex;
}
.inline-flex{
	display: inline-flex;
}
.grid{
	display: grid;
}
.contents{
	display: contents;
}
.hidden{
	display: none;
}
.h-8{
	height: 2rem;
}
.h-2\.5{
	height: 0.625rem;
}
.h-2{
	height: 0.5rem;
}
.h-icon{
	height: 1em;
}
.h-4{
	height: 1rem;
}
.h-screen{
	height: 100vh;
}
.h-9{
	height: 2.25rem;
}
.h-\[3\.75rem\]{
	height: 3.75rem;
}
.h-6{
	height: 1.5rem;
}
.h-full{
	height: 100%;
}
.h-28{
	height: 7rem;
}
.h-48{
	height: 12rem;
}
.h-5{
	height: 1.25rem;
}
.h-\[11rem\]{
	height: 11rem;
}
.h-3{
	height: 0.75rem;
}
.h-10{
	height: 2.5rem;
}
.h-20{
	height: 5rem;
}
.h-12{
	height: 3rem;
}
.min-h-screen{
	min-height: 100vh;
}
.min-h-full{
	min-height: 100%;
}
.min-h-\[calc\(100vh-0\.75rem\)\]{
	min-height: calc(100vh - 0.75rem);
}
.min-h-\[calc\(100vh-2\.5rem\)\]{
	min-height: calc(100vh - 2.5rem);
}
.w-full{
	width: 100%;
}
.w-1\/2{
	width: 50%;
}
.w-8{
	width: 2rem;
}
.w-2\.5{
	width: 0.625rem;
}
.w-2{
	width: 0.5rem;
}
.w-icon{
	width: 1em;
}
.w-4{
	width: 1rem;
}
.w-16{
	width: 4rem;
}
.w-9{
	width: 2.25rem;
}
.w-6{
	width: 1.5rem;
}
.w-5{
	width: 1.25rem;
}
.w-1\/3{
	width: 33.333333%;
}
.w-3{
	width: 0.75rem;
}
.w-1\/4{
	width: 25%;
}
.w-12{
	width: 3rem;
}
.w-10{
	width: 2.5rem;
}
.w-20{
	width: 5rem;
}
.w-24{
	width: 6rem;
}
.w-64{
	width: 16rem;
}
.max-w-3xl{
	max-width: 48rem;
}
.max-w-lg{
	max-width: 32rem;
}
.max-w-xs{
	max-width: 20rem;
}
.max-w-full{
	max-width: 100%;
}
.max-w-md{
	max-width: 28rem;
}
.flex-1{
	flex: 1 1 0%;
}
.transform{
	transform: var(--tw-transform);
}
.cursor-pointer{
	cursor: pointer;
}
.resize{
	resize: both;
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
	flex-direction: row;
}
.flex-col{
	flex-direction: column;
}
.flex-wrap{
	flex-wrap: wrap;
}
.items-start{
	align-items: flex-start;
}
.items-center{
	align-items: center;
}
.items-baseline{
	align-items: baseline;
}
.justify-start{
	justify-content: flex-start;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-8{
	gap: 2rem;
}
.gap-12{
	gap: 3rem;
}
.gap-1{
	gap: 0.25rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-scroll{
	overflow: scroll;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.overflow-y-hidden{
	overflow-y: hidden;
}
.whitespace-nowrap{
	white-space: nowrap;
}
.rounded-full{
	border-radius: 9999px;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-\[1\.875rem\]{
	border-radius: 1.875rem;
}
.rounded-\[70px\]{
	border-radius: 70px;
}
.rounded-2xl{
	border-radius: 1rem;
}
.rounded-\[1\.5rem\]{
	border-radius: 1.5rem;
}
.rounded-\[30px\]{
	border-radius: 30px;
}
.rounded-3xl{
	border-radius: 1.5rem;
}
.rounded-\[1\.25rem\]{
	border-radius: 1.25rem;
}
.rounded-\[2rem\]{
	border-radius: 2rem;
}
.rounded-\[40px\]{
	border-radius: 40px;
}
.rounded-bl-none{
	border-bottom-left-radius: 0px;
}
.rounded-br-none{
	border-bottom-right-radius: 0px;
}
.rounded-bl-\[0px\]{
	border-bottom-left-radius: 0px;
}
.rounded-br-\[0px\]{
	border-bottom-right-radius: 0px;
}
.border{
	border-width: 1px;
}
.border-2{
	border-width: 2px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-b-2{
	border-bottom-width: 2px;
}
.border-t{
	border-top-width: 1px;
}
.border-gray-light{
	--tw-border-opacity: 1;
	border-color: rgba(242, 243, 247, var(--tw-border-opacity));
}
.border-white{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-black{
	--tw-border-opacity: 1;
	border-color: rgba(34, 31, 31, var(--tw-border-opacity));
}
.border-\[\#DBDEE6\]{
	--tw-border-opacity: 1;
	border-color: rgba(219, 222, 230, var(--tw-border-opacity));
}
.border-opacity-50{
	--tw-border-opacity: 0.5;
}
.bg-gray-light{
	--tw-bg-opacity: 1;
	background-color: rgba(242, 243, 247, var(--tw-bg-opacity));
}
.bg-indigo-400{
	--tw-bg-opacity: 1;
	background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}
.bg-yellow-400{
	--tw-bg-opacity: 1;
	background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}
.bg-blue-deep{
	--tw-bg-opacity: 1;
	background-color: rgba(44, 37, 119, var(--tw-bg-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-indigo-500{
	--tw-bg-opacity: 1;
	background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.bg-blue-highlight{
	--tw-bg-opacity: 1;
	background-color: rgba(124, 255, 255, var(--tw-bg-opacity));
}
.bg-opacity-90{
	--tw-bg-opacity: 0.9;
}
.bg-gradient-to-r{
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none{
	background-image: none;
}
.from-\[\#1E55F4\]{
	--tw-gradient-from: #1E55F4;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 85, 244, 0));
}
.from-\[\#57bc64\]{
	--tw-gradient-from: #57bc64;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 188, 100, 0));
}
.from-\[\#E93698\]{
	--tw-gradient-from: #E93698;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 54, 152, 0));
}
.from-\[\#A858E8\]{
	--tw-gradient-from: #A858E8;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 88, 232, 0));
}
.from-\[\#EB4135\]{
	--tw-gradient-from: #EB4135;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 65, 53, 0));
}
.from-\[\#4CECED\]{
	--tw-gradient-from: #4CECED;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 236, 237, 0));
}
.to-\[\#5AC1D7\]{
	--tw-gradient-to: #5AC1D7;
}
.to-\[\#eee45c\]{
	--tw-gradient-to: #eee45c;
}
.to-\[\#EC5028\]{
	--tw-gradient-to: #EC5028;
}
.to-\[\#76A6F2\]{
	--tw-gradient-to: #76A6F2;
}
.to-\[\#FBE35B\]{
	--tw-gradient-to: #FBE35B;
}
.to-\[\#00B8DC\]{
	--tw-gradient-to: #00B8DC;
}
.bg-cover{
	background-size: cover;
}
.bg-center{
	background-position: center;
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center{
	-o-object-position: center;
	   object-position: center;
}
.p-2{
	padding: 0.5rem;
}
.p-8{
	padding: 2rem;
}
.p-6{
	padding: 1.5rem;
}
.p-4{
	padding: 1rem;
}
.py-1{
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-2{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-5{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-12{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-16{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.pt-16{
	padding-top: 4rem;
}
.pb-20{
	padding-bottom: 5rem;
}
.pb-12{
	padding-bottom: 3rem;
}
.pb-32{
	padding-bottom: 8rem;
}
.pb-\[80\%\]{
	padding-bottom: 80%;
}
.pt-12{
	padding-top: 3rem;
}
.pb-8{
	padding-bottom: 2rem;
}
.pt-8{
	padding-top: 2rem;
}
.pb-16{
	padding-bottom: 4rem;
}
.pt-6{
	padding-top: 1.5rem;
}
.pt-4{
	padding-top: 1rem;
}
.pr-2{
	padding-right: 0.5rem;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-2xl{
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-\[11px\]{
	font-size: 11px;
}
.text-base{
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-3xl{
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-5xl{
	font-size: 3rem;
	line-height: 1;
}
.text-\[8px\]{
	font-size: 8px;
}
.text-\[10px\]{
	font-size: 10px;
}
.text-\[2\.15rem\]{
	font-size: 2.15rem;
}
.text-4xl{
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-xs{
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-semibold{
	font-weight: 600;
}
.font-bold{
	font-weight: 700;
}
.font-medium{
	font-weight: 500;
}
.font-normal{
	font-weight: 400;
}
.uppercase{
	text-transform: uppercase;
}
.leading-none{
	line-height: 1;
}
.leading-tight{
	line-height: 1.25;
}
.leading-loose{
	line-height: 2;
}
.tracking-wide{
	letter-spacing: 0.025em;
}
.tracking-tight{
	letter-spacing: -0.025em;
}
.tracking-widest{
	letter-spacing: 0.1em;
}
.text-black{
	--tw-text-opacity: 1;
	color: rgba(34, 31, 31, var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-indigo-50{
	--tw-text-opacity: 1;
	color: rgba(238, 242, 255, var(--tw-text-opacity));
}
.text-yellow-50{
	--tw-text-opacity: 1;
	color: rgba(255, 251, 235, var(--tw-text-opacity));
}
.text-blue-mid{
	--tw-text-opacity: 1;
	color: rgba(0, 184, 220, var(--tw-text-opacity));
}
.text-blue{
	--tw-text-opacity: 1;
	color: rgba(49, 119, 236, var(--tw-text-opacity));
}
.text-blue-highlight{
	--tw-text-opacity: 1;
	color: rgba(124, 255, 255, var(--tw-text-opacity));
}
.text-blue-deep{
	--tw-text-opacity: 1;
	color: rgba(44, 37, 119, var(--tw-text-opacity));
}
.text-\[\#DBDEE6\]{
	--tw-text-opacity: 1;
	color: rgba(219, 222, 230, var(--tw-text-opacity));
}
.text-opacity-75{
	--tw-text-opacity: 0.75;
}
.text-opacity-50{
	--tw-text-opacity: 0.5;
}
.text-opacity-80{
	--tw-text-opacity: 0.8;
}
.opacity-0{
	opacity: 0;
}
.opacity-50{
	opacity: 0.5;
}
.shadow-2xl{
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
	filter: var(--tw-filter);
}
.transition{
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all{
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-1000{
	transition-duration: 1000ms;
}
body {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(34, 31, 31, var(--tw-text-opacity));
}

body.lock-body-for-modal {
  overflow: hidden;
}

@media (max-width: 1024px) {
  body.lock-body-for-menu {
    overflow: hidden;
  }
}
.home .emphasis, .single-event .emphasis, .page-template-template-primary-interior .emphasis, .page-template-template-form-success .emphasis{
	--tw-text-opacity: 1;
	color: rgba(0, 184, 220, var(--tw-text-opacity));
}

.grow {
  flex-grow: 1;
}

.testimonials{
	--tw-bg-opacity: 1;
	background-color: rgba(242, 243, 247, var(--tw-bg-opacity));
}
.testimonials__box{
	--tw-bg-opacity: 1;
	background-color: rgba(44, 37, 119, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.testimonials .headshot{
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.testimonials .organization, .testimonials .title{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-text-opacity: 0.5;
}

.single-business_vertical .emphasis{
	--tw-text-opacity: 1;
	color: rgba(0, 184, 220, var(--tw-text-opacity));
}
.single-business_vertical.labor-unions .emphasis{
	color: rgba(88, 188, 100, 1);
}
.single-business_vertical.commercial .emphasis{
	--tw-text-opacity: 1;
	color: rgba(235, 67, 101, var(--tw-text-opacity));
}
.single-business_vertical.nonprofit .emphasis{
	--tw-text-opacity: 1;
	color: rgba(160, 102, 234, var(--tw-text-opacity));
}
.single-business_vertical.education .emphasis{
	--tw-text-opacity: 1;
	color: rgba(238, 87, 59, var(--tw-text-opacity));
}
.single-business_vertical.politics .emphasis{
	--tw-text-opacity: 1;
	color: rgba(49, 119, 236, var(--tw-text-opacity));
}
.single-business_vertical.government .emphasis{
	--tw-text-opacity: 1;
	color: rgba(0, 184, 220, var(--tw-text-opacity));
}
.single-business_vertical .testimonials{
	--tw-text-opacity: 1;
	color: rgba(34, 31, 31, var(--tw-text-opacity));
}
.single-business_vertical .testimonials__box{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(34, 31, 31, var(--tw-text-opacity));
}
.single-business_vertical .testimonials .organization, .single-business_vertical .testimonials .title{
	--tw-text-opacity: 1;
	color: rgba(34, 31, 31, var(--tw-text-opacity));
	--tw-text-opacity: 0.5;
}
.single-business_vertical .testimonials .headshot{
	border-color: rgba(88, 188, 100, 1);
}
.single-business_vertical .testimonials .emphasis{
	--tw-text-opacity: 1;
	color: rgba(34, 31, 31, var(--tw-text-opacity));
	--tw-text-opacity: 0.5;
}
.single-business_vertical.labor-unions .testimonials{
	background-color: rgba(88, 188, 100, 1);
}
.single-business_vertical.labor-unions .testimonials .headshot{
	border-color: rgba(88, 188, 100, 1);
}
.single-business_vertical.commercial .testimonials{
	--tw-bg-opacity: 1;
	background-color: rgba(235, 67, 101, var(--tw-bg-opacity));
}
.single-business_vertical.commercial .testimonials .headshot{
	--tw-border-opacity: 1;
	border-color: rgba(235, 67, 101, var(--tw-border-opacity));
}
.single-business_vertical.nonprofit .testimonials{
	--tw-bg-opacity: 1;
	background-color: rgba(160, 102, 234, var(--tw-bg-opacity));
}
.single-business_vertical.nonprofit .testimonials .headshot{
	--tw-border-opacity: 1;
	border-color: rgba(160, 102, 234, var(--tw-border-opacity));
}
.single-business_vertical.education .testimonials{
	--tw-bg-opacity: 1;
	background-color: rgba(238, 87, 59, var(--tw-bg-opacity));
}
.single-business_vertical.education .testimonials .headshot{
	--tw-border-opacity: 1;
	border-color: rgba(238, 87, 59, var(--tw-border-opacity));
}
.single-business_vertical.politics .testimonials{
	--tw-bg-opacity: 1;
	background-color: rgba(49, 119, 236, var(--tw-bg-opacity));
}
.single-business_vertical.politics .testimonials .headshot{
	--tw-border-opacity: 1;
	border-color: rgba(49, 119, 236, var(--tw-border-opacity));
}
.single-business_vertical.government .testimonials{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 184, 220, var(--tw-bg-opacity));
}
.single-business_vertical.government .testimonials .headshot{
	--tw-border-opacity: 1;
	border-color: rgba(0, 184, 220, var(--tw-border-opacity));
}

.copy{
	font-size: 1rem;
	line-height: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .copy{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
  .copy {
    line-height: 1.5;
  }
}
@media (min-width: 1280px) {
  .copy{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
  .copy {
    line-height: 1.5;
  }
}
.copy p, .copy ol:not(.no-margin):not(.thin-margin), .copy ul:not(.no-margin):not(.thin-margin){
	margin-top: 1rem;
	margin-bottom: 1rem;
}
@media (min-width: 1024px){
	.copy p, .copy ol:not(.no-margin):not(.thin-margin), .copy ul:not(.no-margin):not(.thin-margin){
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}
.copy ol.thin-margin, .copy ul.thin-margin{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
@media (min-width: 1024px){
	.copy ol.thin-margin, .copy ul.thin-margin{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}
.copy p:first-child, .copy ol:first-child, .copy ul:first-child{
	margin-top: 0px;
}
.copy a{
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(0, 184, 220, var(--tw-text-opacity));
	text-decoration: underline;
}
.copy ul, .copy ol{
	padding-left: 2rem;
}
@media (min-width: 768px){
	.copy ul, .copy ol{
		padding-left: 4rem;
	}
}
.copy ul li, .copy ol li{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.copy ul ul, .copy ol ol{
	margin-bottom: 0px;
}
.copy ul li{
	list-style-type: disc;
}
.copy ol li{
	list-style-type: decimal;
}

.stat {
  position: relative;
}
.stat:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  opacity: 0.5;
  --tw-bg-opacity: 1;
  background-color: rgba(34, 31, 31, var(--tw-bg-opacity));
}

.testimonials .current {
  opacity: 1;
}

.turbo-progress-bar {
  height: 5px;
  background-image: linear-gradient(to right, #1E55F4, #5AC1D7);
}

@media (min-width: 1536px) {
  .container {
    max-width: 1440px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.feature-list .items {
  position: relative;
}
.feature-list .items .content {
  position: absolute;
  opacity: 0;
  transform: translateY(0.5rem);
  visibility: hidden;
}
.feature-list .items .active .content {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}
.feature-list .items li > * {
  position: relative;
  z-index: 2;
}
.feature-list .items li::before {
  content: "";
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: -1rem;
  right: -1rem;
  z-index: 1;
  opacity: 0;
  transform: translateY(0.5rem);
  background-color: #343a84;
  border-radius: 1rem;
}
.feature-list .items li.active::before {
  opacity: 1;
  transform: translateY(0);
  transition: transform, opacity;
  transition-duration: 500ms;
}
.feature-list .image {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.feature-list .image.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}

.hero-icon svg {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.page-hero {
  position: relative;
}
.page-hero > * {
  position: relative;
  z-index: 2;
}
.page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3.5rem;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  transform: translateY(50%);
  z-index: 3;
}
@media (min-width: 1024px) {
  .page-hero::after {
    border-radius: 40px;
  }
}
.page-hero.has-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.single .featured-stats {
  position: relative;
  z-index: 4;
  transform: translateY(-50%);
  margin-bottom: -2rem;
}
@media (min-width: 1024px) {
  .single .featured-stats {
    transform: translateY(calc(-50% - 1.75rem));
    margin-bottom: -4rem;
  }
}

.related-posts {
  position: relative;
  overflow-y: hidden;
}
.related-posts::before, .related-posts::after {
  content: "";
  position: absolute;
  left: 0;
  height: 3.5rem;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  z-index: 3;
}
@media (min-width: 1024px) {
  .related-posts::before, .related-posts::after {
    border-radius: 40px;
  }
}
.related-posts::after {
  bottom: 0;
  transform: translateY(50%);
}
.related-posts::before {
  top: 0;
  transform: translateY(-50%);
}

.form-template {
  position: relative;
}
.form-template::after {
  content: "";
  position: absolute;
  left: 0;
  height: 3.5rem;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  z-index: 3;
}
@media (min-width: 1024px) {
  .form-template::after {
    border-radius: 40px;
  }
}
.form-template::after {
  bottom: 0;
  transform: translateY(50%);
}

.dropdown__content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding: 1rem;
  border-radius: 15px;
  border: 0.5px solid;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  min-width: 12rem;
  --tw-border-opacity: 1;
  border-color: rgba(242, 243, 247, var(--tw-border-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.dropdown__content--hidden {
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -1rem);
}

.call-outs .call-out {
  transform: translateX(var(--offset));
  transition-delay: 0.3s;
  transition-duration: 2s;
  transition-timing-function: ease-out;
}
.call-outs--animate-in .call-out {
  transform: translateX(0);
}

.animate-image {
  opacity: 0;
  transform: translateY(1rem);
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.animate-image--fade-in {
  opacity: 1;
  transform: translateY(0);
}

.plyr {
  --plyr-video-background: #fff;
}
.plyr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  z-index: 10;
}

[data-controller=paragraph-video] .plyr::before {
  border: 0;
}

[data-paragraph-video-ratio-value="9:16"] .plyr__video-embed__container {
  transform: translateY(-13%) !important;
}

.political-form{
	--tw-bg-opacity: 1;
	background-color: rgba(44, 37, 119, var(--tw-bg-opacity));
  border-radius: 40px 40px 0 40px;
  padding: 1.5rem;
}

section:focus {
  outline: none;
}

.usabilla_live_button_container {
  opacity: 0;
  animation: fadeIn;
  animation-duration: 1s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
}

ul.bullet-list {
  list-style: none;
  padding-left: 2rem;
}
ul.bullet-list > li {
  list-style: none;
  position: relative;
}
ul.bullet-list > li:before{
	--tw-bg-opacity: 1;
	background-color: rgba(49, 119, 236, var(--tw-bg-opacity));
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin-top: 0.75rem;
  margin-right: 0.5em;
  right: 100%;
  border-radius: 100%;
  display: block;
  position: absolute;
}

ul.arrow-list {
  list-style: none;
  padding-left: 2rem;
}
ul.arrow-list > li {
  list-style: none;
  position: relative;
}
ul.arrow-list > li:before {
  content: "";
  width: 0.8em;
  height: 1.5em;
  margin-right: 0.5em;
  right: 100%;
  background: url("../images/arrow-right-blue.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
}

ul.check-list {
  list-style: none;
  padding-left: 2rem;
}
ul.check-list > li {
  list-style: none;
  position: relative;
}
ul.check-list > li:before {
  content: "";
  width: 1.2em;
  height: 1.5em;
  margin-right: 0.5em;
  right: 100%;
  background: url("../images/checkbox-bullet.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
}

.rule{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	display: block;
	height: 2px;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.graphic-position-bottom {
  position: relative;
}
@media (min-width: 1024px) {
  .graphic-position-bottom figure {
    max-height: 85%;
    bottom: 0;
    display: flex;
    position: absolute;
  }
  .graphic-position-bottom figure img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .graphic-position-bottom figure.animate-image {
    transform: translateY(-1rem);
  }
  .graphic-position-bottom figure.animate-image.animate-image--fade-in {
    transform: translateY(0);
  }
}

.accordion-item {
  padding: 1.5rem 2rem 1.5rem 3rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11);
}
@media (min-width: 1024px) {
  .accordion-item {
    padding: 1.5rem 4rem;
  }
}
.accordion-item dt {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px){
	.accordion-item dt{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px){
	.accordion-item dt{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
.accordion-item dt button {
  width: 100%;
  text-align: left;
  line-height: 1.2;
  font-weight: inherit;
}
.accordion-item dt:before {
  content: "";
  width: 1.1em;
  height: 1.3em;
  right: 100%;
  margin-right: 0.75rem;
  background: url("../images/plus-blue.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  display: block;
}
.accordion-item dd {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.accordion-item.active dd {
  max-height: 600px;
}

.alert-bar{
	display: flex;
	width: 100%;
	align-items: center;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 184, 220, var(--tw-bg-opacity));
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px){
	.alert-bar{
		height: 4rem;
	}
	.alert-bar{
		max-height: 4rem;
	}
}

.alert-bar {
  transition: all 0.3s;
}
.alert-bar .btn-close{
	position: absolute;
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
  height: 1.25rem;
  width: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s;
}
.alert-bar[data-open=false] {
  max-height: 0;
  opacity: 0;
}

@media (min-width: 768px){
	#coming-soon-form{
		margin-top: -4rem;
	}
	#coming-soon-form .container{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.show-watermark {
  position: relative;
}
.show-watermark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../images/watermark.svg") repeat-y center center;
  background-size: 75% auto;
  opacity: 0.1;
  z-index: 0;
}
.show-watermark #app {
  position: relative;
  z-index: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-fade-in-up {
  animation: fade-in-up;
  animation-duration: 2s;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html[data-turbo-preview] .animate-fade-in-up {
  display: none;
}

html[data-turbo-preview] [data-controller=video] {
  display: none;
}

.content-block{
	padding-left: 1rem;
	padding-right: 1rem;
}
.content-block > h1, .content-block > h2, .content-block > h3, .content-block > h4, .content-block > h5, .content-block > h6, .content-block > p, .content-block > ul, .content-block > ol, .content-block > blockquote, .content-block > address, .content-block > code, .content-block > table, .content-block > dl, .content-block > hr, .content-block > pre, .content-block .post-meta{
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 24rem;
	line-height: 1.5;
}
@media (min-width: 640px){
	.content-block > h1, .content-block > h2, .content-block > h3, .content-block > h4, .content-block > h5, .content-block > h6, .content-block > p, .content-block > ul, .content-block > ol, .content-block > blockquote, .content-block > address, .content-block > code, .content-block > table, .content-block > dl, .content-block > hr, .content-block > pre, .content-block .post-meta{
		max-width: 32rem;
	}
}
@media (min-width: 768px){
	.content-block > h1, .content-block > h2, .content-block > h3, .content-block > h4, .content-block > h5, .content-block > h6, .content-block > p, .content-block > ul, .content-block > ol, .content-block > blockquote, .content-block > address, .content-block > code, .content-block > table, .content-block > dl, .content-block > hr, .content-block > pre, .content-block .post-meta{
		max-width: 36rem;
	}
}
@media (min-width: 1024px){
	.content-block > h1, .content-block > h2, .content-block > h3, .content-block > h4, .content-block > h5, .content-block > h6, .content-block > p, .content-block > ul, .content-block > ol, .content-block > blockquote, .content-block > address, .content-block > code, .content-block > table, .content-block > dl, .content-block > hr, .content-block > pre, .content-block .post-meta{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.content-block > h1, .content-block > h2, .content-block > h3, .content-block > h4, .content-block > h5, .content-block > h6, .content-block > p, .content-block > ul, .content-block > ol, .content-block > blockquote, .content-block > address, .content-block > code, .content-block > table, .content-block > dl, .content-block > hr, .content-block > pre, .content-block .post-meta{
		max-width: 48rem;
	}
	.content-block > h1, .content-block > h2, .content-block > h3, .content-block > h4, .content-block > h5, .content-block > h6, .content-block > p, .content-block > ul, .content-block > ol, .content-block > blockquote, .content-block > address, .content-block > code, .content-block > table, .content-block > dl, .content-block > hr, .content-block > pre, .content-block .post-meta{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.content-block > h1, .content-block > h2, .content-block > h3, .content-block > h4, .content-block > h5, .content-block > h6, .content-block > p, .content-block > ul, .content-block > ol, .content-block > blockquote, .content-block > address, .content-block > code, .content-block > table, .content-block > dl, .content-block > hr, .content-block > pre, .content-block .post-meta{
		line-height: 1.5;
	}
}
@media (min-width: 1280px){
	.content-block > h1, .content-block > h2, .content-block > h3, .content-block > h4, .content-block > h5, .content-block > h6, .content-block > p, .content-block > ul, .content-block > ol, .content-block > blockquote, .content-block > address, .content-block > code, .content-block > table, .content-block > dl, .content-block > hr, .content-block > pre, .content-block .post-meta{
		max-width: 56rem;
	}
}
.content-block > h1:first-child, .content-block > h2:first-child, .content-block > h3:first-child, .content-block > h4:first-child, .content-block > h5:first-child, .content-block > h6:first-child, .content-block > p:first-child, .content-block > ul:first-child, .content-block > ol:first-child, .content-block > blockquote:first-child, .content-block > address:first-child, .content-block > code:first-child, .content-block > table:first-child, .content-block > dl:first-child, .content-block > hr:first-child, .content-block > pre:first-child, .content-block .post-meta:first-child{
	margin-top: 0px;
}
.content-block a{
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(0, 184, 220, var(--tw-text-opacity));
}
.content-block a:hover{
	text-decoration: underline;
}
.content-block ul, .content-block ol{
	padding-left: 2rem;
}
@media (min-width: 768px){
	.content-block ul, .content-block ol{
		padding-left: 4rem;
	}
}
.content-block ul li, .content-block ol li{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.content-block ul ul, .content-block ol ol{
	margin-bottom: 0px;
}
.content-block ul li{
	list-style-type: disc;
}
.content-block ol li{
	list-style-type: decimal;
}
.content-block h1, .content-block h2{
	margin-top: 2rem;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
}
@media (min-width: 768px){
	.content-block h1, .content-block h2{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 1024px){
	.content-block h1, .content-block h2{
		margin-top: 3rem;
	}
	.content-block h1, .content-block h2{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
.content-block h3, .content-block h4, .content-block h5, .content-block h6{
	margin-top: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
}
@media (min-width: 768px){
	.content-block h3, .content-block h4, .content-block h5, .content-block h6{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px){
	.content-block h3, .content-block h4, .content-block h5, .content-block h6{
		margin-top: 2rem;
	}
	.content-block h3, .content-block h4, .content-block h5, .content-block h6{
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.content-block > hr{
	--tw-border-opacity: 1;
	border-color: rgba(34, 31, 31, var(--tw-border-opacity));
	--tw-border-opacity: 0.5;
}
.content-block .is-style-large{
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
}
@media (min-width: 768px) {
  .content-block .is-style-large{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
  .content-block .is-style-large{
		line-height: 1.5;
	}
}
@media (min-width: 1024px) {
  .content-block .is-style-large{
		font-size: 1.5rem;
		line-height: 2rem;
	}
  .content-block .is-style-large{
		line-height: 1.5;
	}
}
.content-block .wp-block-gallery{
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	width: 100%;
}
@media (min-width: 640px){
	.content-block .wp-block-gallery{
		max-width: 42rem;
	}
}
@media (min-width: 768px){
	.content-block .wp-block-gallery{
		max-width: 48rem;
	}
}
@media (min-width: 1024px){
	.content-block .wp-block-gallery{
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.content-block .wp-block-gallery{
		max-width: 64rem;
	}
}
@media (min-width: 1280px){
	.content-block .wp-block-gallery{
		max-width: 72rem;
	}
}
.content-block .wp-block-image, .content-block .wp-audio-shortcode, .content-block .wp-block-quote, .content-block > figure{
	margin-top: 3rem;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 24rem;
}
@media (min-width: 640px){
	.content-block .wp-block-image, .content-block .wp-audio-shortcode, .content-block .wp-block-quote, .content-block > figure{
		max-width: 32rem;
	}
}
@media (min-width: 768px){
	.content-block .wp-block-image, .content-block .wp-audio-shortcode, .content-block .wp-block-quote, .content-block > figure{
		max-width: 36rem;
	}
}
@media (min-width: 1024px){
	.content-block .wp-block-image, .content-block .wp-audio-shortcode, .content-block .wp-block-quote, .content-block > figure{
		max-width: 48rem;
	}
	.content-block .wp-block-image, .content-block .wp-audio-shortcode, .content-block .wp-block-quote, .content-block > figure{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1280px){
	.content-block .wp-block-image, .content-block .wp-audio-shortcode, .content-block .wp-block-quote, .content-block > figure{
		max-width: 56rem;
	}
}
.content-block .wp-block-image:first-child, .content-block .wp-audio-shortcode:first-child, .content-block .wp-block-quote:first-child, .content-block > figure:first-child{
	margin-top: 0px;
}
.content-block .wp-block-image.is-style-rounded img{
	border-radius: 1rem;
}
@media (min-width: 1024px) {
  .content-block .wp-block-image.is-style-rounded img {
    border-radius: 2.5rem;
  }
}
.content-block .wp-block-image figcaption{
	margin-top: 1rem;
	text-align: center;
	font-size: 8px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.1em;
	--tw-text-opacity: 1;
	color: rgba(34, 31, 31, var(--tw-text-opacity));
	--tw-text-opacity: 0.5;
}
@media (min-width: 768px){
	.content-block .wp-block-image figcaption{
		font-size: 11px;
	}
}
.content-block p > img{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.content-block .wp-block-table table th, .content-block .wp-block-table table td{
	border-width: 2px;
	padding: 0.75rem;
  border-color: rgba(0, 0, 0, 0.2);
}
.content-block .wp-block-table table th{
	font-weight: 700;
  background-color: rgb(242, 243, 247);
}
.content-block > .post-meta{
	margin-bottom: 2rem;
}
@media (min-width: 1280px) {
  .content-block > .post-meta {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
}

.single .post-meta, .single .social, .single .tags{
	margin-left: auto;
	margin-right: auto;
	max-width: 24rem;
}

@media (min-width: 640px){
	.single .post-meta, .single .social, .single .tags{
		max-width: 32rem;
	}
}

@media (min-width: 768px){
	.single .post-meta, .single .social, .single .tags{
		max-width: 36rem;
	}
}

@media (min-width: 1024px){
	.single .post-meta, .single .social, .single .tags{
		max-width: 48rem;
	}
	.single .post-meta, .single .social, .single .tags{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (min-width: 1280px){
	.single .post-meta, .single .social, .single .tags{
		max-width: 56rem;
	}
}

.container .content-block{
	padding-left: 0px;
	padding-right: 0px;
}

.header {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
}
@media (min-width: 1024px) {
  .header .sub-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    min-width: calc(100% + 1.2rem);
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-1rem);
    background: #fff;
    padding: 4rem 1rem 1rem 1rem;
    margin-top: -0.9rem;
    z-index: 5;
    border-radius: 15px;
    border: 0.5px solid;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  }
  .header .sub-menu{
		--tw-border-opacity: 1;
		border-color: rgba(242, 243, 247, var(--tw-border-opacity));
	}
  .header .sub-menu{
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
}
.header .menu-primary > .current-menu-ancestor > a{
	--tw-text-opacity: 1;
	color: rgba(124, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px){
	.header .menu-primary > .current-menu-ancestor > a{
		--tw-bg-opacity: 1;
		background-color: rgba(242, 243, 247, var(--tw-bg-opacity));
	}
	.header .menu-primary > .current-menu-ancestor > a{
		--tw-text-opacity: 1;
		color: rgba(34, 31, 31, var(--tw-text-opacity));
	}
}
.header .menu-primary > .menu-item-has-children .chevron {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .header .menu-primary > .menu-item-has-children .menu-item {
    margin: 0;
  }
}
.header .menu-primary .menu-item a{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .header .menu-primary .menu-item a{
		--tw-text-opacity: 1;
		color: rgba(34, 31, 31, var(--tw-text-opacity));
	}
}
.header .menu-primary .menu-item .icon svg{
	height: 100%;
	width: 100%;
}
@media (min-width: 1024px) {
  .header .menu-primary .current-menu-item > a{
		--tw-text-opacity: 1;
		color: rgba(44, 37, 119, var(--tw-text-opacity));
	}
}
.header .menu-primary > .menu-item-has-children:hover {
  z-index: 12;
}
.header .menu-primary > .menu-item-has-children:hover .chevron {
  transform: rotate(0);
}
@media (min-width: 1024px) {
  .header .menu-primary > .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(2px);
  }
  .header .menu-primary > .menu-item-has-children:hover > a {
    transform: translateY(2px);
  }
  .header .menu-primary > .menu-item-has-children:hover > a{
		color: rgba(34, 31, 31, 0.5);
	}
}
.header .menu-primary .menu-item {
  position: relative;
}
.header .menu-primary .sub-sub-menu{
	padding: 0px;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
@media (min-width: 1024px) {
  .header .menu-primary .sub-sub-menu .menu-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .header .sub-menu {
    position: absolute;
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  .header .menu-primary > .menu-item-has-children.expanded > a{
		--tw-text-opacity: 1;
		color: rgba(124, 255, 255, var(--tw-text-opacity));
	}
  .header .menu-primary > .menu-item-has-children.expanded .chevron {
    transform: rotate(0);
  }
  .header .menu-primary > .menu-item-has-children.expanded .sub-menu {
    position: relative;
    opacity: 1;
    transform: translateY(0);
  }
  .header .menu-primary > .menu-item-has-children.expanded .sub-menu{
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 150ms;
	}
  .header .menu-primary > .menu-item-has-children.expanded .sub-menu > li:nth-child(3) {
    margin-top: 0;
  }
  .header .show-mobile {
    display: block;
  }
}

.modal {
  visibility: hidden;
  opacity: 0;
}
.modal__body {
  transform: translateY(-1rem);
  opacity: 0;
}
.modal .plyr {
  display: none;
}
.modal.open {
  visibility: visible;
  opacity: 1;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.modal.open .plyr {
  display: block;
}
.modal.open .modal__body {
  transform: translateY(0);
  opacity: 1;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 150ms;
  transition-duration: 250ms;
}

.footer .contact a{
	--tw-text-opacity: 1;
	color: rgba(124, 255, 255, var(--tw-text-opacity));
}

.footer .contact a:hover{
	text-decoration: underline;
}
.footer #menu-footer-navigation a:hover, .footer #menu-policy-navigation a:hover{
	--tw-text-opacity: 1;
	color: rgba(124, 255, 255, var(--tw-text-opacity));
}
.footer #menu-footer-navigation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(22, 1rem);
}
@media (min-width: 1024px) {
  .footer #menu-footer-navigation {
    grid-gap: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(16, 1rem);
  }
}
.footer #menu-footer-navigation li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
@media (min-width: 1024px) {
  .footer #menu-footer-navigation li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
}
.footer #menu-footer-navigation li:nth-child(2) {
  grid-column: 2;
  grid-row: 13;
}
@media (min-width: 1024px) {
  .footer #menu-footer-navigation li:nth-child(2) {
    grid-column: 2;
    grid-row: 13;
  }
}
.footer #menu-footer-navigation li:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}
@media (min-width: 1024px) {
  .footer #menu-footer-navigation li:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }
}
.footer #menu-footer-navigation li:nth-child(4) {
  grid-column: 1;
  grid-row: 10;
}
@media (min-width: 1024px) {
  .footer #menu-footer-navigation li:nth-child(4) {
    grid-column: 1;
    grid-row: 10;
  }
}
.footer #menu-footer-navigation li:nth-child(5) {
  grid-column: 1;
  grid-row: 17;
}
@media (min-width: 1024px) {
  .footer #menu-footer-navigation li:nth-child(5) {
    grid-column: 3;
    grid-row: 1;
  }
}
.footer #menu-footer-navigation li:nth-child(6) {
  grid-column: 2;
  grid-row: 18;
}
@media (min-width: 1024px) {
  .footer #menu-footer-navigation li:nth-child(6) {
    grid-column: 3;
    grid-row: 7;
  }
}

.phone::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background-image: linear-gradient(to bottom, transparent, white 60%);
}

.home .testimonials{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.home .card .icon svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .page-template.broadcast #hero {
    min-height: initial;
  }
  .page-template.broadcast .paragraph.lg\:py-24 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .page-template.video-messaging #hero {
    min-height: initial;
  }
  .page-template.video-messaging #hero img {
    max-width: 360px;
    margin: 0 auto;
  }
  .page-template.video-messaging .paragraph.lg\:py-24 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.page-template.video-messaging .paragraph .copy .mb-0 {
  margin-bottom: 0;
}
.page-template.video-messaging .paragraph .copy .mt-0 {
  margin-top: 0;
}
.page-template.video-messaging .paragraph .animate-image {
  max-width: 100% !important;
}

@media (min-width: 1024px) {
  .page-template.person-to-person-texting-platform #hero {
    min-height: initial;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.page-template.person-to-person-texting-platform .stats .stat-label {
  line-height: 1.66;
}

#dialer-form {
  margin-top: -3rem;
}

.wp-block-modal{
	top: 50%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-height: 100%;
	width: 100%;
	max-width: 32rem;
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	overflow: hidden;
	border-radius: 30px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	outline: 2px solid transparent;
	outline-offset: 2px;
}

@media (min-width: 768px){
	.wp-block-modal{
		height: -moz-fit-content;
		height: fit-content;
	}
	.wp-block-modal{
		max-width: 48rem;
	}
	.wp-block-modal{
		padding: 2rem;
	}
}

@media (min-width: 1024px){
	.wp-block-modal{
		max-width: 56rem;
	}
	.wp-block-modal{
		border-radius: 40px;
	}
	.wp-block-modal{
		padding: 3rem;
	}
}
.wp-block-modal .modal-body{
	max-height: 100%;
	overflow-y: auto;
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.wp-block-modal .modal-inner{
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
@media (min-width: 768px){
	.wp-block-modal .modal-inner{
		flex-direction: row;
	}
}
.wp-block-modal .modal-close{
	position: absolute;
	top: 1rem;
	right: 1rem;
	height: 1rem;
	width: 1rem;
	--tw-text-opacity: 1;
	color: rgba(34, 31, 31, var(--tw-text-opacity));
}
@media (min-width: 768px){
	.wp-block-modal .modal-close{
		right: 2rem;
	}
}
@media (min-width: 1024px){
	.wp-block-modal .modal-close{
		top: 1.5rem;
	}
	.wp-block-modal .modal-close{
		top: 1.5rem;
	}
	.wp-block-modal .modal-close{
		height: 1.5rem;
	}
	.wp-block-modal .modal-close{
		width: 1.5rem;
	}
}
.wp-block-modal .modal-content{
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 1.5rem;
}
.wp-block-modal .modal-description{
	display: flex;
	max-width: 24rem;
	flex-direction: column;
	gap: 1rem;
}
.wp-block-modal .modal-description h3{
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
}
@media (min-width: 768px){
	.wp-block-modal .modal-description h3{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
.wp-block-modal .modal-description h3 em{
	font-weight: 400;
}
.wp-block-modal .modal-form{
	flex-shrink: 0;
}
@media (min-width: 768px){
	.wp-block-modal .modal-form{
		width: 50%;
	}
}
.wp-block-modal .modal-form iframe{
	overflow: hidden;
}
.wp-block-modal .modal-legal{
	font-size: 0.75rem;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.wp-block-modal[open]{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.wp-block-modal::backdrop{
	--tw-bg-opacity: 1;
	background-color: rgba(44, 37, 119, var(--tw-bg-opacity));
	opacity: 0.9;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.wp-block-modal[open]::backdrop {
  animation: backdropFade 0.3s ease-out forwards;
}

.acf-block-preview .wp-block-modal{
	position: relative;
	top: auto;
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}

@keyframes backdropFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.9;
  }
}

.hover\:cursor-pointer:hover{
	cursor: pointer;
}

.hover\:text-blue-highlight:hover{
	--tw-text-opacity: 1;
	color: rgba(124, 255, 255, var(--tw-text-opacity));
}

.hover\:text-blue-mid:hover{
	--tw-text-opacity: 1;
	color: rgba(0, 184, 220, var(--tw-text-opacity));
}

.hover\:text-opacity-100:hover{
	--tw-text-opacity: 1;
}

.hover\:underline:hover{
	text-decoration: underline;
}

.hover\:shadow-md:hover{
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow:hover{
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:not-sr-only:focus{
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.focus\:outline-none:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.active\:from-\[\#1945c3\]:active{
	--tw-gradient-from: #1945c3;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 69, 195, 0));
}

.active\:from-\[\#459650\]:active{
	--tw-gradient-from: #459650;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 150, 80, 0));
}

.active\:from-\[\#ba2c79\]:active{
	--tw-gradient-from: #ba2c79;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 44, 121, 0));
}

.active\:from-\[\#8747ba\]:active{
	--tw-gradient-from: #8747ba;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 71, 186, 0));
}

.active\:from-\[\#bd352b\]:active{
	--tw-gradient-from: #bd352b;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 53, 43, 0));
}

.active\:from-\[\#3dbdbe\]:active{
	--tw-gradient-from: #3dbdbe;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 189, 190, 0));
}

.active\:to-\[\#479aac\]:active{
	--tw-gradient-to: #479aac;
}

.active\:to-\[\#bfb74a\]:active{
	--tw-gradient-to: #bfb74a;
}

.active\:to-\[\#bd3f21\]:active{
	--tw-gradient-to: #bd3f21;
}

.active\:to-\[\#5e84c2\]:active{
	--tw-gradient-to: #5e84c2;
}

.active\:to-\[\#c9b449\]:active{
	--tw-gradient-to: #c9b449;
}

.active\:to-\[\#0093b0\]:active{
	--tw-gradient-to: #0093b0;
}

.group:hover .group-hover\:text-black{
	--tw-text-opacity: 1;
	color: rgba(34, 31, 31, var(--tw-text-opacity));
}

@media (min-width: 640px){
	.sm\:h-72{
		height: 18rem;
	}
	.sm\:h-\[30rem\]{
		height: 30rem;
	}
	.sm\:max-w-xs{
		max-width: 20rem;
	}
	.sm\:max-w-lg{
		max-width: 32rem;
	}
}

@media (min-width: 768px){
	.md\:sticky{
		position: sticky;
	}
	.md\:top-32{
		top: 8rem;
	}
	.md\:right-8{
		right: 2rem;
	}
	.md\:top-0{
		top: 0px;
	}
	.md\:order-1{
		order: 1;
	}
	.md\:order-2{
		order: 2;
	}
	.md\:my-8{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.md\:-mx-4{
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.md\:-mx-8{
		margin-left: -2rem;
		margin-right: -2rem;
	}
	.md\:mx-auto{
		margin-left: auto;
		margin-right: auto;
	}
	.md\:ml-0{
		margin-left: 0px;
	}
	.md\:ml-4{
		margin-left: 1rem;
	}
	.md\:ml-8{
		margin-left: 2rem;
	}
	.md\:ml-12{
		margin-left: 3rem;
	}
	.md\:mt-\[1px\]{
		margin-top: 1px;
	}
	.md\:mt-6{
		margin-top: 1.5rem;
	}
	.md\:mt-0{
		margin-top: 0px;
	}
	.md\:mb-0{
		margin-bottom: 0px;
	}
	.md\:mt-8{
		margin-top: 2rem;
	}
	.md\:mt-4{
		margin-top: 1rem;
	}
	.md\:mt-2{
		margin-top: 0.5rem;
	}
	.md\:mt-10{
		margin-top: 2.5rem;
	}
	.md\:block{
		display: block;
	}
	.md\:hidden{
		display: none;
	}
	.md\:h-72{
		height: 18rem;
	}
	.md\:h-\[15rem\]{
		height: 15rem;
	}
	.md\:h-4{
		height: 1rem;
	}
	.md\:h-12{
		height: 3rem;
	}
	.md\:h-8{
		height: 2rem;
	}
	.md\:h-20{
		height: 5rem;
	}
	.md\:h-6{
		height: 1.5rem;
	}
	.md\:w-1\/3{
		width: 33.333333%;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:w-1\/4{
		width: 25%;
	}
	.md\:w-24{
		width: 6rem;
	}
	.md\:w-4{
		width: 1rem;
	}
	.md\:w-16{
		width: 4rem;
	}
	.md\:w-12{
		width: 3rem;
	}
	.md\:w-8{
		width: 2rem;
	}
	.md\:w-36{
		width: 9rem;
	}
	.md\:w-20{
		width: 5rem;
	}
	.md\:w-6{
		width: 1.5rem;
	}
	.md\:w-full{
		width: 100%;
	}
	.md\:w-2\/5{
		width: 40%;
	}
	.md\:w-3\/5{
		width: 60%;
	}
	.md\:w-5\/6{
		width: 83.333333%;
	}
	.md\:w-11\/12{
		width: 91.666667%;
	}
	.md\:max-w-3xl{
		max-width: 48rem;
	}
	.md\:max-w-xl{
		max-width: 36rem;
	}
	.md\:max-w-full{
		max-width: 100%;
	}
	.md\:max-w-\[400px\]{
		max-width: 400px;
	}
	.md\:max-w-\[469px\]{
		max-width: 469px;
	}
	.md\:max-w-2xl{
		max-width: 42rem;
	}
	.md\:flex-1{
		flex: 1 1 0%;
	}
	.md\:flex-row{
		flex-direction: row;
	}
	.md\:flex-col{
		flex-direction: column;
	}
	.md\:items-start{
		align-items: flex-start;
	}
	.md\:items-center{
		align-items: center;
	}
	.md\:justify-start{
		justify-content: flex-start;
	}
	.md\:justify-between{
		justify-content: space-between;
	}
	.md\:gap-5{
		gap: 1.25rem;
	}
	.md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2rem * var(--tw-space-y-reverse));
	}
	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
	.md\:space-x-1 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0.25rem * var(--tw-space-x-reverse));
		margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.md\:rounded-\[70px\]{
		border-radius: 70px;
	}
	.md\:border-t-0{
		border-top-width: 0px;
	}
	.md\:p-8{
		padding: 2rem;
	}
	.md\:p-12{
		padding: 3rem;
	}
	.md\:py-16{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.md\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.md\:py-12{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.md\:px-32{
		padding-left: 8rem;
		padding-right: 8rem;
	}
	.md\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.md\:px-12{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.md\:px-24{
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.md\:py-0{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.md\:py-24{
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.md\:pb-16{
		padding-bottom: 4rem;
	}
	.md\:pt-16{
		padding-top: 4rem;
	}
	.md\:pb-12{
		padding-bottom: 3rem;
	}
	.md\:pt-12{
		padding-top: 3rem;
	}
	.md\:text-left{
		text-align: left;
	}
	.md\:text-sm{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.md\:text-xl{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.md\:text-4xl{
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.md\:text-\[11px\]{
		font-size: 11px;
	}
	.md\:text-xs{
		font-size: 0.75rem;
		line-height: 1rem;
	}
	.md\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.md\:text-lg{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.md\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.md\:text-7xl{
		font-size: 4.5rem;
		line-height: 1;
	}
	.md\:leading-none{
		line-height: 1;
	}
	.md\:leading-normal{
		line-height: 1.5;
	}
}

@media (min-width: 1024px){
	.lg\:visible{
		visibility: visible;
	}
	.lg\:relative{
		position: relative;
	}
	.lg\:sticky{
		position: sticky;
	}
	.lg\:top-auto{
		top: auto;
	}
	.lg\:right-0{
		right: 0px;
	}
	.lg\:top-48{
		top: 12rem;
	}
	.lg\:top-\[1\.5rem\]{
		top: 1.5rem;
	}
	.lg\:top-24{
		top: 6rem;
	}
	.lg\:z-auto{
		z-index: auto;
	}
	.lg\:order-2{
		order: 2;
	}
	.lg\:order-1{
		order: 1;
	}
	.lg\:my-12{
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.lg\:my-16{
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
	.lg\:my-8{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.lg\:-mx-8{
		margin-left: -2rem;
		margin-right: -2rem;
	}
	.lg\:mt-2{
		margin-top: 0.5rem;
	}
	.lg\:mt-16{
		margin-top: 4rem;
	}
	.lg\:mt-8{
		margin-top: 2rem;
	}
	.lg\:mt-6{
		margin-top: 1.5rem;
	}
	.lg\:mb-8{
		margin-bottom: 2rem;
	}
	.lg\:ml-4{
		margin-left: 1rem;
	}
	.lg\:mt-4{
		margin-top: 1rem;
	}
	.lg\:mt-0{
		margin-top: 0px;
	}
	.lg\:mb-0{
		margin-bottom: 0px;
	}
	.lg\:ml-2{
		margin-left: 0.5rem;
	}
	.lg\:mb-24{
		margin-bottom: 6rem;
	}
	.lg\:-mb-40{
		margin-bottom: -10rem;
	}
	.lg\:mt-12{
		margin-top: 3rem;
	}
	.lg\:mb-6{
		margin-bottom: 1.5rem;
	}
	.lg\:ml-0{
		margin-left: 0px;
	}
	.lg\:block{
		display: block;
	}
	.lg\:flex{
		display: flex;
	}
	.lg\:hidden{
		display: none;
	}
	.lg\:h-auto{
		height: auto;
	}
	.lg\:h-\[4\.375rem\]{
		height: 4.375rem;
	}
	.lg\:h-\[26rem\]{
		height: 26rem;
	}
	.lg\:h-\[40rem\]{
		height: 40rem;
	}
	.lg\:h-\[7rem\]{
		height: 7rem;
	}
	.lg\:h-6{
		height: 1.5rem;
	}
	.lg\:h-16{
		height: 4rem;
	}
	.lg\:h-24{
		height: 6rem;
	}
	.lg\:h-28{
		height: 7rem;
	}
	.lg\:h-8{
		height: 2rem;
	}
	.lg\:min-h-\[calc\(100vh-3\.25rem\)\]{
		min-height: calc(100vh - 3.25rem);
	}
	.lg\:min-h-\[calc\(70vh-5rem\)\]{
		min-height: calc(70vh - 5rem);
	}
	.lg\:min-h-\[calc\(100vh-5rem\)\]{
		min-height: calc(100vh - 5rem);
	}
	.lg\:w-auto{
		width: auto;
	}
	.lg\:w-32{
		width: 8rem;
	}
	.lg\:w-3\/5{
		width: 60%;
	}
	.lg\:w-1\/6{
		width: 16.666667%;
	}
	.lg\:w-6{
		width: 1.5rem;
	}
	.lg\:w-24{
		width: 6rem;
	}
	.lg\:w-16{
		width: 4rem;
	}
	.lg\:w-48{
		width: 12rem;
	}
	.lg\:w-28{
		width: 7rem;
	}
	.lg\:w-8{
		width: 2rem;
	}
	.lg\:max-w-sm{
		max-width: 24rem;
	}
	.lg\:max-w-4xl{
		max-width: 56rem;
	}
	.lg\:max-w-2xl{
		max-width: 42rem;
	}
	.lg\:max-w-md{
		max-width: 28rem;
	}
	.lg\:flex-1{
		flex: 1 1 0%;
	}
	.lg\:translate-x-0{
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
	.lg\:grid-cols-3{
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:flex-row{
		flex-direction: row;
	}
	.lg\:flex-col{
		flex-direction: column;
	}
	.lg\:items-start{
		align-items: flex-start;
	}
	.lg\:items-center{
		align-items: center;
	}
	.lg\:items-baseline{
		align-items: baseline;
	}
	.lg\:justify-start{
		justify-content: flex-start;
	}
	.lg\:justify-center{
		justify-content: center;
	}
	.lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
	}
	.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
	.lg\:space-x-1 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(0.25rem * var(--tw-space-x-reverse));
		margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
	}
	.lg\:overflow-visible{
		overflow: visible;
	}
	.lg\:rounded-\[2\.5rem\]{
		border-radius: 2.5rem;
	}
	.lg\:rounded-\[40px\]{
		border-radius: 40px;
	}
	.lg\:rounded-\[3\.125rem\]{
		border-radius: 3.125rem;
	}
	.lg\:rounded-\[50px\]{
		border-radius: 50px;
	}
	.lg\:rounded-bl-none{
		border-bottom-left-radius: 0px;
	}
	.lg\:rounded-br-none{
		border-bottom-right-radius: 0px;
	}
	.lg\:border-b{
		border-bottom-width: 1px;
	}
	.lg\:bg-transparent{
		background-color: transparent;
	}
	.lg\:p-12{
		padding: 3rem;
	}
	.lg\:p-6{
		padding: 1.5rem;
	}
	.lg\:p-7{
		padding: 1.75rem;
	}
	.lg\:p-8{
		padding: 2rem;
	}
	.lg\:py-4{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.lg\:px-14{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	.lg\:py-32{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.lg\:py-0{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.lg\:py-16{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.lg\:py-3{
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	.lg\:px-8{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:py-24{
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.lg\:py-8{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.lg\:px-10{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.lg\:px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.lg\:px-4{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.lg\:py-12{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.lg\:px-24{
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.lg\:pl-4{
		padding-left: 1rem;
	}
	.lg\:pt-36{
		padding-top: 9rem;
	}
	.lg\:pb-44{
		padding-bottom: 11rem;
	}
	.lg\:pb-12{
		padding-bottom: 3rem;
	}
	.lg\:pt-\[12\.5vh\]{
		padding-top: 12.5vh;
	}
	.lg\:pt-0{
		padding-top: 0px;
	}
	.lg\:pr-8{
		padding-right: 2rem;
	}
	.lg\:pb-6{
		padding-bottom: 1.5rem;
	}
	.lg\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.lg\:text-lg{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.lg\:text-2xl{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:text-5xl{
		font-size: 3rem;
		line-height: 1;
	}
	.lg\:text-6xl{
		font-size: 3.75rem;
		line-height: 1;
	}
	.lg\:text-7xl{
		font-size: 4.5rem;
		line-height: 1;
	}
	.lg\:text-sm{
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.lg\:text-xl{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.lg\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.lg\:text-\[5rem\]{
		font-size: 5rem;
	}
	.lg\:text-\[1\.125rem\]{
		font-size: 1.125rem;
	}
	.lg\:leading-tight{
		line-height: 1.25;
	}
	.lg\:leading-none{
		line-height: 1;
	}
	.lg\:leading-\[1\.2\]{
		line-height: 1.2;
	}
	.lg\:leading-normal{
		line-height: 1.5;
	}
	.lg\:text-black{
		--tw-text-opacity: 1;
		color: rgba(34, 31, 31, var(--tw-text-opacity));
	}
	.lg\:opacity-100{
		opacity: 1;
	}
	.lg\:hover\:bg-gray-light:hover{
		--tw-bg-opacity: 1;
		background-color: rgba(242, 243, 247, var(--tw-bg-opacity));
	}
}

@media (min-width: 1280px){
	.xl\:mt-16{
		margin-top: 4rem;
	}
	.xl\:mt-12{
		margin-top: 3rem;
	}
	.xl\:ml-6{
		margin-left: 1.5rem;
	}
	.xl\:mt-5{
		margin-top: 1.25rem;
	}
	.xl\:mt-28{
		margin-top: 7rem;
	}
	.xl\:h-\[5rem\]{
		height: 5rem;
	}
	.xl\:h-6{
		height: 1.5rem;
	}
	.xl\:h-\[9rem\]{
		height: 9rem;
	}
	.xl\:h-32{
		height: 8rem;
	}
	.xl\:w-6{
		width: 1.5rem;
	}
	.xl\:w-32{
		width: 8rem;
	}
	.xl\:max-w-md{
		max-width: 28rem;
	}
	.xl\:max-w-5xl{
		max-width: 64rem;
	}
	.xl\:max-w-2xl{
		max-width: 42rem;
	}
	.xl\:max-w-3xl{
		max-width: 48rem;
	}
	.xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: calc(1rem * var(--tw-space-x-reverse));
		margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2rem * var(--tw-space-y-reverse));
	}
	.xl\:py-36{
		padding-top: 9rem;
		padding-bottom: 9rem;
	}
	.xl\:px-16{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.xl\:px-12{
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.xl\:py-10{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.xl\:py-32{
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.xl\:pr-24{
		padding-right: 6rem;
	}
	.xl\:text-base{
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.xl\:text-xl{
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.xl\:text-\[1\.25rem\]{
		font-size: 1.25rem;
	}
	.xl\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.xl\:text-\[3\.125rem\]{
		font-size: 3.125rem;
	}
	.xl\:text-\[4\.375rem\]{
		font-size: 4.375rem;
	}
	.xl\:text-\[5\.3125rem\]{
		font-size: 5.3125rem;
	}
	.xl\:leading-none{
		line-height: 1;
	}
	.xl\:leading-normal{
		line-height: 1.5;
	}
}
