@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:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.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;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}
.sitemap__nav-item a{color:inherit}@font-face{font-family:"poppins";src:url(../fonts/257d6735c3042f3ac582.woff2) format("woff2"),url(../fonts/eba6cb7d2dff77f0d50c.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"poppins";src:url(../fonts/a3ddfa99f6373702f24e.woff2) format("woff2"),url(../fonts/58105d14c1d5506503b4.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"poppins";src:url(../fonts/08491d3f7fe7ae88ef44.woff2) format("woff2"),url(../fonts/8609f9c59114a158e3ad.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"poppins";src:url(../fonts/91145014c0350c248ed2.woff2) format("woff2"),url(../fonts/25ea813988479bcb587a.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:"poppins";src:url(../fonts/bab13adedefc93d1716b.woff2) format("woff2"),url(../fonts/6f9949395866d9fb748b.woff) format("woff");font-weight:700;font-style:normal}.debug-content-block{position:relative;z-index:3000}.debug-content-block-label{position:absolute;left:10px;top:0;box-shadow:2px 2px 0 rgba(60,60,60,.8);border:1px solid #e53dd4;border-radius:3px;padding:2px 3px;line-height:100%;font-size:.75rem;background-color:#f7c4f2}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-6{z-index:6}.z-7{z-index:7}.z-8{z-index:8}.z-9{z-index:9}ul.remove-default{list-style-type:none;margin:0;padding:0}.heading-normal h4,.heading-normal .h4,.heading-normal h5,.heading-normal .h5{font-weight:400}[data-clickable]{cursor:pointer}:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #222;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 34, 34, 34;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(34, 34, 34, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #0d6efd;--bs-link-hover-color: #0a58ca;--bs-code-color: #d63384;--bs-highlight-bg: #fff3cd}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(34,34,34,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid var(--bs-border-color);border-radius:.375rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:#6c757d}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}.g-6,.gx-6{--bs-gutter-x: 2.5rem}.g-6,.gy-6{--bs-gutter-y: 2.5rem}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}.g-sm-6,.gx-sm-6{--bs-gutter-x: 2.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y: 2.5rem}}@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}.g-md-6,.gx-md-6{--bs-gutter-x: 2.5rem}.g-md-6,.gy-md-6{--bs-gutter-y: 2.5rem}}@media(min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}.g-lg-6,.gx-lg-6{--bs-gutter-x: 2.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y: 2.5rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}.g-xl-6,.gx-xl-6{--bs-gutter-x: 2.5rem}.g-xl-6,.gy-xl-6{--bs-gutter-y: 2.5rem}}@media(min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x: 2.5rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y: 2.5rem}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#222 !important;background-color:RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#222 !important;background-color:RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#222 !important;background-color:RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important}.link-primary{color:#0d6efd !important}.link-primary:hover,.link-primary:focus{color:#0a58ca !important}.link-secondary{color:#6c757d !important}.link-secondary:hover,.link-secondary:focus{color:#565e64 !important}.link-success{color:#198754 !important}.link-success:hover,.link-success:focus{color:#146c43 !important}.link-info{color:#0dcaf0 !important}.link-info:hover,.link-info:focus{color:#3dd5f3 !important}.link-warning{color:#ffc107 !important}.link-warning:hover,.link-warning:focus{color:#ffcd39 !important}.link-danger{color:#dc3545 !important}.link-danger:hover,.link-danger:focus{color:#b02a37 !important}.link-light{color:#f8f9fa !important}.link-light:hover,.link-light:focus{color:#f9fafb !important}.link-dark{color:#212529 !important}.link-dark:hover,.link-dark:focus{color:#1a1e21 !important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(34,34,34,.15) !important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(34,34,34,.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(34,34,34,.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-1{--bs-border-width: 1px}.border-2{--bs-border-width: 2px}.border-3{--bs-border-width: 3px}.border-4{--bs-border-width: 4px}.border-5{--bs-border-width: 5px}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-6{margin:2rem !important}.m-7{margin:2.5rem !important}.m-8{margin:4rem !important}.m-9{margin:6rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-6{margin-right:2rem !important;margin-left:2rem !important}.mx-7{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-8{margin-right:4rem !important;margin-left:4rem !important}.mx-9{margin-right:6rem !important;margin-left:6rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-6{margin-top:2rem !important;margin-bottom:2rem !important}.my-7{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-8{margin-top:4rem !important;margin-bottom:4rem !important}.my-9{margin-top:6rem !important;margin-bottom:6rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-6{margin-top:2rem !important}.mt-7{margin-top:2.5rem !important}.mt-8{margin-top:4rem !important}.mt-9{margin-top:6rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-6{margin-right:2rem !important}.me-7{margin-right:2.5rem !important}.me-8{margin-right:4rem !important}.me-9{margin-right:6rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-6{margin-bottom:2rem !important}.mb-7{margin-bottom:2.5rem !important}.mb-8{margin-bottom:4rem !important}.mb-9{margin-bottom:6rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-6{margin-left:2rem !important}.ms-7{margin-left:2.5rem !important}.ms-8{margin-left:4rem !important}.ms-9{margin-left:6rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.p-6{padding:2rem !important}.p-7{padding:2.5rem !important}.p-8{padding:4rem !important}.p-9{padding:6rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.px-6{padding-right:2rem !important;padding-left:2rem !important}.px-7{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-8{padding-right:4rem !important;padding-left:4rem !important}.px-9{padding-right:6rem !important;padding-left:6rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.py-6{padding-top:2rem !important;padding-bottom:2rem !important}.py-7{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-8{padding-top:4rem !important;padding-bottom:4rem !important}.py-9{padding-top:6rem !important;padding-bottom:6rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pt-6{padding-top:2rem !important}.pt-7{padding-top:2.5rem !important}.pt-8{padding-top:4rem !important}.pt-9{padding-top:6rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pe-6{padding-right:2rem !important}.pe-7{padding-right:2.5rem !important}.pe-8{padding-right:4rem !important}.pe-9{padding-right:6rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.pb-6{padding-bottom:2rem !important}.pb-7{padding-bottom:2.5rem !important}.pb-8{padding-bottom:4rem !important}.pb-9{padding-bottom:6rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.ps-6{padding-left:2rem !important}.ps-7{padding-left:2.5rem !important}.ps-8{padding-left:4rem !important}.ps-9{padding-left:6rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.gap-6{gap:2rem !important}.gap-7{gap:2.5rem !important}.gap-8{gap:4rem !important}.gap-9{gap:6rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-semibold{font-weight:600 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:#6c757d !important}.text-black-50{--bs-text-opacity: 1;color:rgba(34,34,34,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{-webkit-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-2xl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-6{margin:2rem !important}.m-sm-7{margin:2.5rem !important}.m-sm-8{margin:4rem !important}.m-sm-9{margin:6rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-6{margin-right:2rem !important;margin-left:2rem !important}.mx-sm-7{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-sm-8{margin-right:4rem !important;margin-left:4rem !important}.mx-sm-9{margin-right:6rem !important;margin-left:6rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-6{margin-top:2rem !important;margin-bottom:2rem !important}.my-sm-7{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-sm-8{margin-top:4rem !important;margin-bottom:4rem !important}.my-sm-9{margin-top:6rem !important;margin-bottom:6rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-6{margin-top:2rem !important}.mt-sm-7{margin-top:2.5rem !important}.mt-sm-8{margin-top:4rem !important}.mt-sm-9{margin-top:6rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-6{margin-right:2rem !important}.me-sm-7{margin-right:2.5rem !important}.me-sm-8{margin-right:4rem !important}.me-sm-9{margin-right:6rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-6{margin-bottom:2rem !important}.mb-sm-7{margin-bottom:2.5rem !important}.mb-sm-8{margin-bottom:4rem !important}.mb-sm-9{margin-bottom:6rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-6{margin-left:2rem !important}.ms-sm-7{margin-left:2.5rem !important}.ms-sm-8{margin-left:4rem !important}.ms-sm-9{margin-left:6rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.p-sm-6{padding:2rem !important}.p-sm-7{padding:2.5rem !important}.p-sm-8{padding:4rem !important}.p-sm-9{padding:6rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.px-sm-6{padding-right:2rem !important;padding-left:2rem !important}.px-sm-7{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-sm-8{padding-right:4rem !important;padding-left:4rem !important}.px-sm-9{padding-right:6rem !important;padding-left:6rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.py-sm-6{padding-top:2rem !important;padding-bottom:2rem !important}.py-sm-7{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-sm-8{padding-top:4rem !important;padding-bottom:4rem !important}.py-sm-9{padding-top:6rem !important;padding-bottom:6rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pt-sm-6{padding-top:2rem !important}.pt-sm-7{padding-top:2.5rem !important}.pt-sm-8{padding-top:4rem !important}.pt-sm-9{padding-top:6rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pe-sm-6{padding-right:2rem !important}.pe-sm-7{padding-right:2.5rem !important}.pe-sm-8{padding-right:4rem !important}.pe-sm-9{padding-right:6rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.pb-sm-6{padding-bottom:2rem !important}.pb-sm-7{padding-bottom:2.5rem !important}.pb-sm-8{padding-bottom:4rem !important}.pb-sm-9{padding-bottom:6rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.ps-sm-6{padding-left:2rem !important}.ps-sm-7{padding-left:2.5rem !important}.ps-sm-8{padding-left:4rem !important}.ps-sm-9{padding-left:6rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.gap-sm-6{gap:2rem !important}.gap-sm-7{gap:2.5rem !important}.gap-sm-8{gap:4rem !important}.gap-sm-9{gap:6rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-6{margin:2rem !important}.m-md-7{margin:2.5rem !important}.m-md-8{margin:4rem !important}.m-md-9{margin:6rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-6{margin-right:2rem !important;margin-left:2rem !important}.mx-md-7{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-md-8{margin-right:4rem !important;margin-left:4rem !important}.mx-md-9{margin-right:6rem !important;margin-left:6rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-6{margin-top:2rem !important;margin-bottom:2rem !important}.my-md-7{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-md-8{margin-top:4rem !important;margin-bottom:4rem !important}.my-md-9{margin-top:6rem !important;margin-bottom:6rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-6{margin-top:2rem !important}.mt-md-7{margin-top:2.5rem !important}.mt-md-8{margin-top:4rem !important}.mt-md-9{margin-top:6rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-6{margin-right:2rem !important}.me-md-7{margin-right:2.5rem !important}.me-md-8{margin-right:4rem !important}.me-md-9{margin-right:6rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-6{margin-bottom:2rem !important}.mb-md-7{margin-bottom:2.5rem !important}.mb-md-8{margin-bottom:4rem !important}.mb-md-9{margin-bottom:6rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-6{margin-left:2rem !important}.ms-md-7{margin-left:2.5rem !important}.ms-md-8{margin-left:4rem !important}.ms-md-9{margin-left:6rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.p-md-6{padding:2rem !important}.p-md-7{padding:2.5rem !important}.p-md-8{padding:4rem !important}.p-md-9{padding:6rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.px-md-6{padding-right:2rem !important;padding-left:2rem !important}.px-md-7{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-md-8{padding-right:4rem !important;padding-left:4rem !important}.px-md-9{padding-right:6rem !important;padding-left:6rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.py-md-6{padding-top:2rem !important;padding-bottom:2rem !important}.py-md-7{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-md-8{padding-top:4rem !important;padding-bottom:4rem !important}.py-md-9{padding-top:6rem !important;padding-bottom:6rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pt-md-6{padding-top:2rem !important}.pt-md-7{padding-top:2.5rem !important}.pt-md-8{padding-top:4rem !important}.pt-md-9{padding-top:6rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pe-md-6{padding-right:2rem !important}.pe-md-7{padding-right:2.5rem !important}.pe-md-8{padding-right:4rem !important}.pe-md-9{padding-right:6rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.pb-md-6{padding-bottom:2rem !important}.pb-md-7{padding-bottom:2.5rem !important}.pb-md-8{padding-bottom:4rem !important}.pb-md-9{padding-bottom:6rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.ps-md-6{padding-left:2rem !important}.ps-md-7{padding-left:2.5rem !important}.ps-md-8{padding-left:4rem !important}.ps-md-9{padding-left:6rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.gap-md-6{gap:2rem !important}.gap-md-7{gap:2.5rem !important}.gap-md-8{gap:4rem !important}.gap-md-9{gap:6rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-6{margin:2rem !important}.m-lg-7{margin:2.5rem !important}.m-lg-8{margin:4rem !important}.m-lg-9{margin:6rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-6{margin-right:2rem !important;margin-left:2rem !important}.mx-lg-7{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-lg-8{margin-right:4rem !important;margin-left:4rem !important}.mx-lg-9{margin-right:6rem !important;margin-left:6rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-6{margin-top:2rem !important;margin-bottom:2rem !important}.my-lg-7{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-lg-8{margin-top:4rem !important;margin-bottom:4rem !important}.my-lg-9{margin-top:6rem !important;margin-bottom:6rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-6{margin-top:2rem !important}.mt-lg-7{margin-top:2.5rem !important}.mt-lg-8{margin-top:4rem !important}.mt-lg-9{margin-top:6rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-6{margin-right:2rem !important}.me-lg-7{margin-right:2.5rem !important}.me-lg-8{margin-right:4rem !important}.me-lg-9{margin-right:6rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-6{margin-bottom:2rem !important}.mb-lg-7{margin-bottom:2.5rem !important}.mb-lg-8{margin-bottom:4rem !important}.mb-lg-9{margin-bottom:6rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-6{margin-left:2rem !important}.ms-lg-7{margin-left:2.5rem !important}.ms-lg-8{margin-left:4rem !important}.ms-lg-9{margin-left:6rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.p-lg-6{padding:2rem !important}.p-lg-7{padding:2.5rem !important}.p-lg-8{padding:4rem !important}.p-lg-9{padding:6rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.px-lg-6{padding-right:2rem !important;padding-left:2rem !important}.px-lg-7{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-lg-8{padding-right:4rem !important;padding-left:4rem !important}.px-lg-9{padding-right:6rem !important;padding-left:6rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.py-lg-6{padding-top:2rem !important;padding-bottom:2rem !important}.py-lg-7{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-lg-8{padding-top:4rem !important;padding-bottom:4rem !important}.py-lg-9{padding-top:6rem !important;padding-bottom:6rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pt-lg-6{padding-top:2rem !important}.pt-lg-7{padding-top:2.5rem !important}.pt-lg-8{padding-top:4rem !important}.pt-lg-9{padding-top:6rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pe-lg-6{padding-right:2rem !important}.pe-lg-7{padding-right:2.5rem !important}.pe-lg-8{padding-right:4rem !important}.pe-lg-9{padding-right:6rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.pb-lg-6{padding-bottom:2rem !important}.pb-lg-7{padding-bottom:2.5rem !important}.pb-lg-8{padding-bottom:4rem !important}.pb-lg-9{padding-bottom:6rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.ps-lg-6{padding-left:2rem !important}.ps-lg-7{padding-left:2.5rem !important}.ps-lg-8{padding-left:4rem !important}.ps-lg-9{padding-left:6rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.gap-lg-6{gap:2rem !important}.gap-lg-7{gap:2.5rem !important}.gap-lg-8{gap:4rem !important}.gap-lg-9{gap:6rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-6{margin:2rem !important}.m-xl-7{margin:2.5rem !important}.m-xl-8{margin:4rem !important}.m-xl-9{margin:6rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-6{margin-right:2rem !important;margin-left:2rem !important}.mx-xl-7{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xl-8{margin-right:4rem !important;margin-left:4rem !important}.mx-xl-9{margin-right:6rem !important;margin-left:6rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-6{margin-top:2rem !important;margin-bottom:2rem !important}.my-xl-7{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xl-8{margin-top:4rem !important;margin-bottom:4rem !important}.my-xl-9{margin-top:6rem !important;margin-bottom:6rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-6{margin-top:2rem !important}.mt-xl-7{margin-top:2.5rem !important}.mt-xl-8{margin-top:4rem !important}.mt-xl-9{margin-top:6rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-6{margin-right:2rem !important}.me-xl-7{margin-right:2.5rem !important}.me-xl-8{margin-right:4rem !important}.me-xl-9{margin-right:6rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-6{margin-bottom:2rem !important}.mb-xl-7{margin-bottom:2.5rem !important}.mb-xl-8{margin-bottom:4rem !important}.mb-xl-9{margin-bottom:6rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-6{margin-left:2rem !important}.ms-xl-7{margin-left:2.5rem !important}.ms-xl-8{margin-left:4rem !important}.ms-xl-9{margin-left:6rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.p-xl-6{padding:2rem !important}.p-xl-7{padding:2.5rem !important}.p-xl-8{padding:4rem !important}.p-xl-9{padding:6rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.px-xl-6{padding-right:2rem !important;padding-left:2rem !important}.px-xl-7{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xl-8{padding-right:4rem !important;padding-left:4rem !important}.px-xl-9{padding-right:6rem !important;padding-left:6rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.py-xl-6{padding-top:2rem !important;padding-bottom:2rem !important}.py-xl-7{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xl-8{padding-top:4rem !important;padding-bottom:4rem !important}.py-xl-9{padding-top:6rem !important;padding-bottom:6rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pt-xl-6{padding-top:2rem !important}.pt-xl-7{padding-top:2.5rem !important}.pt-xl-8{padding-top:4rem !important}.pt-xl-9{padding-top:6rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pe-xl-6{padding-right:2rem !important}.pe-xl-7{padding-right:2.5rem !important}.pe-xl-8{padding-right:4rem !important}.pe-xl-9{padding-right:6rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.pb-xl-6{padding-bottom:2rem !important}.pb-xl-7{padding-bottom:2.5rem !important}.pb-xl-8{padding-bottom:4rem !important}.pb-xl-9{padding-bottom:6rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.ps-xl-6{padding-left:2rem !important}.ps-xl-7{padding-left:2.5rem !important}.ps-xl-8{padding-left:4rem !important}.ps-xl-9{padding-left:6rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.gap-xl-6{gap:2rem !important}.gap-xl-7{gap:2.5rem !important}.gap-xl-8{gap:4rem !important}.gap-xl-9{gap:6rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-6{margin:2rem !important}.m-xxl-7{margin:2.5rem !important}.m-xxl-8{margin:4rem !important}.m-xxl-9{margin:6rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-6{margin-right:2rem !important;margin-left:2rem !important}.mx-xxl-7{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xxl-8{margin-right:4rem !important;margin-left:4rem !important}.mx-xxl-9{margin-right:6rem !important;margin-left:6rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-6{margin-top:2rem !important;margin-bottom:2rem !important}.my-xxl-7{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xxl-8{margin-top:4rem !important;margin-bottom:4rem !important}.my-xxl-9{margin-top:6rem !important;margin-bottom:6rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-6{margin-top:2rem !important}.mt-xxl-7{margin-top:2.5rem !important}.mt-xxl-8{margin-top:4rem !important}.mt-xxl-9{margin-top:6rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-6{margin-right:2rem !important}.me-xxl-7{margin-right:2.5rem !important}.me-xxl-8{margin-right:4rem !important}.me-xxl-9{margin-right:6rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-6{margin-bottom:2rem !important}.mb-xxl-7{margin-bottom:2.5rem !important}.mb-xxl-8{margin-bottom:4rem !important}.mb-xxl-9{margin-bottom:6rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-6{margin-left:2rem !important}.ms-xxl-7{margin-left:2.5rem !important}.ms-xxl-8{margin-left:4rem !important}.ms-xxl-9{margin-left:6rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.p-xxl-6{padding:2rem !important}.p-xxl-7{padding:2.5rem !important}.p-xxl-8{padding:4rem !important}.p-xxl-9{padding:6rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.px-xxl-6{padding-right:2rem !important;padding-left:2rem !important}.px-xxl-7{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xxl-8{padding-right:4rem !important;padding-left:4rem !important}.px-xxl-9{padding-right:6rem !important;padding-left:6rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.py-xxl-6{padding-top:2rem !important;padding-bottom:2rem !important}.py-xxl-7{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xxl-8{padding-top:4rem !important;padding-bottom:4rem !important}.py-xxl-9{padding-top:6rem !important;padding-bottom:6rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pt-xxl-6{padding-top:2rem !important}.pt-xxl-7{padding-top:2.5rem !important}.pt-xxl-8{padding-top:4rem !important}.pt-xxl-9{padding-top:6rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pe-xxl-6{padding-right:2rem !important}.pe-xxl-7{padding-right:2.5rem !important}.pe-xxl-8{padding-right:4rem !important}.pe-xxl-9{padding-right:6rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.pb-xxl-6{padding-bottom:2rem !important}.pb-xxl-7{padding-bottom:2.5rem !important}.pb-xxl-8{padding-bottom:4rem !important}.pb-xxl-9{padding-bottom:6rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.ps-xxl-6{padding-left:2rem !important}.ps-xxl-7{padding-left:2.5rem !important}.ps-xxl-8{padding-left:4rem !important}.ps-xxl-9{padding-left:6rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.gap-xxl-6{gap:2rem !important}.gap-xxl-7{gap:2.5rem !important}.gap-xxl-8{gap:4rem !important}.gap-xxl-9{gap:6rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}body{font-family:"poppins",arial,sans-serif;font-weight:400;color:#051930;font-size:1.125rem;line-height:150%;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,.h1,h2,.h2,h3,.h3{font-family:"poppins",arial,sans-serif;font-weight:600;line-height:120%}h1,.h1{font-size:4rem}@media(max-width: 575.98px){h1,.h1{font-size:2.125rem;word-break:break-word}}h2,.h2{font-size:2.625rem}@media(max-width: 575.98px){h2,.h2{font-size:1.5rem;word-break:break-word}}h3,.h3{font-size:2rem}@media(max-width: 575.98px){h3,.h3{font-size:1.25rem}}h4,.h4{font-size:1.75rem}@media(max-width: 575.98px){h4,.h4{font-size:1.125rem}}h5,.h5{font-size:1.625rem}@media(max-width: 575.98px){h5,.h5{font-size:1rem}}h6,.h6{font-size:1.5rem}@media(max-width: 575.98px){h6,.h6{font-size:1rem}}.small,.small p{font-size:0.875rem}figure{position:relative;margin:5px 0;z-index:3}figure.offset{top:-20px}figcaption{font-size:14px;line-height:17px}strong{font-weight:bold}em{font-style:italic}ul,ol{padding-left:20px}input[type=text]{border:none}[data-hidden-by-rules=false]{display:flex !important}.button{background-color:rgba(0,0,0,0);color:#051930;border:1px solid #051930;border-radius:70px;text-decoration:none;display:flex;justify-content:center;align-items:center;padding:1.875rem;font-weight:400;margin:10px 0;position:relative}.button__v1{border-radius:0}.button:focus,.button:hover{background-color:#051930;color:#fff}.button:focus svg.icon,.button:hover svg.icon{--stroke: #fff}.button--icon{justify-content:space-between}.button--icon svg{top:-3px}.button--play{width:75px;height:75px;border-radius:50%;position:relative}.button--play:hover svg,.button--play:focus svg{display:none}.button--play:hover span,.button--play:focus span{display:block}.button--play span{display:none}.button--play svg{width:20px;height:30px;position:absolute;top:50%;left:50%;transform:translate(-30%, -60%)}.pill{display:inline-block;padding:0.125rem 0.75rem;font-size:0.875rem;color:#051930;border:1px solid #051930;cursor:default;margin:0.625rem 0}.pill:hover,.pill:focus{color:#051930}.pill.active{padding-right:20px}.pill.active svg{right:-8px}.link{color:#051930;font-weight:600;padding-right:30px;padding-bottom:.25em;position:relative;text-decoration:none;display:inline-block;line-height:120%}.link svg{position:absolute;right:0;top:50%;transform:translateY(-58%)}.link span{transition:all .2s;position:absolute;width:0;height:.115em;bottom:0;left:0;background-color:#051930}.link--external svg{transform:translateY(-58%) rotate(-45deg)}.link--back{padding-right:0;padding-left:30px}.link--back svg{right:auto;left:0;transform:translateY(-58%) rotate(180deg)}.link--back span{left:auto;right:0}.link--chevron svg{top:5px;height:16px}.rte-copy .link{text-decoration:none}.link:hover,.link:focus,[data-clickable]:hover{color:#051930}.link:hover span,.link:focus span,[data-clickable]:hover span{width:100%}.callout-link,.external-link{position:relative;display:inline-block;padding-right:30px;background-repeat:no-repeat;background-position:right center;background-size:auto .75em;color:inherit}.callout-link::after,.external-link::after{content:"";transition:all .2s;position:absolute;left:0;bottom:.1em;right:100%;height:2px;background-color:#000}.callout-link:hover,.callout-link:focus,.external-link:hover,.external-link:focus{color:inherit}.callout-link:hover::after,.callout-link:focus::after,.external-link:hover::after,.external-link:focus::after{right:0}.callout-link{background-image:url(../images/9d81e2c14aaf5fe5a2a4.svg)}.external-link{padding-right:25px;background-image:url(../images/c3e784e12b4741cb27b7.svg);background-size:auto .875em}.rte-copy .callout-link,.rte-copy .external-link{text-decoration:none}.title-text-with-links h2,.title-text-with-links .h2{font-size:2rem;font-weight:400}.title-text-with-links h2 a,.title-text-with-links .h2 a{color:#051930;text-decoration:none}.title-text-with-links h2 svg,.title-text-with-links .h2 svg{width:28px;margin-left:10px}.title-text-with-links .link{margin-bottom:-1px;padding:1rem 1.5rem 1rem 0;font-weight:400;border-top:1px solid #e9e9db;border-bottom:1px solid #e9e9db;display:flex}.title-text-with-links .link::before,.title-text-with-links .link::after{position:absolute;left:0;width:0;height:1px;background:#051930;transition:width .3s;z-index:1;content:""}.title-text-with-links .link::before{top:-1px}.title-text-with-links .link::after{bottom:-1px}.title-text-with-links .link:first-of-type{margin-top:30px}.title-text-with-links .link svg{top:18px}.title-text-with-links .link span{display:none}.title-text-with-links .link:hover::before,.title-text-with-links .link:hover::after{width:100%}.canal-map{width:100%;height:31.25rem}.table{margin:2.25rem 0}@media(min-width: 768px){.table{margin:3.75rem 0}}.table table{width:100%}.table table,.table th,.table td{border:1px solid #e9e9db;border-collapse:collapse;font-size:1.125rem;line-height:140%}.table th,.table td{width:7.5625rem;padding:0.5rem}.table th:first-child,.table td:first-child{width:13.375rem}.table th{font-family:"poppins",arial,sans-serif;font-weight:600;background-color:#e9e9db;height:2.125rem}.icon{height:18px;pointer-events:none;vertical-align:baseline;width:18px;position:relative;--stroke: #051930;--fill: #fff}.icon--on-black{background-color:#222}.icon--white{--stroke: white;--fill: white}.icon--xs{height:10px;width:10px}.icon--sm{height:14px;width:14px}.icon--md{height:28px;min-width:28px}.icon--lg{height:40px;width:40px}.icon--xl{height:48px;width:48px}.icon--rotate90{transform:rotate(90deg) !important}.icon--rotatenegative90{transform:rotate(-90deg) !important}.icon-flipped-x{transform:scaleX(-1)}.icon-flipped-y{transform:scaleY(-1)}.footer{background-color:#bcd5eb;color:#051930;padding:40px 0 20px;position:relative;margin-top:4rem}.footer a{color:#051930;text-decoration:none}@media(max-width: 767.98px){.footer ul.social-links{padding-top:10px}}.footer ul.social-links li:not(:last-child){margin-right:30px}.footer ul.social-links li a{display:block}.footer ul.social-links li a svg{width:17px;height:17px}.footer__top ul{padding:60px 0 0 40px}@media(min-width: 576px){.footer__top ul{column-count:3;padding-left:0}}@media(min-width: 992px){.footer__top ul{padding-top:20px}}.footer__top ul li:not(:last-child){margin-bottom:15px}.footer__top ul li a:hover,.footer__top ul li a:focus{text-decoration:underline}.footer__bottom{font-size:16px;padding-top:160px}@media(max-width: 991.98px){.footer__bottom{text-align:center;padding-top:80px}}.footer__bottom p{margin:0}.footer__logo{height:50px;width:200px}.footer__bg{position:absolute;right:200px;bottom:0;height:100%;width:500px}@media(max-width: 1199.98px){.footer__bg{right:0}}@media(max-width: 767.98px){.footer__bg{height:80%;width:360px}}.breadcrumbs{margin:.5rem 0}.breadcrumbs--bordered{margin:0;padding:.5rem 0;border-bottom:1px solid #e9e9db}.breadcrumbs__list{font-family:"poppins",arial,sans-serif;font-weight:500;text-transform:uppercase;display:flex;flex-wrap:wrap;font-size:0.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumbs__list li:last-child a{padding-right:0}.breadcrumbs a{text-decoration:none;color:rgba(5,25,48,.7);padding:0 0.6875rem 0 0}.breadcrumbs a:hover,.breadcrumbs a:focus{text-decoration:underline}.breadcrumbs li{padding-right:0.6875rem}.sidenav{padding:20px 0}.sidenav__item{margin-bottom:10px}.sidenav__links a{text-decoration:none;color:#051930}.sidenav__links a:hover,.sidenav__links afocus{text-decoration:underline}.sidenav__links a.sidenav-active{font-weight:bold}.sidenav .accordion__title{border-top:1px solid #051930;border-bottom:1px solid #051930}.sidenav .accordion__content{padding:15px 0 5px}.search-box input[type=text]{font-size:calc(1.2875rem + 0.45vw);padding:20px 28px 15px;height:78px;border:1px solid #051930}@media(min-width: 1200px){.search-box input[type=text]{font-size:1.625rem}}@media(max-width: 575.98px){.search-box input[type=text]{font-size:1rem;padding:10px 15px 5px;height:53px}}.search-box input[type=text]::placeholder{color:#051930;opacity:1}.search-box button{height:41px;position:absolute;right:19px;background:none;border:none;outline:none;padding:10px;width:auto}.search-box button svg{width:20px;height:20px}@media(max-width: 575.98px){.search-box button{bottom:6px;right:6px}}.search-box.search-header{position:absolute;top:99px;left:0;width:100%;background:var(--menu-bg-color);visibility:hidden;opacity:0;padding:37px 0 48px;transition:opacity .3s,visibility .3s}.search-box.search-header.open{visibility:visible;opacity:1}.search-box.search-header .position-relative{max-width:620px;margin:0 auto}.search-box.search-header .position-relative p{font-size:1rem;margin:0 0 8px}.search-box.search-header .position-relative input[type=text]{font-size:1rem;padding:10px 15px 6px;height:41px}.search-box.search-header .position-relative button{bottom:0;right:0}.header-image{display:flex;flex-direction:column;justify-content:flex-end;height:auto}@media(min-width: 992px){.header-image--large{height:500px}}.header-image picture{display:block;max-height:350px}@media(min-width: 768px){.header-image picture{max-height:100%}}.header-image picture source,.header-image picture img{-webkit-mask-image:url(../images/b319b58c52ef31078e4e.png);mask-image:url(../images/b319b58c52ef31078e4e.png);-webkit-mask-size:cover;mask-size:cover;max-width:100%}@media(min-width: 992px){.header-image picture source,.header-image picture img{max-width:inherit}}.header-image--basic picture img{-webkit-mask-image:url(../images/61b07a87d771d8042985.png);mask-image:url(../images/61b07a87d771d8042985.png);-webkit-mask-position:left center;mask-position:left center;-webkit-mask-size:250%;mask-size:250%}.header{--menu-bg-color: #fff}.header.blue{--menu-bg-color: #bcd5eb;background:var(--menu-bg-color)}.header.gorse{--menu-bg-color: #edd9a4;background:var(--menu-bg-color)}.header.stone{--menu-bg-color: #e9e9db;background:var(--menu-bg-color)}.header.grass{--menu-bg-color: #aae3aa;background:var(--menu-bg-color)}.header.pink{--menu-bg-color: #f7c4f2;background:var(--menu-bg-color)}.header__logo{width:176px;height:39px}@media(max-width: 767.98px){.header__logo{width:151px;height:34px;margin:10px 0}}.page-header{overflow:hidden}.page-header.blue{background:#bcd5eb}.page-header.gorse{background:#edd9a4}.page-header.stone{background:#e9e9db}.page-header.grass{background:#aae3aa}.page-header.pink{background:#f7c4f2}.page-header__inner{display:flex}.page-header:not(.basic) .page-header__inner{flex-direction:column;align-items:center}@media(min-width: 992px){.page-header:not(.basic) .page-header__inner{flex-direction:row;align-items:flex-start}}.page-header.basic .page-header__inner{flex-direction:row;align-items:center}.page-header.full{position:relative;display:flex;background-size:cover;background-position:center center}.page-header.full::before{content:"";z-index:0;position:absolute;left:0;top:0;bottom:0;right:0;background:linear-gradient(90deg, rgba(2, 0, 36, 0.43321078) 7%, rgba(0, 0, 0, 0) 63%)}.page-header.full .container{position:relative;z-index:1}@media(min-width: 768px){.page-header.full{min-height:550px}}@media(min-width: 992px){.page-header.full{min-height:700px}}.page-header.full h1,.page-header.full .h1,.page-header.full h3,.page-header.full .h3,.page-header.full p{color:#fff}.page-header.full h1,.page-header.full .h1{margin:0 0 54px;font-size:96px;line-height:86px}@media(max-width: 767.98px){.page-header.full h1,.page-header.full .h1{font-size:64px;line-height:72px}}@media(max-width: 575.98px){.page-header.full h1,.page-header.full .h1{margin:0 0 32px;font-size:48px;line-height:43px}}.page-header.full p{padding-left:50px}@media(min-width: 576px){.page-header.full p{padding-left:105px}}@media(max-width: 767.98px){.page-header.full .d-flex{flex-direction:column-reverse}}.page-header.large .page-header__text{padding-top:85px}.page-header.large .page-header__text h1,.page-header.large .page-header__text .h1{margin-bottom:10px}.page-header--no-image .page-header__text{width:100%}.page-header.basic .header-image{display:none}@media(min-width: 992px){.page-header.basic .header-image{display:block}}@media(min-width: 992px){.page-header.basic .page-header__text{width:500px}}.page-header.basic .page-header__text__inner{display:flex;justify-content:flex-end}.page-header__strapline{font-family:"poppins",arial,sans-serif;font-weight:400;display:block;margin-bottom:.25rem;font-size:1.125rem}.page-header__text{display:flex;flex-direction:column;width:100%}@media(min-width: 992px){.page-header__text{width:700px}}.page-header__text__inner{display:flex;flex-direction:column;padding-right:1.25rem}@media(max-width: 575.98px){.page-header__text__inner{padding-left:16px}}.page-header__text__inner>*{align-self:flex-start}.page-header__text__inner .search-box{align-self:auto}.page-header__text h1,.page-header__text .h1{font-family:"poppins",arial,sans-serif;font-weight:600;margin-top:0;font-size:4rem}@media(max-width: 575.98px){.page-header__text h1,.page-header__text .h1{font-size:3rem}}.page-header__text h2,.page-header__text .h2{font-family:"poppins",arial,sans-serif;font-weight:600;font-size:1.875rem}@media(min-width: 768px){.page-header__text h2,.page-header__text .h2{font-size:2.25rem}}.page-header__text .tag{display:inline-block;margin:0 14px 20px 0;padding:6px 12px 3px;font-weight:600;font-size:14px;line-height:19px;border:1px solid #051930;border-radius:100px;color:#051930;text-decoration:none}.page-header__text .tag:hover,.page-header__text .tag:focus{background-color:#051930;color:#fff;cursor:pointer}.page-header__text p.author{opacity:.7}.page-header__text .article-categories{margin-top:auto}@media(min-width: 992px){.page-header .header-image{align-self:flex-end}}.page-header .search-box{padding:50px 105px 40px}@media(max-width: 991.98px){.page-header .search-box{padding:50px 0 40px}}@media(min-width: 768px){.top-navigation{display:flex;flex-direction:row-reverse;margin:0 0 14px;border-bottom:1px solid rgba(5,25,48,.8)}}@media(max-width: 767.98px){.top-navigation{margin-top:auto;padding-top:10px;border-top:1px solid rgba(5,25,48,.8)}}.top-navigation a{color:#051930;text-decoration:none}.top-navigation ul{display:flex}@media(min-width: 768px){.top-navigation ul li{margin-left:26px}}.top-navigation ul li a{display:block;padding:8px 0 6px;font-size:14px;line-height:14px}@media(max-width: 767.98px){.top-navigation ul li a{font-size:12px;line-height:20px}}.mega-nav{display:flex;flex-direction:row-reverse}.mega-nav a{color:#051930;text-decoration:none}.mega-nav>ul{display:flex}.mega-nav>ul>li{margin:10px 0 0 40px;padding-bottom:1.5rem}@media(max-width: 991.98px){.mega-nav>ul>li{margin:10px 0 0 15px}}.mega-nav>ul>li>a{font-family:"poppins",arial,sans-serif;font-weight:500;font-size:1.125rem;display:block;line-height:22px}.mega-nav>ul>li>a::after{position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:#051930;content:"";opacity:0;transition:opacity .3s}.mega-nav>ul>li>a.search__icon{--stroke: #051930}.mega-nav>ul>li>a.search__icon::after{display:none}.mega-nav>ul>li>a.search__icon svg{width:16px;height:16px}@media(min-width: 1200px){.mega-nav>ul>li>a.search__icon svg{margin-right:40px}}.mega-nav>ul>li>button.search__icon{--stroke: #051930;height:16px;width:16px;background:none;border:none;padding:0}.mega-nav>ul>li>button.search__icon::after{display:none}.mega-nav>ul>li>button.search__icon svg{width:16px;height:16px}@media(min-width: 1200px){.mega-nav>ul>li>button.search__icon svg{margin-right:40px}}.mega-nav>ul>li:hover a::after{opacity:1}.mega-nav>ul li.nav-item-active>a::after{opacity:1}.navigation__mobile .navigation-toggler{position:absolute;top:7px;right:16px;width:40px;height:40px}.navigation__mobile .navigation-toggler span{position:absolute;right:0;display:block;width:14px;height:2px;background:#051930;transition:opacity .3s,transform .3s}.navigation__mobile .navigation-toggler span:nth-child(1){top:12px}.navigation__mobile .navigation-toggler span:nth-child(2){top:18px;opacity:0}.navigation__mobile .navigation-toggler span:nth-child(3){top:18px}.navigation__mobile .navigation-toggler span:nth-child(4){top:24px}.navigation__mobile .navigation-toggler.open span:nth-child(1),.navigation__mobile .navigation-toggler.open span:nth-child(4){opacity:0}.navigation__mobile .navigation-toggler.open span:nth-child(2){opacity:1;transform:rotate(-45deg)}.navigation__mobile .navigation-toggler.open span:nth-child(3){transform:rotate(45deg)}.navigation{overflow:hidden}.navigation__item.open .navigation__dropdown{visibility:visible;opacity:1;transition:opacity .4s}.navigation__dropdown{position:absolute;top:100%;left:0;width:100%;border-bottom:1px solid rgba(5,25,48,.2);background:var(--menu-bg-color);padding:1rem 0 2rem;visibility:hidden;opacity:0;transition:opacity .4s,visibility .4s;overflow:hidden}.navigation__dropdown::before,.navigation__dropdown::after{position:absolute;top:0;width:1000px;height:100%;background:var(--menu-bg-color);content:"";pointer-events:none}.navigation__dropdown::before{left:100%}.navigation__dropdown::after{right:100%}.navigation__dropdown .container{padding:0 5px}.navigation__dropdown .col-lg-3{padding:0 20px}.navigation__dropdown .navigation__item{font-size:1.125rem;line-height:120%}.navigation__dropdown .navigation__item>a{display:block;width:100%}.navigation__dropdown .navigation__item>a svg{width:19px;height:12px;margin:-2px 0 0 9px}.navigation__dropdown .navigation__item>a:hover span,.navigation__dropdown .navigation__item>a:focus span,.navigation__dropdown .navigation__item--active>a span{text-decoration:underline;text-decoration-thickness:.125em}.navigation__dropdown .navigation__item__image{display:block;margin:0 0 .5rem}.navigation__dropdown .navigation__item__image img{max-width:100%}.navigation__dropdown ul.navigation__block--overview>li{font-family:"poppins",arial,sans-serif;font-weight:600;font-size:1.25rem}.navigation__dropdown ul.navigation__block--level-1{margin-bottom:1.5rem}.navigation__dropdown ul.navigation__block--level-1>li>a{font-family:"poppins",arial,sans-serif;font-weight:600;display:block;padding-bottom:.75rem;border-bottom:1px solid rgba(5,25,48,.2)}.navigation__dropdown ul.navigation__block--level-1>li>a>span{display:flex;justify-content:space-between;align-items:center}.navigation__dropdown ul.navigation__block--level-2{padding-top:.75rem}.navigation__dropdown ul.navigation__block--level-2>li{margin-bottom:.75rem}.navigation__dropdown ul.navigation__block--level-2>li>a{font-family:"poppins",arial,sans-serif;font-weight:400;border-bottom:none;margin:0;position:relative}.mobile-nav{display:none;padding:20px 15px}.mobile-nav.open{display:flex;flex-direction:column}.mobile-nav a{color:#051930;text-decoration:none}.mobile-nav .search-box{margin:0 0 2rem}.mobile-nav .search-box input[type=text]{height:32px;padding:.25rem .5rem;font-size:1rem}.mobile-nav .search-box button{top:-5px;right:0}.mobile-nav .search-box button svg{width:16px;height:16px}.mobile-nav .navigation__item{font-family:"poppins",arial,sans-serif;font-weight:600;font-size:1.125rem;line-height:22px;margin-bottom:1rem}.mobile-nav .navigation__item a{display:flex;align-items:center}.mobile-nav .navigation__item a .icon{margin-left:.5rem}.mobile-nav .navigation__item>a:hover span,.mobile-nav .navigation__item>a:focus span,.mobile-nav .navigation__item--active>a span{text-decoration:underline;text-decoration-thickness:.125em}.mobile-nav .navigation__item--overview{font-size:1.25rem}.mobile-nav .navigation__item .mobile-nav-drop{display:none;position:absolute;top:0;left:0;width:100%;height:calc(100vh - 132px);background:var(--menu-bg-color);padding:20px 15px;overflow-y:auto}.mobile-nav .navigation__item .mobile-nav-drop .mobile-nav-drop{top:0;height:100vh}.mobile-nav .navigation__item.open>.mobile-nav-drop{display:block}.mobile-nav .navigation__item.mobile-back-link{margin:0 0 32px}.mobile-nav .navigation__item.mobile-back-link a::after{display:none}.mobile-nav .navigation__item.mobile-back-link a svg{width:19px;height:12px;margin-left:0;margin-right:.5rem;transform:rotate(180deg)}.mobile-nav .navigation__item .image__link{margin:0 0 24px}.mobile-nav .navigation__item .image__link::after{display:none}.mobile-nav .navigation__item .image__link img{width:100%}.alert-ribbon{font-size:1.25rem;line-height:130%;padding:2rem 1rem}@media(min-width: 576px){.alert-ribbon{padding:2rem 1.875rem}}@media(min-width: 768px){.alert-ribbon{font-size:1.625rem;padding:2rem 2.5rem}}.alert-ribbon p::before{width:43px;height:43px;border-width:2px;border-style:solid;border-radius:100%;content:"!";font-size:28px;text-align:center;line-height:42px;font-weight:600;margin-right:2rem;margin-bottom:1.5rem;flex-shrink:0}@media(min-width: 576px){.alert-ribbon p::before{margin-bottom:0}}.alert-ribbon.blue{background:#bcd5eb}.alert-ribbon.gorse{background:#edd9a4}.alert-ribbon.stone{background:#e9e9db}.alert-ribbon.grass{background:#aae3aa}.alert-ribbon.pink{background:#f7c4f2}.alert-ribbon.navy{background:#051930;color:#fff}.alert-ribbon.navy a.link{color:#fff}.alert-ribbon.navy a.link svg.icon{--stroke: white;--fill: white}.alert-ribbon.navy a.link span{background-color:#fff}.alert-ribbon a.link{font-size:1rem;line-height:120%;margin-top:1.5rem}@media(min-width: 768px){.alert-ribbon a.link{font-size:1.125rem;margin-top:0}}.two-cards-panel{padding:1.25rem 0}@media(min-width: 768px){.two-cards-panel{padding:1.875rem 0}}@media(min-width: 992px){.two-cards-panel{padding:3rem 0}}.two-cards-panel--card{text-align:center;position:relative}.two-cards-panel--card[data-clickable]:hover a,.two-cards-panel--card[data-clickable] a:focus{color:#fff}.two-cards-panel--card__header{font-family:"poppins",arial,sans-serif;font-weight:400;max-width:25rem;font-weight:400;font-size:1.875rem;line-height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff}@media(min-width: 768px){.two-cards-panel--card__header{font-size:1.5rem;line-height:110%}}@media(min-width: 992px){.two-cards-panel--card__header{font-size:2.25rem;line-height:120%}}.two-cards-panel--card__btn{position:absolute;top:30px;left:50%;transform:translateX(-50%);width:80%}@media(min-width: 992px){.two-cards-panel--card__btn{bottom:30px;top:auto;width:auto}}.two-cards-panel--card__btn a{display:flex;color:#fff}.two-cards-panel--card__btn a:hover{color:#fff}.two-cards-panel--card__btn a span{background-color:#fff}.two-cards-panel--card .overlay{position:absolute;bottom:0;top:0;background:rgba(0,0,0,.4);width:100%}.two-cards-panel--card:first-child{margin-left:0;margin-bottom:8px}@media(min-width: 768px){.two-cards-panel--card:first-child{margin-right:17px;margin-bottom:0}}@media(min-width: 992px){.two-cards-panel--card:first-child{margin-right:20px;margin-bottom:0}}.two-cards-panel--card:last-child{margin-left:0;margin-top:8px}@media(min-width: 768px){.two-cards-panel--card:last-child{margin-left:17px;margin-top:0}}@media(min-width: 992px){.two-cards-panel--card:last-child{margin-left:20px;margin-top:0}}.featured-event-panel{text-decoration:none;color:#051930;text-align:center;padding:4.875rem 0 6.75rem;width:100%;background-image:url("data:image/svg+xml,%3Csvg width=%27627%27 height=%27743%27 viewBox=%270 0 627 743%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.2%27 clip-path=%27url%28%23clip0_1631_8777%29%27%3E%3Cpath d=%27M665.939 709.846L691.228 735.357L741.95 684.19L716.661 658.679C699.032 640.895 675.477 630.982 650.477 630.982C625.477 630.982 601.922 640.749 584.292 658.679C566.662 676.464 556.836 700.225 556.836 725.444C556.836 750.663 566.518 774.424 584.292 792.209L609.581 817.719L660.303 766.552L635.015 741.042C630.824 736.814 628.512 731.275 628.512 725.298C628.512 719.321 630.824 713.782 635.015 709.555C643.396 701.1 657.847 701.1 666.228 709.555L665.939 709.846Z%27 fill=%27%23BCD5EB%27/%3E%3Cpath d=%27M790.973 637.521L841.971 586.307L816.545 560.773C772.375 516.417 713.821 492.051 651.489 492.051C589.158 492.051 530.459 516.417 486.434 560.773C442.264 605.129 418 663.93 418 726.525C418 789.119 442.264 848.066 486.434 892.276L511.861 917.81L562.859 866.596L537.433 841.062C506.921 810.422 490.066 769.713 490.066 726.379C490.066 683.044 506.921 642.336 537.433 611.695C567.945 581.055 608.482 564.129 651.635 564.129C694.787 564.129 735.325 581.055 765.837 611.695L791.263 637.229L790.973 637.521Z%27 fill=%27%23BCD5EB%27/%3E%3Cpath d=%27M889.539 539.218L940.5 488.107L915.092 462.624C844.675 391.999 751.173 353.119 651.719 353.119C552.265 353.119 458.618 391.999 388.346 462.624C317.93 533.248 279.164 627.026 279.164 726.774C279.164 826.522 317.93 920.445 388.346 990.924L413.754 1016.41L464.716 965.295L439.308 939.812C382.539 882.876 351.323 807.155 351.323 726.628C351.323 646.102 382.539 570.381 439.308 513.444C496.076 456.508 571.575 425.2 651.864 425.2C732.154 425.2 807.652 456.508 864.421 513.444L889.829 538.927L889.539 539.218Z%27 fill=%27%23BCD5EB%27/%3E%3Cpath d=%27M986.58 439.564L1037.54 388.403L1012.13 362.895C812.661 162.625 487.907 162.625 288.438 362.895C88.9687 563.166 88.9687 889.225 288.438 1089.5L313.843 1115L364.799 1063.84L339.394 1038.33C167.943 866.195 167.943 586.05 339.394 413.91C510.844 241.771 789.869 241.771 961.32 413.91L986.725 439.418L986.58 439.564Z%27 fill=%27%23BCD5EB%27/%3E%3Cpath d=%27M190.263 264.681C-63.4211 519.24 -63.4211 933.555 190.263 1188.12L215.661 1213.6L266.601 1162.48L241.203 1137C15.5287 910.692 15.5287 542.25 241.203 315.796C466.878 89.3431 834.052 89.3431 1059.73 315.796L1085.12 341.282L1136.06 290.166L1110.67 264.681C856.838 10.1208 443.947 10.1208 190.263 264.681Z%27 fill=%27%23BCD5EB%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_1631_8777%27%3E%3Crect width=%27627%27 height=%27856%27 fill=%27white%27 transform=%27translate%280 -107%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-size:contain;background-position:100% 100%;background-repeat:no-repeat}@media(min-width: 992px){.featured-event-panel{padding:8.0625rem 15.625rem}}.featured-event-panel--container{background:linear-gradient(0deg, rgba(188, 213, 235, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%)}.featured-event-panel:hover{text-decoration:none;color:#051930}.featured-event-panel--header{font-weight:600;font-size:0.875rem;line-height:120%;text-align:center;letter-spacing:5.5px;color:#051930;opacity:.5}@media(min-width: 768px){.featured-event-panel--header{font-size:1.125rem}}.featured-event-panel--img{width:170px;height:170px;border-radius:100%;margin:1.75rem 0 2.25rem;object-fit:cover}@media(min-width: 992px){.featured-event-panel--img{margin:4.375rem 4.75rem 4.5625rem}}.featured-event-panel--date,.featured-event-panel--time{font-weight:400;font-size:1rem;line-height:140%}@media(min-width: 768px){.featured-event-panel--date,.featured-event-panel--time{font-size:1.125rem}}.featured-event-panel--body{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.875rem;line-height:120%;margin:1.3125rem 2.125rem 1.875rem}@media(min-width: 768px){.featured-event-panel--body{font-size:2.25rem}}@media(min-width: 992px){.featured-event-panel--body{margin-top:0}}.featured-event-panel--btn{padding-top:2rem}@media(min-width: 992px){.featured-event-panel--btn{padding-top:3.5rem}}.title-with-text-cta__heading{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:2.25rem;display:inline-block}@media(max-width: 767.98px){.title-with-text-cta__heading{font-size:1.875rem}}.title-with-text-cta img{margin-top:34px;max-width:100%}.title-with-text-cta--bold .title-with-text-cta__heading{font-family:"poppins",arial,sans-serif;font-weight:600}.title-with-text-cta--underline .title-with-text-cta__heading{position:relative}.title-with-text-cta--underline .title-with-text-cta__heading::after{position:absolute;bottom:-2px;left:0;z-index:-1;width:100%;height:6px;background:#bcd5eb;content:""}.image-panel-with-links{width:100%;margin:0 auto}.image-panel-with-links .row{flex-direction:column;max-width:452px;margin:0 auto}@media(min-width: 992px){.image-panel-with-links .row{flex-direction:row;max-width:100%}.image-panel-with-links .row-right{flex-direction:row-reverse}}.image-panel-with-links .row.stone{background:#e9e9db}.image-panel-with-links .row.stone .image-column::after{background:linear-gradient(0deg, rgba(233, 233, 219, 0.2), rgba(233, 233, 219, 0.2))}.image-panel-with-links .row.grass{background:#aae3aa}.image-panel-with-links .row.grass .image-column::after{background:linear-gradient(0deg, rgba(170, 227, 170, 0.2), rgba(170, 227, 170, 0.2))}.image-panel-with-links .row .image-column{position:relative;padding:0}.image-panel-with-links .row .image-column img{height:100%;width:100%;object-fit:cover}.image-panel-with-links .row .image-column::after{position:absolute;top:0;left:0;right:0;bottom:0;content:"";pointer-events:none;transition:opacity .3s;mix-blend-mode:normal}.image-panel-with-links .row .text-column{--background-width: 130px;padding:1rem}.image-panel-with-links .row .text-column .content-block{margin-bottom:0}.image-panel-with-links .row .text-column .content-block .flex-column .mb-3:last-child{margin-bottom:0 !important}@media(min-width: 992px){.image-panel-with-links .row .text-column{display:flex;flex-direction:column;justify-content:center;padding-left:calc(var(--background-width) + 1rem);background-repeat:repeat-y;background-position:-25px top;background-image:url(../images/53106d7a46b93feff767.png)}}.image-panel-with-links .row .text-column h2,.image-panel-with-links .row .text-column .h2{font-size:1.75rem}@media(min-width: 576px){.image-panel-with-links .row .text-column h2,.image-panel-with-links .row .text-column .h2{font-size:2rem}}@media(max-width: 1199.98px){.image-panel-with-links .row .text-column .link{font-size:1rem}}.image-panel-with-links__link{margin-bottom:.5rem}.scw-anchor-link{color:#051930;margin:1.5rem 1.5rem}.scw-anchor-link:hover{color:#051930}.scw-page-heading{margin:1.5rem 1rem;font-family:"poppins",arial,sans-serif;font-weight:600;color:#051930;letter-spacing:-1px;font-size:2rem;line-height:90%}@media(min-width: 992px){.scw-page-heading{margin:2.75rem 9.0625rem 1.875rem 6.1875rem;font-size:4rem;line-height:111%}}.table-of-contents{margin-bottom:2rem;padding:0 75px 2rem;border-bottom:1px solid #e9e9db}.table-of-contents:first-child,.scw-intro-panel+.table-of-contents{margin-top:2rem}@media(max-width: 767.98px){.table-of-contents{padding:0 0 30px}}.table-of-contents h3,.table-of-contents .h3{font-size:calc(1.2875rem + 0.45vw);line-height:34px;font-weight:400;margin-bottom:20px}@media(min-width: 1200px){.table-of-contents h3,.table-of-contents .h3{font-size:1.625rem}}@media(max-width: 767.98px){.table-of-contents h3,.table-of-contents .h3{font-size:1.25rem;line-height:22px}}.table-of-contents a{display:inline-block;margin:8px 0;color:#051930;position:relative}@media(max-width: 767.98px){.table-of-contents a{font-size:1rem;margin:6px 0}}.table-of-contents a:hover,.table-of-contents a:focus{color:#051930}.table-of-contents a:hover span,.table-of-contents a:focus span{width:100%}.table-of-contents a span{width:0;height:1px;background-color:#051930;position:absolute;bottom:4px;left:0;transition:all .2s}.accordion{margin:20px 0}.accordion__item{margin-bottom:-1px;position:relative}.accordion__item.open .accordion__trigger svg{transform:translateY(-50%) rotate(-180deg)}.accordion__title{font-family:"poppins",arial,sans-serif;font-weight:400;position:relative;padding:12px 40px 8px 0;border-top:1px solid #e9e9db;border-bottom:1px solid #e9e9db;font-size:1.125rem}.accordion__trigger{position:absolute;background:none;border:none;padding:0;top:0;left:0;width:100%;height:100%}.accordion__trigger svg{transition:all .2s ease-in-out;width:20px;height:20px;position:absolute;top:50%;transform:translateY(-50%);right:0}.accordion__content{padding:36px 32px 16px}.accordion__content li{margin:10px 0}.accordion-half-width{margin-left:auto}.rte-copy a{text-decoration:underline}.img-with-copy-panel{padding:2.1875rem 1rem}@media(min-width: 992px){.img-with-copy-panel{padding:2.625rem 8.9375rem 3.375rem 6.5625rem}}.img-with-copy-panel--img{width:100%;padding-bottom:2.1875rem}@media(min-width: 992px){.img-with-copy-panel--img{width:17.125rem;height:12.5rem;padding-right:2.75rem}}.img-with-copy-panel--copy{width:100%}@media(min-width: 992px){.img-with-copy-panel--copy{max-width:30rem}}.img-with-copy-panel--title{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.625rem}@media(min-width: 992px){.img-with-copy-panel--title{padding-bottom:3.25rem}}.image-panel{margin:0;padding:2.1875rem 1rem}@media(min-width: 992px){.image-panel{padding:3.75rem 9.0625rem 6.5625rem}}.image-panel__caption{margin-top:.25rem;font-size:.875rem}.carousel-container{align-items:center;justify-content:center;margin:1.5rem 0}@media(min-width: 768px){.carousel-container{margin:4rem 0}}@media(min-width: 992px){.carousel-container{margin:6rem 0}}.wrapper{display:flex;position:relative}.wrapper .carousel-btn{display:flex;align-items:center;justify-content:center;top:50%;height:24px;width:24px;cursor:pointer;position:absolute;text-align:center;background:#fff;border:none;border-radius:50%}@media(min-width: 768px){.wrapper .carousel-btn{height:60px;width:60px}}.wrapper .carousel-btn svg{height:8px;width:8px}@media(min-width: 768px){.wrapper .carousel-btn svg{height:16px;width:16px}}.wrapper .carousel-btn:hover{background:#f2f2f2}.wrapper .carousel-btn:first-child{left:16px;transform:translateY(-50%) rotate(90deg);padding:0}@media(min-width: 768px){.wrapper .carousel-btn:first-child{left:40px}}.wrapper .carousel-btn:first-child:active{transform:translateY(-50%) rotate(90deg) scale(0.9)}.wrapper .carousel-btn:last-child{right:16px;transform:translateY(-50%) rotate(-90deg);padding:0}@media(min-width: 768px){.wrapper .carousel-btn:last-child{right:40px}}.wrapper .carousel-btn:last-child:active{transform:translateY(-50%) rotate(-90deg) scale(0.9)}.wrapper .carousel{font-size:0;cursor:pointer;overflow:hidden;white-space:nowrap;scroll-behavior:smooth}.wrapper .carousel.dragging{cursor:grab;scroll-behavior:auto}.wrapper .carousel.dragging img{pointer-events:none}.wrapper .carousel img{height:170px;object-fit:contain;-webkit-user-select:none;user-select:none;margin-left:16px}@media(min-width: 768px){.wrapper .carousel img{height:390px;margin-left:40px}}.wrapper .carousel img:first-child{margin-left:0}.scw-intro-panel{margin-bottom:2rem}.scw-intro-panel--copy{padding:2rem 75px 0}@media(min-width: 992px){.scw-intro-panel--copy{padding:2rem 32px 0}}.video-player__player{position:relative}.video-player__transcript-panel{border:none;background-color:inherit;font-size:0.875rem;line-height:1.3125rem;position:relative;color:#051930}.video-player__transcript-panel span{width:0;height:2px;background-color:#051930;position:absolute;bottom:6px;left:0;transition:all .2s}.video-player__transcript-panel:hover span{width:100%}.video-player__transcript-panel-active span{width:100%}.video-player__transcript-panel-bg-color{background-color:#e9e9db}.video-player__transcript-body{max-height:0;overflow:hidden;transition:max-height .2s ease-in-out}.video-player__transcript-heading{font-size:1.625rem;line-height:2rem;margin-top:0}@media(min-width: 768px){.video-player__transcript-heading{font-size:2.8125rem;line-height:3.5rem}}.video-player__transcript-content{font-size:1rem;line-height:1.5rem}.plyr__control.plyr__control--overlaid{background-color:#fff;color:#000;width:64px;height:64px}.plyr__control.plyr__control--overlaid svg{display:none}.plyr__control.plyr__control--overlaid::after{content:"▷";position:relative;left:2px;font-size:24px;top:-2px}.plyr__control.plyr__control--overlaid:hover,.plyr__control.plyr__control--overlaid:focus{background-color:#000;color:#fff}.plyr__control.plyr__control--overlaid:hover::after,.plyr__control.plyr__control--overlaid:focus::after{content:"Play";font-size:1.125rem;left:0;top:0;position:relative}.multi-card-panel--card{text-align:left;margin-top:1.6875rem;margin-bottom:2.5rem}.multi-card-panel--card img{border-radius:0;transition:border-radius .2s}.multi-card-panel--card[data-clickable]:hover img{border-radius:10px}.multi-card-panel--card:first-child{margin-top:0}@media(min-width: 576px){.multi-card-panel--card{margin-top:0}}.multi-card-panel--card__card-title{font-size:1.125rem}img+.multi-card-panel--card__card-title{margin-top:1.75rem}.multi-card-panel--card__card-description{font-size:16px}.multi-card-panel--border-bottom{margin-top:75px;margin-bottom:0;padding-bottom:25px;border-bottom:1px solid #e9e9db}.canal-menu{background-color:#e9e9db;margin-bottom:2rem}.canal-menu--btn{cursor:pointer}.canal-menu--desktop-heading{margin:0;padding:2rem;text-align:center}.canal-menu--selected-menu{font-family:"poppins",arial,sans-serif;font-weight:400;padding:1.125rem 1rem}.canal-menu--selected-menu svg{font:14px}.canal-menu--container{list-style:none;padding:1.375rem 1rem 2rem}@media(min-width: 768px){.canal-menu--container{padding:0 2.5rem}}.canal-menu--container a{font-family:"poppins",arial,sans-serif;font-weight:600;position:relative;color:#051930;font-size:18px;line-height:120%;padding:1.125rem 0 1.25rem;text-decoration:none;display:block}@media(min-width: 768px){.canal-menu--container a{padding-left:0;padding-top:0;border-bottom:none;display:inline}}.canal-menu--container a:hover,.canal-menu--container a.canal-menu-tab-active{color:#051930}.canal-menu--container a:hover span,.canal-menu--container a.canal-menu-tab-active span{width:100%}.canal-menu--container a span{position:absolute;left:0;bottom:0;width:100%;height:4px;background-color:#051930;transition:all .2s}@media(min-width: 768px){.canal-menu--container a span{width:0}}.canal-menu--container li:first-child a{padding-top:0}@media(min-width: 768px){.canal-menu--container li:first-child a{margin-left:0}}.canal-switcher-parent .hidden{display:none}.content-block.canalSwitcher{padding:0}.map-with-details{margin:2rem 0}@media(min-width: 768px){.map-with-details{margin:4rem 0}}.map-with-details--body__heading{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.5rem;margin:0}@media(min-width: 768px){.map-with-details--body__heading{font-size:2rem}}.map-with-details--body__desc{margin-top:1.125rem;margin-bottom:1.75rem}.map-with-details--body__link{margin-bottom:1.25rem}.map-with-details--map{margin:0 0 2rem 0}@media(min-width: 768px){.map-with-details--map{margin:0}}.map-with-details--map .canal-map{height:17.1875rem}@media(min-width: 576px){.map-with-details--map .canal-map{height:31.25rem}}@media(min-width: 768px){.map-with-details--map .canal-map{height:100%}}.activity-card{font-family:"poppins",arial,sans-serif;font-weight:400;border:1px solid rgba(5,25,48,.2);background-color:#fff}.activity-card--body{padding:1.875rem 1.25rem 1.25rem 1.25rem;font-size:16px;line-height:140%}.activity-card--city{font-size:0.875rem;line-height:120%;letter-spacing:5.5px;color:rgba(5,25,48,.5)}@media(min-width: 768px){.activity-card--city{font-size:1.125rem;letter-spacing:6.5px}}.activity-card--heading{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.5rem;line-height:110%;margin-top:0.625rem;margin-bottom:1rem;position:relative}.activity-card--heading span{width:0;height:3px;background-color:#051930;position:absolute;bottom:-6px;left:0;transition:all .2s}@media(min-width: 768px){.activity-card--heading{font-size:2rem}}.activity-card--desc{margin-top:1.25rem;margin-bottom:1.25rem}@media(min-width: 768px){.activity-card--desc{margin-top:1rem;margin-bottom:2.25rem}}.activity-card--prices{margin-top:0.25rem;margin-bottom:0.5rem}@media(min-width: 768px){.activity-card--prices{margin-top:1.5rem;margin-bottom:1.5rem}}@media(min-width: 576px){.activity-card--facilities__list{margin-left:-28px}}.activity-card--tags{margin-top:0.875rem}@media(min-width: 768px){.activity-card--tags{margin-top:1.875rem}}.activity-card--tags a{margin-right:0.625rem}.activity-card:hover{color:#051930}.activity-card:hover .activity-card--heading span{width:100%}.rental-card{font-family:"poppins",arial,sans-serif;font-weight:400;border:1px solid rgba(5,25,48,.2);background-color:#fff}.rental-card--body{padding:1.875rem 1.25rem 1.25rem 1.25rem;font-size:16px;line-height:140%}.rental-card--city{font-size:0.875rem;line-height:120%;letter-spacing:5.5px;color:rgba(5,25,48,.5)}@media(min-width: 768px){.rental-card--city{font-size:1.125rem;letter-spacing:6.5px}}.rental-card--heading{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.5rem;line-height:110%;margin-top:0.625rem;margin-bottom:1rem;position:relative}.rental-card--heading span{width:0;height:3px;background-color:#051930;position:absolute;bottom:-6px;left:0;transition:all .2s}@media(min-width: 768px){.rental-card--heading{font-size:2rem}}.rental-card--desc{margin-top:1.25rem;margin-bottom:1.25rem}@media(min-width: 768px){.rental-card--desc{margin-top:1rem;margin-bottom:2.25rem}}.rental-card--prices{margin-top:0.25rem;margin-bottom:0.5rem}@media(min-width: 768px){.rental-card--prices{margin-top:1.5rem;margin-bottom:1.5rem}}@media(min-width: 576px){.rental-card--facilities__list{margin-left:-28px}}.rental-card--tags{margin-top:0.875rem}@media(min-width: 768px){.rental-card--tags{margin-top:1.875rem}}.rental-card--tags a{margin-right:0.625rem}.rental-card:hover{color:#051930}.rental-card:hover .rental-card--heading span{width:100%}.mooring-card{font-family:"poppins",arial,sans-serif;font-weight:400;border:1px solid rgba(5,25,48,.2);background-color:#fff}.mooring-card--body{padding:1.875rem 1.25rem 1.25rem 1.25rem;font-size:16px;line-height:140%}.mooring-card--city{font-size:0.875rem;line-height:120%;letter-spacing:5.5px;color:rgba(5,25,48,.5)}@media(min-width: 768px){.mooring-card--city{font-size:1.125rem;letter-spacing:6.5px}}.mooring-card--heading{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.5rem;line-height:110%;margin-top:0.625rem;margin-bottom:1rem;position:relative}.mooring-card--heading span{width:0;height:3px;background-color:#051930;position:absolute;bottom:-6px;left:0;transition:all .2s}@media(min-width: 768px){.mooring-card--heading{font-size:2rem}}.mooring-card--desc{margin-top:1.25rem;margin-bottom:1.25rem}@media(min-width: 768px){.mooring-card--desc{margin-top:1rem;margin-bottom:2.25rem}}.mooring-card--prices{margin-top:0.25rem;margin-bottom:0.5rem}@media(min-width: 768px){.mooring-card--prices{margin-top:1.5rem;margin-bottom:1.5rem}}@media(min-width: 576px){.mooring-card--facilities__list{margin-left:-28px}}.mooring-card--tags{margin-top:0.875rem}@media(min-width: 768px){.mooring-card--tags{margin-top:1.875rem}}.mooring-card--tags a{margin-right:0.625rem}.mooring-card:hover{color:#051930}.mooring-card:hover .mooring-card--heading span{width:100%}.entry-card{border:1px solid rgba(5,25,48,.2);overflow:hidden;transition:all .2s;position:relative;width:100%}.entry-card-content{padding:1.25rem;background-color:#fff}.entry-card-label{font-family:"poppins",arial,sans-serif;font-weight:600;background-color:#051930;padding:1rem 1.5rem;font-size:1.125rem;line-height:140%;color:#aae3aa;display:inline-block;position:absolute;top:0;left:0;z-index:1}.entry-card-label--fullwidth{right:0}.entry-card-image{display:block;overflow:hidden;width:100%}.entry-card-image>span{transition:all .2s;transform:scale(100%);display:block;width:100%;aspect-ratio:1.5;background-position:center;background-size:100%}.entry-card:hover .entry-card-image>span{transform:scale(105%)}.entry-card-heading{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.5rem;margin-bottom:1.25rem}@media(min-width: 768px){.entry-card-heading{font-size:1.75rem}}.entry-card-subtitle{letter-spacing:.125em;text-transform:uppercase;opacity:.5}.entry-card-meta{--label-end-margin: .5rem;--icon-size: 28px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start}.entry-card-meta-label,.entry-card-meta-value{margin-bottom:.5rem;line-height:130%}.entry-card-meta-label{flex-basis:40%;margin-right:2%;word-wrap:break-word;text-overflow:ellipsis}.entry-card-meta-label--icon-list{padding-right:calc(var(--icon-size) + var(--label-end-margin))}.entry-card-meta-value{flex-basis:100%;flex-grow:1}@media(min-width: 576px){.entry-card-meta-value{flex-basis:58%}}.entry-card-meta-value-data{list-style:none;padding:0;margin:0}.entry-card-meta-value-data-item{display:flex;align-items:center}.entry-card-meta-value-data-label{font-weight:normal}.entry-card-meta-value-data-value{font-weight:700}.entry-card-meta-value-data--table th,.entry-card-meta-value-data--table td{padding:0}.entry-card-meta-value-data--table .entry-card-meta-value-data-label{padding-right:var(--label-end-margin)}.entry-card-meta-value-data--icon-list{margin-left:0}@media(min-width: 768px){.entry-card-meta-value-data--icon-list{margin-left:calc(-1*(var(--icon-size) + var(--label-end-margin)))}}.entry-card-meta-value-data--icon-list .entry-card-meta-value-data-item svg{margin-right:var(--label-end-margin)}[class^=col]>.entry-card{height:100%}.activity-panel{margin:1.5rem 0;border-top:6px solid #e9e9db}@media(min-width: 768px){.activity-panel{margin:6rem 0}}.activity-panel .title-with-text-cta{padding:3rem 0}@media(min-width: 768px){.activity-panel .title-with-text-cta{padding:6rem 0 3rem}}.attraction-card{border:1px solid rgba(5,25,48,.2);background-color:#fff;margin-top:4rem;margin-bottom:4rem}.attraction-card:first-child{margin-top:0}.attraction-card:last-child{margin-bottom:0}.attraction-card--body{padding:2.5rem 1.25rem 1.25rem 1.25rem;font-size:16px;line-height:140%}@media(min-width: 768px){.attraction-card--body{padding-top:2rem;padding-bottom:2.5rem}}.attraction-card--city{font-size:0.875rem;line-height:120%;letter-spacing:5.5px;color:rgba(5,25,48,.5);margin-bottom:0.75rem}@media(min-width: 768px){.attraction-card--city{font-size:1.125rem;letter-spacing:6.5px;margin-bottom:3rem}}.attraction-card--heading{font-size:30px;line-height:120%;margin:0;position:relative}.attraction-card--heading span{width:0;height:3px;background-color:#051930;position:absolute;bottom:-10px;left:0;transition:all .2s}@media(min-width: 768px){.attraction-card--heading{font-size:36px;line-height:110%}}.attraction-card--desc{padding-top:1.75rem;padding-bottom:2.25rem;margin:0;border-bottom:1px solid rgba(5,25,48,.2)}.attraction-card--opening-hour{padding-top:2.125rem}.attraction-card--prices{padding-top:0.25rem;padding-bottom:0.5rem}.attraction-card--tags{padding-top:2.0625rem}.attraction-card--tags a{margin-right:0.625rem}@media(min-width: 576px){.attraction-card--facilities__list{margin-left:-28px}}.attraction-card .carousel-container{padding:0;margin-top:0.625rem}@media(min-width: 768px){.attraction-card .carousel-container{margin-top:0}}.attraction-card .carousel-container .wrapper .carousel-btn{height:0;width:0}@media(min-width: 768px){.attraction-card .carousel-container .wrapper .carousel-btn{height:60px;width:60px}}.attraction-card .carousel-container .wrapper .carousel img{height:16.4375rem;width:100%}@media(min-width: 576px){.attraction-card .carousel-container .wrapper .carousel img{width:50%}}@media(min-width: 768px){.attraction-card .carousel-container .wrapper .carousel img{width:100%;height:26.5625rem}}@media(min-width: 992px){.attraction-card .carousel-container .wrapper .carousel img{width:50%}}.attraction-card .carousel-container .wrapper .carousel img:first-child{margin-left:0}.attraction-card a:hover{color:#051930}.attraction-card a:hover .attraction-card--heading span{width:100%}.distance-card{border:1px solid rgba(5,25,48,.2);padding:1rem 1rem 1.5rem 1rem;margin:1.875rem 0;background-color:#fff}@media(min-width: 768px){.distance-card{padding:1.125rem 1rem 1.5rem 1rem;margin:3.75rem 0}}.distance-card--title{font-size:0.75rem;line-height:140%}.distance-card--body{font-size:1rem;line-height:140%}@media(min-width: 768px){.distance-card--body{font-size:1.125rem}}.cta-card{padding:0.875rem 1.25rem;overflow:hidden;color:#051930;transition:all .6s ease-in-out}.cta-card.with-icon:hover{color:#f7c4f2}.cta-card.with-icon:hover .cta-card--icon span{transform:scale(200)}.cta-card.with-icon:hover .cta-card--link a{color:#f7c4f2}.cta-card.with-icon:hover .cta-card--link a span{background-color:#f7c4f2}.cta-card.with-icon:hover .cta-card--link svg.icon{--fill: #f7c4f2;--stroke: #f7c4f2}.cta-card.with-icon:hover .cta-card--icon svg{--fill: #f7c4f2;--stroke: #051930}.cta-card.card-color--pink{background-color:#f7c4f2;z-index:-1}.cta-card.card-color--yellow{background-color:#edd9a4;z-index:-1}@media(min-width: 768px){.cta-card{padding:1.875rem 1.75rem}}.cta-card--title{z-index:1;margin:0;font-size:1.875rem;line-height:120%}@media(min-width: 768px){.cta-card--title{font-size:2.25rem;line-height:110%}}.cta-card--icon{position:relative}.cta-card--icon svg{z-index:1;width:1.875rem;height:1.875rem;--fill: #051930;--stroke: #f7c4f2}@media(min-width: 768px){.cta-card--icon svg{width:3.125rem;height:3.125rem}}.cta-card--icon span{z-index:0;background-color:#051930;position:absolute;width:20px;height:20px;top:50%;left:50%;border-radius:50%;transform:translate(-50%, -50%);transition:all .5s ease-out}.cta-card--desc{z-index:1;position:sticky;margin-top:1rem;margin-bottom:1rem;font-size:1rem;line-height:140%}@media(min-width: 768px){.cta-card--desc{margin-top:5.5625rem;margin-bottom:1rem;font-size:1.125rem}}.cta-card--link{z-index:1}.cta-card--link a{color:#051930;transition:all .6s ease-in-out}.start-from-selector{font-family:"poppins",arial,sans-serif;font-weight:600;font-size:1.125rem;line-height:120%}.start-from-selector--heading{letter-spacing:6.5px;padding-top:0.75rem;padding-bottom:1.75rem}@media(min-width: 768px){.start-from-selector--heading{padding-bottom:2rem}}.start-from-selector--cities{padding-bottom:2.5rem}@media(min-width: 768px){.start-from-selector--cities{padding-bottom:4.375rem}}.start-from-selector--cities a{position:relative;color:rgba(5,25,48,.5);text-decoration:none}.start-from-selector--cities a:hover,.start-from-selector--cities a:focus,.start-from-selector--cities a.active{color:#051930}.start-from-selector--cities a:hover span,.start-from-selector--cities a:focus span,.start-from-selector--cities a.active span{width:100%}.start-from-selector--cities a:first-child{margin-right:6.8125rem}.start-from-selector--cities a span{width:0;height:3px;background-color:#051930;position:absolute;bottom:-5px;left:0;transition:all .2s}.things-to-do-cta{position:relative;color:#fff;overflow:hidden;margin:2rem 0}@media(min-width: 768px){.things-to-do-cta{margin:4rem 0}}@media(min-width: 992px){.things-to-do-cta{margin:6rem 0}}.things-to-do-cta:hover .things-to-do-cta--link-container>span,.things-to-do-cta:focus .things-to-do-cta--link-container>span{border-radius:0}.things-to-do-cta--bg-img{position:absolute;top:0;left:0;z-index:0;object-fit:cover}.things-to-do-cta--bg-img-overlay{background-color:rgba(36,81,105,.5);z-index:1;position:absolute;top:0;left:0;width:100%;height:100%}.things-to-do-cta--link-container{padding-top:4.8125rem;padding-bottom:4.8125rem;position:relative;overflow:hidden}.things-to-do-cta--link-container>span{background-color:#edd9a4;transition:all .5s;width:800px;height:800px;padding-top:4.8125rem;padding-bottom:4.8125rem;border-radius:100%;position:absolute;top:0}@media(min-width: 768px){.things-to-do-cta--link-container>span{padding:0;left:0;top:auto}}.things-to-do-cta--body{z-index:2;position:inherit}.things-to-do-cta--body__content{padding:1rem}@media(min-width: 768px){.things-to-do-cta--body__content{padding:2.125rem 2.5rem}}.things-to-do-cta--body__content h4,.things-to-do-cta--body__content .h4{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.5rem;line-height:120%;margin:0}@media(min-width: 768px){.things-to-do-cta--body__content h4,.things-to-do-cta--body__content .h4{font-size:2rem}}.things-to-do-cta--body__content__desc{font-size:1rem;line-height:140%;padding-top:2rem;padding-bottom:2.5rem;margin:0}@media(min-width: 576px){.things-to-do-cta--body__content__desc{padding-top:4rem}}@media(min-width: 768px){.things-to-do-cta--body__content__desc{font-size:1.125rem;padding-bottom:0}}@media(min-width: 992px){.things-to-do-cta--body__content__desc{padding-top:7.375rem}}.emergency-contact-panel{background-color:#edd9a4;padding:2.25rem 1.125rem;margin:1.25rem 0;max-width:81.25rem}@media(min-width: 768px){.emergency-contact-panel{padding:2.25rem 6.625rem 2.875rem 2.5rem;margin:8.75rem 0}}.emergency-contact-panel--heading{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.5rem;margin:0}@media(min-width: 768px){.emergency-contact-panel--heading{font-size:2rem}}.emergency-contact-panel--desc{margin-top:1.5rem;margin-bottom:0.75rem}@media(min-width: 768px){.emergency-contact-panel--desc{margin-top:2.25rem;margin-bottom:1.5rem}}.emergency-contact-panel--number{font-family:"poppins",arial,sans-serif;font-weight:600;font-size:1.5rem;line-height:110%;margin:0;overflow-wrap:break-word}@media(min-width: 768px){.emergency-contact-panel--number{font-size:1.625rem;line-height:110%}}.emergency-contact-panel--issue-note{margin-top:1.875rem;margin-bottom:2rem}@media(min-width: 768px){.emergency-contact-panel--issue-note{margin-top:2.25rem}}.contact-detail-listing-card{border:1px solid rgba(5,25,48,.2);padding:1.25rem;font-size:1rem;line-height:140%;background-color:#fff;height:100%}@media(min-width: 768px){.contact-detail-listing-card{padding:1.5rem 2rem;font-size:1.125rem}}.contact-detail-listing-card--heading{font-family:"poppins",arial,sans-serif;font-weight:600;margin-bottom:1.5rem}.contact-detail-listing-card--copy{overflow-wrap:break-word}.contact-detail-listing-card p{margin:0}.contact-detail-listing-card-panel{font-size:1.125rem;line-height:140%;margin:1.5rem 0}@media(min-width: 768px){.contact-detail-listing-card-panel{font-size:1.125rem;margin:6rem 0}}.contact-detail-listing-card-panel--heading{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.5rem;line-height:110%;margin-bottom:1.25rem}@media(min-width: 768px){.contact-detail-listing-card-panel--heading{font-size:2rem;line-height:120%;margin-bottom:2.625rem}}.contact-detail-listing-card-panel--desc{margin-bottom:1.25rem}@media(min-width: 768px){.contact-detail-listing-card-panel--desc{margin-bottom:2.5rem}}.tab-switcher{background-color:#f7c4f2}.tab-switcher ul{list-style:none;display:flex;margin:0;padding:0;align-items:center;justify-content:space-around}.tab-switcher li{text-align:center}.tab-switcher a{display:block;text-decoration:none;color:#051930;font-size:1rem;line-height:140%;padding:0.625rem 0;position:relative}@media(min-width: 768px){.tab-switcher a{font-size:1.625rem;line-height:130%;padding:0.875rem 0}}.tab-switcher a span{width:0;height:4px;background-color:#051930;position:absolute;bottom:0;left:0;transition:all .2s}.tab-switcher a:hover span,.tab-switcher a:focus span{width:100%}.tab-switcher .tab-active span{width:100%}.title-with-text-cta-desc-full-width .title-with-text-cta>div{width:100%}.title-with-text-cta-with-border{border-top:1px solid #051930;border-bottom:1px solid #051930}.safety-guide-block>div:first-child h4,.safety-guide-block>div:first-child .h4{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.5rem;line-height:120%}@media(min-width: 768px){.safety-guide-block>div:first-child h4,.safety-guide-block>div:first-child .h4{font-size:2rem}}.contact-detail-listing-card-pink-border .contact-detail-listing-card{border:1px solid #f7c4f2}.rich-text-with-btn-block>div:first-child h4,.rich-text-with-btn-block>div:first-child .h4{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.5rem;line-height:120%;margin:0}@media(min-width: 768px){.rich-text-with-btn-block>div:first-child h4,.rich-text-with-btn-block>div:first-child .h4{font-size:2rem}}.map-with-details-container{background-color:rgba(233,233,219,.3)}.map-with-details-container--strip{background-image:url("data:image/svg+xml,%3Csvg width=%27172%27 height=%277139%27 viewBox=%270 0 172 7139%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect width=%27172%27 height=%277139%27 fill=%27%23BCD5EB%27/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:100% 100%;padding:1.5625rem 0}@media(min-width: 576px){.map-with-details-container--strip{background-size:auto}}.map-with-details-container--strip>div{margin-bottom:1.5rem}@media(min-width: 768px){.map-with-details-container--strip>div{margin-bottom:3rem}}.map-with-details-container--strip>div:last-child{margin-bottom:0}@media(min-width: 768px){.map-with-details-container--strip{padding:6.25rem 0 4rem 0}}.destination-city{font-family:"poppins",arial,sans-serif;font-weight:600;font-size:1.5rem;line-height:110%;margin:3rem 0;text-align:center}@media(min-width: 768px){.destination-city{font-size:2.25rem;margin:9rem 0}}.page-sidebar-content-blocks h3,.page-sidebar-content-blocks .h3{margin-bottom:0;font-size:2rem;font-weight:400}.page-sidebar-content-blocks .contentTitle{margin-bottom:25px}.page-sidebar-content-blocks .content-block .title-with-text-cta{border:none}.skippers-guide-map-with-detail{background-color:#fff;border:1px solid rgba(5,25,48,.2);padding:1rem}@media(min-width: 768px){.skippers-guide-map-with-detail{font-size:1.125rem;padding:2.25rem}.skippers-guide-map-with-detail>div:last-child{padding-left:2.5rem}}.skippers-guide-map-with-detail--city-name{font-family:"poppins",arial,sans-serif;font-weight:600;font-size:1rem;line-height:120%;letter-spacing:6.5px;text-transform:uppercase;color:rgba(5,25,48,.5);margin-bottom:1rem}@media(min-width: 768px){.skippers-guide-map-with-detail--city-name{font-size:1.125rem;margin-bottom:2.25rem}}.skippers-guide-map-with-detail--location-name{font-size:1.5rem;line-height:110%;margin-bottom:0.75rem}@media(min-width: 768px){.skippers-guide-map-with-detail--location-name{font-size:2.25rem;padding-bottom:1.375rem}}.skippers-guide-map-with-detail--travel-duration{padding:0.625rem 1.25rem;background-color:#f7c4f2}@media(min-width: 768px){.skippers-guide-map-with-detail--travel-duration{padding:0.625rem 3.125rem}}.skippers-guide-map-with-detail--travel-duration div:first-child{font-family:"poppins",arial,sans-serif;font-weight:600}.skippers-guide-map-with-detail--rich-text-block{margin:1rem 0}@media(min-width: 768px){.skippers-guide-map-with-detail--rich-text-block{margin:1.125rem 0}}.skippers-guide-map-with-detail--link{margin:1rem 0}@media(min-width: 768px){.skippers-guide-map-with-detail--link{margin:1.125rem 0}}.pagination{list-style:none;margin:3rem 0}@media(min-width: 768px){.pagination{margin:6rem 0}}.pagination-page.current{font-weight:bold}.pagination-page a{display:block;position:relative;text-decoration:none;color:#051930;padding:2px 4px}.pagination-page a span{width:0;height:2px;background-color:#051930;position:absolute;bottom:2px;left:0;transition:all .2s}.pagination-page a:hover,.pagination-page a:focus{color:#051930}.pagination-page a:hover span,.pagination-page a:focus span{width:100%}.map-grid-view-switcher--tab-block{background-color:#e9e9db;padding:2rem 0;justify-content:center}.map-grid-view-switcher--tab-block div:first-child{margin-right:3rem}@media(min-width: 768px){.map-grid-view-switcher--tab-block div:first-child{margin-right:5.875rem}}.map-grid-view-switcher--tab-block a{text-decoration:none;color:#051930}.map-grid-view-switcher--tab-block a:hover,.map-grid-view-switcher--tab-block a:focus{color:#051930;font-family:"poppins",arial,sans-serif;font-weight:600}.map-grid-view-switcher svg{margin-right:0.75rem}.filter-panel{padding:1.5rem 1rem}@media(min-width: 768px){.filter-panel{padding:3rem 2.5rem}}.filter-panel--heading{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:2rem;line-height:120%;margin-bottom:1rem}.filter-panel--desc{font-size:1rem;line-height:150%;margin-bottom:2rem}.filter-panel--filters{margin-bottom:2rem}.filter-panel--buttons__close{margin-right:3rem}@media(min-width: 768px){.filter-panel--buttons__close{margin-right:4.375rem}}.filter-panel--buttons__close a{color:rgba(5,25,48,.6)}.filter-panel--buttons__close .icon{--stroke: rgba(5 25 48 / 60%)}.filter-panel--buttons__close:hover .icon{--stroke: #051930}.filter-panel--buttons__submit{background:none;appearance:none;border:none;padding-left:0}.canals-dropdown{border:1px solid rgba(5,25,48,.2);border-bottom:none;display:block;margin-right:0.75rem}@media(min-width: 768px){.canals-dropdown{display:inline-block;border-bottom:1px solid rgba(5,25,48,.2)}}.canals-dropdown:last-child{border-bottom:1px solid rgba(5,25,48,.2)}@media(min-width: 768px){.canals-dropdown:last-child{margin-right:0}}.canals-dropdown select{padding:1.25rem 2.875rem 1.25rem 1.25rem;color:#051930;width:100%;border:none;margin-right:0.75rem;appearance:none;background-image:url("data:image/svg+xml,<svg width=\"20\" height=\"12\" viewBox=\"0 0 20 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.3969 1.19764L10.1992 10.3953L1.00158 1.19764\" stroke=\"%23051930\"/></svg>");background-repeat:no-repeat;background-position:96%}@media(min-width: 768px){.canals-dropdown select{background-position:90%}}.related-content-panel .title-with-text-cta{padding:2rem 1rem}@media(min-width: 768px){.related-content-panel .title-with-text-cta{padding:7.25rem 2.5rem 5rem}}.related-content-panel .multi-card-panel{padding-left:0.5rem;padding-right:0.5rem}@media(min-width: 768px){.related-content-panel .multi-card-panel{padding-left:1.25rem;padding-right:1.25rem}}.most-popular-searches-panel{margin:3rem 0}@media(min-width: 768px){.most-popular-searches-panel{margin:6rem 0}}.most-popular-searches-panel__title{margin-top:0;margin-bottom:2.5rem}.most-popular-searches-panel__card{border:1px solid rgba(5,25,48,.2);padding:1rem}@media(min-width: 768px){.most-popular-searches-panel__card{padding:2.5rem}}.most-popular-searches-panel__card__title{margin-top:0;font-size:1.5rem;line-height:120%}@media(min-width: 768px){.most-popular-searches-panel__card__title{font-size:2rem}}.search-result{margin:1rem 0}.search-result a:hover,.search-result a:focus{text-decoration:underline}.search-result--breadcrumb-block{font-family:"poppins",arial,sans-serif;font-weight:600;font-size:14px;line-height:140%;margin-bottom:.25rem}.search-result--breadcrumb-block .page-type{text-transform:capitalize}@media(min-width: 768px){.search-result--breadcrumb-block{margin-bottom:1rem}.search-result--breadcrumb-block .divider{margin:auto 0.3125rem;border-radius:1.5px;width:3px;height:3px;background-color:rgba(5,25,48,.7)}}.search-result--breadcrumb a{color:#051930;text-decoration:none}.search-result--breadcrumb a:hover{color:#051930}.search-result--breadcrumb a+span:last-child{display:none}.search-result--title{font-family:"poppins",arial,sans-serif;font-weight:600;font-size:1.625rem;margin-bottom:1rem}.result-block{margin:2rem 0}@media(min-width: 768px){.result-block{margin:4rem 0 6rem}}.result-block h3,.result-block .h3{font-size:1.5rem;line-height:110%;margin-top:0}@media(min-width: 768px){.result-block h3,.result-block .h3{font-size:2.25rem}}.search-filter{background-color:#f7c4f2;width:100%;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.search-filter::-webkit-scrollbar{display:none}.search-filter--items{-webkit-overflow-scrolling:touch;-ms-overflow-scrolling:touch;touch-action:pan-x}.search-filter a{font-size:1rem;line-height:140%;padding:0.875rem 0 1.25rem;margin:0 1.875rem;color:#051930;text-decoration:none;white-space:nowrap;position:relative}@media(min-width: 768px){.search-filter a{font-size:1.625rem;line-height:130%;padding:3.4375rem 0 1.375rem;margin:0 3rem}}.search-filter a span:last-child{width:0;height:4px;background-color:#051930;position:absolute;bottom:0;left:0;transition:all .2s}.search-filter a:hover span:last-child,.search-filter a:focus span:last-child{width:100%}.search-filter--count{font-family:"poppins",arial,sans-serif;font-weight:600;width:1rem;height:1rem;border-radius:0.5rem;border:1px solid #051930;font-size:0.5625rem;line-height:140%}@media(min-width: 768px){.search-filter--count{font-size:0.875rem;width:1.5rem;height:1.5rem;border-radius:0.75rem}}.event-card{border:1px solid rgba(5,25,48,.2);overflow:hidden;transition:all .2s;position:relative}.event-card:hover{border-color:rgba(0,0,0,0)}.event-card:hover img{transform:scale(1.05)}.event-card--tag{font-family:"poppins",arial,sans-serif;font-weight:600;background-color:#051930;padding:1rem 1.5rem;font-size:1.125rem;line-height:140%;color:#aae3aa;display:inline-block;position:absolute;top:0;left:0;z-index:1}.event-card img{transition:all .2s}.event-card--heading{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.5rem}@media(min-width: 768px){.event-card--heading{font-size:2rem}}.event-card--desc-items{margin:1.5rem 1rem}@media(min-width: 768px){.event-card--desc-items{margin:2.25rem 1.5rem}}.event-card--desc-item{margin-top:1rem}@media(min-width: 768px){.event-card--desc-item{margin-top:1.375rem}}.event-card--desc-item:first-child{margin-top:2.25rem}@media(min-width: 768px){.event-card--desc-item:first-child{margin-top:1.5rem}}.event-card--desc-item>div:first-child{font-family:"poppins",arial,sans-serif;font-weight:600}[class^=col]>.event-card{height:100%}.event--details p,.event--details a{word-wrap:break-word;display:inline-block;width:100%}.nearby-event-panel{padding:3rem 0;border-top:6px solid #e9e9db}@media(min-width: 768px){.nearby-event-panel{padding:6rem 0}}.nearby-event-panel .title-with-text-cta{padding:0 0 3rem}@media(min-width: 768px){.nearby-event-panel .title-with-text-cta{padding:0 0 6rem}}.nearby-event-panel a:hover{color:#000}.rental-status-tag{background-color:#051930;color:#fff;font-size:1.25rem;line-height:110%;padding:1rem 0.9375rem 1rem 2rem;display:inline-block}@media(min-width: 768px){.rental-status-tag{font-size:1.625rem;line-height:130%;padding:1rem 1.0625rem 1rem 4.25rem}}.featured-event-panel-listing-page{padding:1rem 0.875rem;background-image:url("data:image/svg+xml,%3Csvg width=%27627%27 height=%27743%27 viewBox=%270 0 627 743%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.2%27 clip-path=%27url%28%23clip0_1631_8777%29%27%3E%3Cpath d=%27M665.939 709.846L691.228 735.357L741.95 684.19L716.661 658.679C699.032 640.895 675.477 630.982 650.477 630.982C625.477 630.982 601.922 640.749 584.292 658.679C566.662 676.464 556.836 700.225 556.836 725.444C556.836 750.663 566.518 774.424 584.292 792.209L609.581 817.719L660.303 766.552L635.015 741.042C630.824 736.814 628.512 731.275 628.512 725.298C628.512 719.321 630.824 713.782 635.015 709.555C643.396 701.1 657.847 701.1 666.228 709.555L665.939 709.846Z%27 fill=%27%23BCD5EB%27/%3E%3Cpath d=%27M790.973 637.521L841.971 586.307L816.545 560.773C772.375 516.417 713.821 492.051 651.489 492.051C589.158 492.051 530.459 516.417 486.434 560.773C442.264 605.129 418 663.93 418 726.525C418 789.119 442.264 848.066 486.434 892.276L511.861 917.81L562.859 866.596L537.433 841.062C506.921 810.422 490.066 769.713 490.066 726.379C490.066 683.044 506.921 642.336 537.433 611.695C567.945 581.055 608.482 564.129 651.635 564.129C694.787 564.129 735.325 581.055 765.837 611.695L791.263 637.229L790.973 637.521Z%27 fill=%27%23BCD5EB%27/%3E%3Cpath d=%27M889.539 539.218L940.5 488.107L915.092 462.624C844.675 391.999 751.173 353.119 651.719 353.119C552.265 353.119 458.618 391.999 388.346 462.624C317.93 533.248 279.164 627.026 279.164 726.774C279.164 826.522 317.93 920.445 388.346 990.924L413.754 1016.41L464.716 965.295L439.308 939.812C382.539 882.876 351.323 807.155 351.323 726.628C351.323 646.102 382.539 570.381 439.308 513.444C496.076 456.508 571.575 425.2 651.864 425.2C732.154 425.2 807.652 456.508 864.421 513.444L889.829 538.927L889.539 539.218Z%27 fill=%27%23BCD5EB%27/%3E%3Cpath d=%27M986.58 439.564L1037.54 388.403L1012.13 362.895C812.661 162.625 487.907 162.625 288.438 362.895C88.9687 563.166 88.9687 889.225 288.438 1089.5L313.843 1115L364.799 1063.84L339.394 1038.33C167.943 866.195 167.943 586.05 339.394 413.91C510.844 241.771 789.869 241.771 961.32 413.91L986.725 439.418L986.58 439.564Z%27 fill=%27%23BCD5EB%27/%3E%3Cpath d=%27M190.263 264.681C-63.4211 519.24 -63.4211 933.555 190.263 1188.12L215.661 1213.6L266.601 1162.48L241.203 1137C15.5287 910.692 15.5287 542.25 241.203 315.796C466.878 89.3431 834.052 89.3431 1059.73 315.796L1085.12 341.282L1136.06 290.166L1110.67 264.681C856.838 10.1208 443.947 10.1208 190.263 264.681Z%27 fill=%27%23BCD5EB%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_1631_8777%27%3E%3Crect width=%27627%27 height=%27856%27 fill=%27white%27 transform=%27translate%280 -107%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-size:contain;background-position:100% 100%;background-repeat:no-repeat}@media(min-width: 768px){.featured-event-panel-listing-page{padding:3.5rem 4.0625rem 3.5rem 2.5rem}}.featured-event-panel-listing-page--heading{font-size:0.875rem;line-height:120%;letter-spacing:5.5px;color:rgba(5,25,48,.5);text-transform:uppercase;font-family:"poppins",arial,sans-serif;font-weight:600}@media(min-width: 768px){.featured-event-panel-listing-page--heading{font-size:1.125rem;letter-spacing:6.5px}}.featured-event-panel-listing-page--title{font-size:1.875rem;line-height:120%;margin-top:1.125rem;margin-bottom:1.875rem;position:relative;display:inline-block;font-family:"poppins",arial,sans-serif;font-weight:400}@media(min-width: 768px){.featured-event-panel-listing-page--title{font-size:2.25rem;margin-top:1.375rem;margin-bottom:2.25rem}}.featured-event-panel-listing-page--title span{width:0;height:2px;background-color:#051930;position:absolute;bottom:2px;left:0;transition:all .2s}.featured-event-panel-listing-page--desc{padding:0;margin:0}.featured-event-panel-listing-page--field-container{margin-top:1.75rem;margin-bottom:1.5rem}@media(min-width: 768px){.featured-event-panel-listing-page--field-container{margin-bottom:0}}.featured-event-panel-listing-page--field-name{font-family:"poppins",arial,sans-serif;font-weight:600}.featured-event-panel-listing-page--img{padding:0;margin:0;transition:all .2s}@media(min-width: 768px){.featured-event-panel-listing-page--img{margin-left:2rem}}.featured-event-panel-listing-page--container{background:linear-gradient(0deg, rgba(188, 213, 235, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);transition:all .2s}.featured-event-panel-listing-page--container:hover,.featured-event-panel-listing-page--container:focus{background:linear-gradient(0deg, rgba(188, 213, 235, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%)}.featured-event-panel-listing-page--container:hover .featured-event-panel-listing-page--title span,.featured-event-panel-listing-page--container:focus .featured-event-panel-listing-page--title span{width:100%}.featured-event-panel-listing-page--container:hover .featured-event-panel-listing-page--img,.featured-event-panel-listing-page--container:focus .featured-event-panel-listing-page--img{transform:scale(1.02)}.sc-form--label{font-size:1rem;line-height:24px;color:#000}.sc-form .required::before{content:"*";padding-right:0.5rem}.sc-form--instructional{color:#616161;font-size:1rem;margin-left:.25rem}.sc-form--larger-font{font-size:1.25rem !important}.sc-form .alt-date-button{float:left;width:auto;margin:0 !important;padding:1rem;text-align:center;display:flex;background-color:#f3f3f3;border:1px solid #d0d0d0}.sc-form .alt-date-button::before{display:block;content:" ";background-image:url("data:image/svg+xml,%3csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M11 9H20V11H11V20H9V11H0V9H9V0H11V9Z%27 fill=%27black%27/%3e%3c/svg%3e");background-size:25px 25px;margin-right:1rem;height:25px;width:25px}.sc-form .alt-date-button:focus-visible{outline:2px solid #b80000}.sc-form .cb-button-parent{background-color:#f3f3f3;border:1px solid #d0d0d0;overflow:auto;float:left}.sc-form .cb-button-parent .checkmark{opacity:0}.sc-form .cb-button-parent label{float:left;width:auto;margin:0 !important;padding:1rem;padding-right:.5rem;text-align:center;display:block}.sc-form .cb-button-parent label input{position:absolute;top:-20px}.sc-form .cb-button-parent label input:focus-visible~.checkmark{opacity:1;left:2px;top:2px;width:calc(100% + 2rem + 5px);height:93%;position:absolute;border:none;display:block;outline:2px solid #b80000}.sc-form .cb-button-parent label input:checked~.checkmark{background-color:rgba(0,0,0,0)}.sc-form .cb-button-parent::after{display:block;content:" ";background-image:url("data:image/svg+xml,%3csvg width=%2724%27 height=%2725%27 viewBox=%270 0 24 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M5 12.5H19%27 stroke=%27%23595959%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3cpath d=%27M12 5.5L19 12.5L12 19.5%27 stroke=%27%23595959%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3e%3c/svg%3e");background-size:25px 25px;margin-right:1rem;height:25px;width:25px}.sc-form a{text-decoration:underline}.sc-form .ff-errors{color:#b80000}.sc-form input[type=text],.sc-form input[type=email],.sc-form input[type=number],.sc-form input[type=url],.sc-form input[type=tel]{width:100%;padding:12px 20px;margin:8px 0;display:inline-block;border:1px solid rgba(0,0,0,.4);border-radius:4px;box-sizing:border-box}.sc-form textarea{width:100%;padding:12px 20px;margin:8px 0;display:inline-block;border:1px solid rgba(0,0,0,.4);border-radius:4px;box-sizing:border-box}.sc-form input[type=submit]{display:inline;background-color:#000;color:#fff;padding:1rem 1.6875rem;margin:8px 0;border:none;cursor:pointer}.sc-form--options-typography{font-size:18px;line-height:140%}.sc-form .checkmark-container{display:block;position:relative;padding-left:25px;margin-bottom:12px;cursor:pointer;font-size:18px;line-height:140%;-webkit-user-select:none;user-select:none}.sc-form .checkmark-container input{position:absolute;opacity:0;cursor:pointer}.sc-form .checkmark-container input:checked~.checkmark{background-color:#000}.sc-form .checkmark-container input:focus-visible~.checkmark{outline:2px solid #b80000}.sc-form .checkmark-container .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border:1px solid #000}.sc-form .checkmark-container .checkmark::after{left:6px;top:2px;width:6px;height:11px;border:1px solid #fff;border-width:0 2px 2px 0;transform:rotate(38deg)}.sc-form .checkmark-container input:checked~.checkmark::after{display:block}.sc-form .checkmark::after{content:"";position:absolute;display:none}.sc-form .radio-btn-container{display:block;position:relative;padding-left:25px;margin-top:1rem;cursor:pointer;font-size:18px;line-height:140%;-webkit-user-select:none;user-select:none}.sc-form .radio-btn-container input{position:absolute;opacity:0;left:0;width:20px;height:20px;cursor:pointer}.sc-form .radio-btn-container input:checked~.radio-checkmark{background-color:#000;outline:none}.sc-form .radio-btn-container input:focus-visible~.radio-checkmark{outline:2px solid #b80000}.sc-form .radio-btn-container .radio-checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border-radius:50%;border:2px solid #000}.sc-form .radio-btn-container .radio-checkmark::after{top:9px;left:9px;width:8px;height:8px;border-radius:50%;background:#fff}.sc-form select.general,.sc-form select.date{padding:1.125rem;width:100%;border:1px solid rgba(0,0,0,.4);border-radius:4px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L7 7L13 1%27 stroke=%27black%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:96%}.sc-form select.date{width:auto;background-position:92%;display:inline;margin-right:0.25rem}@media(min-width: 576px){.sc-form select.date{width:6.25rem;margin-right:0.625rem}}@media(min-width: 768px){.sc-form select.date{width:10.9375rem;margin-right:0.625rem}}.sc-form .file-upload-container{background-color:rgba(233,233,219,.3);padding:1.5rem;width:100%}@media(min-width: 768px){.sc-form .file-upload-container{width:70%}}.sc-form .file-upload-container .file-upload-item{margin:10px;display:flex;align-items:center;justify-content:space-between}.sc-form .file-upload-container .file-upload-item .file-name{font-family:"poppins",arial,sans-serif;font-weight:600;margin-right:10px;font-size:1.125rem;line-height:1.5625rem}.sc-form .file-upload-container .file-upload-item .file-remove{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M8 0a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2H8ZM0 4a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2h-.465c-.017.427-.128.984-.29 1.8l-2.112 10.64c-.179.902-.268 1.353-.501 1.692a2 2 0 0 1-.86.706c-.378.162-.838.162-1.758.162H6.986c-.92 0-1.38 0-1.758-.162a2 2 0 0 1-.86-.706c-.233-.34-.322-.79-.501-1.693L1.754 6.8c-.161-.815-.272-1.373-.288-1.8H1a1 1 0 0 1-1-1Zm4.873 1h10.254c.692 0 1.084.002 1.364.026l.037.003-.004.037c-.03.28-.105.665-.24 1.344l-2.112 10.64c-.096.48-.147.734-.197.915l-.005.019-.02.001c-.187.014-.447.015-.936.015H6.986c-.49 0-.75-.001-.937-.015l-.019-.001-.005-.019c-.05-.18-.101-.436-.197-.915L3.716 6.41c-.135-.68-.21-1.064-.24-1.344l-.004-.037.037-.003C3.789 5.002 4.18 5 4.873 5Z%27 fill=%27%23051930%27/%3E%3C/svg%3E");background-repeat:no-repeat;width:1.25rem;height:1.25rem}.sc-form .file-upload-container .file-upload-btn{position:relative;border:none;display:inline-block;padding:1.5rem;color:#e9e9db;overflow:hidden;background-color:#051930;border-radius:3.125rem}.sc-form .file-upload-container .file-upload-btn input[type=file]{position:absolute;top:0;left:0;padding:6.25rem;opacity:0;cursor:pointer}.sc-form .file-upload-container .file-upload-btn input[type=file]:focus-visible~span{outline:2px solid red}.image-download-card{border:1px solid rgba(5,25,48,.2);box-sizing:border-box;height:100%;display:flex;flex-direction:column}.image-download-card--content{padding:2.25rem 1.5rem 1.75rem;display:flex;flex-direction:column;flex-grow:1}.image-download-card--title{margin-top:0;margin-bottom:1rem;font-size:2rem;line-height:120%;font-family:"poppins",arial,sans-serif;font-weight:400}.image-download-card--desc{margin-bottom:1rem;flex-grow:1}.image-download-card--download{cursor:pointer;display:block;position:relative}.image-download-card--download .radial-grd{position:absolute;right:0;bottom:0;height:60px;width:60px;background:radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 50%);display:flex;align-items:center;justify-content:center;border-radius:50%}.image-download-card--download .download-image{display:block;overflow:hidden;width:100%}.image-download-card--download .download-image>span{transition:all .2s;transform:scale(100%);display:block;width:100%;aspect-ratio:1.5;background-position:center;background-size:100%}.image-download-card--download:hover .download-image>span{transform:scale(105%)}.image-download-card-contaier{position:relative}.image-download-card-contaier .add-to-cart-checkmark{display:none;position:absolute;top:0;right:0;margin-top:1.25rem;margin-right:1.25rem;justify-content:center;align-items:center}.image-download-card-contaier .add-to-cart-checkmark>span:first-child{font-family:"poppins",arial,sans-serif;font-weight:600;background-color:#aae3aa;padding:0.25rem 0.5rem;border-radius:0.25rem;font-size:0.875rem;line-height:140%}.image-download-card-contaier .add-to-cart-checkmark>span:last-child{display:flex;justify-content:center;align-items:center;margin-left:0.5rem}.image-download-card-contaier input:checked+.image-download-card{outline:solid 10px #aae3aa;outline-offset:-10px}.image-download-card-contaier input:checked~.add-to-cart-checkmark{display:flex}.image-download-card-contaier:hover .download-image>span{transform:scale(105%)}.image-download-card-panel{margin:3rem 1rem}@media(min-width: 768px){.image-download-card-panel{margin:6rem 2.5rem}}.text-box-with-color-container{background-color:#edd9a4}.text-box-with-color-container h4,.text-box-with-color-container .h4{font-family:"poppins",arial,sans-serif;font-weight:400;font-size:1.5rem;line-height:120%}@media(min-width: 768px){.text-box-with-color-container h4,.text-box-with-color-container .h4{font-size:2rem}}.meta-panel{font-size:1rem;line-height:140%;background-color:#fff;padding:1.875rem 1.5625rem;border:1px solid #f7c4f2;max-width:30.25rem}.meta-panel.grey{background-color:rgba(233,233,219,.3);border:1px solid #e9e9db}@media(min-width: 768px){.meta-panel{font-size:1.125rem;padding:2.375rem 2.125rem}}.meta-panel a{font-weight:600;color:#051930;text-decoration:none}.meta-panel--note{font-size:0.875rem;line-height:140%}.meta-panel--skippers-guide{margin-top:0;margin-bottom:2.5rem}.meta-panel--skippers-guide__desc{margin-top:1.5rem;margin-bottom:1.875rem}.meta-panel--link{margin-top:1rem}.meta-panel--headings{font-size:1.25rem;line-height:110%;margin-bottom:1rem}@media(min-width: 768px){.meta-panel--headings{font-size:1.625rem;line-height:130%}}.meta-panel--opening-hour{margin:1.5rem 0}.meta-panel--prices{margin-bottom:2.25rem}.meta-panel--facilities{margin-top:2.25rem;margin-bottom:1rem}.meta-panel--location{margin-bottom:3rem}.meta-panel--who-is-it-for{margin-top:3rem}.meta-panel--date-and-time{margin-bottom:3rem}.meta-panel--skippers-guide:last-of-type,.meta-panel--opening-hour:last-of-type,.meta-panel--prices:last-of-type,.meta-panel--facilities:last-of-type,.meta-panel--location:last-of-type,.meta-panel--who-is-it-for:last-of-type,.meta-panel--date-and-time:last-of-type{margin-bottom:0}.statistic-panel{margin:4rem 1rem}@media(min-width: 992px){.statistic-panel{margin:6rem 1.5rem}}.statistic-panel--block{border:1px solid #bcd5eb;height:13.625rem;width:13.625rem;border-radius:50%;margin-bottom:2.25rem}.statistic-panel--block:last-child{margin-bottom:0}@media(min-width: 768px){.statistic-panel--block{margin-bottom:0}}@media(min-width: 992px){.statistic-panel--block{height:19.875rem;width:19.875rem}}.statistic-panel__metric{font-family:"poppins",arial,sans-serif;font-weight:600;font-size:3rem;line-height:90%;margin:0}@media(min-width: 992px){.statistic-panel__metric{font-size:6rem}}.statistic-panel__title{font-size:1rem;line-height:140%;margin:2.25rem 0 0 0}@media(min-width: 992px){.statistic-panel__title{font-size:1.125rem}}.text-shrink .statistic-panel__metric{transform:scale(0.7)}.admin-tools{position:relative;overflow:hidden;padding-top:4px;color:rgba(243,243,243,.9);background-color:#222}.admin-tools::after{content:"";position:absolute;left:0;top:0;right:0;height:4px;background-image:linear-gradient(135deg, #dbb315 26.32%, #262209 26.32%, #262209 50%, #dbb315 50%, #dbb315 76.32%, #262209 76.32%, #262209 100%);background-size:53.74px 53.74px}.admin-tools ul{list-style:none;display:flex;justify-content:right;margin:0;padding:0}.admin-tools ul li{margin-right:10px;border-right:1px solid rgba(225,225,225,.5);font-size:.875rem}.admin-tools ul li.admin-tools-username{border-right:0}.admin-tools ul li:last-of-type{border-right:0;margin-right:0}.admin-tools ul li:last-of-type>span,.admin-tools ul li:last-of-type>a{padding-right:2px}.admin-tools ul li>span,.admin-tools ul li>a{display:block;padding:1px 12px 1px 2px;color:inherit}.admin-tools ul li>a:hover,.admin-tools ul li>a:focus{text-decoration:underline}blockquote{position:relative;margin:1.5rem 0;padding-left:calc(1.875rem + .5rem)}@media(min-width: 768px){blockquote{margin-top:2rem 0}}blockquote p{font-size:1.625rem;line-height:130%}blockquote::before{position:absolute;content:"“";left:0;top:0;font-size:4rem;font-weight:600;width:calc(30 / 16)rem}blockquote .citation{font-size:0.875rem;line-height:140%;font-style:normal}.access-links{background-color:#051930;margin:0;position:relative;z-index:100}.access-links li{list-style-type:none}.access-links-link{color:#fff !important}.access-links-link:not(:focus),.access-links-link:not(:focus):visited{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px}.access-links-link:hover{text-decoration:underline}.access-links-link:focus{padding:.5em 1em !important;color:#fff !important;border:0;display:block;text-align:center;outline:none;text-decoration:underline}.access-links-link:visited:focus{padding:.5em 1em !important;color:#fff !important;text-decoration:none;border:0;display:block;text-align:center;outline:none}.background-pattern{background:rgba(233,233,219,.3)}.background-pattern--strip{background-image:url("data:image/svg+xml,%3Csvg width=%27172%27 height=%277139%27 viewBox=%270 0 172 7139%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect width=%27172%27 height=%277139%27 fill=%27%23BCD5EB%27/%3E%3C/svg%3E");background-position:center;background-repeat:repeat-y;background-size:86px auto}@media(min-width: 576px){.background-pattern--strip{background-size:172px auto}}.background-pattern--strip:first-child{padding-top:1.5625rem}@media(min-width: 768px){.background-pattern--strip:first-child{padding-top:4rem}}.background-pattern--strip:last-child{padding-bottom:1.5625rem}@media(min-width: 768px){.background-pattern--strip:last-child{padding-bottom:4rem}}.canal-attraction-city{background:rgba(233,233,219,.3);padding-top:2.125rem;padding-bottom:1.5625rem;width:100%}.canal-attraction-city h3,.canal-attraction-city .h3{font-family:"poppins",arial,sans-serif;font-weight:600;margin:0;font-size:1.875rem;line-height:120%}@media(min-width: 768px){.canal-attraction-city h3,.canal-attraction-city .h3{font-size:2.25rem;line-height:120%}}@media(min-width: 768px){.canal-attraction-city{padding-top:3.125rem;padding-bottom:3.25rem}}.link-blocks{padding-bottom:30px;border-bottom:1px solid #e9e9db}@media(min-width: 768px){.link-blocks{padding-bottom:96px}}.link-blocks .col-md-6{margin-top:30px}@media(min-width: 768px){.link-blocks .col-md-6{margin-top:96px}}.content-block{margin-bottom:60px}@media(min-width: 768px){.content-block{padding:0 75px}}.content-block table{width:100%}.content-block table,.content-block th,.content-block td{border:1px solid #e9e9db;border-collapse:collapse;font-size:0.75rem;line-height:140%}.content-block th,.content-block td{width:7.5625rem;padding:0.5rem}.content-block th:first-child,.content-block td:first-child{width:13.375rem}.content-block th{font-family:"poppins",arial,sans-serif;font-weight:600;background-color:#e9e9db;height:2.125rem}.content-block .img-with-copy-panel,.content-block .image-panel,.content-block .title-with-text-cta,.content-block .col-12:not(.multi-card-panel--card){padding-left:0;padding-right:0}.content-block .title-with-text-cta{border-top:1px solid #e9e9db}@media(min-width: 576px){.content-block .contact-detail-listing-card-wrap{width:calc(100% + 34px);margin:0 -17px}}@media(min-width: 576px){.content-block .contact-detail-listing-card-wrap .col-md-4{padding:0 17px 34px}}@media(max-width: 1199.98px){.content-block .contact-detail-listing-card-wrap .col-md-4{width:50%;margin-bottom:34px}}@media(max-width: 575.98px){.content-block .contact-detail-listing-card-wrap .col-md-4{width:100%;margin-bottom:16px}}.basic-page-sidebar{width:100%}@media(min-width: 768px){.basic-page-sidebar{padding-right:40px}}@media(min-width: 768px){.basic-page-content{border-left:1px solid #bcd5eb}}.basic-page-content .scw-intro-panel{--bs-gutter-x: 1.5rem}@media(max-width: 767.98px){.basic-page-content .scw-intro-panel{margin-left:calc(-0.5*var(--bs-gutter-x));margin-right:calc(-0.5*var(--bs-gutter-x))}}@media(min-width: 768px){.basic-page-content .page-header .container{padding-left:75px}}@media(min-width: 768px){.basic-page-content .scw-intro-panel--copy{padding-left:75px;padding-right:75px}}.basic-page-content .scw-intro-panel--copy .col-12{padding-left:0;padding-right:0}.attraction-detail .canal-map{height:24.25rem}.event-detail-image-block img{object-fit:cover}@media(min-width: 992px){.event-detail-image-block img{height:24.375rem}}.event-listing .map-grid-view-switcher--tab-block{background-color:#fff;justify-content:flex-start}.filming-location-heading{font-size:1.5rem;text-align:center}@media(min-width: 768px){.filming-location-heading{font-size:2.25rem;line-height:110%}}.separator{border-top:1px solid #e9e9db}.search-result-info-block--heading,.search-result-info-block--desc{font-size:1rem;line-height:140%}@media(min-width: 768px){.search-result-info-block--heading,.search-result-info-block--desc{font-size:1.125rem}}.search-result-info-block--heading{font-family:"poppins",arial,sans-serif;font-weight:600}.bg-canals-pink{background-color:rgba(247,196,242,.2)}.bg-canals-yellow{background-color:rgba(233,233,219,.3)}a{color:#051930;text-decoration:none}.two-map-block{border:1px solid rgba(5,25,48,.2);filter:drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));margin-bottom:1.75rem}.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1200px}@media(max-width: 940px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:920px}}.grecaptcha-badge{z-index:999}
