.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}.mapboxgl-map{-webkit-tap-highlight-color:rgb(0 0 0/0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:rgb(0 0 0/5%)}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:hsla(0,0%,100%,.5);margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:hsla(0,0%,100%,.5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:rgb(0 0 0/5%)}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0,0%,100%,.75);border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:rgb(0 0 0/5%)}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.35);box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid transparent;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid transparent;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:rgba(0,0,0,.7);color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}/** Import required libs */

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

/* line 19, node_modules/bootstrap/scss/_reboot.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 25, node_modules/bootstrap/scss/_reboot.scss */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, node_modules/bootstrap/scss/_reboot.scss */

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 46, node_modules/bootstrap/scss/_reboot.scss */

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 62, node_modules/bootstrap/scss/_reboot.scss */

[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, node_modules/bootstrap/scss/_reboot.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, node_modules/bootstrap/scss/_reboot.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 97, node_modules/bootstrap/scss/_reboot.scss */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 110, node_modules/bootstrap/scss/_reboot.scss */

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 119, node_modules/bootstrap/scss/_reboot.scss */

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, node_modules/bootstrap/scss/_reboot.scss */

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, node_modules/bootstrap/scss/_reboot.scss */

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, node_modules/bootstrap/scss/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 143, node_modules/bootstrap/scss/_reboot.scss */

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, node_modules/bootstrap/scss/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 152, node_modules/bootstrap/scss/_reboot.scss */

b,
strong {
  font-weight: bolder;
}

/* line 157, node_modules/bootstrap/scss/_reboot.scss */

small {
  font-size: 80%;
}

/* line 166, node_modules/bootstrap/scss/_reboot.scss */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, node_modules/bootstrap/scss/_reboot.scss */

sub {
  bottom: -.25em;
}

/* line 175, node_modules/bootstrap/scss/_reboot.scss */

sup {
  top: -.5em;
}

/* line 182, node_modules/bootstrap/scss/_reboot.scss */

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 199, node_modules/bootstrap/scss/_reboot.scss */

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 208, node_modules/bootstrap/scss/_reboot.scss */

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, node_modules/bootstrap/scss/_reboot.scss */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 226, node_modules/bootstrap/scss/_reboot.scss */

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, node_modules/bootstrap/scss/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 250, node_modules/bootstrap/scss/_reboot.scss */

img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, node_modules/bootstrap/scss/_reboot.scss */

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, node_modules/bootstrap/scss/_reboot.scss */

table {
  border-collapse: collapse;
}

/* line 271, node_modules/bootstrap/scss/_reboot.scss */

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 279, node_modules/bootstrap/scss/_reboot.scss */

th {
  text-align: inherit;
}

/* line 290, node_modules/bootstrap/scss/_reboot.scss */

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 299, node_modules/bootstrap/scss/_reboot.scss */

button {
  border-radius: 0;
}

/* line 308, node_modules/bootstrap/scss/_reboot.scss */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 313, node_modules/bootstrap/scss/_reboot.scss */

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 324, node_modules/bootstrap/scss/_reboot.scss */

button,
input {
  overflow: visible;
}

/* line 329, node_modules/bootstrap/scss/_reboot.scss */

button,
select {
  text-transform: none;
}

/* line 337, node_modules/bootstrap/scss/_reboot.scss */

select {
  word-wrap: normal;
}

/* line 345, node_modules/bootstrap/scss/_reboot.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 358, node_modules/bootstrap/scss/_reboot.scss */

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 365, node_modules/bootstrap/scss/_reboot.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 373, node_modules/bootstrap/scss/_reboot.scss */

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 380, node_modules/bootstrap/scss/_reboot.scss */

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 392, node_modules/bootstrap/scss/_reboot.scss */

textarea {
  overflow: auto;
  resize: vertical;
}

/* line 398, node_modules/bootstrap/scss/_reboot.scss */

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 413, node_modules/bootstrap/scss/_reboot.scss */

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 425, node_modules/bootstrap/scss/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 430, node_modules/bootstrap/scss/_reboot.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 435, node_modules/bootstrap/scss/_reboot.scss */

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 448, node_modules/bootstrap/scss/_reboot.scss */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 457, node_modules/bootstrap/scss/_reboot.scss */

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 466, node_modules/bootstrap/scss/_reboot.scss */

output {
  display: inline-block;
}

/* line 470, node_modules/bootstrap/scss/_reboot.scss */

summary {
  display: list-item;
  cursor: pointer;
}

/* line 475, node_modules/bootstrap/scss/_reboot.scss */

template {
  display: none;
}

/* line 481, node_modules/bootstrap/scss/_reboot.scss */

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* line 8, node_modules/bootstrap/scss/bootstrap-grid.scss */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/* line 13, node_modules/bootstrap/scss/bootstrap-grid.scss */

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 6, node_modules/bootstrap/scss/_grid.scss */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, node_modules/bootstrap/scss/_grid.scss */

  .container {
    max-width: 1140px;
  }
}

/* line 18, node_modules/bootstrap/scss/_grid.scss */

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, node_modules/bootstrap/scss/_grid.scss */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, node_modules/bootstrap/scss/_grid.scss */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, node_modules/bootstrap/scss/_grid.scss */

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

/* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-1 {
  margin-left: 8.33333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-2 {
  margin-left: 16.66667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-3 {
  margin-left: 25%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-4 {
  margin-left: 33.33333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-5 {
  margin-left: 41.66667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-6 {
  margin-left: 50%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-7 {
  margin-left: 58.33333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-8 {
  margin-left: 66.66667%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-9 {
  margin-left: 75%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-10 {
  margin-left: 83.33333%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  /* line 36, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 43, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  /* line 50, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-none {
  display: none !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline {
  display: inline !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-block {
  display: inline-block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-block {
  display: block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table {
  display: table !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-row {
  display: table-row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-cell {
  display: table-cell !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-none {
    display: none !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline {
    display: inline !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-block {
    display: block !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table {
    display: table !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table-row {
    display: table-row !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-0 {
  margin: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-1 {
  margin: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-2 {
  margin: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-3 {
  margin: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-4 {
  margin: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-5 {
  margin: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-0 {
  padding: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-1 {
  padding: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-2 {
  padding: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-3 {
  padding: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-4 {
  padding: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-5 {
  padding: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n1 {
  margin: -0.25rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n2 {
  margin: -0.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n3 {
  margin: -1rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n4 {
  margin: -1.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n5 {
  margin: -3rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-auto {
  margin: auto !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */

.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */

.align-top {
  vertical-align: top !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */

.align-middle {
  vertical-align: middle !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */

.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */

.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-primary {
  background-color: #007bff !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-success {
  background-color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-white {
  background-color: #fff !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */

.bg-transparent {
  background-color: transparent !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */

.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-0 {
  border: 0 !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-top-0 {
  border-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-right-0 {
  border-right: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-left-0 {
  border-left: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-primary {
  border-color: #007bff !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-success {
  border-color: #28a745 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-dark {
  border-color: #343a40 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-white {
  border-color: #fff !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-none {
  display: none !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline {
  display: inline !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-block {
  display: inline-block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-block {
  display: block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table {
  display: table !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-row {
  display: table-row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-table-cell {
  display: table-cell !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-none {
    display: none !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline {
    display: inline !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-block {
    display: block !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table {
    display: table !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-none {
    display: none !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline {
    display: inline !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-block {
    display: block !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table {
    display: table !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table-row {
    display: table-row !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

.float-left {
  float: left !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

.float-right {
  float: right !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-left {
    float: left !important;
  }

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-right {
    float: right !important;
  }

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

  .float-xl-none {
    float: none !important;
  }
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

.overflow-auto {
  overflow: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-static {
  position: static !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-relative {
  position: relative !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-absolute {
  position: absolute !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-fixed {
  position: fixed !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

.position-sticky {
  position: sticky !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, node_modules/bootstrap/scss/utilities/_position.scss */

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, node_modules/bootstrap/scss/utilities/_position.scss */

  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, node_modules/bootstrap/scss/mixins/_screen-reader.scss */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-25 {
  width: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-50 {
  width: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-75 {
  width: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-100 {
  width: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.w-auto {
  width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-25 {
  height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-50 {
  height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-75 {
  height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-100 {
  height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

.h-auto {
  height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mw-100 {
  max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */

.mh-100 {
  max-height: 100% !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */

.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vw-100 {
  width: 100vw !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */

.vh-100 {
  height: 100vh !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_stretched-link.scss */

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-0 {
  margin: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-1 {
  margin: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-2 {
  margin: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-3 {
  margin: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-4 {
  margin: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-5 {
  margin: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-0 {
  padding: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-1 {
  padding: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-2 {
  padding: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-3 {
  padding: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-4 {
  padding: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

.p-5 {
  padding: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n1 {
  margin: -0.25rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n2 {
  margin: -0.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n3 {
  margin: -1rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n4 {
  margin: -1.5rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-n5 {
  margin: -3rem !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

.m-auto {
  margin: auto !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-sm-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, node_modules/bootstrap/scss/utilities/_text.scss */

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */

.text-justify {
  text-align: justify !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */

.text-wrap {
  white-space: normal !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */

.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_text.scss */

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

.text-left {
  text-align: left !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

.text-right {
  text-align: right !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */

.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */

.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_text.scss */

.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_text.scss */

.font-italic {
  font-style: italic !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white {
  color: #fff !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-primary {
  color: #007bff !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-secondary {
  color: #6c757d !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-success {
  color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-info {
  color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-warning {
  color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-danger {
  color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-light {
  color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-dark {
  color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */

.text-body {
  color: #212529 !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */

.text-muted {
  color: #6c757d !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_text.scss */

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, node_modules/bootstrap/scss/utilities/_text.scss */

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, node_modules/bootstrap/scss/utilities/_text.scss */

.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_text.scss */

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, node_modules/bootstrap/scss/utilities/_text.scss */

.text-reset {
  color: inherit !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_visibility.scss */

.visible {
  visibility: visible !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_visibility.scss */

.invisible {
  visibility: hidden !important;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */

.modal-open {
  overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, node_modules/bootstrap/scss/_modal.scss */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
       -o-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, node_modules/bootstrap/scss/_modal.scss */

  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */

.modal.show .modal-dialog {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 57, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 62, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 67, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 72, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 78, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 85, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

/* line 90, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 94, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 101, node_modules/bootstrap/scss/_modal.scss */

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 119, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 129, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.fade {
  opacity: 0;
}

/* line 130, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.show {
  opacity: 0.5;
}

/* line 135, node_modules/bootstrap/scss/_modal.scss */

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 143, node_modules/bootstrap/scss/_modal.scss */

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 151, node_modules/bootstrap/scss/_modal.scss */

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 158, node_modules/bootstrap/scss/_modal.scss */

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

/* line 167, node_modules/bootstrap/scss/_modal.scss */

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 176, node_modules/bootstrap/scss/_modal.scss */

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 177, node_modules/bootstrap/scss/_modal.scss */

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 181, node_modules/bootstrap/scss/_modal.scss */

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 192, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 197, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  /* line 200, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 205, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  /* line 208, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  /* line 217, node_modules/bootstrap/scss/_modal.scss */

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 221, node_modules/bootstrap/scss/_modal.scss */

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 228, node_modules/bootstrap/scss/_modal.scss */

  .modal-xl {
    max-width: 1140px;
  }
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

/* line 9, node_modules/bootstrap/scss/_progress.scss */

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 19, node_modules/bootstrap/scss/_progress.scss */

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 19, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* line 30, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 36, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 36, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar-animated {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, node_modules/bootstrap/scss/_nav.scss */

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

/* line 23, node_modules/bootstrap/scss/_nav.scss */

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 34, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 37, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 49, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 56, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 63, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 77, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 81, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 94, node_modules/bootstrap/scss/_nav.scss */

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

/* line 101, node_modules/bootstrap/scss/_nav.scss */

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

/* line 114, node_modules/bootstrap/scss/_nav.scss */

.tab-content > .tab-pane {
  display: none;
}

/* line 117, node_modules/bootstrap/scss/_nav.scss */

.tab-content > .active {
  display: block;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

/* line 3, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger:hover {
  opacity: 0.7;
}

/* line 31, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger.is-active:hover {
  opacity: 0.7;
}

/* line 40, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

/* line 48, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-box {
  width: 20px;
  height: 17px;
  display: inline-block;
  position: relative;
}

/* line 55, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

/* line 60, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* line 73, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

/* line 79, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner::before {
  top: -7px;
}

/* line 83, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * Squeeze
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

/* line 15, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, -o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

/* line 34, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Slider */

/* line 3, node_modules/slick-carousel/slick/slick.scss */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, node_modules/slick-carousel/slick/slick.scss */

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, node_modules/slick-carousel/slick/slick.scss */

.slick-list:focus {
  outline: none;
}

/* line 28, node_modules/slick-carousel/slick/slick.scss */

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, node_modules/slick-carousel/slick/slick.scss */

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, node_modules/slick-carousel/slick/slick.scss */

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, node_modules/slick-carousel/slick/slick.scss */

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, node_modules/slick-carousel/slick/slick.scss */

.slick-track:after {
  clear: both;
}

/* line 60, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, node_modules/slick-carousel/slick/slick.scss */

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, node_modules/slick-carousel/slick/slick.scss */

[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, node_modules/slick-carousel/slick/slick.scss */

.slick-slide img {
  display: block;
}

/* line 74, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.slick-loading img {
  display: none;
}

/* line 80, node_modules/slick-carousel/slick/slick.scss */

.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, node_modules/slick-carousel/slick/slick.scss */

.slick-initialized .slick-slide {
  display: block;
}

/* line 88, node_modules/slick-carousel/slick/slick.scss */

.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, node_modules/slick-carousel/slick/slick.scss */

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, node_modules/slick-carousel/slick/slick.scss */

.slick-arrow.slick-hidden {
  display: none;
}

/** Import everything from utility */

/**
  pow() - Raise number to the nth power

  @param {number} $base The base number
  @param {number} $exponents The exponent to which to raise $base
*/

/* line 1, resources/assets/styles/utility/_skeleton-loading.scss */

.card-team-member__headshot {
  position: relative;
  background-color: #e7e6e6;
  overflow: hidden;
}

/* line 6, resources/assets/styles/utility/_skeleton-loading.scss */

.card-team-member__headshot::after {
  -webkit-animation: loadingShimmer 5s infinite;
       -o-animation: loadingShimmer 5s infinite;
          animation: loadingShimmer 5s infinite;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
}

@-webkit-keyframes loadingShimmer {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-o-keyframes loadingShimmer {
  100% {
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
}

@keyframes loadingShimmer {
  100% {
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/** Bootstrap RFS (Responsive Font Sizes) enable */

/** Standard colors */

/** External brand colors */

/** Brand colors */

/** Theme colors */

/**
  Only load woff2 / woff1 format fonts (ie9 >)
  - https://caniuse.com/woff2
  - https://caniuse.com/woff
 */

/* montserrat-500 - latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(/app/themes/dmi/dist/fonts/montserrat/montserrat-500.woff2) format("woff2"), url(/app/themes/dmi/dist/fonts/montserrat/montserrat-500.woff) format("woff");
}

/* montserrat-500italic - latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url(/app/themes/dmi/dist/fonts/montserrat/montserrat-500italic.woff2) format("woff2"), url(/app/themes/dmi/dist/fonts/montserrat/montserrat-500italic.woff) format("woff");
}

/* montserrat-700 - latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(/app/themes/dmi/dist/fonts/montserrat/montserrat-700.woff2) format("woff2"), url(/app/themes/dmi/dist/fonts/montserrat/montserrat-700.woff) format("woff");
}

/* montserrat-700italic - latin */

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url(/app/themes/dmi/dist/fonts/montserrat/montserrat-700italic.woff2) format("woff2"), url(/app/themes/dmi/dist/fonts/montserrat/montserrat-700italic.woff) format("woff");
}

/* montserrat-800 - latin */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url(/app/themes/dmi/dist/fonts/montserrat/montserrat-800.woff2) format("woff2"), url(/app/themes/dmi/dist/fonts/montserrat/montserrat-800.woff) format("woff");
}

/* league-gothic-regular */

@font-face {
  font-family: "league-gothic";
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* league-gothic-italic */

@font-face {
  font-family: "league-gothic";
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

/* line 1, resources/assets/styles/common/_global.scss */

html {
  scroll-behavior: smooth;
}

/* line 1, resources/assets/styles/common/_typography.scss */

.key-statistics__statistics-list .statistic-value,
.project-at-a-glance__statistics-list .statistic-value,
.hero__heading,
.project-hero__heading,
.impact-hero__text,
.page-header__heading {
  font-size: 3.05176rem;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/common/_typography.scss */

  .key-statistics__statistics-list .statistic-value,
  .project-at-a-glance__statistics-list .statistic-value,
  .hero__heading,
  .project-hero__heading,
  .impact-hero__text,
  .page-header__heading {
    font-size: 4.20873rem;
  }
}

@media (min-width: 1200px) {
  /* line 1, resources/assets/styles/common/_typography.scss */

  .key-statistics__statistics-list .statistic-value,
  .project-at-a-glance__statistics-list .statistic-value,
  .hero__heading,
  .project-hero__heading,
  .impact-hero__text,
  .page-header__heading {
    font-size: 5.65258rem;
  }
}

/* line 13, resources/assets/styles/common/_typography.scss */

h1,
.content-downloads__heading,
.content-image__heading,
.content-image-grid__heading,
.content-video__heading,
.content-eyebrow-title__heading,
.featured-articles__heading,
.key-content__heading,
.key-statistics__heading,
.project-at-a-glance__heading,
.our-approach__heading,
.content-section-heading-modal-video__section-heading,
.related-projects__heading,
.content-media-feature__heading,
.content-how-we-work__heading,
.o-two-column-focus-areas__heading,
.impact-hero__text--impact,
body.template-reach .main-content__header .our-reach-header {
  font-size: 2.44141rem;
}

@media (min-width: 768px) {
  /* line 13, resources/assets/styles/common/_typography.scss */

  h1,
  .content-downloads__heading,
  .content-image__heading,
  .content-image-grid__heading,
  .content-video__heading,
  .content-eyebrow-title__heading,
  .featured-articles__heading,
  .key-content__heading,
  .key-statistics__heading,
  .project-at-a-glance__heading,
  .our-approach__heading,
  .content-section-heading-modal-video__section-heading,
  .related-projects__heading,
  .content-media-feature__heading,
  .content-how-we-work__heading,
  .o-two-column-focus-areas__heading,
  .impact-hero__text--impact,
  body.template-reach .main-content__header .our-reach-header {
    font-size: 3.15733rem;
  }
}

@media (min-width: 1200px) {
  /* line 13, resources/assets/styles/common/_typography.scss */

  h1,
  .content-downloads__heading,
  .content-image__heading,
  .content-image-grid__heading,
  .content-video__heading,
  .content-eyebrow-title__heading,
  .featured-articles__heading,
  .key-content__heading,
  .key-statistics__heading,
  .project-at-a-glance__heading,
  .our-approach__heading,
  .content-section-heading-modal-video__section-heading,
  .related-projects__heading,
  .content-media-feature__heading,
  .content-how-we-work__heading,
  .o-two-column-focus-areas__heading,
  .impact-hero__text--impact,
  body.template-reach .main-content__header .our-reach-header {
    font-size: 3.99758rem;
  }
}

/* line 25, resources/assets/styles/common/_typography.scss */

h2,
.primary-navigation .nav-sub-menu__heading,
.featured-media .terms-media-2-column-content__heading,
.key-content-item__heading,
.content-objective__heading,
.content-section-heading-modal-video__heading,
.content-resources__heading,
.terms-media-2-column-content-link__heading,
.terms-media-2-column-content__heading,
.contact-form__title,
.our-people-modal-person__title {
  font-size: 1.95312rem;
}

@media (min-width: 768px) {
  /* line 25, resources/assets/styles/common/_typography.scss */

  h2,
  .primary-navigation .nav-sub-menu__heading,
  .featured-media .terms-media-2-column-content__heading,
  .key-content-item__heading,
  .content-objective__heading,
  .content-section-heading-modal-video__heading,
  .content-resources__heading,
  .terms-media-2-column-content-link__heading,
  .terms-media-2-column-content__heading,
  .contact-form__title,
  .our-people-modal-person__title {
    font-size: 2.36859rem;
  }
}

@media (min-width: 1200px) {
  /* line 25, resources/assets/styles/common/_typography.scss */

  h2,
  .primary-navigation .nav-sub-menu__heading,
  .featured-media .terms-media-2-column-content__heading,
  .key-content-item__heading,
  .content-objective__heading,
  .content-section-heading-modal-video__heading,
  .content-resources__heading,
  .terms-media-2-column-content-link__heading,
  .terms-media-2-column-content__heading,
  .contact-form__title,
  .our-people-modal-person__title {
    font-size: 2.82715rem;
  }
}

/* line 37, resources/assets/styles/common/_typography.scss */

h3,
.content-video__caption,
.featured-media .terms-media-2-column-content__body,
.key-statistics__statistics-list .statistic-description,
.project-at-a-glance__statistics-list .statistic-title,
.our-reach-map__heading,
.impact-project__permalink,
.content-section-heading-modal-video__caption,
.card-media__heading,
.m-focus-area-card__heading,
.card-project__heading,
.card-team-member__title,
.contact-form__subtitle,
.singlepost .wysiwyg h1,
.singlepost .wysiwyg h2,
.single-page .wysiwyg h1,
.single-page .wysiwyg h2,
.singlepost .wysiwyg blockquote,
.singlepost .wysiwyg blockquote p,
.single-page .wysiwyg blockquote,
.single-page .wysiwyg blockquote p {
  font-size: 1.5625rem;
}

@media (min-width: 768px) {
  /* line 37, resources/assets/styles/common/_typography.scss */

  h3,
  .content-video__caption,
  .featured-media .terms-media-2-column-content__body,
  .key-statistics__statistics-list .statistic-description,
  .project-at-a-glance__statistics-list .statistic-title,
  .our-reach-map__heading,
  .impact-project__permalink,
  .content-section-heading-modal-video__caption,
  .card-media__heading,
  .m-focus-area-card__heading,
  .card-project__heading,
  .card-team-member__title,
  .contact-form__subtitle,
  .singlepost .wysiwyg h1,
  .singlepost .wysiwyg h2,
  .single-page .wysiwyg h1,
  .single-page .wysiwyg h2,
  .singlepost .wysiwyg blockquote,
  .singlepost .wysiwyg blockquote p,
  .single-page .wysiwyg blockquote,
  .single-page .wysiwyg blockquote p {
    font-size: 1.77689rem;
  }
}

@media (min-width: 1200px) {
  /* line 37, resources/assets/styles/common/_typography.scss */

  h3,
  .content-video__caption,
  .featured-media .terms-media-2-column-content__body,
  .key-statistics__statistics-list .statistic-description,
  .project-at-a-glance__statistics-list .statistic-title,
  .our-reach-map__heading,
  .impact-project__permalink,
  .content-section-heading-modal-video__caption,
  .card-media__heading,
  .m-focus-area-card__heading,
  .card-project__heading,
  .card-team-member__title,
  .contact-form__subtitle,
  .singlepost .wysiwyg h1,
  .singlepost .wysiwyg h2,
  .single-page .wysiwyg h1,
  .single-page .wysiwyg h2,
  .singlepost .wysiwyg blockquote,
  .singlepost .wysiwyg blockquote p,
  .single-page .wysiwyg blockquote,
  .single-page .wysiwyg blockquote p {
    font-size: 1.9994rem;
  }
}

/* line 49, resources/assets/styles/common/_typography.scss */

h4,
.contact-form input[type=button],
.cookie-popup-notice h2,
.primary-navigation__link,
.footer-navigation__link,
.content__wysiwyg h4,
.content-image__wysiwyg h4,
.content-video__wysiwyg h4,
.content-eyebrow-title__wysiwyg h4,
.single-filter-block__label,
.our-reach-map__popup-header,
.impact-project__term-link,
.content-section-heading-modal-video__button,
.project-chart .nav-link,
.impact-hero__scroll,
.donation-region__title,
.organisation__link,
.card-media__paragraph,
.card-project__locations,
.m-search-form .search-form__label,
.singlepost__related-heading,
.single-page__related-heading,
.singlepost .wysiwyg h3,
.single-page .wysiwyg h3 {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  /* line 49, resources/assets/styles/common/_typography.scss */

  h4,
  .contact-form input[type=button],
  .cookie-popup-notice h2,
  .primary-navigation__link,
  .footer-navigation__link,
  .content__wysiwyg h4,
  .content-image__wysiwyg h4,
  .content-video__wysiwyg h4,
  .content-eyebrow-title__wysiwyg h4,
  .single-filter-block__label,
  .our-reach-map__popup-header,
  .impact-project__term-link,
  .content-section-heading-modal-video__button,
  .project-chart .nav-link,
  .impact-hero__scroll,
  .donation-region__title,
  .organisation__link,
  .card-media__paragraph,
  .card-project__locations,
  .m-search-form .search-form__label,
  .singlepost__related-heading,
  .single-page__related-heading,
  .singlepost .wysiwyg h3,
  .single-page .wysiwyg h3 {
    font-size: 1.333rem;
  }
}

@media (min-width: 1200px) {
  /* line 49, resources/assets/styles/common/_typography.scss */

  h4,
  .contact-form input[type=button],
  .cookie-popup-notice h2,
  .primary-navigation__link,
  .footer-navigation__link,
  .content__wysiwyg h4,
  .content-image__wysiwyg h4,
  .content-video__wysiwyg h4,
  .content-eyebrow-title__wysiwyg h4,
  .single-filter-block__label,
  .our-reach-map__popup-header,
  .impact-project__term-link,
  .content-section-heading-modal-video__button,
  .project-chart .nav-link,
  .impact-hero__scroll,
  .donation-region__title,
  .organisation__link,
  .card-media__paragraph,
  .card-project__locations,
  .m-search-form .search-form__label,
  .singlepost__related-heading,
  .single-page__related-heading,
  .singlepost .wysiwyg h3,
  .single-page .wysiwyg h3 {
    font-size: 1.414rem;
  }
}

/* line 61, resources/assets/styles/common/_typography.scss */

h5,
h6,
.ipt-medium,
.cookie-popup-notice p,
.cookie-popup-notice h3,
.eyebrow,
.featured-media .terms-media-2-column-content .terms-media-2-column-content__taxonomies,
.impact-column__terms,
.terms-media-2-column-content-link__header .terms-media-2-column-content-link__taxonomies,
.overview-card__label,
.organisation--mini .organisation__link,
.singlepost .wysiwyg h4,
.single-page .wysiwyg h4 {
  font-size: 1rem;
}

/* line 65, resources/assets/styles/common/_typography.scss */

table.dataTable thead td,
table.dataTable thead th,
table.dataTable tbody td,
table.dataTable tbody th,
table.dataTable tfoot td,
table.dataTable tfoot th,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.ipt-small,
.contact-form .label-above .nf-field-label label,
.contact-form .nf-form-fields-required,
.contact-form .nf-after-field .nf-error-msg,
.contact-form .nf-form-errors,
.main-footer__company-details,
.content-image__figcaption,
.dataTables_wrapper label,
.content-objective__meta-heading,
.content-objective__meta-info,
.singlepost .wysiwyg h5,
.single-page .wysiwyg h5 {
  font-size: 0.842rem;
}

/* line 69, resources/assets/styles/common/_typography.scss */

.contact-form input[type=button],
.primary-navigation .nav-sub-menu__heading,
.impact-column__title,
.impact-project__title,
.impact-project__stats dt,
.impact-project__permalink,
.impact-project__term-link,
.project-chart .nav-link,
.impact-hero__scroll,
.overview-card__label,
.card-project__locations,
.m-search-form .search-form__label,
.singlepost .wysiwyg blockquote,
.singlepost .wysiwyg blockquote p,
.single-page .wysiwyg blockquote,
.single-page .wysiwyg blockquote p,
.singlepost .wysiwyg ul li::before,
.single-page .wysiwyg ul li::before,
.singlepost .wysiwyg ol li::before,
.single-page .wysiwyg ol li::before {
  font-family: "league-gothic", sans-serif;
}

/* line 73, resources/assets/styles/common/_typography.scss */

.dv-table,
.cookie-popup-notice__button[name="cookies-accept"],
.cookie-popup-notice__button[name="cookies-manage"],
.cookie-popup-notice p,
.cookie-popup-notice h3,
.cookie-popup-notice form,
.cookie-popup-notice h2,
.organisation__link,
.singlepost .wysiwyg,
.single-page .wysiwyg {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 1200px) {
  /* line 77, resources/assets/styles/common/_typography.scss */

  :root {
    font-size: 19px;
  }
}

/* line 83, resources/assets/styles/common/_typography.scss */

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
}

/* line 89, resources/assets/styles/common/_typography.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "league-gothic", serif;
  font-style: normal;
  font-weight: normal;
}

/* line 121, resources/assets/styles/common/_typography.scss */

.content__wysiwyg a,
.contact-form__alt-detail a,
.singlepost a,
.single-page a {
  color: #cc7817;
  font-weight: 600;
}

/* line 125, resources/assets/styles/common/_typography.scss */

.content__wysiwyg a:hover,
.contact-form__alt-detail a:hover,
.singlepost a:hover,
.single-page a:hover {
  color: #985912;
}

/* line 129, resources/assets/styles/common/_typography.scss */

.content__wysiwyg a:focus,
.contact-form__alt-detail a:focus,
.singlepost a:focus,
.single-page a:focus {
  outline: 2px dotted currentColor;
}

/* stylelint-disable */

/* line 2, resources/assets/styles/common/_image.scss */

.image-1-x-1 {
  aspect-ratio: 1 / 1;
}

/* line 6, resources/assets/styles/common/_image.scss */

.image-4-x-3 {
  aspect-ratio: 4 / 3;
}

/* line 10, resources/assets/styles/common/_image.scss */

.image-16-x-9 {
  aspect-ratio: 16 / 9;
}

/* stylelint-disable, no-descending-specificity */

/* line 2, resources/assets/styles/common/_tables.scss */

.dv-table {
  font-size: 0.84211rem;
}

/* line 7, resources/assets/styles/common/_tables.scss */

.dv-table td,
.dv-table th {
  padding: 0.63158rem 0.47368rem;
  font-weight: 400;
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 14, resources/assets/styles/common/_tables.scss */

.dv-table th,
.dv-table thead td {
  font-weight: 600;
  border-bottom: 1px solid black;
}

/* line 21, resources/assets/styles/common/_tables.scss */

.dv-table tbody tr:nth-child(even) td,
.dv-table tbody tr:nth-child(even) th {
  background-color: #f2f5f7;
}

/* line 26, resources/assets/styles/common/_tables.scss */

.dv-table tbody tr:nth-child(even):hover td {
  background-color: #e2e9ed;
}

/* line 30, resources/assets/styles/common/_tables.scss */

.dv-table tbody tr:nth-child(odd):hover td {
  background-color: #f7f9fa;
}

/* line 95, resources/assets/styles/common/_tables.scss */

table.dataTable thead td,
table.dataTable thead th,
table.dataTable tbody td,
table.dataTable tbody th,
table.dataTable tfoot td,
table.dataTable tfoot th {
  padding: 0.84211rem 0.52632rem;
}

/* line 102, resources/assets/styles/common/_tables.scss */

table.dataTable thead .text-wrapper,
table.dataTable tbody .text-wrapper,
table.dataTable tfoot .text-wrapper {
  max-width: 500px;
  white-space: normal;
}

/* line 110, resources/assets/styles/common/_tables.scss */

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  font-weight: 600;
  background-color: #ffffff;
  border-bottom: none;
}

/* line 117, resources/assets/styles/common/_tables.scss */

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable tfoot .sorting_asc,
table.dataTable tfoot .sorting_desc {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: 100%;
}

/* line 125, resources/assets/styles/common/_tables.scss */

table.dataTable thead .sorting,
table.dataTable tfoot .sorting {
  background-image: none;
}

/* line 129, resources/assets/styles/common/_tables.scss */

table.dataTable thead .sorting_asc,
table.dataTable tfoot .sorting_asc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOCA2KSI+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTQuNTk0IDExLjU5NEgzLjI4MlYyLjE1NkwuODc1IDQuNTMxbC0uOTM4LS45MzggNC00IDQgNEw3IDQuNTMxIDQuNTk0IDIuMTU2djkuNDM4eiIvPjxkZWZzPjxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgeD0iLTguMDYyIiB5PSItNi40MDYiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIxIDAgMCAwIDAgMCAxIDAgMCAwIDAgMCAxIDAgMCAwIDAgMCAxIDAiLz48L2ZpbHRlcj48L2RlZnM+PG1hc2sgaWQ9ImIiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgeD0iLTguMDYyIiB5PSItNi40MDYiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiPjxnIGZpbHRlcj0idXJsKCNhKSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQuNTk0IDExLjU5NEgzLjI4MlYyLjE1NkwuODc1IDQuNTMxbC0uOTM4LS45MzggNC00IDQgNEw3IDQuNTMxIDQuNTk0IDIuMTU2djkuNDM4eiIvPjwvZz48L21hc2s+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTE1LjkzOCAxNy41OTRoLTI0di0yNGgyNHYyNHoiIG1hc2s9InVybCgjYikiLz48L2c+PC9zdmc+Cg==);
}

/* line 133, resources/assets/styles/common/_tables.scss */

table.dataTable thead .sorting_desc,
table.dataTable tfoot .sorting_desc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNMy4zNDQgMGgxLjMxMnY5LjQzOGwyLjQwNy0yLjM3Nkw4IDhsLTQgNC00LTQgLjkzOC0uOTM4IDIuNDA2IDIuMzc1eiIvPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDYpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj48dXNlIHhsaW5rOmhyZWY9IiNhIi8+PC9tYXNrPjx1c2UgZmlsbD0iIzAwMDAwMCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hc2s9InVybCgjYikiIGQ9Ik0tOC02aDI0djI0SC04eiIvPjwvZz48L3N2Zz4K);
}

/* line 139, resources/assets/styles/common/_tables.scss */

table.dataTable thead th,
table.dataTable thead td {
  -webkit-box-shadow: inset 0 -1px 0 0 #000000;
          box-shadow: inset 0 -1px 0 0 #000000;
}

/* line 146, resources/assets/styles/common/_tables.scss */

table.dataTable tfoot th,
table.dataTable tfoot td {
  -webkit-box-shadow: inset 0 1px 0 0 #000000;
          box-shadow: inset 0 1px 0 0 #000000;
}

/* line 160, resources/assets/styles/common/_tables.scss */

table.dataTable tbody tr.odd .sorting_1,
table.dataTable tbody tr.even .sorting_1 {
  background-color: transparent;
}

/* line 165, resources/assets/styles/common/_tables.scss */

table.dataTable tbody tr.even {
  background-color: #ffffff;
}

/* line 175, resources/assets/styles/common/_tables.scss */

table.dataTable tbody tr.odd {
  background-color: #f2f5f7;
}

/* line 194, resources/assets/styles/common/_tables.scss */

table.dtr-inline.collapsed tbody tr[role="row"] td.dtr-control::before {
  background-repeat: no-repeat;
  background-size: auto;
  /* stylelint-disable */
  content: "" !important;
  border: none !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 24px !important;
  width: 24px !important;
  /* stylelint-enable */
}

/* line 224, resources/assets/styles/common/_tables.scss */

table.dtr-inline.collapsed tbody tr.child td.child {
  white-space: normal;
}

/* line 227, resources/assets/styles/common/_tables.scss */

table.dtr-inline.collapsed tbody tr.child td.child .dtr-details {
  list-style: none;
}

/* line 230, resources/assets/styles/common/_tables.scss */

table.dtr-inline.collapsed tbody tr.child td.child .dtr-details li {
  font-size: 1rem;
}

/* line 234, resources/assets/styles/common/_tables.scss */

table.dtr-inline.collapsed tbody tr.child td.child .dtr-details .dtr-title {
  font-weight: 700;
}

/* line 246, resources/assets/styles/common/_tables.scss */

.dataTables_wrapper .dataTables_info {
  font-weight: 600;
  margin-top: 1.05263rem;
}

@media (max-width: 1199.98px) {
  /* line 246, resources/assets/styles/common/_tables.scss */

  .dataTables_wrapper .dataTables_info {
    text-align: left;
  }
}

@media (min-width: 992px) {
  /* line 246, resources/assets/styles/common/_tables.scss */

  .dataTables_wrapper .dataTables_info {
    margin-top: 2.10526rem;
  }
}

/* line 261, resources/assets/styles/common/_tables.scss */

.dataTables_wrapper .dataTables_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.05263rem;
}

@media (min-width: 992px) {
  /* line 261, resources/assets/styles/common/_tables.scss */

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 2.10526rem;
  }
}

/* line 269, resources/assets/styles/common/_tables.scss */

.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin: 0;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
}

/* line 288, resources/assets/styles/common/_tables.scss */

.datatable__filter-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  /* line 288, resources/assets/styles/common/_tables.scss */

  .datatable__filter-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  /* line 296, resources/assets/styles/common/_tables.scss */

  .datatable__filter-container div:nth-child(1) {
    width: 33.3333%;
  }

  /* line 300, resources/assets/styles/common/_tables.scss */

  .datatable__filter-container div:nth-child(2) {
    width: 66.6666%;
  }
}

/* line 306, resources/assets/styles/common/_tables.scss */

.dataTables_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 310, resources/assets/styles/common/_tables.scss */

.dataTables_filter label {
  width: 50%;
}

/* line 313, resources/assets/styles/common/_tables.scss */

.dataTables_filter label input,
.dataTables_filter label select {
  width: 100%;
}

/* line 320, resources/assets/styles/common/_tables.scss */

.filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1.57895rem 1.57895rem 0;
}

/* line 325, resources/assets/styles/common/_tables.scss */

.filter-group__label {
  pointer-events: none;
  font-weight: 500;
}

/**
  General Styles
 */

/* line 5, resources/assets/styles/common/_input.scss */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, resources/assets/styles/common/_input.scss */

select {
  -ms-appearance: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPHBhdGggZD0iTTE2LjU5IDguNTlMMTIgMTMuMTcgNy40MSA4LjU5IDYgMTBsNiA2IDYtNnoiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 1.26316rem;
  padding-right: 0.63158rem;
}

@media (min-width: 768px) {
  /* line 11, resources/assets/styles/common/_input.scss */

  select {
    background-size: 30px;
  }
}

@media (min-width: 992px) {
  /* line 11, resources/assets/styles/common/_input.scss */

  select {
    background-size: 2.10526rem;
  }
}

/* line 29, resources/assets/styles/common/_input.scss */

select::-ms-expand {
  display: none;
}

/**
  Input specific styles
 */

/* line 37, resources/assets/styles/common/_input.scss */

.ipt-small,
.ipt-medium {
  background-color: #f3f3f3;
  border: 1px solid #c2d1d9;
  border-radius: 0.15789rem;
  line-height: 1;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 45, resources/assets/styles/common/_input.scss */

.ipt-small:active,
.ipt-medium:active,
.ipt-small:focus,
.ipt-medium:focus {
  border-color: #83a2b2;
}

/* line 70, resources/assets/styles/common/_input.scss */

.ipt-small {
  padding-left: 0.52632rem;
  padding-right: 0.52632rem;
  height: 2.10526rem;
}

/* line 74, resources/assets/styles/common/_input.scss */

.ipt-medium {
  padding-left: 0.52632rem;
  padding-right: 0.52632rem;
  height: 2.52632rem;
}

/* line 78, resources/assets/styles/common/_input.scss */

.ipt-search {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIj4KICA8cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QTYuNDcxIDYuNDcxIDAgMDAxNiA5LjUgNi41IDYuNSAwIDEwOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHoiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.63158rem) center;
}

/* line 83, resources/assets/styles/common/_input.scss */

.ipt-search.ipt-small {
  background-size: 1.26316rem;
}

/* stylelint-disable */

/* line 2, resources/assets/styles/common/_body.scss */

body {
  min-height: 100vh;
  /* mobile viewport bug fix */
}

@supports (height: -webkit-fill-available) {
  /* line 2, resources/assets/styles/common/_body.scss */

  body {
    min-height: -webkit-fill-available;
  }
}

@supports (height: -webkit-fill-available) {
  /* line 10, resources/assets/styles/common/_body.scss */

  html {
    height: -webkit-fill-available;
  }
}

/* stylelint-enable */

/* line 1, resources/assets/styles/common/_link.scss */

.content-image__wysiwyg a,
.content-objective__meta-info a,
.organisation__link a {
  color: #cc7817;
}

/* line 4, resources/assets/styles/common/_link.scss */

.content-image__wysiwyg a:hover,
.content-objective__meta-info a:hover,
.organisation__link a:hover {
  color: #985912;
}

/* line 8, resources/assets/styles/common/_link.scss */

.content-image__wysiwyg a:focus,
.content-objective__meta-info a:focus,
.organisation__link a:focus {
  color: #985912;
  outline: 2px dotted currentColor;
}

/** Components */

/* line 1, resources/assets/styles/common/_pagination.scss */

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 7, resources/assets/styles/common/_pagination.scss */

.pagination__button,
.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.52632rem;
  width: 2.52632rem;
  font-weight: 500;
  background-color: #ffffff;
  color: #000000;
  margin-right: -1px;
}

/* line 18, resources/assets/styles/common/_pagination.scss */

.pagination__button svg,
.dataTables_wrapper .dataTables_paginate .paginate_button svg {
  width: 0.63158rem;
}

/* line 21, resources/assets/styles/common/_pagination.scss */

.pagination__button svg path,
.dataTables_wrapper .dataTables_paginate .paginate_button svg path {
  fill: #000000;
}

/* line 26, resources/assets/styles/common/_pagination.scss */

.pagination__button:hover:not(.pagination__button--current):not(.pagination__button--disabled),
.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.pagination__button--current):not(.pagination__button--disabled) {
  color: #ffffff !important;
  background-color: #cc7817;
  border-color: #cc7817;
}

/* line 31, resources/assets/styles/common/_pagination.scss */

.pagination__button:hover:not(.pagination__button--current):not(.pagination__button--disabled) svg path,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.pagination__button--current):not(.pagination__button--disabled) svg path {
  fill: #ffffff;
}

/* line 36, resources/assets/styles/common/_pagination.scss */

.pagination__button--prev,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  border-top-left-radius: 0.15789rem;
  border-bottom-left-radius: 0.15789rem;
}

/* line 41, resources/assets/styles/common/_pagination.scss */

.pagination__button--next,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  border-top-right-radius: 0.15789rem;
  border-bottom-right-radius: 0.15789rem;
}

/* line 46, resources/assets/styles/common/_pagination.scss */

.pagination__button--current {
  overflow: hidden;
  color: #ffffff;
  background-color: #cc7817;
  border-color: #cc7817;
}

/* line 53, resources/assets/styles/common/_pagination.scss */

.pagination__button--disabled {
  color: currentColor;
  text-decoration: none;
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 58, resources/assets/styles/common/_pagination.scss */

.pagination__button--disabled svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 62, resources/assets/styles/common/_pagination.scss */

.pagination__button--disabled i {
  color: currentColor;
  opacity: 0.5;
}

/* line 71, resources/assets/styles/common/_pagination.scss */

.dataTables_paginate > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 76, resources/assets/styles/common/_pagination.scss */

.dataTables_paginate .paginate_button.current {
  background-color: #cc7817;
  color: #ffffff;
}

/* line 80, resources/assets/styles/common/_pagination.scss */

.dataTables_paginate .paginate_button.current:focus {
  background-color: #663c0b;
}

/* line 1, resources/assets/styles/components/_buttons.scss */

.contact-form input[type=button],
.cookie-popup-notice__button[name="cookies-manage"],
.cookie-popup-notice__button[name="cookies-accept"],
.content-image__button,
.content-image-grid__button,
.content-video__button,
.featured-articles__button,
.featured-media .terms-media-2-column-content__button,
.key-content__button,
.project-at-a-glance__impact-button,
.our-reach-map__popup-button,
.related-projects__button,
.content-how-we-work__button,
.terms-media-2-column-content-link__button,
.terms-media-2-column-content__button,
.m-focus-area-card__button,
.template-impact .impact-cta__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.63158rem 1.57895rem;
  margin-bottom: 0.78947rem;
  border: 2px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  line-height: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 15, resources/assets/styles/components/_buttons.scss */

.contact-form input:hover[type=button],
.cookie-popup-notice__button:hover[name="cookies-manage"],
.cookie-popup-notice__button:hover[name="cookies-accept"],
.content-image__button:hover,
.content-image-grid__button:hover,
.content-video__button:hover,
.featured-articles__button:hover,
.key-content__button:hover,
.project-at-a-glance__impact-button:hover,
.our-reach-map__popup-button:hover,
.related-projects__button:hover,
.content-how-we-work__button:hover,
.terms-media-2-column-content-link__button:hover,
.terms-media-2-column-content__button:hover,
.m-focus-area-card__button:hover,
.template-impact .impact-cta__button:hover {
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 1200px) {
  /* line 1, resources/assets/styles/components/_buttons.scss */

  .contact-form input[type=button],
  .cookie-popup-notice__button[name="cookies-manage"],
  .cookie-popup-notice__button[name="cookies-accept"],
  .content-image__button,
  .content-image-grid__button,
  .content-video__button,
  .featured-articles__button,
  .featured-media .terms-media-2-column-content__button,
  .key-content__button,
  .project-at-a-glance__impact-button,
  .our-reach-map__popup-button,
  .related-projects__button,
  .content-how-we-work__button,
  .terms-media-2-column-content-link__button,
  .terms-media-2-column-content__button,
  .m-focus-area-card__button,
  .template-impact .impact-cta__button {
    padding: 0.78947rem 3.15789rem;
  }
}

/* line 175, resources/assets/styles/components/_buttons.scss */

.inline-media-gallery__action {
  background-color: rgba(30, 30, 30, 0.75);
  width: 2.89474rem;
  height: 2.89474rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 41, resources/assets/styles/common/_accessibility.scss */

.inline-media-gallery__action:focus {
  outline: 0.15789rem solid #000000;
}

/* line 188, resources/assets/styles/components/_buttons.scss */

.inline-media-gallery__action svg path {
  fill: #ffffff;
}

/* line 194, resources/assets/styles/components/_buttons.scss */

.elem-video-thumbnail,
.content-video__play-button,
.content-section-heading-modal-video__play-button,
.hero__button,
.project-hero__button,
.terms-media-2-column-content-link__play-button,
.terms-media-2-column-content__play-button,
.card-media__play-button {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 1.26316rem;
  height: 2rem;
  border-radius: 50%;
  padding: 0.94737rem 1.05263rem 0.94737rem 1.47368rem;
}

/* line 203, resources/assets/styles/components/_buttons.scss */

.elem-video-thumbnail::before,
.content-video__play-button::before,
.content-section-heading-modal-video__play-button::before,
.hero__button::before,
.project-hero__button::before,
.terms-media-2-column-content-link__play-button::before,
.terms-media-2-column-content__play-button::before,
.card-media__play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 4.21053rem;
  height: 4.21053rem;
  background: #000000;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
       -o-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

/* line 218, resources/assets/styles/components/_buttons.scss */

.elem-video-thumbnail::after,
.content-video__play-button::after,
.content-section-heading-modal-video__play-button::after,
.hero__button::after,
.project-hero__button::after,
.terms-media-2-column-content-link__play-button::after,
.terms-media-2-column-content__play-button::after,
.card-media__play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 4.21053rem;
  height: 4.21053rem;
  background: #000000;
  border-radius: 50%;
  -webkit-transition: all 3ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 3ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 3ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 233, resources/assets/styles/components/_buttons.scss */

.elem-video-thumbnail [class*="-icon"],
.content-video__play-button [class*="-icon"],
.content-section-heading-modal-video__play-button [class*="-icon"],
.hero__button [class*="-icon"],
.project-hero__button [class*="-icon"],
.terms-media-2-column-content-link__play-button [class*="-icon"],
.terms-media-2-column-content__play-button [class*="-icon"],
.card-media__play-button [class*="-icon"] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.21053rem;
  height: 2.52632rem;
  border-radius: 50%;
  padding: 0.78947rem;
  z-index: 2;
}

/* line 244, resources/assets/styles/components/_buttons.scss */

.elem-video-thumbnail [class*="-icon"] path:first-child,
.content-video__play-button [class*="-icon"] path:first-child,
.content-section-heading-modal-video__play-button [class*="-icon"] path:first-child,
.hero__button [class*="-icon"] path:first-child,
.project-hero__button [class*="-icon"] path:first-child,
.terms-media-2-column-content-link__play-button [class*="-icon"] path:first-child,
.terms-media-2-column-content__play-button [class*="-icon"] path:first-child,
.card-media__play-button [class*="-icon"] path:first-child {
  fill: #ffffff;
}

/* line 250, resources/assets/styles/components/_buttons.scss */

.elem-video-thumbnail:hover::after,
.content-video__play-button:hover::after,
.content-section-heading-modal-video__play-button:hover::after,
.hero__button:hover::after,
.project-hero__button:hover::after,
.terms-media-2-column-content-link__play-button:hover::after,
.terms-media-2-column-content__play-button:hover::after,
.card-media__play-button:hover::after {
  background-color: black;
}

/* line 255, resources/assets/styles/components/_buttons.scss */

.elem-video-thumbnail:hover [class*="-icon"] path:first-child,
.content-video__play-button:hover [class*="-icon"] path:first-child,
.content-section-heading-modal-video__play-button:hover [class*="-icon"] path:first-child,
.hero__button:hover [class*="-icon"] path:first-child,
.project-hero__button:hover [class*="-icon"] path:first-child,
.terms-media-2-column-content-link__play-button:hover [class*="-icon"] path:first-child,
.terms-media-2-column-content__play-button:hover [class*="-icon"] path:first-child,
.card-media__play-button:hover [class*="-icon"] path:first-child {
  fill: #e6e6e6;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/**
  Default gray background / darker grey border input
 */

/* line 4, resources/assets/styles/components/_inputs.scss */

.default-input,
.contact-form input[type=text],
.contact-form input[type=number],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form input[type=password],
.contact-form textarea.nf-element,
.single-filter-block__input,
.single-filter-block__search,
.m-search-form .search-form__input,
.m-search-form .search-form__button {
  background-color: #f3f3f3;
  border: 1px solid #c2d1d9;
  border-radius: 0.15789rem;
}

/* line 11, resources/assets/styles/components/_inputs.scss */

.d-search,
.global-search__button,
.our-people-modal__close-btn,
.unstyled-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
}

/* line 18, resources/assets/styles/components/_inputs.scss */

.accessible-toggle {
  display: inline-block;
  cursor: pointer;
}

/* line 22, resources/assets/styles/components/_inputs.scss */

.accessible-toggle--essential {
  pointer-events: none;
  opacity: 0.6;
}

/* line 27, resources/assets/styles/components/_inputs.scss */

.accessible-toggle .slider {
  position: relative;
  width: 4.42105rem;
  height: 1.68421rem;
  background-color: #cbd5e0;
  border-radius: 1.57895rem;
  padding: 0.15789rem;
  -webkit-transition: background-color 250ms ease 0s;
  -o-transition: background-color 250ms ease 0s;
  transition: background-color 250ms ease 0s;
}

/* line 36, resources/assets/styles/components/_inputs.scss */

.accessible-toggle .slider::before,
.accessible-toggle .slider::after {
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600;
  color: #ffffff;
}

/* line 47, resources/assets/styles/components/_inputs.scss */

.accessible-toggle .slider::before {
  left: 0;
  content: "On";
  padding-left: 0.63158rem;
}

/* line 53, resources/assets/styles/components/_inputs.scss */

.accessible-toggle .slider::after {
  content: "Off";
  right: 0;
  padding-right: 0.63158rem;
}

/* line 60, resources/assets/styles/components/_inputs.scss */

.accessible-toggle .thumb {
  width: 1.89474rem;
  height: 1.36842rem;
  background-color: #ffffff;
  border-radius: 1.57895rem;
  -webkit-transition: -webkit-transform 250ms ease 0s;
  transition: -webkit-transform 250ms ease 0s;
  -o-transition: -o-transform 250ms ease 0s;
  transition: transform 250ms ease 0s;
  transition: transform 250ms ease 0s, -webkit-transform 250ms ease 0s, -o-transform 250ms ease 0s;
}

/* line 68, resources/assets/styles/components/_inputs.scss */

.accessible-toggle .checkbox {
  /* visually hidden */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 81, resources/assets/styles/components/_inputs.scss */

.accessible-toggle .checkbox:focus + .slider {
  -webkit-box-shadow: 0 0 0 3px rgba(20, 191, 18, 0.5);
          box-shadow: 0 0 0 3px rgba(20, 191, 18, 0.5);
}

/* line 85, resources/assets/styles/components/_inputs.scss */

.accessible-toggle .checkbox:checked + .slider {
  background-color: #14bf12;
}

/* line 89, resources/assets/styles/components/_inputs.scss */

.accessible-toggle .checkbox:checked + .slider .thumb {
  -webkit-transform: translateX(2.21053rem);
       -o-transform: translateX(2.21053rem);
          transform: translateX(2.21053rem);
}

/* line 93, resources/assets/styles/components/_inputs.scss */

.accessible-toggle .checkbox:disabled + .slider {
  opacity: 0.25;
}

/* line 1, resources/assets/styles/components/_stacked-bar-chart.scss */

.stacked-bar-chart {
  font-family: "league-gothic", serif;
  font-style: normal;
  font-weight: normal;
  border: 2px solid #000000;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 10, resources/assets/styles/components/_stacked-bar-chart.scss */

.stacked-bar-chart .bar {
  width: 0;
  background: #000000;
  -webkit-transform-origin: left center;
       -o-transform-origin: left center;
          transform-origin: left center;
  color: #ffffff;
}

/* line 17, resources/assets/styles/components/_stacked-bar-chart.scss */

.stacked-bar-chart .bar__label {
  opacity: 0;
  text-align: right;
  font-size: 0.7rem;
  padding: 3px 3px;
  color: #ffffff;
}

@media (min-width: 468px) {
  /* line 17, resources/assets/styles/components/_stacked-bar-chart.scss */

  .stacked-bar-chart .bar__label {
    padding: 0 8px;
  }
}

/* line 28, resources/assets/styles/components/_stacked-bar-chart.scss */

.stacked-bar-chart .bar__label--right {
  text-align: right;
}

/* line 32, resources/assets/styles/components/_stacked-bar-chart.scss */

.stacked-bar-chart .bar__label span {
  font-size: 1.3rem;
  display: block;
  line-height: 1rem;
}

/*
  Theme colours
    .charts-box__block-theme--blue
    .charts-box__block-theme--pink
    .charts-box__block-theme--orange
    .charts-box__block-theme--turquoise
*/

/* line 47, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

/* line 53, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__key-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-right: 35px;
}

@media (min-width: 468px) {
  /* line 53, resources/assets/styles/components/_stacked-bar-chart.scss */

  .charts-box__key-item {
    margin-bottom: 10px;
  }
}

/* line 63, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__key-item .key-circle {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

/* line 69, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__key-item .key-circle--blue {
  background: #0eb9cb;
}

/* line 73, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__key-item .key-circle--yellow {
  background: #ff971e;
}

/* line 77, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__key-item .key-circle--turquoise {
  background: #025e6a;
}

/* line 81, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__key-item .key-circle--pink {
  background: #ff7751;
}

/* line 86, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__key-item .key-label {
  color: #025e6a;
  font-size: 12.795px;
  font-family: "league-gothic", serif;
}

/* line 94, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block {
  margin-bottom: 30px;
}

/* line 98, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--blue .chart-title {
  color: #0eb9cb;
}

/* line 102, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--blue .stacked-bar-chart {
  border: 2px solid #0eb9cb;
}

/* line 105, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--blue .stacked-bar-chart .bar,
.charts-box__block-theme--blue .stacked-bar-chart .bar--default {
  background: #0eb9cb;
}

/* line 109, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--blue .stacked-bar-chart .bar--alt-1,
.charts-box__block-theme--blue .stacked-bar-chart .bar--default--alt-1 {
  background-color: #86dce5;
}

/* line 117, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--pink .chart-title {
  color: #ff7751;
}

/* line 121, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--pink .stacked-bar-chart {
  border: 2px solid #ff7751;
}

/* line 124, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--pink .stacked-bar-chart .bar,
.charts-box__block-theme--pink .stacked-bar-chart .bar--default {
  background: #ffbba8;
}

/* line 128, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--pink .stacked-bar-chart .bar--alt-1,
.charts-box__block-theme--pink .stacked-bar-chart .bar--default--alt-1 {
  background-color: #ff7751;
}

/* line 136, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--yellow .chart-title {
  color: #ff971e;
}

/* line 140, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--yellow .stacked-bar-chart {
  border: 2px solid #ff971e;
}

/* line 143, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--yellow .stacked-bar-chart .bar,
.charts-box__block-theme--yellow .stacked-bar-chart .bar--default {
  background: #ff971e;
}

/* line 147, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--yellow .stacked-bar-chart .bar--alt-1,
.charts-box__block-theme--yellow .stacked-bar-chart .bar--default--alt-1 {
  background-color: #ffcb8f;
}

/* line 155, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--turquoise .chart-title {
  color: #025e6a;
}

/* line 159, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--turquoise .stacked-bar-chart {
  border: 2px solid #025e6a;
}

/* line 162, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--turquoise .stacked-bar-chart .bar,
.charts-box__block-theme--turquoise .stacked-bar-chart .bar--default {
  background: #80aeb4;
}

/* line 166, resources/assets/styles/components/_stacked-bar-chart.scss */

.charts-box__block-theme--turquoise .stacked-bar-chart .bar--alt-1,
.charts-box__block-theme--turquoise .stacked-bar-chart .bar--default--alt-1 {
  background-color: #025e6a;
}

/* line 1, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb {
  color: #000000;
}

/* line 4, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

/* line 10, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb__item,
.breadcrumb__separator {
  display: inline;
}

/* line 15, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb__link,
.breadcrumb__current,
.breadcrumb__separator {
  color: #ffffff;
}

/* line 22, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb__link:hover {
  color: #ffffff;
}

/* line 27, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb__separator {
  padding: 0 0.52632rem;
}

/* line 30, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb__separator:last-of-type {
  display: none;
}

/* line 1, resources/assets/styles/components/_hamburger.scss */

.hamburger {
  display: inline-block;
  padding: 0;
  line-height: 0;
  width: 2.52632rem;
  height: 2.52632rem;
  background-color: #cc7817;
  border-radius: 50%;
}

/* line 10, resources/assets/styles/components/_hamburger.scss */

.hamburger:focus {
  -webkit-box-shadow: 0 0 0 0.10526rem #87500f;
          box-shadow: 0 0 0 0.10526rem #87500f;
  outline: none;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/components/_hamburger.scss */

  .hamburger {
    display: none;
  }
}

/* line 1, resources/assets/styles/components/_tabs.scss */

.nav-tabs .nav-item {
  background-color: #d9d9d9;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/** Contact form */

/* line 2, resources/assets/styles/components/_forms.scss */

.contact-form {
  padding-bottom: 4.73684rem;
}

/* line 5, resources/assets/styles/components/_forms.scss */

.contact-form input[type=text],
.contact-form input[type=number],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form input[type=password],
.contact-form textarea.nf-element {
  padding: 0.63158rem 0.52632rem;
}

/* line 16, resources/assets/styles/components/_forms.scss */

.contact-form input[type=text],
.contact-form input[type=number],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form input[type=password] {
  width: 55%;
}

/* line 24, resources/assets/styles/components/_forms.scss */

.contact-form input[type=button] {
  background-color: #cc7817;
  color: #ffffff;
  text-transform: uppercase;
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.contact-form input[type=button] svg path:last-child {
  fill: #ffffff;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.contact-form input[type=button]:hover,
.contact-form input[type=button]:active {
  background-color: #995a12;
  color: #ffffff;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

.contact-form input[type=button]:focus {
  border-color: #663c0b;
}

/* line 40, resources/assets/styles/components/_forms.scss */

.contact-form .label-above .nf-field-label {
  margin-bottom: 0.31579rem;
}

/* line 43, resources/assets/styles/components/_forms.scss */

.contact-form .label-above .nf-field-label label {
  font-weight: 300;
}

/* line 48, resources/assets/styles/components/_forms.scss */

.contact-form .nf-form-fields-required {
  margin-bottom: 0.63158rem;
}

/* line 52, resources/assets/styles/components/_forms.scss */

.contact-form .nf-after-field .nf-error-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 55, resources/assets/styles/components/_forms.scss */

.contact-form .nf-after-field .nf-error-msg::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.15789rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij4KICA8cGF0aCBkPSJNMTIgMkM2LjQ4IDIgMiA2LjQ4IDIgMTJzNC40OCAxMCAxMCAxMCAxMC00LjQ4IDEwLTEwUzE3LjUyIDIgMTIgMnptMSAxNWgtMnYtMmgydjJ6bTAtNGgtMlY3aDJ2NnoiIGZpbGw9IiNmNDYzNjMiLz4KPC9zdmc+Cg==);
  width: 1.26316rem;
  height: 1.26316rem;
}

/* line 65, resources/assets/styles/components/_forms.scss */

.contact-form .nf-form-errors {
  background-color: rgba(255, 200, 200, 0.2);
  border-radius: 0.15789rem;
}

/* line 1, resources/assets/styles/components/_video-thumbnail.scss */

.elem-video-thumbnail {
  padding: 0;
}

/** Partials */

/* line 1, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 1.26316rem 0;
  background-color: #dfe5e6;
  z-index: 999;
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-box-shadow: 0 -2.8px 2.2px rgba(0, 0, 0, 0.006), 0 -6.7px 5.3px rgba(0, 0, 0, 0.008), 0 -12.5px 10px rgba(0, 0, 0, 0.01), 0 -22.3px 17.9px rgba(0, 0, 0, 0.012), 0 -41.8px 33.4px rgba(0, 0, 0, 0.014), 0 -100px 80px rgba(0, 0, 0, 0.02);
          box-shadow: 0 -2.8px 2.2px rgba(0, 0, 0, 0.006), 0 -6.7px 5.3px rgba(0, 0, 0, 0.008), 0 -12.5px 10px rgba(0, 0, 0, 0.01), 0 -22.3px 17.9px rgba(0, 0, 0, 0.012), 0 -41.8px 33.4px rgba(0, 0, 0, 0.014), 0 -100px 80px rgba(0, 0, 0, 0.02);
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/partials/global/_cookie-notice.scss */

  .cookie-popup-notice {
    padding: 1.57895rem 0;
  }
}

/* line 22, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice.show {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 27, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice__button[name="cookies-manage"] {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
  font-size: 0.75rem;
  border-width: 1px;
  padding: 0.63158rem 0.63158rem;
  background-color: transparent;
}

/* line 76, resources/assets/styles/components/_buttons.scss */

.cookie-popup-notice__button[name="cookies-manage"] svg path:last-child {
  fill: #000000;
}

/* line 82, resources/assets/styles/components/_buttons.scss */

.cookie-popup-notice__button[name="cookies-manage"]:hover,
.cookie-popup-notice__button[name="cookies-manage"]:active {
  background-color: #000000;
  color: #ffffff;
}

/* line 89, resources/assets/styles/components/_buttons.scss */

.cookie-popup-notice__button[name="cookies-manage"]:hover svg path:last-child,
.cookie-popup-notice__button[name="cookies-manage"]:active svg path:last-child {
  fill: #ffffff;
}

/* line 96, resources/assets/styles/components/_buttons.scss */

.cookie-popup-notice__button[name="cookies-manage"]:focus {
  background-color: #e7e6e6;
}

/* line 33, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice__button[name="cookies-accept"] {
  background-color: #cc7817;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.63158rem 0.63158rem;
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.cookie-popup-notice__button[name="cookies-accept"] svg path:last-child {
  fill: #ffffff;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.cookie-popup-notice__button[name="cookies-accept"]:hover,
.cookie-popup-notice__button[name="cookies-accept"]:active {
  background-color: #995a12;
  color: #ffffff;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

.cookie-popup-notice__button[name="cookies-accept"]:focus {
  border-color: #663c0b;
}

/* line 37, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice__button[name="cookies-accept"],
.cookie-popup-notice__button[name="cookies-manage"] {
  font-size: 0.84211rem;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 48, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice p {
  font-weight: 400;
  color: #000000;
  line-height: 1.25;
}

/* line 57, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice a {
  color: #025e6a;
}

/* line 61, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice h2,
.cookie-popup-notice h3 {
  color: #025e6a;
  line-height: 1;
}

/* line 67, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice p,
.cookie-popup-notice h3,
.cookie-popup-notice form {
  margin-top: 0.84211rem;
}

/* line 75, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 80, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice form button {
  margin-right: 0.31579rem;
}

/* line 85, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice h2 {
  letter-spacing: -1px;
  font-weight: 700;
}

/* line 93, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice h3 {
  font-weight: 500;
}

/* line 99, resources/assets/styles/partials/global/_cookie-notice.scss */

.cookie-popup-notice input {
  margin-bottom: 0;
}

/* line 3, resources/assets/styles/partials/_approaches.scss */

.approaches .content-image__icon-container {
  position: relative;
  display: inline-block;
  margin-bottom: 1.57895rem;
  padding: 0.52632rem;
}

/* line 9, resources/assets/styles/partials/_approaches.scss */

.approaches .content-image__icon-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.63158rem;
  height: 2.63158rem;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1rem;
  z-index: 1;
}

/* line 23, resources/assets/styles/partials/_approaches.scss */

.approaches .content-image__icon {
  position: relative;
  z-index: 2;
}

/* line 34, resources/assets/styles/partials/_approaches.scss */

.approaches__content-image--science .content-image__icon-container::before {
  background-color: #ff7751;
}

/* line 42, resources/assets/styles/partials/_approaches.scss */

.approaches__content-image--stories .content-image__icon-container::before {
  background-color: #ff971e;
}

/* line 50, resources/assets/styles/partials/_approaches.scss */

.approaches__content-image--saturation .content-image__icon-container::before {
  background-color: #0eb9cb;
}

/* stylelint-disable, no-descending-specificity */

/* line 5, resources/assets/styles/partials/_header.scss */

body.js-show-navigation {
  position: relative;
  overflow: hidden;
}

/* line 10, resources/assets/styles/partials/_header.scss */

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.57895rem;
  background-color: #ffffff;
  height: 3.15789rem;
}

/* line 18, resources/assets/styles/partials/_header.scss */

.main-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (min-width: 992px) {
  /* line 10, resources/assets/styles/partials/_header.scss */

  .main-header {
    height: 4.52632rem;
  }
}

/* line 27, resources/assets/styles/partials/_header.scss */

.main-header__logo {
  width: 4.42105rem;
}

@media (min-width: 992px) {
  /* line 27, resources/assets/styles/partials/_header.scss */

  .main-header__logo {
    width: 6.10526rem;
    height: 2.94737rem;
  }
}

/* line 37, resources/assets/styles/partials/_header.scss */

.d-search {
  display: block;
}

/* line 42, resources/assets/styles/partials/_header.scss */

.d-search__icon {
  width: 1.78947rem;
  height: 1.78947rem;
}

/* line 46, resources/assets/styles/partials/_header.scss */

.d-search__icon path {
  fill: #025e6a;
}

/* line 52, resources/assets/styles/partials/_header.scss */

.primary-navigation {
  display: none;
  height: 100%;
  padding-top: 2.52632rem;
  /**
    First level sub menu
   */
}

@media (min-width: 992px) {
  /* line 52, resources/assets/styles/partials/_header.scss */

  .primary-navigation {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 65, resources/assets/styles/partials/_header.scss */

body.js-show-navigation .primary-navigation {
  display: block;
  top: 3.15789rem;
}

@media (max-width: 1199.98px) {
  /* line 65, resources/assets/styles/partials/_header.scss */

  body.js-show-navigation .primary-navigation {
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100vh - 3.15789rem);
    opacity: 1;
    background-color: #fff5e9;
    z-index: 2;
    overflow: auto;
  }
}

@media (min-width: 992px) {
  /* line 65, resources/assets/styles/partials/_header.scss */

  body.js-show-navigation .primary-navigation {
    top: 4.52632rem;
  }
}

/* line 85, resources/assets/styles/partials/_header.scss */

.primary-navigation__list,
.primary-navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  /* line 85, resources/assets/styles/partials/_header.scss */

  .primary-navigation__list,
  .primary-navigation__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: auto;
  }
}

/* line 95, resources/assets/styles/partials/_header.scss */

.primary-navigation__list {
  padding-left: 0;
  list-style: none;
  padding: 0 1.57895rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  list-style: none;
}

@media (min-width: 992px) {
  /* line 95, resources/assets/styles/partials/_header.scss */

  .primary-navigation__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 110, resources/assets/styles/partials/_header.scss */

.primary-navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0.47368rem 0;
  border-bottom: 0.05263rem solid #000000;
}

@media (min-width: 992px) {
  /* line 110, resources/assets/styles/partials/_header.scss */

  .primary-navigation__item {
    margin-right: 0.94737rem;
    padding-left: 0.31579rem;
    padding-right: 0.31579rem;
    border-bottom: 0;
    width: auto;
  }
}

@media (min-width: 1200px) {
  /* line 110, resources/assets/styles/partials/_header.scss */

  .primary-navigation__item {
    margin-right: 1.73684rem;
  }
}

/* line 130, resources/assets/styles/partials/_header.scss */

.primary-navigation__item--has-children.is-active > .primary-navigation__button,
.primary-navigation__item--has-children.is-active > .primary-navigation__sub-menu__button {
  -webkit-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}

@media (max-width: 991.98px) {
  /* line 135, resources/assets/styles/partials/_header.scss */

  .primary-navigation__item--has-children:hover .nav-sub-menu {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 768px) {
  /* line 144, resources/assets/styles/partials/_header.scss */

  .primary-navigation__item--has-children.is-active .nav-sub-menu {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (max-width: 991.98px) {
  /* line 153, resources/assets/styles/partials/_header.scss */

  .primary-navigation__item--has-children:hover .primary-navigation__sub-menu {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s;
    -o-transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s, opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s, opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s, -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s;
    opacity: 1;
  }
}

/* line 163, resources/assets/styles/partials/_header.scss */

.primary-navigation__item--has-children.is-active .primary-navigation__sub-menu {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s;
  -o-transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s, opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s, opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s, -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.095s;
  opacity: 1;
}

/* line 173, resources/assets/styles/partials/_header.scss */

.primary-navigation__link {
  position: relative;
  display: inline-block;
  font-family: "league-gothic", serif;
  text-transform: uppercase;
  color: #000000;
}

@media (max-width: 1199.98px) {
  /* line 173, resources/assets/styles/partials/_header.scss */

  .primary-navigation__link {
    font-size: 1.5625rem;
    width: calc(100% - 36px);
  }
}

@media (min-width: 992px) {
  /* line 173, resources/assets/styles/partials/_header.scss */

  .primary-navigation__link {
    color: #025e6a;
    width: auto;
  }

  /* line 192, resources/assets/styles/partials/_header.scss */

  .primary-navigation__link::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0.10526rem;
    background-color: currentColor;
    -webkit-transform: translateY(0.10526rem);
         -o-transform: translateY(0.10526rem);
            transform: translateY(0.10526rem);
    opacity: 0;
    -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

/* line 206, resources/assets/styles/partials/_header.scss */

.primary-navigation__link:hover,
.primary-navigation__link:active,
.primary-navigation__link:focus {
  color: #025e6a;
  text-decoration: none;
}

/* line 212, resources/assets/styles/partials/_header.scss */

.primary-navigation__link:hover::after,
.primary-navigation__link:active::after,
.primary-navigation__link:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 219, resources/assets/styles/partials/_header.scss */

.primary-navigation__button,
.primary-navigation__sub-menu__button {
  width: 36px;
  height: 36px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  -o-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPHBhdGggZD0iTTE2LjU5IDguNTlMMTIgMTMuMTcgNy40MSA4LjU5IDYgMTBsNiA2IDYtNnoiLz4KPC9zdmc+Cg==);
}

@media (min-width: 992px) {
  /* line 219, resources/assets/styles/partials/_header.scss */

  .primary-navigation__button,
  .primary-navigation__sub-menu__button {
    width: 1.26316rem;
    height: 1.26316rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzAyNWU2YSIgZD0iTTE2LjU5IDguNTlMMTIgMTMuMTcgNy40MSA4LjU5IDYgMTBsNiA2IDYtNnoiLz48L3N2Zz4K);
  }
}

/* line 241, resources/assets/styles/partials/_header.scss */

.primary-navigation__sub-menu {
  max-width: none;
}

@media (min-width: 992px) {
  /* line 241, resources/assets/styles/partials/_header.scss */

  .primary-navigation__sub-menu {
    width: 960px;
    max-width: inherit;
    -webkit-transform: translateY(-60px);
         -o-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0;
    padding-left: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -o-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  }
}

/* line 257, resources/assets/styles/partials/_header.scss */

.primary-navigation__sub-menu a {
  display: inline-block;
  color: #000000;
  padding-top: 0.84211rem;
  padding-bottom: 0.84211rem;
}

@media (min-width: 992px) {
  /* line 257, resources/assets/styles/partials/_header.scss */

  .primary-navigation__sub-menu a {
    padding: 0;
    margin-top: 0.84211rem;
    margin-bottom: 0.84211rem;
  }

  /* line 268, resources/assets/styles/partials/_header.scss */

  .primary-navigation__sub-menu a:focus {
    outline: 1px dotted;
  }
}

/* line 274, resources/assets/styles/partials/_header.scss */

.primary-navigation__sub-menu--has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 279, resources/assets/styles/partials/_header.scss */

.primary-navigation__sub-menu__link {
  font-weight: 700;
  width: calc(100% - 36px);
}

@media (min-width: 768px) {
  /* line 279, resources/assets/styles/partials/_header.scss */

  .primary-navigation__sub-menu__link {
    width: auto;
  }
}

/* line 288, resources/assets/styles/partials/_header.scss */

.primary-navigation__sub-menu__button {
  padding-top: 0.84211rem;
  padding-bottom: 0.84211rem;
}

@media (min-width: 992px) {
  /* line 288, resources/assets/styles/partials/_header.scss */

  .primary-navigation__sub-menu__button {
    display: none;
  }
}

/* line 298, resources/assets/styles/partials/_header.scss */

.primary-navigation__sub__sub-menu {
  padding-left: 0;
  list-style: none;
  display: none;
}

@media (min-width: 992px) {
  /* line 298, resources/assets/styles/partials/_header.scss */

  .primary-navigation__sub__sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/* line 309, resources/assets/styles/partials/_header.scss */

.primary-navigation__sub__sub-menu a {
  padding-left: 0.68421rem;
  padding-right: 0.68421rem;
}

@media (min-width: 992px) {
  /* line 309, resources/assets/styles/partials/_header.scss */

  .primary-navigation__sub__sub-menu a {
    padding: 0;
    margin-left: 0.68421rem;
  }
}

/* line 320, resources/assets/styles/partials/_header.scss */

.primary-navigation .nav-sub-menu {
  display: none;
  width: 100%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

@media (min-width: 992px) {
  /* line 320, resources/assets/styles/partials/_header.scss */

  .primary-navigation .nav-sub-menu {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 4.52632rem;
    left: 0;
    height: 80vh;
    width: 100%;
    z-index: 99;
    background-color: #fff5e9;
    padding: 3.15789rem 0 1.57895rem;
  }
}

@media screen and (min-width: 992px) and (min-height: 768px) {
  /* line 320, resources/assets/styles/partials/_header.scss */

  .primary-navigation .nav-sub-menu {
    padding: 4.73684rem 0;
  }
}

/* line 345, resources/assets/styles/partials/_header.scss */

.primary-navigation .nav-sub-menu__info {
  display: none;
}

@media (min-width: 992px) {
  /* line 345, resources/assets/styles/partials/_header.scss */

  .primary-navigation .nav-sub-menu__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 355, resources/assets/styles/partials/_header.scss */

.primary-navigation .nav-sub-menu__heading {
  text-transform: uppercase;
  color: #025e6a;
}

/* line 363, resources/assets/styles/partials/_header.scss */

.primary-navigation .nav-sub-menu__description {
  width: 100%;
}

/* line 367, resources/assets/styles/partials/_header.scss */

.primary-navigation .nav-sub-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.73684rem;
  color: #cc7817;
  font-weight: 700;
}

/* line 374, resources/assets/styles/partials/_header.scss */

.primary-navigation .nav-sub-menu__link svg {
  margin-left: 0.31579rem;
  width: 1.05263rem;
  height: 1.05263rem;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 380, resources/assets/styles/partials/_header.scss */

.primary-navigation .nav-sub-menu__link svg path {
  fill: currentColor;
}

/* line 385, resources/assets/styles/partials/_header.scss */

.primary-navigation .nav-sub-menu__link:hover {
  color: #70420d;
}

/* line 388, resources/assets/styles/partials/_header.scss */

.primary-navigation .nav-sub-menu__link:hover svg {
  -webkit-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}

/* line 394, resources/assets/styles/partials/_header.scss */

.primary-navigation .nav-sub-menu__wrapper {
  padding-left: 0;
  list-style: none;
  padding-left: 0.78947rem;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

@media (min-width: 992px) {
  /* line 394, resources/assets/styles/partials/_header.scss */

  .primary-navigation .nav-sub-menu__wrapper {
    height: 100%;
    padding-left: 0;
  }
}

/* line 407, resources/assets/styles/partials/_header.scss */

.primary-navigation .nav-sub-menu__wrapper > li {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  /* line 407, resources/assets/styles/partials/_header.scss */

  .primary-navigation .nav-sub-menu__wrapper > li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 40%;
  }
}

/* line 416, resources/assets/styles/partials/_header.scss */

.primary-navigation .nav-sub-menu__wrapper > li:first-child {
  width: 50%;
  height: calc(100vh - 9.47368rem);
}

/* line 1, resources/assets/styles/partials/_footer.scss */

.main-footer {
  margin-top: 4.73684rem;
  padding: 0.78947rem 1.57895rem;
  text-align: center;
  background-color: #ffffff;
}

/* line 7, resources/assets/styles/partials/_footer.scss */

.main-footer__brand {
  display: block;
  margin-bottom: 1.57895rem;
}

/* line 12, resources/assets/styles/partials/_footer.scss */

.main-footer__logo {
  width: 4.73684rem;
}

@media (min-width: 768px) {
  /* line 12, resources/assets/styles/partials/_footer.scss */

  .main-footer__logo {
    width: 6.10526rem;
  }
}

/* line 25, resources/assets/styles/partials/_footer.scss */

.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.36842rem;
}

/* line 30, resources/assets/styles/partials/_footer.scss */

.footer-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  /* line 30, resources/assets/styles/partials/_footer.scss */

  .footer-navigation__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  /* line 43, resources/assets/styles/partials/_footer.scss */

  .footer-navigation__item {
    margin-right: 2.36842rem;
  }
}

/* line 48, resources/assets/styles/partials/_footer.scss */

.footer-navigation__item:last-child {
  margin-right: 0;
}

/* line 53, resources/assets/styles/partials/_footer.scss */

.footer-navigation__link {
  font-family: "league-gothic", serif;
  text-transform: uppercase;
  color: #025e6a;
}

/* line 60, resources/assets/styles/partials/_footer.scss */

.footer-navigation__link:hover,
.footer-navigation__link:active,
.footer-navigation__link:focus {
  color: #025e6a;
  text-decoration: underline;
}

/* line 69, resources/assets/styles/partials/_footer.scss */

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.78947rem 0;
  margin-bottom: 2.36842rem;
  list-style: none;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
}

/* line 78, resources/assets/styles/partials/_footer.scss */

.social-icons__item {
  margin-right: 0.78947rem;
}

/* line 81, resources/assets/styles/partials/_footer.scss */

.social-icons__item:last-child {
  margin-right: 0;
}

/* line 86, resources/assets/styles/partials/_footer.scss */

.social-icons__icon {
  width: 0.84211rem;
  height: 0.84211rem;
}

/* line 90, resources/assets/styles/partials/_footer.scss */

.social-icons__icon path {
  fill: #ffffff;
}

/* line 95, resources/assets/styles/partials/_footer.scss */

.social-icons__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.68421rem;
  height: 1.68421rem;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 104, resources/assets/styles/partials/_footer.scss */

.social-icons__link::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}

/* line 112, resources/assets/styles/partials/_footer.scss */

.social-icons__link--facebook {
  background-color: #3b5998;
}

/* line 116, resources/assets/styles/partials/_footer.scss */

.social-icons__link--youtube {
  background-color: #bb0000;
}

/* line 120, resources/assets/styles/partials/_footer.scss */

.social-icons__link--twitter {
  background-color: #00aced;
}

/* line 124, resources/assets/styles/partials/_footer.scss */

.social-icons__link--linkedin {
  background-color: #007bb6;
}

/* line 3, resources/assets/styles/partials/_pages.scss */

.template-media-overview .fancybox-content {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
  -o-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

/* line 11, resources/assets/styles/partials/_pages.scss */

.template-media-overview .fancybox-content.active,
.template-media-overview .fancybox-content.fancybox-share {
  opacity: 1;
}

/* line 16, resources/assets/styles/partials/_pages.scss */

.template-media-overview .fancybox-content .caption-link a {
  font-weight: 700;
}

@media (min-width: 1024px) {
  /* line 3, resources/assets/styles/partials/_pages.scss */

  .template-media-overview .fancybox-content {
    -webkit-transform: translate(calc(-50% + -8.84211rem), -50%);
         -o-transform: translate(calc(-50% + -8.84211rem), -50%);
            transform: translate(calc(-50% + -8.84211rem), -50%);
  }
}

/* line 25, resources/assets/styles/partials/_pages.scss */

.template-media-overview .fancybox-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 33, resources/assets/styles/partials/_pages.scss */

.template-media-overview .fancybox-caption__body {
  max-width: 50ch;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  /* line 33, resources/assets/styles/partials/_pages.scss */

  .template-media-overview .fancybox-caption__body {
    text-align: left;
  }
}

/* line 42, resources/assets/styles/partials/_pages.scss */

.template-media-overview .fancybox-caption--separate {
  margin-top: 0;
}

/* line 46, resources/assets/styles/partials/_pages.scss */

.template-media-overview .fancybox-caption.desktop {
  opacity: 0;
  position: relative;
  background: #1e1e1e;
  -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 52, resources/assets/styles/partials/_pages.scss */

.template-media-overview .fancybox-caption.desktop.active {
  opacity: 1;
  position: absolute;
  left: 100%;
  top: 0;
}

@media (max-width: 1024px) {
  /* line 46, resources/assets/styles/partials/_pages.scss */

  .template-media-overview .fancybox-caption.desktop {
    top: 100%;
    bottom: auto;
    padding: 2.10526rem;
  }
}

@media (min-width: 1024px) {
  /* line 46, resources/assets/styles/partials/_pages.scss */

  .template-media-overview .fancybox-caption.desktop {
    width: 17.68421rem;
    height: 100%;
    padding: 3.68421rem 2.10526rem;
  }
}

/* line 71, resources/assets/styles/partials/_pages.scss */

.template-media-overview .fancybox-caption.desktop__body {
  text-align: left;
}

/* line 74, resources/assets/styles/partials/_pages.scss */

.template-media-overview .fancybox-caption.desktop__body h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

/* line 80, resources/assets/styles/partials/_pages.scss */

.template-media-overview .fancybox-caption.desktop__body p {
  font-size: 0.84211rem;
}

/* line 85, resources/assets/styles/partials/_pages.scss */

.template-media-overview .fancybox-caption.desktop__permalink {
  margin-top: 0.94737rem;
  font-weight: 600;
  padding-right: 1.05263rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0Ij4KICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz4KPC9zdmc+Cg==);
  background-position: right center;
  background-size: 0.84211rem 0.84211rem;
  background-repeat: no-repeat;
}

/* line 94, resources/assets/styles/partials/_pages.scss */

.template-media-overview .fancybox-caption.desktop__permalink:focus {
  outline: 2px dotted currentColor;
  margin-left: 0.15789rem;
}

/* line 1, resources/assets/styles/partials/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/partials/_content.scss */

.content {
  margin-bottom: 1.57895rem;
}

@media (min-width: 768px) {
  /* line 4, resources/assets/styles/partials/_content.scss */

  .content--offset {
    margin-top: -3.15789rem;
  }
}

/* line 10, resources/assets/styles/partials/_content.scss */

.content__wysiwyg {
  padding: 2.36842rem 0;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  /* line 10, resources/assets/styles/partials/_content.scss */

  .content__wysiwyg {
    padding: 3.15789rem 4.73684rem;
  }
}

/* line 22, resources/assets/styles/partials/_content.scss */

.content__wysiwyg h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

/* line 1, resources/assets/styles/partials/_content-downloads.scss */

.content-downloads {
  padding: 2.36842rem 0;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/partials/_content-downloads.scss */

  .content-downloads {
    padding: 4.73684rem 0;
  }
}

/* line 8, resources/assets/styles/partials/_content-downloads.scss */

.content-downloads .container {
  padding: 3.15789rem;
  background-color: rgba(255, 151, 30, 0.45);
}

/* line 13, resources/assets/styles/partials/_content-downloads.scss */

.content-downloads__heading {
  margin-bottom: 1.57895rem;
  line-height: 1;
  text-transform: uppercase;
  color: #025e6a;
}

/* line 21, resources/assets/styles/partials/_content-downloads.scss */

.content-downloads__heading::after {
  content: "";
  display: block;
  width: 3.15789rem;
  height: 0.15789rem;
  margin-top: 1.57895rem;
  background-color: #f33829;
}

@media (min-width: 1200px) {
  /* line 21, resources/assets/styles/partials/_content-downloads.scss */

  .content-downloads__heading::after {
    width: 4.73684rem;
  }
}

/* line 35, resources/assets/styles/partials/_content-downloads.scss */

.content-downloads__list {
  list-style: none;
}

/* line 38, resources/assets/styles/partials/_content-downloads.scss */

.content-downloads__list-item {
  padding: 0.78947rem 0;
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.3);
}

/* line 44, resources/assets/styles/partials/_content-downloads.scss */

.content-downloads__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
}

/* line 49, resources/assets/styles/partials/_content-downloads.scss */

.content-downloads__button-text {
  font-weight: 500;
}

/* line 1, resources/assets/styles/partials/_content-image.scss */

.content-image {
  padding: 2.36842rem 0;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/partials/_content-image.scss */

  .content-image {
    padding: 4.73684rem 0;
  }
}

/* line 11, resources/assets/styles/partials/_content-image.scss */

.content-image--aligned-left .content-image__content-wrapper {
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 11, resources/assets/styles/partials/_content-image.scss */

  .content-image--aligned-left .content-image__content-wrapper {
    padding-right: 2.36842rem;
  }
}

/* line 19, resources/assets/styles/partials/_content-image.scss */

.content-image--aligned-left .content-image__image-wrapper {
  padding-right: 0;
}

@media (max-width: 767.98px) {
  /* line 19, resources/assets/styles/partials/_content-image.scss */

  .content-image--aligned-left .content-image__image-wrapper {
    padding-left: 0;
  }
}

/* line 29, resources/assets/styles/partials/_content-image.scss */

.content-image--aligned-right .content-image__image-wrapper {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  /* line 29, resources/assets/styles/partials/_content-image.scss */

  .content-image--aligned-right .content-image__image-wrapper {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  /* line 37, resources/assets/styles/partials/_content-image.scss */

  .content-image--aligned-right .content-image__content-wrapper {
    padding-left: 2.36842rem;
  }
}

/* line 44, resources/assets/styles/partials/_content-image.scss */

.content-image__content-wrapper {
  -ms-flex-item-align: center;
      align-self: center;
  padding-top: 1.26316rem;
}

@media (min-width: 768px) {
  /* line 44, resources/assets/styles/partials/_content-image.scss */

  .content-image__content-wrapper {
    padding-top: 0;
    max-width: calc(720px / 2);
  }
}

@media (min-width: 992px) {
  /* line 44, resources/assets/styles/partials/_content-image.scss */

  .content-image__content-wrapper {
    max-width: calc(960px / 2);
  }
}

@media (min-width: 1200px) {
  /* line 44, resources/assets/styles/partials/_content-image.scss */

  .content-image__content-wrapper {
    max-width: calc(1140px / 2);
  }
}

/* line 62, resources/assets/styles/partials/_content-image.scss */

.content-image__eyebrow {
  font-family: "league-gothic", serif;
  letter-spacing: 0.12526rem;
  text-transform: uppercase;
  color: #f33829;
  line-height: 1em;
  margin-bottom: 1.57895rem;
}

/* line 71, resources/assets/styles/partials/_content-image.scss */

.content-image__heading {
  margin-bottom: 1.57895rem;
  line-height: 1;
  text-transform: uppercase;
  color: #025e6a;
}

/* line 79, resources/assets/styles/partials/_content-image.scss */

.content-image__heading::after {
  content: "";
  display: block;
  width: 3.15789rem;
  height: 0.15789rem;
  margin-top: 1.57895rem;
  background-color: #f33829;
}

@media (min-width: 1200px) {
  /* line 79, resources/assets/styles/partials/_content-image.scss */

  .content-image__heading::after {
    width: 4.73684rem;
  }
}

/* line 93, resources/assets/styles/partials/_content-image.scss */

.content-image__icon-container {
  position: relative;
  display: inline-block;
  margin-bottom: 2.21053rem;
  margin-left: 0.63158rem;
}

/* line 99, resources/assets/styles/partials/_content-image.scss */

.content-image__icon-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.63158rem;
  height: 2.63158rem;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1rem;
  z-index: 1;
}

/* line 113, resources/assets/styles/partials/_content-image.scss */

.content-image__icon {
  position: relative;
  z-index: 2;
}

/* line 118, resources/assets/styles/partials/_content-image.scss */

.content-image__icon--science::before {
  background-color: #ff7751;
  -webkit-box-shadow: 0 0.15789rem 0.31579rem 0.15789rem rgba(255, 119, 81, 0.2);
          box-shadow: 0 0.15789rem 0.31579rem 0.15789rem rgba(255, 119, 81, 0.2);
}

/* line 125, resources/assets/styles/partials/_content-image.scss */

.content-image__icon--saturation::before {
  background-color: #0eb9cb;
  -webkit-box-shadow: 0 0.15789rem 0.31579rem 0.15789rem rgba(14, 185, 203, 0.2);
          box-shadow: 0 0.15789rem 0.31579rem 0.15789rem rgba(14, 185, 203, 0.2);
}

/* line 132, resources/assets/styles/partials/_content-image.scss */

.content-image__icon--stories::before {
  background-color: #ff971e;
  -webkit-box-shadow: 0 0.15789rem 0.31579rem 0.15789rem rgba(255, 151, 30, 0.2);
          box-shadow: 0 0.15789rem 0.31579rem 0.15789rem rgba(255, 151, 30, 0.2);
}

/* line 139, resources/assets/styles/partials/_content-image.scss */

.content-image__wysiwyg {
  margin-bottom: 1.57895rem;
}

@media (min-width: 1200px) {
  /* line 139, resources/assets/styles/partials/_content-image.scss */

  .content-image__wysiwyg {
    margin-bottom: 2.36842rem;
  }
}

/* line 146, resources/assets/styles/partials/_content-image.scss */

.content-image__wysiwyg h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #025e6a;
}

/* line 154, resources/assets/styles/partials/_content-image.scss */

.content-image__wysiwyg a {
  font-weight: 500;
}

/* line 161, resources/assets/styles/partials/_content-image.scss */

.content-image__figure {
  position: relative;
  width: 100%;
  margin: 0;
}

/* line 167, resources/assets/styles/partials/_content-image.scss */

.content-image__image {
  width: 100%;
}

/* line 171, resources/assets/styles/partials/_content-image.scss */

.content-image__figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.26316rem 0.78947rem;
  background-color: #000000;
  color: #ffffff;
}

/* line 182, resources/assets/styles/partials/_content-image.scss */

.content-image__button {
  background-color: #cc7817;
  color: #ffffff;
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.content-image__button svg path:last-child {
  fill: #ffffff;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.content-image__button:hover,
.content-image__button:active {
  background-color: #995a12;
  color: #ffffff;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

.content-image__button:focus {
  border-color: #663c0b;
}

/* line 185, resources/assets/styles/partials/_content-image.scss */

.content-image__button-text {
  font-family: "league-gothic", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 185, resources/assets/styles/partials/_content-image.scss */

  .content-image__button-text {
    font-size: 1.325rem;
  }
}

@media (min-width: 1200px) {
  /* line 185, resources/assets/styles/partials/_content-image.scss */

  .content-image__button-text {
    font-size: 1.42105rem;
  }
}

/* line 199, resources/assets/styles/partials/_content-image.scss */

.content-image__button-icon {
  width: 0.94737rem;
  margin-left: 0.52632rem;
}

@media (min-width: 1200px) {
  /* line 199, resources/assets/styles/partials/_content-image.scss */

  .content-image__button-icon {
    width: 1.26316rem;
  }
}

/* line 1, resources/assets/styles/partials/_content-image-grid.scss */

.content-image-grid {
  padding: 3.15789rem 0;
  color: #ffffff;
}

@media (max-width: 1199.98px) {
  /* line 1, resources/assets/styles/partials/_content-image-grid.scss */

  .content-image-grid {
    background-color: #025e6a;
  }
}

@media (min-width: 1200px) {
  /* line 11, resources/assets/styles/partials/_content-image-grid.scss */

  .content-image-grid__container {
    padding: 3.15789rem;
    background-color: #025e6a;
  }
}

/* line 18, resources/assets/styles/partials/_content-image-grid.scss */

.content-image-grid__content-wrapper {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 22, resources/assets/styles/partials/_content-image-grid.scss */

.content-image-grid__heading {
  margin-bottom: 1.57895rem;
  line-height: 1;
  text-transform: uppercase;
}

/* line 29, resources/assets/styles/partials/_content-image-grid.scss */

.content-image-grid__heading::after {
  content: "";
  display: block;
  width: 3.15789rem;
  height: 0.15789rem;
  margin-top: 1.57895rem;
  background-color: #f33829;
}

@media (min-width: 1200px) {
  /* line 29, resources/assets/styles/partials/_content-image-grid.scss */

  .content-image-grid__heading::after {
    width: 4.73684rem;
  }
}

/* line 43, resources/assets/styles/partials/_content-image-grid.scss */

.content-image-grid__image-grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  /* line 43, resources/assets/styles/partials/_content-image-grid.scss */

  .content-image-grid__image-grid-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 53, resources/assets/styles/partials/_content-image-grid.scss */

.content-image-grid__image-grid-wrapper > .content-image-grid__image,
.content-image-grid__image-grid-wrapper > .content-image-grid__link {
  width: calc(50% - 7.5px);
  min-height: 120px;
  margin-bottom: 15px;
  border: 10px solid #ffffff;
}

@media (max-width: 1199.98px) {
  /* line 63, resources/assets/styles/partials/_content-image-grid.scss */

  .content-image-grid__image-grid-wrapper > .content-image-grid__image:nth-child(odd),
  .content-image-grid__image-grid-wrapper > .content-image-grid__link:nth-child(odd) {
    margin-right: 0.78947rem;
  }
}

@media (min-width: 1200px) {
  /* line 53, resources/assets/styles/partials/_content-image-grid.scss */

  .content-image-grid__image-grid-wrapper > .content-image-grid__image,
  .content-image-grid__image-grid-wrapper > .content-image-grid__link {
    width: calc(33.33% - 15px);
  }

  /* line 71, resources/assets/styles/partials/_content-image-grid.scss */

  .content-image-grid__image-grid-wrapper > .content-image-grid__image:not(:nth-child(3n)),
  .content-image-grid__image-grid-wrapper > .content-image-grid__link:not(:nth-child(3n)) {
    margin-right: 0.78947rem;
  }

  /* line 75, resources/assets/styles/partials/_content-image-grid.scss */

  .content-image-grid__image-grid-wrapper > .content-image-grid__image:nth-last-of-type(-n+3),
  .content-image-grid__image-grid-wrapper > .content-image-grid__link:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
}

/* line 81, resources/assets/styles/partials/_content-image-grid.scss */

.content-image-grid__image-grid-wrapper .content-image-grid__link .content-image-grid__image {
  width: 100%;
  height: auto;
}

/* line 87, resources/assets/styles/partials/_content-image-grid.scss */

.content-image-grid__button {
  margin-bottom: 3.15789rem;
  background-color: #cc7817;
  color: #ffffff;
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.content-image-grid__button svg path:last-child {
  fill: #ffffff;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.content-image-grid__button:hover,
.content-image-grid__button:active {
  background-color: #995a12;
  color: #ffffff;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

.content-image-grid__button:focus {
  border-color: #663c0b;
}

/* line 92, resources/assets/styles/partials/_content-image-grid.scss */

.content-image-grid__button-text {
  font-family: "league-gothic", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 92, resources/assets/styles/partials/_content-image-grid.scss */

  .content-image-grid__button-text {
    font-size: 1.325rem;
  }
}

@media (min-width: 1200px) {
  /* line 92, resources/assets/styles/partials/_content-image-grid.scss */

  .content-image-grid__button-text {
    font-size: 1.42105rem;
  }
}

/* line 106, resources/assets/styles/partials/_content-image-grid.scss */

.content-image-grid__button-icon {
  width: 0.94737rem;
  margin-left: 0.52632rem;
}

@media (min-width: 1200px) {
  /* line 106, resources/assets/styles/partials/_content-image-grid.scss */

  .content-image-grid__button-icon {
    width: 1.26316rem;
  }
}

/* line 1, resources/assets/styles/partials/_content-video.scss */

.content-video {
  padding: 2.36842rem 0;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/partials/_content-video.scss */

  .content-video {
    padding: 4.73684rem 0;
  }
}

/* line 11, resources/assets/styles/partials/_content-video.scss */

.content-video--aligned-left .content-video__content-wrapper {
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 11, resources/assets/styles/partials/_content-video.scss */

  .content-video--aligned-left .content-video__content-wrapper {
    padding-right: 2.36842rem;
  }
}

/* line 19, resources/assets/styles/partials/_content-video.scss */

.content-video--aligned-left .content-video__image-wrapper {
  padding-right: 0;
  padding-left: 0;
}

/* line 29, resources/assets/styles/partials/_content-video.scss */

.content-video--aligned-right .content-video__image-wrapper {
  padding-left: 0;
}

@media (max-width: 767.98px) {
  /* line 29, resources/assets/styles/partials/_content-video.scss */

  .content-video--aligned-right .content-video__image-wrapper {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  /* line 37, resources/assets/styles/partials/_content-video.scss */

  .content-video--aligned-right .content-video__content-wrapper {
    padding-left: 2.36842rem;
  }
}

/* line 44, resources/assets/styles/partials/_content-video.scss */

.content-video__content-wrapper {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 768px) {
  /* line 44, resources/assets/styles/partials/_content-video.scss */

  .content-video__content-wrapper {
    max-width: calc(720px / 2);
  }
}

@media (min-width: 992px) {
  /* line 44, resources/assets/styles/partials/_content-video.scss */

  .content-video__content-wrapper {
    max-width: calc(960px / 2);
  }
}

@media (min-width: 1200px) {
  /* line 44, resources/assets/styles/partials/_content-video.scss */

  .content-video__content-wrapper {
    max-width: calc(1140px / 2);
  }
}

/* line 60, resources/assets/styles/partials/_content-video.scss */

.content-video__eyebrow {
  font-family: "league-gothic", serif;
  letter-spacing: 0.12526rem;
  text-transform: uppercase;
  color: #f33829;
}

/* line 67, resources/assets/styles/partials/_content-video.scss */

.content-video__heading {
  margin-bottom: 1.57895rem;
  line-height: 1;
  text-transform: uppercase;
  color: #025e6a;
}

/* line 75, resources/assets/styles/partials/_content-video.scss */

.content-video__heading::after {
  content: "";
  display: block;
  width: 3.15789rem;
  height: 0.15789rem;
  margin-top: 1.57895rem;
  background-color: #f33829;
}

@media (min-width: 1200px) {
  /* line 75, resources/assets/styles/partials/_content-video.scss */

  .content-video__heading::after {
    width: 4.73684rem;
  }
}

/* line 89, resources/assets/styles/partials/_content-video.scss */

.content-video__wysiwyg {
  margin-bottom: 1.57895rem;
}

@media (min-width: 1200px) {
  /* line 89, resources/assets/styles/partials/_content-video.scss */

  .content-video__wysiwyg {
    margin-bottom: 2.36842rem;
  }
}

/* line 96, resources/assets/styles/partials/_content-video.scss */

.content-video__wysiwyg h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #025e6a;
}

/* line 105, resources/assets/styles/partials/_content-video.scss */

.content-video__image-container {
  position: relative;
}

/* line 109, resources/assets/styles/partials/_content-video.scss */

.content-video__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 118, resources/assets/styles/partials/_content-video.scss */

.content-video__image {
  width: 100%;
}

/* line 122, resources/assets/styles/partials/_content-video.scss */

.content-video__caption {
  padding: 1.05263rem 1.57895rem;
  margin-bottom: 0.05263rem;
  font-family: "league-gothic", serif;
  line-height: 1.125;
  background-color: #cc7817;
  color: #ffffff;
}

/* line 133, resources/assets/styles/partials/_content-video.scss */

.content-video__button {
  background-color: #cc7817;
  color: #ffffff;
  width: 100%;
  padding: 1.05263rem 1.57895rem;
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.content-video__button svg path:last-child {
  fill: #ffffff;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.content-video__button:hover,
.content-video__button:active {
  background-color: #995a12;
  color: #ffffff;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

.content-video__button:focus {
  border-color: #663c0b;
}

/* line 139, resources/assets/styles/partials/_content-video.scss */

.content-video__button-text {
  font-family: "league-gothic", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #000000;
}

@media (min-width: 768px) {
  /* line 139, resources/assets/styles/partials/_content-video.scss */

  .content-video__button-text {
    font-size: 1.325rem;
  }
}

@media (min-width: 1200px) {
  /* line 139, resources/assets/styles/partials/_content-video.scss */

  .content-video__button-text {
    font-size: 1.42105rem;
  }
}

/* line 154, resources/assets/styles/partials/_content-video.scss */

.content-video__button-icon {
  width: 0.94737rem;
  margin-left: 0.52632rem;
}

@media (min-width: 1200px) {
  /* line 154, resources/assets/styles/partials/_content-video.scss */

  .content-video__button-icon {
    width: 1.68421rem;
    height: 1.68421rem;
  }
}

/* line 166, resources/assets/styles/partials/_content-video.scss */

.content-video__button svg path:last-child {
  fill: none;
}

/* line 1, resources/assets/styles/partials/_content-eyebrow-title.scss */

.content-eyebrow-title {
  padding: 2.36842rem 0;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/partials/_content-eyebrow-title.scss */

  .content-eyebrow-title {
    padding: 4.73684rem 0;
  }
}

/* line 10, resources/assets/styles/partials/_content-eyebrow-title.scss */

.content-eyebrow-title__eyebrow {
  font-family: "league-gothic", serif;
  letter-spacing: 0.12526rem;
  text-transform: uppercase;
  color: #f33829;
  line-height: 1em;
  margin-bottom: 1.57895rem;
}

/* line 19, resources/assets/styles/partials/_content-eyebrow-title.scss */

.content-eyebrow-title__heading {
  margin-bottom: 1.57895rem;
  line-height: 1;
  text-transform: uppercase;
  color: #025e6a;
  /* stylelint-disable no-descending-specificity */
}

/* line 27, resources/assets/styles/partials/_content-eyebrow-title.scss */

.content-eyebrow-title__heading::after {
  content: "";
  display: block;
  width: 3.15789rem;
  height: 0.15789rem;
  margin-top: 1.57895rem;
  background-color: #f33829;
}

@media (min-width: 1200px) {
  /* line 27, resources/assets/styles/partials/_content-eyebrow-title.scss */

  .content-eyebrow-title__heading::after {
    width: 4.73684rem;
  }
}

/* line 41, resources/assets/styles/partials/_content-eyebrow-title.scss */

.content-eyebrow-title--no-title-decoration .content-eyebrow-title__heading::after {
  display: none !important;
}

/* line 47, resources/assets/styles/partials/_content-eyebrow-title.scss */

.content-eyebrow-title__wysiwyg h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #025e6a;
}

/* line 57, resources/assets/styles/partials/_content-eyebrow-title.scss */

.content-eyebrow-title--inline .content-eyebrow-title__heading::after {
  display: none;
  margin-bottom: 0;
}

/* line 62, resources/assets/styles/partials/_content-eyebrow-title.scss */

.content-eyebrow-title--inline .content-eyebrow-title__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, resources/assets/styles/partials/_image-link-grid.scss */

.image-link-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 6, resources/assets/styles/partials/_image-link-grid.scss */

.image-link-grid__link,
.image-link-grid__block-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 14, resources/assets/styles/partials/_image-link-grid.scss */

.image-link-grid__image {
  width: 100%;
}

/* line 18, resources/assets/styles/partials/_image-link-grid.scss */

.image-link-grid__icon {
  width: 0.94737rem;
  height: 0.94737rem;
}

/* line 23, resources/assets/styles/partials/_image-link-grid.scss */

.image-link-grid__expand {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #025e6a;
  line-height: 0;
  padding: 0.15789rem;
}

/* line 31, resources/assets/styles/partials/_image-link-grid.scss */

.image-link-grid__expand path {
  fill: #ffffff;
}

/* line 36, resources/assets/styles/partials/_image-link-grid.scss */

.image-link-grid__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.31579rem 1.57895rem 0.31579rem;
}

@media (min-width: 768px) {
  /* line 36, resources/assets/styles/partials/_image-link-grid.scss */

  .image-link-grid__block {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media (min-width: 992px) {
  /* line 36, resources/assets/styles/partials/_image-link-grid.scss */

  .image-link-grid__block {
    margin-bottom: 1.57895rem;
    width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

@media (min-width: 1200px) {
  /* line 36, resources/assets/styles/partials/_image-link-grid.scss */

  .image-link-grid__block {
    width: 16.666%;
    -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%;
  }
}

/* line 59, resources/assets/styles/partials/_image-link-grid.scss */

.image-link-grid__block-inner {
  position: relative;
  width: 100%;
  max-width: 8.42105rem;
  border: 0.05263rem solid rgba(151, 151, 151, 0.15);
  -webkit-box-shadow: 0 0 0.73684rem 0 rgba(27, 37, 38, 0.05);
          box-shadow: 0 0 0.73684rem 0 rgba(27, 37, 38, 0.05);
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1);
  transition: cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 67, resources/assets/styles/partials/_image-link-grid.scss */

.image-link-grid__block-inner:hover {
  -webkit-box-shadow: 0 0 0.94737rem 0 rgba(27, 37, 38, 0.15);
          box-shadow: 0 0 0.94737rem 0 rgba(27, 37, 38, 0.15);
}

/* line 1, resources/assets/styles/partials/_featured-article.scss */

.featured-article {
  padding: 2.36842rem 0;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/partials/_featured-article.scss */

  .featured-article {
    padding: 4.73684rem 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 13, resources/assets/styles/partials/_featured-article.scss */

  .featured-article .terms-media-2-column-content-link__header {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 19, resources/assets/styles/partials/_featured-article.scss */

  .featured-article .terms-media-2-column-content-link .terms-media-2-column-content-link__taxonomies {
    left: 0;
  }
}

/* line 25, resources/assets/styles/partials/_featured-article.scss */

.featured-article .terms-media-2-column-content-link__image {
  width: 100%;
  margin-left: 0;
}

/* line 30, resources/assets/styles/partials/_featured-article.scss */

.featured-article .terms-media-2-column-content-link__body {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

/* line 41, resources/assets/styles/partials/_featured-article.scss */

.featured-article.news-overview__item .terms-media-2-column-content-link__body .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 45, resources/assets/styles/partials/_featured-article.scss */

.featured-article.news-overview__item .terms-media-2-column-content-link__body [class^="col"] {
  width: 100%;
  max-width: none;
}

/* line 1, resources/assets/styles/partials/_featured-articles.scss */

.featured-articles {
  padding: 2.36842rem 0;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/partials/_featured-articles.scss */

  .featured-articles {
    padding: 4.73684rem 0;
  }
}

/* line 8, resources/assets/styles/partials/_featured-articles.scss */

.featured-articles__heading {
  margin-bottom: 1.57895rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #025e6a;
}

@media (min-width: 1200px) {
  /* line 8, resources/assets/styles/partials/_featured-articles.scss */

  .featured-articles__heading {
    margin-bottom: 3.15789rem;
  }
}

/* line 21, resources/assets/styles/partials/_featured-articles.scss */

.featured-articles__heading::after {
  content: "";
  display: block;
  width: 3.15789rem;
  height: 0.15789rem;
  margin: 1.57895rem auto 0 auto;
  background-color: #f33829;
  text-align: center;
}

@media (min-width: 1200px) {
  /* line 21, resources/assets/styles/partials/_featured-articles.scss */

  .featured-articles__heading::after {
    width: 4.73684rem;
  }
}

/* line 38, resources/assets/styles/partials/_featured-articles.scss */

.featured-articles__featured-article-wrapper .terms-media-2-column-content-link__body {
  margin: 0 0.78947rem;
  padding: 2.36842rem;
}

@media (min-width: 768px) {
  /* line 38, resources/assets/styles/partials/_featured-articles.scss */

  .featured-articles__featured-article-wrapper .terms-media-2-column-content-link__body {
    margin: auto;
    width: calc(720px - 30px);
    padding: 3.15789rem 3.15789rem 4.73684rem 3.15789rem;
  }
}

@media (min-width: 992px) {
  /* line 38, resources/assets/styles/partials/_featured-articles.scss */

  .featured-articles__featured-article-wrapper .terms-media-2-column-content-link__body {
    width: calc(960px - 30px);
  }
}

@media (min-width: 1200px) {
  /* line 38, resources/assets/styles/partials/_featured-articles.scss */

  .featured-articles__featured-article-wrapper .terms-media-2-column-content-link__body {
    width: calc(1140px - 30px);
  }
}

@media (min-width: 1200px) {
  /* line 61, resources/assets/styles/partials/_featured-articles.scss */

  .featured-articles__articles-list-wrapper {
    padding-top: 1.57895rem;
    padding-bottom: 3.15789rem;
  }
}

/* line 67, resources/assets/styles/partials/_featured-articles.scss */

.hp-featured-articles .featured-articles__articles-list-wrapper {
  padding-bottom: 0;
}

/* line 72, resources/assets/styles/partials/_featured-articles.scss */

.featured-articles__button {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
}

/* line 76, resources/assets/styles/components/_buttons.scss */

.featured-articles__button svg path:last-child {
  fill: #000000;
}

/* line 82, resources/assets/styles/components/_buttons.scss */

.featured-articles__button:hover,
.featured-articles__button:active {
  background-color: #000000;
  color: #ffffff;
}

/* line 89, resources/assets/styles/components/_buttons.scss */

.featured-articles__button:hover svg path:last-child,
.featured-articles__button:active svg path:last-child {
  fill: #ffffff;
}

/* line 96, resources/assets/styles/components/_buttons.scss */

.featured-articles__button:focus {
  background-color: #e7e6e6;
}

@media (min-width: 768px) {
  /* line 72, resources/assets/styles/partials/_featured-articles.scss */

  .featured-articles__button {
    margin-top: 0.63158rem;
  }
}

/* line 79, resources/assets/styles/partials/_featured-articles.scss */

.featured-articles__button-wrapper {
  text-align: center;
}

/* line 83, resources/assets/styles/partials/_featured-articles.scss */

.featured-articles__button-text {
  font-family: "league-gothic", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 83, resources/assets/styles/partials/_featured-articles.scss */

  .featured-articles__button-text {
    font-size: 1.325rem;
  }
}

@media (min-width: 1200px) {
  /* line 83, resources/assets/styles/partials/_featured-articles.scss */

  .featured-articles__button-text {
    font-size: 1.42105rem;
  }
}

/* line 97, resources/assets/styles/partials/_featured-articles.scss */

.featured-articles__button-icon {
  width: 0.94737rem;
  margin-left: 0.52632rem;
}

@media (min-width: 1200px) {
  /* line 97, resources/assets/styles/partials/_featured-articles.scss */

  .featured-articles__button-icon {
    width: 1.26316rem;
  }
}

/* line 1, resources/assets/styles/partials/_featured-media.scss */

.featured-media {
  padding: 4.73684rem 0 3.15789rem 0;
}

/* line 7, resources/assets/styles/partials/_featured-media.scss */

.featured-media .terms-media-2-column-content__header {
  line-height: 1;
}

@media (max-width: 1199.98px) {
  /* line 7, resources/assets/styles/partials/_featured-media.scss */

  .featured-media .terms-media-2-column-content__header {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 15, resources/assets/styles/partials/_featured-media.scss */

  .featured-media .terms-media-2-column-content .terms-media-2-column-content__taxonomies {
    left: 0;
  }
}

/* line 23, resources/assets/styles/partials/_featured-media.scss */

.featured-media .terms-media-2-column-content__image {
  width: 100%;
  margin-left: 0;
}

/* line 28, resources/assets/styles/partials/_featured-media.scss */

.featured-media .terms-media-2-column-content__body {
  font-family: "league-gothic", serif;
  text-transform: uppercase;
  background-color: #cc7817;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  padding: 1.26316rem;
}

@media (min-width: 768px) {
  /* line 28, resources/assets/styles/partials/_featured-media.scss */

  .featured-media .terms-media-2-column-content__body {
    padding: 1.57895rem;
  }
}

/* line 42, resources/assets/styles/partials/_featured-media.scss */

.featured-media .terms-media-2-column-content__excerpt {
  line-height: 1;
  margin-top: 0.84211rem;
  margin-bottom: 0;
  color: #000000;
}

@media (min-width: 768px) {
  /* line 42, resources/assets/styles/partials/_featured-media.scss */

  .featured-media .terms-media-2-column-content__excerpt {
    padding-left: 1.57895rem;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}

/* line 56, resources/assets/styles/partials/_featured-media.scss */

.featured-media .terms-media-2-column-content__heading {
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

@media (min-width: 768px) {
  /* line 56, resources/assets/styles/partials/_featured-media.scss */

  .featured-media .terms-media-2-column-content__heading {
    padding: 0;
  }
}

/* line 69, resources/assets/styles/partials/_featured-media.scss */

.featured-media .terms-media-2-column-content__column-1 {
  position: relative;
}

@media (min-width: 768px) {
  /* line 73, resources/assets/styles/partials/_featured-media.scss */

  .featured-media .terms-media-2-column-content__column-1::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 70%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.25);
  }
}

/* line 85, resources/assets/styles/partials/_featured-media.scss */

.featured-media .terms-media-2-column-content__button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #000000;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  padding: 0;
  margin: 0;
}

/* line 149, resources/assets/styles/components/_buttons.scss */

.featured-media .terms-media-2-column-content__button svg path:last-child {
  fill: none;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

/* line 156, resources/assets/styles/components/_buttons.scss */

.featured-media .terms-media-2-column-content__button:hover,
.featured-media .terms-media-2-column-content__button:active {
  background-color: transparent;
  color: #000000;
}

/* line 163, resources/assets/styles/components/_buttons.scss */

.featured-media .terms-media-2-column-content__button:hover svg path:last-child,
.featured-media .terms-media-2-column-content__button:active svg path:last-child {
  fill: none;
}

/* line 170, resources/assets/styles/components/_buttons.scss */

.featured-media .terms-media-2-column-content__button:focus {
  background-color: transparent;
}

/* line 91, resources/assets/styles/partials/_featured-media.scss */

.featured-media .terms-media-2-column-content__button-text {
  font-family: "league-gothic", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 91, resources/assets/styles/partials/_featured-media.scss */

  .featured-media .terms-media-2-column-content__button-text {
    font-size: 1.325rem;
  }
}

@media (min-width: 1200px) {
  /* line 91, resources/assets/styles/partials/_featured-media.scss */

  .featured-media .terms-media-2-column-content__button-text {
    font-size: 1.42105rem;
  }
}

/* line 105, resources/assets/styles/partials/_featured-media.scss */

.featured-media .terms-media-2-column-content__button-icon {
  width: 1.68421rem;
  height: 1.68421rem;
  margin-left: 0;
}

/* line 1, resources/assets/styles/partials/_key-content.scss */

.key-content {
  position: relative;
  padding: 3.15789rem;
  color: #ffffff;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/partials/_key-content.scss */

  .key-content {
    padding: 4.73684rem;
  }
}

/* line 11, resources/assets/styles/partials/_key-content.scss */

.key-content__heading {
  margin-bottom: 4.73684rem;
  text-align: center;
  text-transform: uppercase;
  color: #025e6a;
}

@media (min-width: 576px) {
  /* line 11, resources/assets/styles/partials/_key-content.scss */

  .key-content__heading {
    margin-bottom: 8.42105rem;
  }
}

/* line 23, resources/assets/styles/partials/_key-content.scss */

.key-content__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15789rem;
  height: 3.15789rem;
  background-color: #0eb9cb;
}

@media (min-width: 576px) {
  /* line 23, resources/assets/styles/partials/_key-content.scss */

  .key-content__heading::after {
    height: 4.73684rem;
  }
}

/* line 39, resources/assets/styles/partials/_key-content.scss */

.key-content__content-wrapper {
  position: relative;
  padding: 2.36842rem 0 4.73684rem;
}

@media (min-width: 576px) {
  /* line 39, resources/assets/styles/partials/_key-content.scss */

  .key-content__content-wrapper {
    padding: 3.15789rem 0 6.31579rem;
  }
}

/* line 47, resources/assets/styles/partials/_key-content.scss */

.key-content__content-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: -2.36842rem;
  left: 50%;
  width: 100vw;
  height: 4.73684rem;
  -webkit-transform: translateX(-50%) skewY(-8deg);
       -o-transform: translateX(-50%) skewY(-8deg);
          transform: translateX(-50%) skewY(-8deg);
  background-color: #025e6a;
  z-index: -1;
}

@media (min-width: 576px) {
  /* line 47, resources/assets/styles/partials/_key-content.scss */

  .key-content__content-wrapper::after {
    top: -4.73684rem;
    height: 10.52632rem;
    -webkit-transform: translateX(-50%) skewY(-4deg);
         -o-transform: translateX(-50%) skewY(-4deg);
            transform: translateX(-50%) skewY(-4deg);
  }
}

/* line 66, resources/assets/styles/partials/_key-content.scss */

.key-content__content-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #025e6a;
  background-image: url(/app/themes/dmi/dist/images/waves-md.png);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-x;
}

@media (max-width: 991.98px) {
  /* line 83, resources/assets/styles/partials/_key-content.scss */

  .key-content-item {
    margin-bottom: 3.15789rem;
    text-align: center;
  }

  /* line 90, resources/assets/styles/partials/_key-content.scss */

  .key-content-item:last-child {
    margin-bottom: 1.57895rem;
  }
}

/* line 95, resources/assets/styles/partials/_key-content.scss */

.key-content-item__heading {
  text-transform: uppercase;
}

/* line 101, resources/assets/styles/partials/_key-content.scss */

.key-content-item__icon-container {
  position: relative;
  display: inline-block;
  margin-bottom: 1.57895rem;
}

/* line 106, resources/assets/styles/partials/_key-content.scss */

.key-content-item__icon-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.63158rem;
  height: 2.63158rem;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1rem;
  z-index: 1;
}

/* line 120, resources/assets/styles/partials/_key-content.scss */

.key-content-item__icon {
  position: relative;
  z-index: 2;
}

/* line 127, resources/assets/styles/partials/_key-content.scss */

.key-content-item:nth-child(1) .key-content-item__icon-container::before {
  background-color: #ff7751;
}

/* line 135, resources/assets/styles/partials/_key-content.scss */

.key-content-item:nth-child(2) .key-content-item__icon-container::before {
  background-color: #ff971e;
}

/* line 143, resources/assets/styles/partials/_key-content.scss */

.key-content-item:nth-child(3) .key-content-item__icon-container::before {
  background-color: #0eb9cb;
}

/* line 150, resources/assets/styles/partials/_key-content.scss */

.key-content__button-wrapper {
  position: relative;
  margin-bottom: 1.68421rem;
}

/* line 155, resources/assets/styles/partials/_key-content.scss */

.key-content__button {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #cc7817;
  color: #ffffff;
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.key-content__button svg path:last-child {
  fill: #ffffff;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.key-content__button:hover,
.key-content__button:active {
  background-color: #995a12;
  color: #ffffff;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

.key-content__button:focus {
  border-color: #663c0b;
}

/* line 163, resources/assets/styles/partials/_key-content.scss */

.key-content__button-text {
  font-family: "league-gothic", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 163, resources/assets/styles/partials/_key-content.scss */

  .key-content__button-text {
    font-size: 1.325rem;
  }
}

@media (min-width: 1200px) {
  /* line 163, resources/assets/styles/partials/_key-content.scss */

  .key-content__button-text {
    font-size: 1.42105rem;
  }
}

/* line 177, resources/assets/styles/partials/_key-content.scss */

.key-content__button-icon {
  width: 0.94737rem;
  margin-left: 0.52632rem;
}

@media (min-width: 1200px) {
  /* line 177, resources/assets/styles/partials/_key-content.scss */

  .key-content__button-icon {
    width: 1.26316rem;
  }
}

/* line 1, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics {
  position: relative;
  padding: 3.15789rem;
  color: #ffffff;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/partials/_key-statistics.scss */

  .key-statistics {
    padding: 4.73684rem;
  }
}

/* line 11, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__heading {
  margin-bottom: 4.73684rem;
  text-align: center;
  text-transform: uppercase;
  color: #025e6a;
}

@media (min-width: 576px) {
  /* line 11, resources/assets/styles/partials/_key-statistics.scss */

  .key-statistics__heading {
    margin-bottom: 8.42105rem;
  }
}

/* line 23, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15789rem;
  height: 3.15789rem;
  background-color: #0eb9cb;
}

@media (min-width: 576px) {
  /* line 23, resources/assets/styles/partials/_key-statistics.scss */

  .key-statistics__heading::after {
    height: 4.73684rem;
  }
}

/* line 39, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__content-wrapper {
  position: relative;
  padding: 2.36842rem 0 4.73684rem;
}

@media (min-width: 576px) {
  /* line 39, resources/assets/styles/partials/_key-statistics.scss */

  .key-statistics__content-wrapper {
    padding: 3.15789rem 0 6.31579rem;
  }
}

/* line 47, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__content-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: -2.36842rem;
  left: 50%;
  width: 100vw;
  height: 4.73684rem;
  -webkit-transform: translateX(-50%) skewY(-8deg);
       -o-transform: translateX(-50%) skewY(-8deg);
          transform: translateX(-50%) skewY(-8deg);
  background-color: #025e6a;
  z-index: -1;
}

@media (min-width: 576px) {
  /* line 47, resources/assets/styles/partials/_key-statistics.scss */

  .key-statistics__content-wrapper::after {
    top: -4.73684rem;
    height: 10.52632rem;
    -webkit-transform: translateX(-50%) skewY(-4deg);
         -o-transform: translateX(-50%) skewY(-4deg);
            transform: translateX(-50%) skewY(-4deg);
  }
}

/* line 66, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__content-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #025e6a;
  background-image: url(/app/themes/dmi/dist/images/waves-md.png);
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-x;
}

/* line 83, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__statistics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 92, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__statistics-list .statistic-wrapper {
  width: calc(33.33% - 0.52632rem);
}

/* line 95, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__statistics-list .statistic-wrapper:nth-child(2) {
  margin: 0 0.78947rem;
}

/* line 100, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__statistics-list .statistic-wrapper--two-col {
  width: calc(50% - 0.78947rem);
}

/* line 103, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__statistics-list .statistic-wrapper--two-col:nth-child(2) {
  margin: inherit;
}

/* line 107, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__statistics-list .statistic-wrapper--two-col:nth-child(n+3) {
  margin-top: 2.10526rem;
}

/* line 112, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__statistics-list .statistic-value,
.key-statistics__statistics-list .statistic-description {
  font-family: "league-gothic", serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

/* line 120, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__statistics-list .statistic-title {
  font-weight: 500;
}

/* line 124, resources/assets/styles/partials/_key-statistics.scss */

.key-statistics__statistics-list .statistic-value {
  margin-bottom: 1rem;
  font-weight: normal;
  color: #ff7751;
}

@media (min-width: 768px) {
  /* line 137, resources/assets/styles/partials/_key-statistics.scss */

  .key-statistics__statistics-list .statistic:nth-child(n+4) {
    margin-top: 1.57895rem;
  }
}

/* line 2, resources/assets/styles/partials/_filters.scss */

.single-filter-block__label {
  font-family: "league-gothic", serif;
  color: #025e6a;
  padding-bottom: 0.78947rem;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
}

/* line 13, resources/assets/styles/partials/_filters.scss */

.single-filter-block__input-wrapper {
  position: relative;
}

/* line 17, resources/assets/styles/partials/_filters.scss */

.single-filter-block__input,
.single-filter-block__search {
  width: 100%;
  height: 2.52632rem;
  padding: 0.52632rem 0.63158rem;
  background-size: 1.47368rem;
}

/* line 26, resources/assets/styles/partials/_filters.scss */

.single-filter-block__input--submit,
.single-filter-block__search--submit {
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0.31579rem;
}

/* line 36, resources/assets/styles/partials/_filters.scss */

.single-filter-block__button-icon {
  width: 1.26316rem;
}

/* line 41, resources/assets/styles/partials/_filters.scss */

.overview-filters {
  margin-top: 4.73684rem;
  margin-bottom: 3.15789rem;
}

/* line 45, resources/assets/styles/partials/_filters.scss */

.overview-filters--media {
  margin-top: 0;
}

/* line 49, resources/assets/styles/partials/_filters.scss */

.overview-filters__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0.84211rem;
}

@media (min-width: 768px) {
  /* line 49, resources/assets/styles/partials/_filters.scss */

  .overview-filters__column {
    margin-bottom: 0;
  }
}

/* line 62, resources/assets/styles/partials/_filters.scss */

.news-overview-filter__item {
  margin-bottom: 3.15789rem;
}

/* line 1, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance {
  overflow: hidden;
  background-color: #fff5e9;
}

/* line 5, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__heading {
  margin-bottom: 4.73684rem;
  text-align: center;
  text-transform: uppercase;
  color: #025e6a;
}

@media (min-width: 576px) {
  /* line 5, resources/assets/styles/partials/_project-at-a-glance.scss */

  .project-at-a-glance__heading {
    margin-bottom: 8.42105rem;
  }
}

/* line 17, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15789rem;
  height: 3.15789rem;
  background-color: #0eb9cb;
  z-index: 2;
}

@media (min-width: 576px) {
  /* line 17, resources/assets/styles/partials/_project-at-a-glance.scss */

  .project-at-a-glance__heading::after {
    height: 4.73684rem;
  }
}

/* line 34, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__content-wrapper {
  position: relative;
  padding: 2.36842rem 0 4.73684rem;
  z-index: 1;
}

@media (min-width: 576px) {
  /* line 34, resources/assets/styles/partials/_project-at-a-glance.scss */

  .project-at-a-glance__content-wrapper {
    padding: 3.15789rem 0 6.31579rem;
  }
}

/* line 43, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__content-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: -2.36842rem;
  left: 50%;
  width: 100vw;
  height: 4.73684rem;
  -webkit-transform: translateX(-50%) skewY(-8deg);
       -o-transform: translateX(-50%) skewY(-8deg);
          transform: translateX(-50%) skewY(-8deg);
  background-color: #025e6a;
  z-index: -1;
}

@media (min-width: 576px) {
  /* line 43, resources/assets/styles/partials/_project-at-a-glance.scss */

  .project-at-a-glance__content-wrapper::after {
    top: -4.73684rem;
    height: 10.52632rem;
    -webkit-transform: translateX(-50%) skewY(-4deg);
         -o-transform: translateX(-50%) skewY(-4deg);
            transform: translateX(-50%) skewY(-4deg);
  }
}

/* line 62, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__content-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #025e6a;
  background-image: url(/app/themes/dmi/dist/images/waves-md.png);
  background-size: cover;
  background-position: center center;
  background-repeat: repeat-x;
}

/* line 79, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__statistics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 88, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__statistics-list .statistic-wrapper {
  width: calc(33.33% - 0.52632rem);
}

/* line 91, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__statistics-list .statistic-wrapper:nth-child(2) {
  margin: 0 0.78947rem;
}

/* line 96, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__statistics-list .statistic-wrapper--two-col {
  width: calc(50% - 0.78947rem);
}

/* line 99, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__statistics-list .statistic-wrapper--two-col:nth-child(2) {
  margin: inherit;
}

/* line 103, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__statistics-list .statistic-wrapper--two-col:nth-child(n+3) {
  margin-top: 2.10526rem;
}

/* line 108, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__statistics-list .statistic-value,
.project-at-a-glance__statistics-list .statistic-title,
.project-at-a-glance__statistics-list .statistic-copy {
  font-weight: 300;
}

/* line 114, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__statistics-list .statistic-value,
.project-at-a-glance__statistics-list .statistic-title {
  font-family: "league-gothic", serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

/* line 122, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__statistics-list .statistic-title,
.project-at-a-glance__statistics-list .statistic-copy {
  color: #ffffff;
}

/* line 127, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__statistics-list .statistic-value {
  margin-bottom: 1rem;
  font-weight: normal;
  color: #ff7751;
}

/* line 139, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__statistics-list .statistic-copy {
  margin-top: 1.57895rem;
  text-align: center;
}

/* line 146, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__impact-button {
  border-width: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 5.89474rem;
}

/* line 113, resources/assets/styles/components/_buttons.scss */

.project-at-a-glance__impact-button svg path:last-child {
  fill: #ffffff;
  -webkit-transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 120, resources/assets/styles/components/_buttons.scss */

.project-at-a-glance__impact-button:hover,
.project-at-a-glance__impact-button:active {
  background-color: #ffffff;
  color: #000000;
}

/* line 127, resources/assets/styles/components/_buttons.scss */

.project-at-a-glance__impact-button:hover svg path:last-child,
.project-at-a-glance__impact-button:active svg path:last-child {
  fill: #000000;
}

/* line 134, resources/assets/styles/components/_buttons.scss */

.project-at-a-glance__impact-button:focus {
  background-color: #e7e6e6;
}

/* line 151, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__impact-button-wrapper {
  text-align: center;
}

/* line 155, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__impact-button-text {
  font-family: "league-gothic", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 155, resources/assets/styles/partials/_project-at-a-glance.scss */

  .project-at-a-glance__impact-button-text {
    font-size: 1.325rem;
  }
}

@media (min-width: 1200px) {
  /* line 155, resources/assets/styles/partials/_project-at-a-glance.scss */

  .project-at-a-glance__impact-button-text {
    font-size: 1.42105rem;
  }
}

/* line 169, resources/assets/styles/partials/_project-at-a-glance.scss */

.project-at-a-glance__impact-button-icon {
  width: 0.94737rem;
  margin-left: 0.52632rem;
}

@media (min-width: 1200px) {
  /* line 169, resources/assets/styles/partials/_project-at-a-glance.scss */

  .project-at-a-glance__impact-button-icon {
    width: 1.26316rem;
  }
}

/* line 1, resources/assets/styles/partials/_resource-table.scss */

.resource-table {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

/* line 6, resources/assets/styles/partials/_resource-table.scss */

.resource-table.loaded {
  visibility: visible;
  opacity: 1;
}

/* line 11, resources/assets/styles/partials/_resource-table.scss */

.resource-table__container {
  margin-top: 4.73684rem;
  margin-bottom: 4.73684rem;
}

/* line 16, resources/assets/styles/partials/_resource-table.scss */

.resource-table__download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #cc7817;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 22, resources/assets/styles/partials/_resource-table.scss */

.resource-table__download-link path {
  fill: currentColor;
}

/* line 26, resources/assets/styles/partials/_resource-table.scss */

.resource-table__download-link:hover {
  color: #985912;
}

/* line 30, resources/assets/styles/partials/_resource-table.scss */

.resource-table__download-link:focus {
  outline: 0.10526rem solid #985912;
}

/* line 35, resources/assets/styles/partials/_resource-table.scss */

.resource-table__download-icon {
  margin-left: 0.31579rem;
  width: 1rem;
  height: 1rem;
}

/* line 41, resources/assets/styles/partials/_resource-table.scss */

.resource-table__external-link-icon {
  margin-left: 0.31579rem;
  width: 0.78947rem;
  height: 0.78947rem;
}

/* line 47, resources/assets/styles/partials/_resource-table.scss */

.resource-table tbody tr > td:first-of-type {
  font-weight: 600;
}

/* line 50, resources/assets/styles/partials/_resource-table.scss */

.resource-table tbody tr > td:first-of-type span {
  font-weight: 300;
  font-style: italic;
}

/* line 62, resources/assets/styles/partials/_resource-table.scss */

.dataTables_wrapper .dataTables_length {
  width: 100%;
}

/* line 65, resources/assets/styles/partials/_resource-table.scss */

.dataTables_wrapper .dataTables_length label {
  width: 100%;
}

/* line 71, resources/assets/styles/partials/_resource-table.scss */

.dataTables_wrapper .dataTables_filter label:first-child {
  padding-right: 0.36842rem;
}

/* line 75, resources/assets/styles/partials/_resource-table.scss */

.dataTables_wrapper .dataTables_filter label:last-child {
  padding-left: 0.36842rem;
}

/* line 80, resources/assets/styles/partials/_resource-table.scss */

.dataTables_wrapper select[name="resources-datatable_length"] {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 80, resources/assets/styles/partials/_resource-table.scss */

  .dataTables_wrapper select[name="resources-datatable_length"] {
    width: 4.10526rem;
  }
}

/* line 4, resources/assets/styles/partials/_post-meta.scss */

.post-meta__category-link {
  color: #cc7817;
  font-weight: 600;
}

/* line 8, resources/assets/styles/partials/_post-meta.scss */

.post-meta__category-link:hover {
  color: #985912;
}

/* line 13, resources/assets/styles/partials/_post-meta.scss */

.post-meta--news {
  padding-bottom: 1.57895rem;
  border-bottom: 1px solid #bfbfbf;
}

/* line 1, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map {
  position: relative;
  overflow-y: hidden;
}

/* line 5, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__sidebar {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e5e5e5;
  max-height: 272px;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(calc(100% + 80px));
       -o-transform: translateY(calc(100% + 80px));
          transform: translateY(calc(100% + 80px));
  -webkit-transition: max-height 0.3s ease, -webkit-transform 0.3s ease;
  transition: max-height 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: max-height 0.3s ease, -o-transform 0.3s ease;
  transition: transform 0.3s ease, max-height 0.3s ease;
  transition: transform 0.3s ease, max-height 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  z-index: 10;
}

/* line 17, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__sidebar--shown {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

/* line 21, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__sidebar--expanded-mobile {
  max-height: 366px;
}

/* line 26, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__sidebar-close-box {
  position: absolute;
  top: -66px;
  left: 16px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 34, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__sidebar-content-box {
  padding: 24px 0;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
}

/* line 41, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map #map {
  max-height: 440px;
}

/* line 45, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__buttons-box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 22px;
  right: 22px;
}

/* line 54, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__button {
  border: 1px solid #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-family: "league-gothic", sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 13px;
  padding: 15px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

/* line 68, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__button:last-of-type {
  margin-bottom: 0;
}

/* line 72, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__button--active-programmes {
  background-color: #ff971e;
}

/* line 75, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__button--active-programmes:hover {
  background-color: #cc7817;
}

/* line 80, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__button--inactive-programmes {
  background-color: #ff7751;
}

/* line 83, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__button--inactive-programmes:hover {
  background-color: #d86140;
}

/* line 89, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__heading {
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #025e6a;
  margin-bottom: 30px;
  margin-left: 40px;
}

/* line 100, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-parent {
  padding: 20px 30px;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

/* line 108, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme {
  border-top: 1px solid #ffffff;
}

/* line 111, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme:last-of-type {
  border-bottom: 1px solid #ffffff;
}

/* line 115, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme--single {
  border: 0;
}

/* line 118, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme--single:last-of-type {
  border-bottom: 0;
}

/* line 122, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme--single .our-reach-map__programme-parent {
  padding: 0 30px;
}

/* line 128, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-parent-text-box {
  margin-right: 16px;
  width: 100%;
}

/* line 133, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-heading {
  color: #025e6a;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 142, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-heading-circle {
  border-radius: 100%;
  display: block;
  height: 15px;
  margin-right: 6px;
  width: 15px;
}

/* line 149, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-heading-circle--active {
  background-color: #ff971e;
}

/* line 153, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-heading-circle--inactive {
  background-color: #ff7751;
}

/* line 158, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-heading-text {
  text-transform: uppercase;
}

/* line 163, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-parent-extended {
  height: 0;
  overflow: hidden;
}

/* line 167, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-parent-extended--expanded {
  height: auto;
  margin-top: 16px;
}

/* line 173, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-reach,
.our-reach-map__programme-languages,
.our-reach-map__programme-themes {
  font-size: 16px;
  line-height: 19.5px;
}

/* line 180, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-languages {
  margin-bottom: 16px;
}

/* line 184, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__text-label {
  color: #808080;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 190, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__reach-value {
  text-transform: uppercase;
}

/* line 194, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-parent-view-hide-link {
  color: #cc7717;
  cursor: pointer;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: underline;
}

/* line 202, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-parent-view-hide-link:active,
.our-reach-map__programme-parent-view-hide-link:focus,
.our-reach-map__programme-parent-view-hide-link:hover {
  color: #cc7717;
}

/* line 209, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-children {
  height: 0;
  overflow: hidden;
}

/* line 213, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__programme-children--expanded {
  height: auto;
  margin-top: 20px;
  padding: 0 30px 16px;
}

/* line 220, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__project-heading {
  color: #025e6a;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* line 228, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__project-box {
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

/* line 234, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__project-box:last-of-type {
  margin-bottom: 0;
}

/* line 238, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__project-box:hover {
  text-decoration: none;
}

/* line 241, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__project-box:hover .our-reach-map__project-heading {
  text-decoration: underline;
}

/* line 247, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__project-image {
  margin-right: 18px;
  max-width: 138px;
  height: auto;
}

/* line 252, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__project-link-box {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: #cc7817;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47px;
          flex: 0 0 47px;
  padding: 0 6px;
  margin-left: auto;
}

/* line 260, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__project-link-box-text {
  color: #000000;
  font-family: "league-gothic", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

/* line 268, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__project-link-box-arrow {
  height: 10px;
  width: 10px;
}

/* line 273, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__popup-content-wrapper {
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s, z-index 0.3s;
  -o-transition: opacity 0.3s, z-index 0.3s;
  transition: opacity 0.3s, z-index 0.3s;
}

/* line 280, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__popup-content-wrapper--hidden {
  opacity: 0;
  z-index: -1;
}

/* line 285, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__popup-content-wrapper .mapboxgl-popup-tip {
  display: none;
}

/* line 289, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__popup-content-wrapper .mapboxgl-popup-content {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 24px 30px;
}

/* line 295, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__popup-content-wrapper .mapboxgl-popup-content .mapboxgl-popup-close-button {
  font-size: 24px;
  right: 8px;
  top: 8px;
}

/* line 303, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__popup-header {
  color: #025e6a;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

/* line 313, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__popup-reach {
  margin-bottom: 24px;
}

/* line 317, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__popup-button {
  background-color: #cc7817;
  color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 20px;
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.our-reach-map__popup-button svg path:last-child {
  fill: #ffffff;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.our-reach-map__popup-button:hover,
.our-reach-map__popup-button:active {
  background-color: #995a12;
  color: #ffffff;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

.our-reach-map__popup-button:focus {
  border-color: #663c0b;
}

/* line 324, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__popup-button:focus {
  border-color: transparent;
  outline: none;
}

/* line 329, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__popup-button span {
  color: #000000;
  font-family: "league-gothic", sans-serif;
  font-size: 24px;
  line-height: 29px;
  margin-right: 16px;
  text-transform: uppercase;
}

/* line 339, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__popup-button svg path:last-child {
  fill: #000000;
}

/* line 345, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__popup-reach-header,
.our-reach-map__popup-reach-figure {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 19.5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

/* line 355, resources/assets/styles/partials/_reach-map.scss */

.our-reach-map__popup-reach-figure {
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/partials/_reach-map.scss */

  .our-reach-map {
    overflow-y: visible;
  }

  /* line 364, resources/assets/styles/partials/_reach-map.scss */

  .our-reach-map__sidebar {
    position: absolute;
    bottom: auto;
    top: 0;
    max-height: none;
    height: 100%;
    width: 405px;
    -webkit-transform: translateX(calc(-100% - 80px));
         -o-transform: translateX(calc(-100% - 80px));
            transform: translateX(calc(-100% - 80px));
  }

  /* line 373, resources/assets/styles/partials/_reach-map.scss */

  .our-reach-map__sidebar--shown {
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
  }

  /* line 378, resources/assets/styles/partials/_reach-map.scss */

  .our-reach-map__sidebar-close-box {
    left: auto;
    top: 28px;
    right: -71px;
  }

  /* line 384, resources/assets/styles/partials/_reach-map.scss */

  .our-reach-map__sidebar-content-box {
    padding: 36px 0;
  }

  /* line 388, resources/assets/styles/partials/_reach-map.scss */

  .our-reach-map #map {
    max-height: none;
  }

  /* line 392, resources/assets/styles/partials/_reach-map.scss */

  .our-reach-map__map {
    background-color: #bfbfbf;
    height: 880px;
    overflow: auto;
  }

  /* line 398, resources/assets/styles/partials/_reach-map.scss */

  .our-reach-map__buttons-box {
    top: 45px;
    right: 45px;
  }

  /* line 403, resources/assets/styles/partials/_reach-map.scss */

  .our-reach-map__button {
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 20px 36px;
  }

  /* line 409, resources/assets/styles/partials/_reach-map.scss */

  .our-reach-map__button:last-of-type {
    margin-bottom: 0;
  }
}

/* line 4, resources/assets/styles/partials/_inline-media-gallery.scss */

.inline-media-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

/* line 8, resources/assets/styles/partials/_inline-media-gallery.scss */

.inline-media-gallery__wrapper--single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 13, resources/assets/styles/partials/_inline-media-gallery.scss */

.inline-media-gallery__card {
  width: 100%;
  height: 100%;
  max-width: 26.31579rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.57895rem;
  margin-top: 0.10526rem;
  margin-bottom: 0.10526rem;
}

/* line 24, resources/assets/styles/partials/_inline-media-gallery.scss */

.inline-media-gallery__card .card-media {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 30, resources/assets/styles/partials/_inline-media-gallery.scss */

.inline-media-gallery__nav {
  margin-top: 3.15789rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 34, resources/assets/styles/partials/_inline-media-gallery.scss */

.inline-media-gallery__nav .progress {
  position: relative;
  height: 0.10526rem;
  width: 100%;
  margin: 1.42105rem 1.57895rem;
  background-color: #d9d9d9;
  border-radius: 0;
  overflow: visible;
}

/* line 44, resources/assets/styles/partials/_inline-media-gallery.scss */

.inline-media-gallery__nav .progress-bar {
  height: 0.21053rem;
  background-color: #cc7817;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 55, resources/assets/styles/partials/_inline-media-gallery.scss */

.inline-media-gallery--static .inline-media-gallery__nav {
  display: none;
}

/* line 59, resources/assets/styles/partials/_inline-media-gallery.scss */

.inline-media-gallery--static .inline-media-gallery__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 67, resources/assets/styles/partials/_inline-media-gallery.scss */

.inline-media-gallery__action:active {
  -webkit-transform: scale(0.96);
       -o-transform: scale(0.96);
          transform: scale(0.96);
}

/* line 1, resources/assets/styles/partials/_global-search.scss */

.global-search {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  background-color: #025e6a;
  -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  -o-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  visibility: hidden;
}

/* line 17, resources/assets/styles/partials/_global-search.scss */

body.js-search-visible .global-search {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

/* line 23, resources/assets/styles/partials/_global-search.scss */

.global-search__button {
  position: absolute;
  right: 1.57895rem;
  top: 1.57895rem;
}

/* line 31, resources/assets/styles/partials/_global-search.scss */

.global-search__close {
  width: 2.10526rem;
  height: 2.10526rem;
}

/* line 35, resources/assets/styles/partials/_global-search.scss */

.global-search__close path {
  fill: #ffffff;
}

/* line 40, resources/assets/styles/partials/_global-search.scss */

.global-search .m-search-form {
  width: 83.333%;
  max-width: 37.63158rem;
}

/* line 44, resources/assets/styles/partials/_global-search.scss */

.global-search .m-search-form .search-form__label {
  font-size: 1.625rem;
  color: #ffffff;
}

/* line 50, resources/assets/styles/partials/_global-search.scss */

.global-search .m-search-form .search-form__input {
  margin-top: 0.31579rem;
  font-weight: 500;
  padding: 1.15789rem 0 1.15789rem 0.52632rem;
  height: auto;
}

/* line 57, resources/assets/styles/partials/_global-search.scss */

.global-search .m-search-form .search-form__button {
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 62, resources/assets/styles/partials/_global-search.scss */

.global-search .m-search-form .search-form__icon {
  width: 1.89474rem;
  height: 1.89474rem;
}

/* stylelint-disable no-descending-specificity */

/* line 3, resources/assets/styles/partials/_impact.scss */

.impact-columns {
  background-color: #000000;
  overflow: hidden;
  pointer-events: none;
}

/* line 8, resources/assets/styles/partials/_impact.scss */

.impact-columns.loaded {
  -webkit-filter: blur(0);
          filter: blur(0);
  pointer-events: all;
}

/* line 12, resources/assets/styles/partials/_impact.scss */

.impact-columns.loaded .impact-column {
  opacity: 1;
}

/* line 17, resources/assets/styles/partials/_impact.scss */

.impact-columns .impact-column {
  opacity: 1;
}

/* line 20, resources/assets/styles/partials/_impact.scss */

.impact-columns .impact-column__title {
  opacity: 0;
}

/* line 145, resources/assets/styles/common/_typography.scss */

.impact-columns .impact-column__title {
  font-size: 52px;
}

@media screen and (min-width: 768px) {
  /* line 145, resources/assets/styles/common/_typography.scss */

  .impact-columns .impact-column__title {
    font-size: calc(52px + 18 * ((100vw - 768px) / 432));
  }
}

@media screen and (min-width: 1200px) {
  /* line 145, resources/assets/styles/common/_typography.scss */

  .impact-columns .impact-column__title {
    font-size: 70px;
  }
}

/* line 32, resources/assets/styles/partials/_impact.scss */

.impact-columns .impact-column .impact-project {
  opacity: 1;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 40, resources/assets/styles/partials/_impact.scss */

.impact-columns .impact-column__background {
  opacity: 0.75;
  -webkit-filter: saturate(0.5);
          filter: saturate(0.5);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 46, resources/assets/styles/partials/_impact.scss */

.impact-columns .impact-column__content {
  pointer-events: none;
}

/* line 52, resources/assets/styles/partials/_impact.scss */

.impact-columns .impact-column:hover .impact-project__title,
.impact-columns .impact-column:hover .impact-project__stats,
.impact-columns .impact-column:hover .impact-project__footer,
.impact-columns .impact-column:active .impact-project__title,
.impact-columns .impact-column:active .impact-project__stats,
.impact-columns .impact-column:active .impact-project__footer {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* line 59, resources/assets/styles/partials/_impact.scss */

.impact-columns .impact-column:hover .impact-column__background,
.impact-columns .impact-column:active .impact-column__background {
  opacity: 0.4;
}

/**
  Single column - Expandable from 33% to 50%
 */

/* line 69, resources/assets/styles/partials/_impact.scss */

.impact-column {
  background-color: #000000;
  will-change: width, opacity;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 53.89474rem;
  max-height: 56.84211rem;
  padding: 1.57895rem;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 69, resources/assets/styles/partials/_impact.scss */

  .impact-column {
    width: 33.333%;
  }
}

/* line 88, resources/assets/styles/partials/_impact.scss */

.impact-column__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

/* line 98, resources/assets/styles/partials/_impact.scss */

.impact-column__background::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}

/* line 109, resources/assets/styles/partials/_impact.scss */

.impact-column__background::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 120, resources/assets/styles/partials/_impact.scss */

.impact-column__background img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 100%;
}

/* line 127, resources/assets/styles/partials/_impact.scss */

.impact-column__content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 143, resources/assets/styles/partials/_impact.scss */

.impact-column__terms.impact-column__terms--1,
.impact-column__terms.impact-column__terms--3 {
  font-size: 14px;
  line-height: 1rem;
  padding: 3px 6px 2px;
}

/* line 150, resources/assets/styles/partials/_impact.scss */

.impact-column__terms a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ffffff;
}

/* line 158, resources/assets/styles/partials/_impact.scss */

.impact-column__terms--3 a {
  color: #025e6a;
}

/* line 164, resources/assets/styles/partials/_impact.scss */

.impact-column__terms a:not(:first-child)::before {
  content: "/";
  display: inline-block;
}

/* line 171, resources/assets/styles/partials/_impact.scss */

.impact-column__title {
  line-height: 1;
  text-transform: uppercase;
  display: none;
  color: #ffffff;
  -webkit-transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  /* line 171, resources/assets/styles/partials/_impact.scss */

  .impact-column__title {
    margin-bottom: 3.15789rem;
  }
}

/* line 145, resources/assets/styles/common/_typography.scss */

.impact-column__title {
  font-size: 36px;
}

@media screen and (min-width: 768px) {
  /* line 145, resources/assets/styles/common/_typography.scss */

  .impact-column__title {
    font-size: calc(36px + 40 * ((100vw - 768px) / 432));
  }
}

@media screen and (min-width: 1200px) {
  /* line 145, resources/assets/styles/common/_typography.scss */

  .impact-column__title {
    font-size: 76px;
  }
}

/* line 194, resources/assets/styles/partials/_impact.scss */

.impact-column:first-of-type .impact-column__background::after {
  background: #f33829;
}

/* line 202, resources/assets/styles/partials/_impact.scss */

.impact-column:nth-of-type(2) .impact-column__background::after {
  background: #ff971e;
}

/* line 210, resources/assets/styles/partials/_impact.scss */

.impact-column:last-of-type .impact-column__background::after {
  background: #0eb9cb;
}

/* line 217, resources/assets/styles/partials/_impact.scss */

.impact-project {
  padding: 1.57895rem;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  -webkit-transition: 0.7s linear;
  -o-transition: 0.7s linear;
  transition: 0.7s linear;
  color: #ffffff;
  max-width: 100%;
}

@media (min-width: 1200px) {
  /* line 217, resources/assets/styles/partials/_impact.scss */

  .impact-project {
    padding: 3.15789rem 1.57895rem 1.57895rem;
    max-width: 38.94737rem;
  }
}

@media all and (min-width: 1400px) {
  /* line 217, resources/assets/styles/partials/_impact.scss */

  .impact-project {
    padding: 6.31579rem 1.57895rem 1.57895rem;
  }
}

/* line 240, resources/assets/styles/partials/_impact.scss */

.impact-project__title {
  font-size: 2.25rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateY(1.26316rem);
       -o-transform: translateY(1.26316rem);
          transform: translateY(1.26316rem);
  opacity: 1;
  -webkit-transition: 0.7s linear;
  -o-transition: 0.7s linear;
  transition: 0.7s linear;
  margin-bottom: 0.42105rem;
}

@media (min-width: 1200px) {
  /* line 240, resources/assets/styles/partials/_impact.scss */

  .impact-project__title {
    font-size: 2.89375rem;
    margin-bottom: 1.57895rem;
    line-height: 56px;
  }
}

/* line 261, resources/assets/styles/partials/_impact.scss */

.impact-project__stats {
  margin-bottom: 1.26316rem;
  opacity: 0;
  -webkit-transform: translateY(1.26316rem);
       -o-transform: translateY(1.26316rem);
          transform: translateY(1.26316rem);
  -webkit-transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

@media all and (min-width: 1600px) {
  /* line 261, resources/assets/styles/partials/_impact.scss */

  .impact-project__stats {
    margin-bottom: 1.68421rem;
  }
}

/* line 271, resources/assets/styles/partials/_impact.scss */

.impact-project__stats dt,
.impact-project__stats dd {
  font-weight: 300;
  color: #ffffff;
  font-size: 14.5px;
  line-height: 18px;
}

/* line 279, resources/assets/styles/partials/_impact.scss */

.impact-project__stats dt {
  font-size: 1.875rem;
  line-height: 51px;
  border-top: 0.10526rem solid #ffffff;
}

@media (min-width: 1200px) {
  /* line 279, resources/assets/styles/partials/_impact.scss */

  .impact-project__stats dt {
    font-size: 42.5px;
  }
}

/* line 293, resources/assets/styles/partials/_impact.scss */

.impact-project__footer {
  -webkit-transform: translateY(1.26316rem);
       -o-transform: translateY(1.26316rem);
          transform: translateY(1.26316rem);
  opacity: 0;
  -webkit-transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 299, resources/assets/styles/partials/_impact.scss */

.impact-project__permalink,
.impact-project__term-link {
  text-transform: uppercase;
}

/* line 306, resources/assets/styles/partials/_impact.scss */

.impact-project__permalink {
  color: #cc7817;
  line-height: 1.57895rem;
}

/* line 312, resources/assets/styles/partials/_impact.scss */

.impact-project__permalink-icon path {
  fill: #cc7817;
}

/* line 316, resources/assets/styles/partials/_impact.scss */

.impact-project__permalink:hover,
.impact-project__permalink:active,
.impact-project__permalink:hover .impact-project__permalink-icon path,
.impact-project__permalink:active .impact-project__permalink-icon path {
  color: #985912;
}

@media (min-width: 1200px) {
  /* line 306, resources/assets/styles/partials/_impact.scss */

  .impact-project__permalink {
    font-size: 1.84211rem;
    line-height: 2.31579rem;
  }
}

@media all and (min-width: 1400px) {
  /* line 306, resources/assets/styles/partials/_impact.scss */

  .impact-project__permalink {
    font-size: 2.10526rem;
    line-height: 2.63158rem;
  }
}

/* line 334, resources/assets/styles/partials/_impact.scss */

.impact-project__term-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}

/* line 340, resources/assets/styles/partials/_impact.scss */

.impact-project__term-link:hover,
.impact-project__term-link:active {
  color: currentColor;
}

/* line 348, resources/assets/styles/partials/_impact.scss */

.impact-column--with-graphics .impact-project {
  max-width: 100%;
}

/* line 351, resources/assets/styles/partials/_impact.scss */

.impact-column--with-graphics .impact-project__stats {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

/* line 360, resources/assets/styles/partials/_impact.scss */

.impact-column--with-graphics .impact-project__statistic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 365, resources/assets/styles/partials/_impact.scss */

.impact-column--with-graphics .impact-project__statistic dt {
  border-top: 0;
}

/* line 369, resources/assets/styles/partials/_impact.scss */

.impact-column--with-graphics .impact-project__statistic .impact-project__statistic-graphic {
  margin: 1rem 0 0;
  height: 80px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 375, resources/assets/styles/partials/_impact.scss */

.impact-column--with-graphics .impact-project__statistic .impact-project__statistic-graphic-img {
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
  opacity: 1;
  width: auto;
  background-color: transparent;
  padding: 8px;
  height: 100%;
}

/* line 384, resources/assets/styles/partials/_impact.scss */

.impact-column--with-graphics .impact-project__statistic .impact-project__statistic-value {
  margin-bottom: 8px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}

/* line 390, resources/assets/styles/partials/_impact.scss */

.impact-column--with-graphics .impact-project__statistic .impact-project__statistic-title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 400, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__stats {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 406, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__statistic {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    padding: 0 8px;
  }

  /* line 410, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__statistic .impact-project__statistic-graphic {
    height: 130px;
    margin-bottom: 8px;
  }

  /* line 415, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__statistic .impact-project__statistic-value {
    margin-bottom: 8px;
  }

  /* line 419, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__statistic .impact-project__statistic-title {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  /* line 428, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__statistic {
    padding: 0 16px;
    margin-bottom: 24px;
  }

  /* line 433, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project .impact-project__statistic-graphic {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 1400px) {
  /* line 441, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__stats {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 445, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__statistic {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin-right: 48px;
    margin-bottom: 32px;
  }

  /* line 450, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__statistic:last-of-type {
    margin-right: 0;
  }

  /* line 454, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__statistic .impact-project__statistic-title {
    text-align: start;
  }
}

@media all and (min-width: 1600px) {
  /* line 463, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__stats {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 468, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__statistic {
    margin-right: 64px;
  }

  /* line 471, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__statistic:last-of-type {
    margin-right: 0;
  }

  /* line 475, resources/assets/styles/partials/_impact.scss */

  .impact-column--with-graphics .impact-project__statistic .impact-project__statistic-graphic {
    height: 170px;
  }
}

/* stylelint-enable no-descending-specificity */

/** Partials -> Sections */

/* line 1, resources/assets/styles/partials/sections/_our-approach.scss */

.our-approach {
  padding: 2.36842rem 0;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/partials/sections/_our-approach.scss */

  .our-approach {
    padding: 4.73684rem 0;
  }
}

/* line 8, resources/assets/styles/partials/sections/_our-approach.scss */

.our-approach__heading {
  margin-bottom: 4.73684rem;
  text-align: center;
  text-transform: uppercase;
  color: #025e6a;
}

/* line 16, resources/assets/styles/partials/sections/_our-approach.scss */

.our-approach__heading::after {
  content: "";
  display: block;
  width: 3.15789rem;
  height: 0.15789rem;
  margin: 1.57895rem auto 0 auto;
  background-color: #f33829;
  text-align: center;
}

@media (min-width: 1200px) {
  /* line 16, resources/assets/styles/partials/sections/_our-approach.scss */

  .our-approach__heading::after {
    width: 4.73684rem;
  }
}

/* line 31, resources/assets/styles/partials/sections/_our-approach.scss */

.our-approach .content-image__icon-container {
  margin-bottom: 1.57895rem;
}

/* line 36, resources/assets/styles/partials/sections/_our-approach.scss */

.our-approach__content-image:last-child {
  padding-bottom: 0;
}

/* line 41, resources/assets/styles/partials/sections/_our-approach.scss */

.our-approach__content-image--science .content-image__icon-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.63158rem;
  height: 2.63158rem;
  background-color: #ff7751;
  border-radius: 19px;
  pointer-events: none;
  -webkit-box-shadow: 0 4px 10px 0 rgba(255, 119, 81, 0.5);
          box-shadow: 0 4px 10px 0 rgba(255, 119, 81, 0.5);
}

/* line 13, resources/assets/styles/utility/_icon-set.scss */

.our-approach__content-image--science .content-image__icon-container svg {
  width: 1.57895rem;
  height: 1.57895rem;
}

/* line 18, resources/assets/styles/utility/_icon-set.scss */

.our-approach__content-image--science .content-image__icon-container svg path {
  fill: #ffffff;
}

/* line 47, resources/assets/styles/partials/sections/_our-approach.scss */

.our-approach__content-image--stories .content-image__icon-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.63158rem;
  height: 2.63158rem;
  background-color: #ff971e;
  border-radius: 19px;
  pointer-events: none;
  -webkit-box-shadow: 0 4px 10px 0 rgba(255, 151, 30, 0.5);
          box-shadow: 0 4px 10px 0 rgba(255, 151, 30, 0.5);
}

/* line 13, resources/assets/styles/utility/_icon-set.scss */

.our-approach__content-image--stories .content-image__icon-container svg {
  width: 1.57895rem;
  height: 1.57895rem;
}

/* line 18, resources/assets/styles/utility/_icon-set.scss */

.our-approach__content-image--stories .content-image__icon-container svg path {
  fill: #ffffff;
}

/* line 53, resources/assets/styles/partials/sections/_our-approach.scss */

.our-approach__content-image--saturation .content-image__icon-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.63158rem;
  height: 2.63158rem;
  background-color: #0eb9cb;
  border-radius: 19px;
  pointer-events: none;
  -webkit-box-shadow: 0 4px 10px 0 rgba(14, 185, 203, 0.5);
          box-shadow: 0 4px 10px 0 rgba(14, 185, 203, 0.5);
}

/* line 13, resources/assets/styles/utility/_icon-set.scss */

.our-approach__content-image--saturation .content-image__icon-container svg {
  width: 1.57895rem;
  height: 1.57895rem;
}

/* line 18, resources/assets/styles/utility/_icon-set.scss */

.our-approach__content-image--saturation .content-image__icon-container svg path {
  fill: #ffffff;
}

/* line 1, resources/assets/styles/partials/sections/_content-objective.scss */

.content-objective {
  padding: 2.36842rem 1.57895rem;
  background-color: #fff5e9;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/partials/sections/_content-objective.scss */

  .content-objective {
    padding: 4.73684rem 0;
  }
}

/* line 9, resources/assets/styles/partials/sections/_content-objective.scss */

.content-objective__heading {
  margin-bottom: 1.57895rem;
  line-height: 1;
  text-transform: uppercase;
  color: #025e6a;
}

/* line 17, resources/assets/styles/partials/sections/_content-objective.scss */

.content-objective__heading::after {
  content: "";
  display: block;
  width: 3.15789rem;
  height: 0.15789rem;
  margin-top: 1.57895rem;
  background-color: #f33829;
}

@media (min-width: 1200px) {
  /* line 17, resources/assets/styles/partials/sections/_content-objective.scss */

  .content-objective__heading::after {
    width: 4.73684rem;
  }
}

/* line 31, resources/assets/styles/partials/sections/_content-objective.scss */

.content-objective__meta-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

/* line 1, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video {
  width: 100%;
  margin-top: 4.73684rem;
  padding-bottom: 4.73684rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

  .content-section-heading-modal-video {
    overflow: hidden;
  }
}

/* line 13, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__section-heading {
  margin-bottom: 4.73684rem;
  text-align: center;
  text-transform: uppercase;
  color: #025e6a;
}

@media (min-width: 576px) {
  /* line 13, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

  .content-section-heading-modal-video__section-heading {
    padding-bottom: 4.73684rem;
  }
}

/* line 25, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__section-heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15789rem;
  height: 3.15789rem;
  background-color: #0eb9cb;
  z-index: 1;
}

@media (min-width: 576px) {
  /* line 25, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

  .content-section-heading-modal-video__section-heading::after {
    height: 4.73684rem;
  }
}

/* line 42, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 45, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__content-wrapper a:not(.content-section-heading-modal-video__button) {
  color: #ff8900;
  font-weight: normal;
}

/* line 51, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__heading {
  line-height: 1.05em;
  margin-bottom: 1.57895rem;
  text-transform: uppercase;
  color: #025e6a;
}

/* line 60, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__image-wrapper {
  margin-bottom: 2.36842rem;
}

@media (min-width: 768px) {
  /* line 60, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

  .content-section-heading-modal-video__image-wrapper {
    margin-bottom: 0;
  }
}

/* line 68, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__image {
  max-width: 100%;
  height: auto;
}

/* line 73, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__image-container {
  position: relative;
}

/* line 77, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
  /* line 77, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

  .content-section-heading-modal-video__play-button {
    display: none;
  }
}

/* line 90, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__info {
  font-family: "league-gothic", serif;
  background-color: #cc7817;
  color: #ffffff;
  padding: 1.57895rem 1.57895rem 2.21053rem 1.57895rem;
}

/* line 97, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__caption {
  line-height: 1;
}

/* line 103, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__button {
  color: #000000;
  text-transform: uppercase;
  line-height: 1em;
}

/* line 110, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__button svg {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 115, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__button:hover {
  color: black;
}

/* line 118, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__button:hover svg {
  -webkit-transform: translateX(0.31579rem);
       -o-transform: translateX(0.31579rem);
          transform: translateX(0.31579rem);
}

/* line 124, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video__eyebrow {
  font-family: "league-gothic", serif;
  letter-spacing: 0.12526rem;
  text-transform: uppercase;
  color: #f33829;
  line-height: 1em;
  margin-bottom: 1.57895rem;
}

/* line 133, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video--background {
  margin-top: 0;
  padding-bottom: 0;
}

/* line 137, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video--background .content-section-heading-modal-video__heading {
  color: #ffffff;
}

/* line 141, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video--background .content-section-heading-modal-video__wysiwyg {
  color: #ffffff;
}

/* line 145, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video--background .content-section-heading-modal-video__content-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 2.36842rem 0 4.73684rem;
}

@media (min-width: 576px) {
  /* line 145, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

  .content-section-heading-modal-video--background .content-section-heading-modal-video__content-wrapper {
    padding: 3.15789rem 0 6.31579rem;
  }
}

/* line 154, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video--background .content-section-heading-modal-video__content-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: -2.36842rem;
  left: 50%;
  width: 100vw;
  height: 4.73684rem;
  -webkit-transform: translateX(-50%) skewY(-8deg);
       -o-transform: translateX(-50%) skewY(-8deg);
          transform: translateX(-50%) skewY(-8deg);
  background-color: #025e6a;
  z-index: -1;
}

@media (min-width: 576px) {
  /* line 154, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

  .content-section-heading-modal-video--background .content-section-heading-modal-video__content-wrapper::after {
    top: -4.73684rem;
    height: 10.52632rem;
    -webkit-transform: translateX(-50%) skewY(-4deg);
         -o-transform: translateX(-50%) skewY(-4deg);
            transform: translateX(-50%) skewY(-4deg);
  }
}

/* line 173, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video--background .content-section-heading-modal-video__content-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #025e6a;
  background-image: url(/app/themes/dmi/dist/images/waves-md.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* line 192, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.content-section-heading-modal-video--no-video .content-section-heading-modal-video__content-wrapper {
  padding: 2.36842rem 0 3.78947rem;
}

@media (min-width: 576px) {
  /* line 192, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

  .content-section-heading-modal-video--no-video .content-section-heading-modal-video__content-wrapper {
    padding: 3.15789rem 0 3.15789rem;
  }
}

/* line 202, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.project-chart {
  background-color: #025e6a;
  position: relative;
}

/* line 208, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.project-chart .container {
  position: relative;
  z-index: 2;
}

/* line 213, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.project-chart::after {
  position: absolute;
  bottom: -0.05263rem;
  left: 0;
  content: "";
  width: 100%;
  height: 15%;
  background-color: #ffffff;
  z-index: 1;
}

/* line 224, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.project-chart__tab-content {
  padding: 3.15789rem 2.10526rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 50px 90px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 50px 90px 0 rgba(0, 0, 0, 0.07);
}

/* line 230, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.project-chart__tab-pane {
  -webkit-box-shadow: 0 50px 90px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 50px 90px 0 rgba(0, 0, 0, 0.07);
}

/* line 234, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.project-chart__chart {
  opacity: 0;
  -webkit-transition: opacity 0.075s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.075s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.075s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 239, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.project-chart .nav-link {
  color: #025e6a;
  padding-left: 1.57895rem;
  padding-right: 1.57895rem;
  text-transform: uppercase;
}

/* line 250, resources/assets/styles/partials/sections/_content-section-heading-modal-video.scss */

.tab-pane.active .project-chart__chart {
  opacity: 1;
  -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1) 1s;
  -o-transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1) 1s;
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1) 1s;
}

/* line 2, resources/assets/styles/partials/sections/_related-projects.scss */

.related-projects__heading {
  margin-bottom: 3.15789rem;
  text-align: center;
  text-transform: uppercase;
  color: #025e6a;
}

/* line 10, resources/assets/styles/partials/sections/_related-projects.scss */

.related-projects__heading::after {
  content: "";
  display: block;
  width: 3.15789rem;
  height: 0.15789rem;
  margin: 1.57895rem auto 0 auto;
  background-color: #f33829;
  text-align: center;
}

@media (min-width: 1200px) {
  /* line 10, resources/assets/styles/partials/sections/_related-projects.scss */

  .related-projects__heading::after {
    width: 4.73684rem;
  }
}

/* line 25, resources/assets/styles/partials/sections/_related-projects.scss */

.related-projects__button {
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 4.73684rem;
  margin-top: 2.73684rem;
}

/* line 76, resources/assets/styles/components/_buttons.scss */

.related-projects__button svg path:last-child {
  fill: #000000;
}

/* line 82, resources/assets/styles/components/_buttons.scss */

.related-projects__button:hover,
.related-projects__button:active {
  background-color: #000000;
  color: #ffffff;
}

/* line 89, resources/assets/styles/components/_buttons.scss */

.related-projects__button:hover svg path:last-child,
.related-projects__button:active svg path:last-child {
  fill: #ffffff;
}

/* line 96, resources/assets/styles/components/_buttons.scss */

.related-projects__button:focus {
  background-color: #e7e6e6;
}

/* line 31, resources/assets/styles/partials/sections/_related-projects.scss */

.related-projects__button-wrapper {
  text-align: center;
}

/* line 35, resources/assets/styles/partials/sections/_related-projects.scss */

.related-projects__button-text {
  font-family: "league-gothic", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 35, resources/assets/styles/partials/sections/_related-projects.scss */

  .related-projects__button-text {
    font-size: 1.325rem;
  }
}

@media (min-width: 1200px) {
  /* line 35, resources/assets/styles/partials/sections/_related-projects.scss */

  .related-projects__button-text {
    font-size: 1.42105rem;
  }
}

/* line 49, resources/assets/styles/partials/sections/_related-projects.scss */

.related-projects__button-icon {
  width: 0.94737rem;
  margin-left: 0.52632rem;
}

@media (min-width: 1200px) {
  /* line 49, resources/assets/styles/partials/sections/_related-projects.scss */

  .related-projects__button-icon {
    width: 1.26316rem;
  }
}

/* line 1, resources/assets/styles/partials/sections/_content-resource.scss */

.content-resources {
  margin-top: 4.73684rem;
  margin-bottom: 4.73684rem;
}

/* line 5, resources/assets/styles/partials/sections/_content-resource.scss */

.content-resources__container {
  background-color: rgba(255, 151, 30, 0.6);
  padding: 2.36842rem 0.78947rem;
}

@media (min-width: 768px) {
  /* line 5, resources/assets/styles/partials/sections/_content-resource.scss */

  .content-resources__container {
    padding: 3.47368rem 3.15789rem;
  }
}

/* line 14, resources/assets/styles/partials/sections/_content-resource.scss */

.content-resources__eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "league-gothic", serif;
  font-weight: 500;
  letter-spacing: 0.10526rem;
  text-transform: uppercase;
  line-height: 1.57895rem;
  background-color: transparent;
  color: #f33829;
}

/* line 25, resources/assets/styles/partials/sections/_content-resource.scss */

.content-resources__heading {
  line-height: 1;
  text-transform: uppercase;
  color: #025e6a;
}

/* line 33, resources/assets/styles/partials/sections/_content-resource.scss */

.content-resources__heading--underline::after {
  content: "";
  display: block;
  width: 3.15789rem;
  height: 0.15789rem;
  margin: 1.57895rem auto 0 0;
  background-color: #f33829;
  text-align: center;
}

@media (min-width: 1200px) {
  /* line 33, resources/assets/styles/partials/sections/_content-resource.scss */

  .content-resources__heading--underline::after {
    width: 4.73684rem;
  }
}

/* line 49, resources/assets/styles/partials/sections/_content-resource.scss */

.content-resources__wysiwyg {
  margin-top: 1.26316rem;
}

/* line 53, resources/assets/styles/partials/sections/_content-resource.scss */

.content-resources__image {
  width: 100%;
  max-width: 23.68421rem;
  margin: 0 auto;
}

/* line 1, resources/assets/styles/partials/sections/_content-media-feature.scss */

.content-media-feature {
  margin-top: 4.73684rem;
  padding-bottom: 4.73684rem;
}

/* line 5, resources/assets/styles/partials/sections/_content-media-feature.scss */

.content-media-feature__heading {
  text-align: center;
  text-transform: uppercase;
  color: #025e6a;
}

@media (min-width: 576px) {
  /* line 5, resources/assets/styles/partials/sections/_content-media-feature.scss */

  .content-media-feature__heading {
    margin-bottom: 3.15789rem;
  }
}

/* line 16, resources/assets/styles/partials/sections/_content-media-feature.scss */

.content-media-feature__heading::after {
  content: "";
  display: block;
  width: 3.15789rem;
  height: 0.15789rem;
  margin: 1.57895rem auto 0 auto;
  background-color: #f33829;
  text-align: center;
}

@media (min-width: 1200px) {
  /* line 16, resources/assets/styles/partials/sections/_content-media-feature.scss */

  .content-media-feature__heading::after {
    width: 4.73684rem;
  }
}

/* line 1, resources/assets/styles/partials/sections/_content-how-we-work.scss */

.content-how-we-work {
  position: relative;
  background-color: #025e6a;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/partials/sections/_content-how-we-work.scss */

  .content-how-we-work {
    margin-top: 4.73684rem;
    margin-bottom: 4.73684rem;
  }
}

/* line 10, resources/assets/styles/partials/sections/_content-how-we-work.scss */

.content-how-we-work__outer {
  overflow: hidden;
  position: relative;
  padding-top: 4.73684rem;
}

/* line 15, resources/assets/styles/partials/sections/_content-how-we-work.scss */

.content-how-we-work__outer::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #025e6a;
  background-size: cover;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-image: url(/app/themes/dmi/dist/images/waves-sm.png);
}

@media (min-width: 768px) {
  /* line 15, resources/assets/styles/partials/sections/_content-how-we-work.scss */

  .content-how-we-work__outer::before {
    background-image: url(/app/themes/dmi/dist/images/waves-md.png);
  }
}

@media (min-width: 768px) {
  /* line 10, resources/assets/styles/partials/sections/_content-how-we-work.scss */

  .content-how-we-work__outer {
    padding: 8.68421rem 0 10.26316rem;
  }
}

/* line 41, resources/assets/styles/partials/sections/_content-how-we-work.scss */

.content-how-we-work__content {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  /* line 41, resources/assets/styles/partials/sections/_content-how-we-work.scss */

  .content-how-we-work__content {
    width: 41%;
  }
}

/* line 50, resources/assets/styles/partials/sections/_content-how-we-work.scss */

.content-how-we-work__heading,
.content-how-we-work__wysiwyg {
  color: #ffffff;
}

/* line 55, resources/assets/styles/partials/sections/_content-how-we-work.scss */

.content-how-we-work__button {
  background-color: #cc7817;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 60%);
       -o-transform: translate(-50%, 60%);
          transform: translate(-50%, 60%);
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.content-how-we-work__button svg path:last-child {
  fill: #ffffff;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.content-how-we-work__button:hover,
.content-how-we-work__button:active {
  background-color: #995a12;
  color: #ffffff;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

.content-how-we-work__button:focus {
  border-color: #663c0b;
}

/* line 63, resources/assets/styles/partials/sections/_content-how-we-work.scss */

.content-how-we-work__button-text {
  font-family: "league-gothic", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 63, resources/assets/styles/partials/sections/_content-how-we-work.scss */

  .content-how-we-work__button-text {
    font-size: 1.325rem;
  }
}

@media (min-width: 1200px) {
  /* line 63, resources/assets/styles/partials/sections/_content-how-we-work.scss */

  .content-how-we-work__button-text {
    font-size: 1.42105rem;
  }
}

/* line 77, resources/assets/styles/partials/sections/_content-how-we-work.scss */

.content-how-we-work__button-icon {
  width: 0.94737rem;
  margin-left: 0.52632rem;
}

@media (min-width: 1200px) {
  /* line 77, resources/assets/styles/partials/sections/_content-how-we-work.scss */

  .content-how-we-work__button-icon {
    width: 1.26316rem;
  }
}

/* line 87, resources/assets/styles/partials/sections/_content-how-we-work.scss */

.content-how-we-work__heading {
  text-transform: uppercase;
  line-height: 1;
}

/* line 94, resources/assets/styles/partials/sections/_content-how-we-work.scss */

.content-how-we-work__wysiwyg {
  margin-top: 1.26316rem;
}

@media (min-width: 768px) {
  /* line 94, resources/assets/styles/partials/sections/_content-how-we-work.scss */

  .content-how-we-work__wysiwyg {
    margin-top: 1.57895rem;
  }
}

/* line 102, resources/assets/styles/partials/sections/_content-how-we-work.scss */

.content-how-we-work__heading span {
  color: #ff7751;
}

/* line 106, resources/assets/styles/partials/sections/_content-how-we-work.scss */

.content-how-we-work__image {
  width: 95%;
  opacity: 0.3;
  margin-top: 3.15789rem;
}

@supports (mix-blend-mode: multiply) {
  /* line 106, resources/assets/styles/partials/sections/_content-how-we-work.scss */

  .content-how-we-work__image {
    opacity: 1;
    mix-blend-mode: multiply;
  }
}

@media (min-width: 768px) {
  /* line 106, resources/assets/styles/partials/sections/_content-how-we-work.scss */

  .content-how-we-work__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    max-width: 40rem;
  }
}

@media (min-width: 992px) {
  /* line 106, resources/assets/styles/partials/sections/_content-how-we-work.scss */

  .content-how-we-work__image {
    width: 50%;
  }
}

/* line 1, resources/assets/styles/partials/sections/_two-column-focus-area.scss */

.o-two-column-focus-areas {
  margin-top: 4.73684rem;
  margin-bottom: 4.73684rem;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/partials/sections/_two-column-focus-area.scss */

  .o-two-column-focus-areas {
    margin-bottom: 1.57895rem;
  }
}

/* line 9, resources/assets/styles/partials/sections/_two-column-focus-area.scss */

.o-two-column-focus-areas__heading {
  margin-bottom: 3.15789rem;
  text-align: center;
  text-transform: uppercase;
  color: #025e6a;
  line-height: 1;
}

/* line 18, resources/assets/styles/partials/sections/_two-column-focus-area.scss */

.o-two-column-focus-areas__heading::after {
  content: "";
  display: block;
  width: 3.15789rem;
  height: 0.15789rem;
  margin: 1.57895rem auto 0 auto;
  background-color: #f33829;
  text-align: center;
}

@media (min-width: 1200px) {
  /* line 18, resources/assets/styles/partials/sections/_two-column-focus-area.scss */

  .o-two-column-focus-areas__heading::after {
    width: 4.73684rem;
  }
}

/* line 33, resources/assets/styles/partials/sections/_two-column-focus-area.scss */

.o-two-column-focus-areas__eyebrow {
  font-family: "league-gothic", serif;
  letter-spacing: 0.12526rem;
  text-transform: uppercase;
  color: #f33829;
  line-height: 1em;
  margin-bottom: 1.57895rem;
  text-align: center;
}

/* line 43, resources/assets/styles/partials/sections/_two-column-focus-area.scss */

.o-two-column-focus-areas .m-focus-area-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

/* line 49, resources/assets/styles/partials/sections/_two-column-focus-area.scss */

.o-two-column-focus-areas .m-focus-area-card__button {
  margin-top: auto;
  margin-bottom: 3.15789rem;
}

/** Partials -> Page headers */

/* line 1, resources/assets/styles/partials/page-headers/_hero.scss */

.hero,
.project-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 2.36842rem);
  color: #ffffff;
}

@media (min-width: 992px) {
  /* line 1, resources/assets/styles/partials/page-headers/_hero.scss */

  .hero,
  .project-hero {
    min-height: 37.89474rem;
    height: calc(100vh - 4.52632rem);
  }
}

/* line 18, resources/assets/styles/partials/page-headers/_hero.scss */

.hero__content-wrapper,
.project-hero__content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding: 0.78947rem;
  z-index: 1;
}

@media (min-width: 768px) {
  /* line 18, resources/assets/styles/partials/page-headers/_hero.scss */

  .hero__content-wrapper,
  .project-hero__content-wrapper {
    max-width: 45vw;
  }
}

@media screen and (min-width: 768px) and (max-height: 760px) {
  /* line 18, resources/assets/styles/partials/page-headers/_hero.scss */

  .hero__content-wrapper,
  .project-hero__content-wrapper {
    max-width: 50vw;
  }
}

@media screen and (min-width: 768px) and (max-height: 900px) {
  /* line 18, resources/assets/styles/partials/page-headers/_hero.scss */

  .hero__content-wrapper,
  .project-hero__content-wrapper {
    max-width: 40vw;
  }
}

@media (min-width: 992px) {
  /* line 18, resources/assets/styles/partials/page-headers/_hero.scss */

  .hero__content-wrapper,
  .project-hero__content-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.57895rem 2.36842rem 1.57895rem 4.73684rem;
  }
}

/* line 45, resources/assets/styles/partials/page-headers/_hero.scss */

.hero__eyebrow,
.project-hero__eyebrow {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 49, resources/assets/styles/partials/page-headers/_hero.scss */

.hero__image,
.project-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 59, resources/assets/styles/partials/page-headers/_hero.scss */

.hero__image::after,
.project-hero__image::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.6) 100%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.6) 100%), -o-linear-gradient(top, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  -o-transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  /* line 59, resources/assets/styles/partials/page-headers/_hero.scss */

  .hero__image::after,
  .project-hero__image::after {
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.25) 100%), -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.25) 100%), -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.25) 100%), linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
}

/* line 78, resources/assets/styles/partials/page-headers/_hero.scss */

.hero__image.loaded::after,
.project-hero__image.loaded::after {
  opacity: 1;
}

/* line 83, resources/assets/styles/partials/page-headers/_hero.scss */

.hero__heading,
.project-hero__heading {
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-height: 900px) {
  /* line 83, resources/assets/styles/partials/page-headers/_hero.scss */

  .hero__heading,
  .project-hero__heading {
    font-size: 4rem;
  }
}

/* line 93, resources/assets/styles/partials/page-headers/_hero.scss */

.hero__heading span,
.project-hero__heading span {
  display: block;
  color: #0eb9cb;
}

/* line 99, resources/assets/styles/partials/page-headers/_hero.scss */

.hero__wysiwyg,
.project-hero__wysiwyg {
  margin-bottom: 2.36842rem;
  max-width: 28.94737rem;
}

@media (min-width: 768px) {
  /* line 99, resources/assets/styles/partials/page-headers/_hero.scss */

  .hero__wysiwyg,
  .project-hero__wysiwyg {
    padding-right: 0;
    max-width: 17.36842rem;
  }
}

@media (min-width: 992px) {
  /* line 99, resources/assets/styles/partials/page-headers/_hero.scss */

  .hero__wysiwyg,
  .project-hero__wysiwyg {
    max-width: 34.73684rem;
  }
}

@media (max-width: 991.98px) {
  /* line 113, resources/assets/styles/partials/page-headers/_hero.scss */

  .hero__button,
  .project-hero__button {
    display: none;
  }
}

/* line 123, resources/assets/styles/partials/page-headers/_hero.scss */

.project-hero__heading {
  text-shadow: 0 0.10526rem 0.52632rem 0 rgba(0, 0, 0, 0.5);
}

/* line 128, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero {
  background-color: #025e6a;
  position: relative;
  width: 100%;
  height: calc(100vh - 2.36842rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  /* line 128, resources/assets/styles/partials/page-headers/_hero.scss */

  .impact-hero {
    height: calc(100vh - 4.47368rem);
  }
}

/* line 145, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__scroll {
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.21053rem;
  color: #ffffff;
  margin-right: 16px;
  white-space: nowrap;
}

/* line 156, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__scroll:last-of-type {
  margin-right: 0;
}

/* line 160, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__scroll:hover {
  color: #ffffff;
}

/* line 163, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__scroll:hover svg {
  -webkit-animation: bounce-arrow 0.75s ease-in-out infinite;
       -o-animation: bounce-arrow 0.75s ease-in-out infinite;
          animation: bounce-arrow 0.75s ease-in-out infinite;
}

/* line 168, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__scroll svg path {
  fill: currentColor;
}

@media (min-width: 992px) {
  /* line 145, resources/assets/styles/partials/page-headers/_hero.scss */

  .impact-hero__scroll {
    margin-right: 40px;
  }

  /* line 175, resources/assets/styles/partials/page-headers/_hero.scss */

  .impact-hero__scroll:last-of-type {
    margin-right: 0;
  }
}

/* line 181, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0.78947rem;
  z-index: 1;
}

@media (min-width: 992px) {
  /* line 181, resources/assets/styles/partials/page-headers/_hero.scss */

  .impact-hero__content-wrapper {
    max-width: 70vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.57895rem 2.36842rem 1.57895rem 4.73684rem;
  }
}

/* line 197, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__title {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  /* line 197, resources/assets/styles/partials/page-headers/_hero.scss */

  .impact-hero__title {
    margin-bottom: 56px;
  }
}

/* line 208, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__image {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  /* line 208, resources/assets/styles/partials/page-headers/_hero.scss */

  .impact-hero__image {
    position: absolute;
    top: 0;
    left: 30%;
    width: 70%;
    height: 100%;
    background-size: cover;
    background-position: left top;
    opacity: 0.3;
  }
}

@supports (mix-blend-mode: multiply) {
  /* line 208, resources/assets/styles/partials/page-headers/_hero.scss */

  .impact-hero__image {
    opacity: 1;
    mix-blend-mode: multiply;
  }
}

/* line 234, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__text {
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (min-width: 768px) and (max-height: 768px) {
  /* line 234, resources/assets/styles/partials/page-headers/_hero.scss */

  .impact-hero__text {
    font-size: 3.36842rem;
  }
}

/* line 244, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__text span {
  display: block;
}

/* line 248, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__text--impact {
  position: relative;
  /**
        the following properties should overwrite the
        standard impact text style with the outline version
       */
}

/* line 257, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__text--impact::before,
.impact-hero__text--impact::after {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
}

/* line 265, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__text--impact::after {
  color: #025e6a;
  z-index: 1;
}

/* line 270, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__text--impact::before {
  -webkit-text-stroke: 0.15789rem #ffffff;
  z-index: 0;
}

/* line 276, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__text--pink {
  color: #ff7751;
}

/* line 280, resources/assets/styles/partials/page-headers/_hero.scss */

.impact-hero__text--white {
  color: #ffffff;
}

/* line 290, resources/assets/styles/partials/page-headers/_hero.scss */

.background-image--impact .background-image__img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}

/* line 296, resources/assets/styles/partials/page-headers/_hero.scss */

.background-image--compatibility {
  background-size: cover;
  background-position: center;
}

/* line 300, resources/assets/styles/partials/page-headers/_hero.scss */

.background-image--compatibility img {
  display: none;
}

/* line 305, resources/assets/styles/partials/page-headers/_hero.scss */

.background-image__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 313, resources/assets/styles/partials/page-headers/_hero.scss */

.background-image__img.page-header__image {
  position: relative;
}

@media (min-width: 768px) {
  /* line 313, resources/assets/styles/partials/page-headers/_hero.scss */

  .background-image__img.page-header__image {
    position: absolute;
  }
}

@-webkit-keyframes bounce-arrow {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }

  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }

  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@-o-keyframes bounce-arrow {
  0% {
    -o-transform: translateY(-10%);
       transform: translateY(-10%);
  }

  50% {
    -o-transform: translateY(15%);
       transform: translateY(15%);
  }

  100% {
    -o-transform: translateY(-10%);
       transform: translateY(-10%);
  }
}

@keyframes bounce-arrow {
  0% {
    -webkit-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);
  }

  50% {
    -webkit-transform: translateY(15%);
         -o-transform: translateY(15%);
            transform: translateY(15%);
  }

  100% {
    -webkit-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

/* line 1, resources/assets/styles/partials/page-headers/_page-header.scss */

.page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #025e6a;
  color: #ffffff;
}

/* line 10, resources/assets/styles/partials/page-headers/_page-header.scss */

.page-header:not(.page-header--image) {
  padding: 3.15789rem 0;
}

@media (min-width: 768px) {
  /* line 14, resources/assets/styles/partials/page-headers/_page-header.scss */

  .page-header--image {
    height: calc(100vh - 4.52632rem);
  }
}

/* line 19, resources/assets/styles/partials/page-headers/_page-header.scss */

.page-header--image .page-header__content-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #025e6a;
}

@media (max-width: 991.98px) {
  /* line 19, resources/assets/styles/partials/page-headers/_page-header.scss */

  .page-header--image .page-header__content-wrapper {
    padding: 1.57895rem 0;
  }
}

@media (min-width: 768px) {
  /* line 19, resources/assets/styles/partials/page-headers/_page-header.scss */

  .page-header--image .page-header__content-wrapper {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    padding: 1.57895rem 2.36842rem 1.57895rem 4.73684rem;
    background-color: rgba(2, 94, 106, 0.75);
  }
}

/* line 38, resources/assets/styles/partials/page-headers/_page-header.scss */

.page-header--image .page-header__image-wrapper {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media (min-width: 768px) {
  /* line 38, resources/assets/styles/partials/page-headers/_page-header.scss */

  .page-header--image .page-header__image-wrapper {
    height: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }

  /* line 49, resources/assets/styles/partials/page-headers/_page-header.scss */

  .page-header--image .page-header__image-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
  }
}

/* line 59, resources/assets/styles/partials/page-headers/_page-header.scss */

.page-header__image {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 59, resources/assets/styles/partials/page-headers/_page-header.scss */

  .page-header__image {
    opacity: 0;
    -webkit-filter: blur(2px);
            filter: blur(2px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* line 72, resources/assets/styles/partials/page-headers/_page-header.scss */

  .page-header__image.loaded {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

/* line 79, resources/assets/styles/partials/page-headers/_page-header.scss */

.page-header__heading {
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  /* line 79, resources/assets/styles/partials/page-headers/_page-header.scss */

  .page-header__heading {
    padding: 0 0.78947rem;
  }
}

@media (max-width: 1199.98px) {
  /* line 90, resources/assets/styles/partials/page-headers/_page-header.scss */

  .page-header .breadcrumb {
    padding: 0 0.78947rem;
  }
}

/** Blocks */

/* line 1, resources/assets/styles/blocks/_generic-post-list.scss */

.articles-list,
.projects-list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

/* line 9, resources/assets/styles/blocks/_generic-post-list.scss */

.articles-list__item,
.projects-list__item {
  width: 100%;
  margin-bottom: 1.57895rem;
}

@media (min-width: 768px) {
  /* line 9, resources/assets/styles/blocks/_generic-post-list.scss */

  .articles-list__item,
  .projects-list__item {
    width: calc(50% - 0.78947rem);
  }

  /* line 18, resources/assets/styles/blocks/_generic-post-list.scss */

  .articles-list__item:nth-child(odd),
  .projects-list__item:nth-child(odd) {
    margin-right: 1.57895rem;
  }
}

/* line 1, resources/assets/styles/blocks/_twitter-embed.scss */

.twitter-embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, resources/assets/styles/blocks/_twitter-embed.scss */

.twitter-embed--news {
  border: 1px solid #e6e6e6;
  border-radius: 0.21053rem;
  max-height: 27.89474rem;
  overflow: auto;
}

/* line 1, resources/assets/styles/blocks/_wysiwyg-embeds.scss */

.youtube-embed {
  position: relative;
}

/* line 4, resources/assets/styles/blocks/_wysiwyg-embeds.scss */

.youtube-embed::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

/* line 11, resources/assets/styles/blocks/_wysiwyg-embeds.scss */

.youtube-embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 5, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

.terms-media-2-column-content-link__header {
  position: relative;
  width: 1140px;
  margin: auto;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  /* line 5, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

  .terms-media-2-column-content-link__header {
    display: none;
  }
}

/* line 18, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

.terms-media-2-column-content-link__header .terms-media-2-column-content-link__taxonomies--w-image {
  position: absolute;
  top: 0;
  left: -30px;
}

@media (min-width: 1200px) {
  /* line 15, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

  .terms-media-2-column-content-link__header .terms-media-2-column-content-link__taxonomies {
    padding: 0 0.52632rem;
    color: #ffffff;
    background-color: #f33829;
    z-index: 1;
    font-family: "league-gothic", serif;
    letter-spacing: 0.10526rem;
  }
}

/* line 35, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

.terms-media-2-column-content-link__taxonomy-term {
  display: inline;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* line 41, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

.terms-media-2-column-content-link__taxonomy-term:nth-of-type(even)::before {
  content: " / ";
  display: inline;
}

/* line 48, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

.terms-media-2-column-content-link__image {
  position: relative;
  width: 100%;
  /* stylelint-disable-next-line */
  aspect-ratio: 5 / 3;
}

@media (min-width: 1200px) {
  /* line 48, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

  .terms-media-2-column-content-link__image {
    display: block;
    width: calc(1140px + 60px);
    max-width: 100vw;
    margin: auto;
  }
}

/* line 62, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

.terms-media-2-column-content-link__body {
  padding: 0.78947rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 50px 90px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 50px 90px 0 rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-30px);
       -o-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media (min-width: 768px) {
  /* line 62, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

  .terms-media-2-column-content-link__body {
    padding: 1.57895rem;
  }
}

/* line 72, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

.terms-media-2-column-content-link__body .terms-media-2-column-content-link__taxonomies {
  display: inline-block;
  padding: 0 0.52632rem;
  color: #ffffff;
  background-color: #f33829;
  font-family: "league-gothic", serif;
  letter-spacing: 0.10526rem;
}

@media (min-width: 1200px) {
  /* line 72, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

  .terms-media-2-column-content-link__body .terms-media-2-column-content-link__taxonomies {
    display: none;
  }
}

/* line 86, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

.terms-media-2-column-content-link__heading {
  line-height: 1;
  text-transform: uppercase;
  color: #025e6a;
}

/* line 94, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

.terms-media-2-column-content-link__button {
  background-color: #cc7817;
  color: #ffffff;
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.terms-media-2-column-content-link__button svg path:last-child {
  fill: #ffffff;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.terms-media-2-column-content-link__button:hover,
.terms-media-2-column-content-link__button:active {
  background-color: #995a12;
  color: #ffffff;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

.terms-media-2-column-content-link__button:focus {
  border-color: #663c0b;
}

/* line 97, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

.terms-media-2-column-content-link__button-text {
  font-family: "league-gothic", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 97, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

  .terms-media-2-column-content-link__button-text {
    font-size: 1.325rem;
  }
}

@media (min-width: 1200px) {
  /* line 97, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

  .terms-media-2-column-content-link__button-text {
    font-size: 1.42105rem;
  }
}

/* line 111, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

.terms-media-2-column-content-link__button-icon {
  width: 0.94737rem;
  margin-left: 0.52632rem;
}

@media (min-width: 1200px) {
  /* line 111, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

  .terms-media-2-column-content-link__button-icon {
    width: 1.26316rem;
  }
}

/* line 121, resources/assets/styles/blocks/_terms-media-2-column-content-link.scss */

.terms-media-2-column-content-link__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 5, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

.terms-media-2-column-content__header {
  position: relative;
  width: 1140px;
  margin: auto;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  /* line 5, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

  .terms-media-2-column-content__header {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 15, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

  .terms-media-2-column-content__header .terms-media-2-column-content__taxonomies {
    position: absolute;
    top: 0;
    left: -30px;
    padding: 0 0.52632rem;
    color: #ffffff;
    background-color: #f33829;
    z-index: 1;
    font-family: "league-gothic", serif;
    letter-spacing: 0.10526rem;
  }
}

/* line 30, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

.terms-media-2-column-content__taxonomy-term {
  display: inline;
  margin-bottom: 0;
}

/* line 35, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

.terms-media-2-column-content__taxonomy-term:nth-of-type(even)::before {
  content: "/ ";
  display: inline;
}

/* line 42, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

.terms-media-2-column-content__media {
  position: relative;
  width: 100%;
  background-color: #e7e6e6;
}

/* line 47, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

.terms-media-2-column-content__media::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

/* line 55, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

.terms-media-2-column-content__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1200px) {
  /* line 55, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

  .terms-media-2-column-content__image {
    display: block;
    width: calc(1140px + 60px);
    max-width: 100vw;
    margin: auto;
  }
}

/* line 72, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

.terms-media-2-column-content__body {
  padding: 0.78947rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 50px 90px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 50px 90px 0 rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-30px);
       -o-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media (min-width: 768px) {
  /* line 72, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

  .terms-media-2-column-content__body {
    padding: 1.57895rem;
  }
}

/* line 82, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

.terms-media-2-column-content__body .terms-media-2-column-content__taxonomies {
  display: inline-block;
  padding: 0 0.52632rem;
  color: #ffffff;
  background-color: #f33829;
  font-family: "league-gothic", serif;
  letter-spacing: 0.10526rem;
}

@media (min-width: 1200px) {
  /* line 82, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

  .terms-media-2-column-content__body .terms-media-2-column-content__taxonomies {
    display: none;
  }
}

/* line 96, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

.terms-media-2-column-content__heading {
  line-height: 1;
  text-transform: uppercase;
  color: #025e6a;
}

/* line 104, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

.terms-media-2-column-content__button {
  background-color: #cc7817;
  color: #ffffff;
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.terms-media-2-column-content__button svg path:last-child {
  fill: #ffffff;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.terms-media-2-column-content__button:hover,
.terms-media-2-column-content__button:active {
  background-color: #995a12;
  color: #ffffff;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

.terms-media-2-column-content__button:focus {
  border-color: #663c0b;
}

/* line 107, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

.terms-media-2-column-content__button-text {
  font-family: "league-gothic", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 107, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

  .terms-media-2-column-content__button-text {
    font-size: 1.325rem;
  }
}

@media (min-width: 1200px) {
  /* line 107, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

  .terms-media-2-column-content__button-text {
    font-size: 1.42105rem;
  }
}

/* line 121, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

.terms-media-2-column-content__button-icon {
  width: 0.94737rem;
  margin-left: 0.52632rem;
}

@media (min-width: 1200px) {
  /* line 121, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

  .terms-media-2-column-content__button-icon {
    width: 1.26316rem;
  }
}

/* line 131, resources/assets/styles/blocks/_terms-media-2-column-content.scss */

.terms-media-2-column-content__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 1, resources/assets/styles/blocks/_eyebrow.scss */

.eyebrow,
.featured-media .terms-media-2-column-content .terms-media-2-column-content__taxonomies,
.impact-column__terms,
.terms-media-2-column-content-link__header .terms-media-2-column-content-link__taxonomies {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "league-gothic", serif;
  font-weight: 500;
  letter-spacing: 0.10526rem;
  background-color: #f33829;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0.52632rem;
  line-height: 1.57895rem;
}

/* line 14, resources/assets/styles/blocks/_eyebrow.scss */

.eyebrow--invert,
.impact-column__terms--3 {
  color: #f33829;
  background-color: #ffffff;
}

/* stylelint-disable no-descending-specificity */

/* line 2, resources/assets/styles/blocks/_donor-list.scss */

.donors-list {
  margin-bottom: 4.73684rem;
}

/* line 5, resources/assets/styles/blocks/_donor-list.scss */

.donors-list .donation-region:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 11, resources/assets/styles/blocks/_donor-list.scss */

.donors-list .donation-region:not(:first-of-type) {
  margin-top: 2.36842rem;
}

/* line 16, resources/assets/styles/blocks/_donor-list.scss */

.donation-region {
  padding-bottom: 1.57895rem;
  margin-bottom: 1.57895rem;
  border-bottom: 1px solid #bfbfbf;
}

/* line 21, resources/assets/styles/blocks/_donor-list.scss */

.donation-region__flag {
  width: 100%;
  max-width: 1.89474rem;
  margin-right: 0.63158rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 28, resources/assets/styles/blocks/_donor-list.scss */

.donation-region__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 33, resources/assets/styles/blocks/_donor-list.scss */

.donation-region__title {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.17895rem;
}

/* line 41, resources/assets/styles/blocks/_donor-list.scss */

.donation-region__organisations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 1, resources/assets/styles/blocks/_resource-list.scss */

.resource-list {
  padding-left: 0;
  list-style: none;
}

/* line 4, resources/assets/styles/blocks/_resource-list.scss */

.resource-list__icon {
  width: 1.26316rem;
  height: 1.26316rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 5px;
}

/* line 11, resources/assets/styles/blocks/_resource-list.scss */

.resource-icon-view .resource-list__icon {
  width: 1.05263rem !important;
  height: 1.05263rem !important;
}

/* line 16, resources/assets/styles/blocks/_resource-list.scss */

.resource-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  color: #000000;
  padding: 0.84211rem 0;
  border-bottom: 0.05263rem solid rgba(0, 0, 0, 0.3);
  font-weight: 500;
}

/* line 27, resources/assets/styles/blocks/_resource-list.scss */

.resource-list__link:hover {
  color: currentColor;
  text-decoration: underline;
}

/* line 33, resources/assets/styles/blocks/_resource-list.scss */

.resource-list__label-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
}

/** Blocks -> Cards */

/**
  Generic class for cards on overview pages, e.g:
  - news
  - projects
  - media
 */

/* line 9, resources/assets/styles/blocks/cards/_overview.scss */

.overview-card__label {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.15789rem 0.47368rem;
  text-transform: uppercase;
  letter-spacing: 0.10526rem;
  background-color: #f33829;
  color: #ffffff;
  z-index: 1;
}

/* line 26, resources/assets/styles/blocks/cards/_overview.scss */

.overview-card__label span:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin-right: 0.21053rem;
}

/* line 33, resources/assets/styles/blocks/cards/_overview.scss */

.overview-card__image-wrapper {
  position: relative;
}

/* line 37, resources/assets/styles/blocks/cards/_overview.scss */

.overview-card__image {
  width: 100%;
  height: auto;
}

/* line 1, resources/assets/styles/blocks/cards/_organisation.scss */

.organisation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0.78947rem 0;
  padding: 2.21053rem 3.47368rem 2.52632rem 2.21053rem;
  -webkit-box-shadow: 0 0 15px 0 rgba(27, 37, 38, 0.05);
          box-shadow: 0 0 15px 0 rgba(27, 37, 38, 0.05);
  border: 1px solid rgba(151, 151, 151, 0.15);
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/blocks/cards/_organisation.scss */

  .organisation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 17, resources/assets/styles/blocks/cards/_organisation.scss */

.organisation--mini {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.84211rem 1.57895rem;
}

/* line 21, resources/assets/styles/blocks/cards/_organisation.scss */

.organisation--mini .organisation__link {
  font-weight: 500;
}

/* line 28, resources/assets/styles/blocks/cards/_organisation.scss */

.organisation__logo-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 32, resources/assets/styles/blocks/cards/_organisation.scss */

.organisation__logo {
  width: 100%;
  max-width: 7.47368rem;
}

/* line 37, resources/assets/styles/blocks/cards/_organisation.scss */

.organisation__info-wrapper {
  margin-bottom: 0.94737rem;
}

@media (min-width: 768px) {
  /* line 37, resources/assets/styles/blocks/cards/_organisation.scss */

  .organisation__info-wrapper {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 37, resources/assets/styles/blocks/cards/_organisation.scss */

  .organisation__info-wrapper {
    padding-left: 2.21053rem;
  }
}

/* line 49, resources/assets/styles/blocks/cards/_organisation.scss */

.organisation__link {
  margin-top: 0.84211rem;
  font-weight: 700;
  color: #025e6a;
}

/* line 61, resources/assets/styles/blocks/cards/_organisation.scss */

.organisation__link path {
  fill: currentColor;
}

/* line 66, resources/assets/styles/blocks/cards/_organisation.scss */

.organisation__description p:last-child {
  margin-bottom: 0;
}

/* line 1, resources/assets/styles/blocks/cards/media.scss */

.card-media {
  position: relative;
  margin-bottom: 3.15789rem;
  -webkit-box-shadow: 0 50px 90px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 50px 90px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

/* line 11, resources/assets/styles/blocks/cards/media.scss */

.card-media:hover .card-media__play-button-icon path:first-child {
  fill: #1ddbef;
}

/* line 17, resources/assets/styles/blocks/cards/media.scss */

.card-media:focus-within {
  outline: 2px solid #000000;
}

/* line 21, resources/assets/styles/blocks/cards/media.scss */

.card-media__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 30, resources/assets/styles/blocks/cards/media.scss */

.card-media__content {
  line-height: 1;
  padding: 1.57895rem;
  background-color: #cc7817;
}

/* line 36, resources/assets/styles/blocks/cards/media.scss */

.card-media__heading {
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

/* line 45, resources/assets/styles/blocks/cards/media.scss */

.card-media__paragraph {
  line-height: 1;
  display: inline-block;
  margin-bottom: 0;
  font-family: "league-gothic", serif;
  text-transform: uppercase;
  vertical-align: middle;
}

/* line 56, resources/assets/styles/blocks/cards/media.scss */

.card-media__icon-container {
  display: inline-block;
  vertical-align: middle;
}

/* line 61, resources/assets/styles/blocks/cards/media.scss */

.card-media__icon {
  width: 32px;
  height: 32px;
}

/* line 66, resources/assets/styles/blocks/cards/media.scss */

.card-media__link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

/* line 76, resources/assets/styles/blocks/cards/media.scss */

.card-media .overview-card__image-wrapper {
  background-color: #e7e6e6;
  z-index: -1;
}

/* line 80, resources/assets/styles/blocks/cards/media.scss */

.card-media .overview-card__image-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

/* line 88, resources/assets/styles/blocks/cards/media.scss */

.card-media .overview-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 2, resources/assets/styles/blocks/cards/_focus-area.scss */

.m-focus-area-card__image {
  width: 100%;
  margin-bottom: 1.57895rem;
}

/* line 7, resources/assets/styles/blocks/cards/_focus-area.scss */

.m-focus-area-card__eyebrow {
  font-family: "league-gothic", serif;
  letter-spacing: 0.12526rem;
  text-transform: uppercase;
  color: #f33829;
  line-height: 1em;
  margin-bottom: 1.57895rem;
}

/* line 16, resources/assets/styles/blocks/cards/_focus-area.scss */

.m-focus-area-card__heading {
  color: #025e6a;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 1.57895rem;
  line-height: 1;
}

/* line 26, resources/assets/styles/blocks/cards/_focus-area.scss */

.m-focus-area-card__wysiwyg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  line-height: 1.5;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.57895rem;
}

/* line 34, resources/assets/styles/blocks/cards/_focus-area.scss */

.m-focus-area-card__button {
  background-color: #cc7817;
  color: #ffffff;
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.m-focus-area-card__button svg path:last-child {
  fill: #ffffff;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.m-focus-area-card__button:hover,
.m-focus-area-card__button:active {
  background-color: #995a12;
  color: #ffffff;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

.m-focus-area-card__button:focus {
  border-color: #663c0b;
}

/* line 37, resources/assets/styles/blocks/cards/_focus-area.scss */

.m-focus-area-card__button-text {
  font-family: "league-gothic", serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 37, resources/assets/styles/blocks/cards/_focus-area.scss */

  .m-focus-area-card__button-text {
    font-size: 1.325rem;
  }
}

@media (min-width: 1200px) {
  /* line 37, resources/assets/styles/blocks/cards/_focus-area.scss */

  .m-focus-area-card__button-text {
    font-size: 1.42105rem;
  }
}

/* line 51, resources/assets/styles/blocks/cards/_focus-area.scss */

.m-focus-area-card__button-icon {
  width: 0.94737rem;
  margin-left: 0.52632rem;
}

@media (min-width: 1200px) {
  /* line 51, resources/assets/styles/blocks/cards/_focus-area.scss */

  .m-focus-area-card__button-icon {
    width: 1.26316rem;
  }
}

/* line 1, resources/assets/styles/blocks/cards/_project.scss */

.card-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 50px 90px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 50px 90px 0 rgba(0, 0, 0, 0.07);
}

/* line 7, resources/assets/styles/blocks/cards/_project.scss */

.card-project.overview-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

/* line 13, resources/assets/styles/blocks/cards/_project.scss */

.card-project__link {
  display: block;
  height: 100%;
  padding-bottom: 3.15789rem;
}

/* line 18, resources/assets/styles/blocks/cards/_project.scss */

.card-project__link:hover {
  text-decoration: none;
}

/* line 21, resources/assets/styles/blocks/cards/_project.scss */

.card-project__link:hover .card-project__heading,
.card-project__link:hover .card-project__icon {
  text-decoration: none;
  color: #cc7817;
}

/* line 27, resources/assets/styles/blocks/cards/_project.scss */

.card-project__link:hover .card-project__icon {
  -webkit-transform: translateX(6px);
       -o-transform: translateX(6px);
          transform: translateX(6px);
}

/* line 33, resources/assets/styles/blocks/cards/_project.scss */

.card-project__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.57895rem;
  line-height: 1.15;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 768px) {
  /* line 33, resources/assets/styles/blocks/cards/_project.scss */

  .card-project__content {
    padding: 2.36842rem 1.84211rem 2.36842rem 2.36842rem;
  }
}

/* line 46, resources/assets/styles/blocks/cards/_project.scss */

.card-project__locations {
  color: #808080;
  margin-top: 0.84211rem;
}

/* line 54, resources/assets/styles/blocks/cards/_project.scss */

.card-project__icon {
  display: inline;
  width: 1.57895rem;
  height: 1.57895rem;
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  color: #025e6a;
  vertical-align: middle;
}

/* line 63, resources/assets/styles/blocks/cards/_project.scss */

.card-project__icon path {
  fill: currentColor;
}

/* line 68, resources/assets/styles/blocks/cards/_project.scss */

.card-project__heading {
  margin-bottom: 0;
  color: #025e6a;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 77, resources/assets/styles/blocks/cards/_project.scss */

.card-project .overview-card__image-wrapper {
  position: relative;
  width: 100%;
  background-color: #e7e6e6;
}

/* line 82, resources/assets/styles/blocks/cards/_project.scss */

.card-project .overview-card__image-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}

/* line 90, resources/assets/styles/blocks/cards/_project.scss */

.card-project .overview-card__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 1, resources/assets/styles/blocks/cards/_team-member.scss */

.card-team-member {
  margin-bottom: 4.73684rem;
}

/* line 6, resources/assets/styles/blocks/cards/_team-member.scss */

.card-team-member__link {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 9, resources/assets/styles/blocks/cards/_team-member.scss */

.card-team-member__link:hover {
  color: #985912;
  text-decoration: none;
}

/* line 13, resources/assets/styles/blocks/cards/_team-member.scss */

.card-team-member__link:hover .card-team-member__title {
  color: #985912;
}

/* line 19, resources/assets/styles/blocks/cards/_team-member.scss */

.card-team-member__headshot {
  position: relative;
  width: 100%;
  display: block;
  background-color: #e7e6e6;
}

/* line 27, resources/assets/styles/blocks/cards/_team-member.scss */

.card-team-member__headshot::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

/* line 35, resources/assets/styles/blocks/cards/_team-member.scss */

.card-team-member__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  /* line 35, resources/assets/styles/blocks/cards/_team-member.scss */

  .card-team-member__image {
    max-width: 255px;
    max-height: 255px;
  }
}

/* line 49, resources/assets/styles/blocks/cards/_team-member.scss */

.card-team-member__bio {
  margin-top: 1.57895rem;
}

/* line 53, resources/assets/styles/blocks/cards/_team-member.scss */

.card-team-member__title {
  line-height: 1;
  color: #025e6a;
  text-transform: uppercase;
}

/* line 61, resources/assets/styles/blocks/cards/_team-member.scss */

.card-team-member__location {
  margin-top: 0.84211rem;
  color: #000000;
}

/* line 66, resources/assets/styles/blocks/cards/_team-member.scss */

.card-team-member__role {
  margin-top: 0.31579rem;
  color: rgba(0, 0, 0, 0.75);
}

/* line 2, resources/assets/styles/blocks/cards/_terms-image-heading.scss */

.terms-image-heading__image {
  width: 100%;
}

/* line 1, resources/assets/styles/blocks/cards/_search-result.scss */

.search-result {
  position: relative;
  padding: 2.31579rem 0;
  border-bottom: 0.05263rem solid #bfbfbf;
}

/* line 6, resources/assets/styles/blocks/cards/_search-result.scss */

.search-result__eyebrow {
  margin-bottom: 1.57895rem;
}

/* line 10, resources/assets/styles/blocks/cards/_search-result.scss */

.search-result__title {
  line-height: 1;
}

/* line 13, resources/assets/styles/blocks/cards/_search-result.scss */

.search-result__title a {
  color: #025e6a;
  text-transform: uppercase;
}

/* line 19, resources/assets/styles/blocks/cards/_search-result.scss */

.search-result__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.57895rem;
  color: #cc7817;
  font-weight: 700;
}

/* line 3, resources/assets/styles/blocks/_search-form.scss */

.m-search-form .search-form__input-wrapper {
  position: relative;
}

/* line 7, resources/assets/styles/blocks/_search-form.scss */

.m-search-form .search-form__input,
.m-search-form .search-form__button {
  width: 100%;
  height: 2.52632rem;
  padding: 0.52632rem 0.63158rem;
}

/* line 16, resources/assets/styles/blocks/_search-form.scss */

.m-search-form .search-form__button {
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0.31579rem;
}

/* line 25, resources/assets/styles/blocks/_search-form.scss */

.m-search-form .search-form__icon {
  width: 1.26316rem;
  height: 1.26316rem;
}

/* line 30, resources/assets/styles/blocks/_search-form.scss */

.m-search-form .search-form__label {
  margin-bottom: 0.31579rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  text-transform: uppercase;
}

/** Templates */

/* line 1, resources/assets/styles/templates/_contact-us.scss */

.contact-copy {
  padding-top: 4.73684rem;
  padding-bottom: 4.73684rem;
}

/* line 7, resources/assets/styles/templates/_contact-us.scss */

.contact-form__title,
.contact-form__subtitle {
  color: #025e6a;
  text-transform: uppercase;
  line-height: 1em;
}

/* line 14, resources/assets/styles/templates/_contact-us.scss */

.contact-form__title {
  margin-bottom: 2.21053rem;
}

/* line 20, resources/assets/styles/templates/_contact-us.scss */

.contact-form__subtitle {
  margin-bottom: 1.57895rem;
}

/* line 26, resources/assets/styles/templates/_contact-us.scss */

.contact-form__alt-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.63158rem;
}

/* line 31, resources/assets/styles/templates/_contact-us.scss */

.contact-form__alt-icon {
  -ms-flex-preferred-size: 1.26316rem;
      flex-basis: 1.26316rem;
  width: 1.26316rem;
  height: 1.26316rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 38, resources/assets/styles/templates/_contact-us.scss */

.contact-form__alt-icon path {
  fill: #025e6a;
}

/* line 43, resources/assets/styles/templates/_contact-us.scss */

.contact-form__alt-detail {
  padding-left: 0.78947rem;
}

/* line 46, resources/assets/styles/templates/_contact-us.scss */

.contact-form__alt-detail a {
  color: inherit;
}

/* line 53, resources/assets/styles/templates/_contact-us.scss */

.contact-form__alternatives-wrapper {
  position: relative;
}

@media (min-width: 992px) {
  /* line 57, resources/assets/styles/templates/_contact-us.scss */

  .contact-form__alternatives-wrapper::before {
    position: absolute;
    content: "";
    display: block;
    left: -2.36842rem;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
  }
}

/* line 2, resources/assets/styles/templates/_cookies.scss */

body.cookies .cookie-table {
  width: 100%;
}

/**
  Template specific styles for the donate template.
  Styles overriding default margins / paddings etc.
 */

/* line 6, resources/assets/styles/templates/_donate.scss */

body.template-donate .content-eyebrow-title {
  padding-top: 0;
  padding-bottom: 3.15789rem;
  margin-bottom: 0;
}

/* line 2, resources/assets/styles/templates/_home.scss */

body.home .hero {
  background-color: #1e1e1e;
}

/* line 6, resources/assets/styles/templates/_home.scss */

body.home .hero__button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, node_modules/bootstrap/scss/mixins/_screen-reader.scss */

body.home .hero__button-text:active,
body.home .hero__button-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 11, resources/assets/styles/templates/_home.scss */

body.home .featured-article--w-image {
  max-width: 100%;
  overflow: hidden;
  padding-top: 0;
  position: relative;
  background: -webkit-linear-gradient(270.4deg, rgba(255, 213, 165, 0.6) 0%, rgba(255, 244, 229, 0) 100%);
  background: -o-linear-gradient(270.4deg, rgba(255, 213, 165, 0.6) 0%, rgba(255, 244, 229, 0) 100%);
  background: linear-gradient(179.6deg, rgba(255, 213, 165, 0.6) 0%, rgba(255, 244, 229, 0) 100%);
}

/* line 23, resources/assets/styles/templates/_home.scss */

body.home .featured-article--w-image .container {
  position: relative;
  z-index: 1;
}

/* line 28, resources/assets/styles/templates/_home.scss */

body.home .featured-article--w-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 9.583333333333334%;
  height: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MHB4IiBoZWlnaHQ9IjEzOHB4IiB2aWV3Qm94PSIwIDAgMTQ0MCAxMzgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBpZD0iVmlzdWFscyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PC9nPgogIDxwYXRoIHN0eWxlPSJmaWxsOiByZ2IoMjU1LCAyNTUsIDI1NSk7IiBkPSJNIC0wLjc0NSA3Ny45MjQgQyA0NjQuNjczIC01Ni41MDcgMTEwMC43NzcgMzYuODI3IDE0NDAgMTM3IEwgMTQ0MCAwLjQwOCBMIC0wLjM3MyAtMS44MjggTCAtMC43NDUgNzcuOTI0IFoiPjwvcGF0aD4KPC9zdmc+Cg==);
  background-size: cover;
  z-index: 0;
}

/* line 2, resources/assets/styles/templates/_impact.scss */

.template-impact .impact-cta {
  background-color: #d8d8d8;
  color: #025e6a;
}

/* line 6, resources/assets/styles/templates/_impact.scss */

.template-impact .impact-cta__content-wrapper {
  padding: 0.78947rem;
}

@media (min-width: 992px) {
  /* line 6, resources/assets/styles/templates/_impact.scss */

  .template-impact .impact-cta__content-wrapper {
    max-width: 70vw;
    padding: 3rem 0 3rem 4.73684rem;
  }
}

/* line 15, resources/assets/styles/templates/_impact.scss */

.template-impact .impact-cta__heading {
  text-transform: uppercase;
}

/* line 21, resources/assets/styles/templates/_impact.scss */

.template-impact .impact-cta__wysiwyg p a {
  color: #025e6a;
  text-decoration: underline;
}

/* line 26, resources/assets/styles/templates/_impact.scss */

.template-impact .impact-cta__wysiwyg p:last-of-type {
  margin-bottom: 0;
}

/* line 32, resources/assets/styles/templates/_impact.scss */

.template-impact .impact-cta__button {
  background-color: #cc7817;
  color: #ffffff;
  background-color: #025e6a;
  font-size: 12px;
  line-height: 15px;
  margin-top: 1.57895rem;
  text-transform: uppercase;
}

/* line 41, resources/assets/styles/components/_buttons.scss */

.template-impact .impact-cta__button svg path:last-child {
  fill: #ffffff;
}

/* line 47, resources/assets/styles/components/_buttons.scss */

.template-impact .impact-cta__button:hover,
.template-impact .impact-cta__button:active {
  background-color: #995a12;
  color: #ffffff;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

.template-impact .impact-cta__button:focus {
  border-color: #663c0b;
}

@media (min-width: 1200px) {
  /* line 32, resources/assets/styles/templates/_impact.scss */

  .template-impact .impact-cta__button {
    margin-top: 1.73684rem;
  }
}

/* line 47, resources/assets/styles/templates/_impact.scss */

.template-impact .charts-box {
  padding: 32px 0;
}

/* line 50, resources/assets/styles/templates/_impact.scss */

.template-impact .charts-box .container {
  max-width: 460px;
}

/* line 54, resources/assets/styles/templates/_impact.scss */

.template-impact .charts-box h3 {
  color: #025e6a;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 5px;
}

@media (min-width: 468px) {
  /* line 54, resources/assets/styles/templates/_impact.scss */

  .template-impact .charts-box h3 {
    line-height: 1.7rem;
    margin-bottom: 0;
  }
}

/* line 65, resources/assets/styles/templates/_impact.scss */

.template-impact .charts-box h3 span {
  color: #808080;
}

/* line 70, resources/assets/styles/templates/_impact.scss */

.template-impact .charts-box .chart-title {
  font-size: 12px;
  font-family: "league-gothic", serif;
  margin: 0;
}

/* line 76, resources/assets/styles/templates/_impact.scss */

.template-impact .charts-box .chart-subtitle {
  color: #025e6a;
  font-size: 0.65rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  /* line 47, resources/assets/styles/templates/_impact.scss */

  .template-impact .charts-box {
    padding: 112px 0 64px;
  }
}

/* line 2, resources/assets/styles/templates/_news-overview.scss */

body.news .main-content__body {
  padding: 4.73684rem 0;
}

/* line 6, resources/assets/styles/templates/_news-overview.scss */

body.news .main-content__footer {
  padding-bottom: 4.73684rem;
}

@media (min-width: 768px) {
  /* line 11, resources/assets/styles/templates/_news-overview.scss */

  .news-overview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/* line 16, resources/assets/styles/templates/_news-overview.scss */

.news-overview__item {
  padding: 2.31579rem 0 0;
  border-bottom: 0.05263rem solid #bfbfbf;
}

/* line 21, resources/assets/styles/templates/_news-overview.scss */

.news-overview .terms-media-2-column-content-link__button {
  margin-top: calc(2.10526rem - 1rem);
}

/* line 2, resources/assets/styles/templates/_our-team.scss */

.our-people-listing--no-filters {
  margin-top: 4.73684rem;
}

/* line 8, resources/assets/styles/templates/_our-team.scss */

.our-people-modal .modal-dialog {
  margin-top: 4.73684rem;
  margin-bottom: 4.73684rem;
  width: 90vw;
  max-width: 61.05263rem;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}

@media screen and (min-width: 768px) {
  /* line 8, resources/assets/styles/templates/_our-team.scss */

  .our-people-modal .modal-dialog {
    width: 70vw;
  }
}

@media screen and (min-width: 768px) and (min-height: 900px) {
  /* line 8, resources/assets/styles/templates/_our-team.scss */

  .our-people-modal .modal-dialog {
    width: 90vw;
  }
}

@media (min-width: 768px) {
  /* line 8, resources/assets/styles/templates/_our-team.scss */

  .our-people-modal .modal-dialog {
    max-height: 51.57895rem;
  }
}

/* line 31, resources/assets/styles/templates/_our-team.scss */

.our-people-modal .modal-content {
  background-color: #ffffff;
  border-radius: 0;
  border-width: 0;
  opacity: 0;
  -webkit-transform: translateY(-25%);
       -o-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

/* line 39, resources/assets/styles/templates/_our-team.scss */

.our-people-modal .modal-content.active {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  -o-transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

@media screen and (min-width: 992px) {
  /* line 31, resources/assets/styles/templates/_our-team.scss */

  .our-people-modal .modal-content {
    padding: 2.36842rem;
  }
}

@media screen and (min-width: 992px) and (min-height: 900px) {
  /* line 31, resources/assets/styles/templates/_our-team.scss */

  .our-people-modal .modal-content {
    padding: 4.73684rem;
  }
}

/* line 54, resources/assets/styles/templates/_our-team.scss */

.our-people-modal.fade {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 58, resources/assets/styles/templates/_our-team.scss */

.our-people-modal.fade .modal-dialog {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(-25%);
       -o-transform: translateY(-25%);
          transform: translateY(-25%);
}

/* line 64, resources/assets/styles/templates/_our-team.scss */

.our-people-modal.fade.show {
  opacity: 1;
}

/* line 67, resources/assets/styles/templates/_our-team.scss */

.our-people-modal.fade.show .modal-dialog {
  -webkit-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
}

/* line 72, resources/assets/styles/templates/_our-team.scss */

.our-people-modal__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(calc(-100% - 0.63158rem));
       -o-transform: translateY(calc(-100% - 0.63158rem));
          transform: translateY(calc(-100% - 0.63158rem));
}

/* line 80, resources/assets/styles/templates/_our-team.scss */

.our-people-modal__close-btn svg {
  height: 30px;
  width: 30px;
}

/* line 85, resources/assets/styles/templates/_our-team.scss */

.our-people-modal__close-btn path {
  fill: #ffffff;
}

/* line 94, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-person [class^="col"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 100, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-person__wrapper {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
}

@media (max-width: 1199.98px) {
  /* line 100, resources/assets/styles/templates/_our-team.scss */

  .our-people-modal-person__wrapper {
    padding: 2rem 1.26316rem;
  }
}

@media (min-width: 992px) {
  /* line 100, resources/assets/styles/templates/_our-team.scss */

  .our-people-modal-person__wrapper {
    overflow-y: auto;
  }
}

/* line 114, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-person__image-wrapper {
  position: relative;
  width: 100%;
  background-color: #e7e6e6;
}

/* line 119, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-person__image-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 125%;
}

/* line 126, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-person__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 135, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-person__image-wrapper--placeholder {
  background-color: #ffffff;
}

/* line 139, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-person__title {
  line-height: 1em;
  text-transform: uppercase;
  color: #025e6a;
  padding-bottom: 0.31579rem;
}

/* line 148, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-person__wysiwyg {
  padding-top: 2.36842rem;
  padding-bottom: 1.57895rem;
}

/* line 154, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-thumbnails {
  width: 100%;
}

/* line 157, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-thumbnails__outer {
  position: relative;
}

@media (min-width: 992px) {
  /* line 157, resources/assets/styles/templates/_our-team.scss */

  .our-people-modal-thumbnails__outer {
    margin-top: 3.15789rem;
  }
}

/* line 165, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-thumbnails__slide {
  cursor: pointer;
  margin-right: 0.84211rem;
}

/* line 170, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-thumbnails__button {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 55px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 180, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-thumbnails__button path {
  fill: #ffffff;
}

/* line 184, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-thumbnails__button--prev {
  left: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  /* line 184, resources/assets/styles/templates/_our-team.scss */

  .our-people-modal-thumbnails__button--prev {
    -webkit-transform: translate(calc(-100% - 0.84211rem), -50%);
         -o-transform: translate(calc(-100% - 0.84211rem), -50%);
            transform: translate(calc(-100% - 0.84211rem), -50%);
  }
}

/* line 193, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-thumbnails__button--next {
  right: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  /* line 193, resources/assets/styles/templates/_our-team.scss */

  .our-people-modal-thumbnails__button--next {
    -webkit-transform: translate(100%, -50%);
         -o-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

/* line 203, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-thumbnails__thumbnail-image {
  width: 9.47368rem;
  -webkit-transition: outline 0.15s ease-in-out;
  -o-transition: outline 0.15s ease-in-out;
  transition: outline 0.15s ease-in-out;
}

/* line 207, resources/assets/styles/templates/_our-team.scss */

.slick-active .our-people-modal-thumbnails__thumbnail-image {
  outline: 0.26316rem solid #000000;
  outline-offset: -0.26316rem;
}

/* line 215, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-slider__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 220, resources/assets/styles/templates/_our-team.scss */

.our-people-modal-slider__image--placeholder {
  background-color: #ffffff;
}

/* line 2, resources/assets/styles/templates/_project.scss */

body.single-project .project-impact {
  overflow: hidden;
  margin-top: 4.73684rem;
  padding-bottom: 4.73684rem;
}

/* line 9, resources/assets/styles/templates/_project.scss */

body.single-project .nav-tabs .nav-item:not(:first-child) {
  margin-left: 0.31579rem;
}

/* line 3, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header {
  background-color: #025e6a;
  padding: 32px 15px;
}

/* line 7, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header .our-reach-header,
body.template-reach .main-content__header .our-reach-details {
  color: #ffffff;
  text-transform: uppercase;
}

/* line 13, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header .our-reach-header {
  font-size: 60px;
  line-height: 62px;
}

/* line 20, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header .our-reach-details {
  font-family: "league-gothic", serif;
}

/* line 23, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header .our-reach-details__preface {
  font-size: 22px;
  line-height: 27px;
}

/* line 28, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header .our-reach-details__number-and-quantity {
  font-size: 40px;
  line-height: 48px;
}

/* line 33, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header .our-reach-details__number {
  color: #ff7751;
  display: inline-block;
  width: 121px;
}

@media (min-width: 768px) {
  /* line 3, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header {
    padding: 32px;
  }

  /* line 43, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header .our-reach-details {
    font-size: 27px;
  }
}

@media (min-width: 992px) {
  /* line 3, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header {
    padding: 50px 57px;
    font-size: unset;
    line-height: unset;
  }

  /* line 53, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header .our-reach-header {
    font-size: 128px;
    line-height: 154px;
  }

  /* line 59, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header .our-reach-details__preface {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 64, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header .our-reach-details__number-and-quantity {
    font-size: 48px;
    line-height: 58px;
  }

  /* line 69, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header .our-reach-details__number {
    width: 145px;
  }
}

/* line 1, resources/assets/styles/templates/_search.scss */

.search-result-qty {
  margin-top: 1.57895rem;
  font-weight: 600;
  letter-spacing: -0.01842rem;
}

/* line 8, resources/assets/styles/templates/_search.scss */

body.search .main-content__body {
  padding-top: 4.73684rem;
  padding-bottom: 4.73684rem;
}

/* line 2, resources/assets/styles/templates/_single.scss */

body.single-news .page-header--single-news {
  padding-bottom: 6.31579rem;
}

/* line 7, resources/assets/styles/templates/_single.scss */

.singlepost,
.single-page {
  margin-top: 4.73684rem;
  padding-bottom: 4.73684rem;
}

/* line 14, resources/assets/styles/templates/_single.scss */

.singlepost.has-featured-image,
.single-page.has-featured-image {
  margin-top: -3.15789rem;
}

/* line 22, resources/assets/styles/templates/_single.scss */

.singlepost__related-heading,
.single-page__related-heading {
  padding-left: 15px;
  letter-spacing: 2px;
  color: #5a5a5a;
  text-transform: uppercase;
}

/* line 31, resources/assets/styles/templates/_single.scss */

.singlepost__post-wrapper,
.single-page__post-wrapper {
  padding-top: 4.73684rem;
  border-top: 0.05263rem solid #bfbfbf;
}

/* line 36, resources/assets/styles/templates/_single.scss */

.singlepost__featured-image-wrapper,
.single-page__featured-image-wrapper {
  margin-bottom: 3.15789rem;
}

/* line 40, resources/assets/styles/templates/_single.scss */

.singlepost__featured-image,
.single-page__featured-image {
  width: 100%;
  height: auto;
}

/* line 45, resources/assets/styles/templates/_single.scss */

.singlepost__related,
.single-page__related {
  padding-bottom: 4.73684rem;
}

/* line 52, resources/assets/styles/templates/_single.scss */

.singlepost .wysiwyg h1,
.singlepost .wysiwyg h2,
.singlepost .wysiwyg h3,
.singlepost .wysiwyg h4,
.singlepost .wysiwyg h5,
.single-page .wysiwyg h1,
.single-page .wysiwyg h2,
.single-page .wysiwyg h3,
.single-page .wysiwyg h4,
.single-page .wysiwyg h5 {
  font-family: inherit;
  margin-bottom: 2.21053rem;
  line-height: 1.25em;
  font-weight: 600;
}

/* line 68, resources/assets/styles/templates/_single.scss */

.singlepost .wysiwyg h2,
.single-page .wysiwyg h2 {
  font-weight: 700;
  color: #025e6a;
}

/* line 85, resources/assets/styles/templates/_single.scss */

.singlepost .wysiwyg p,
.single-page .wysiwyg p {
  margin-bottom: 1.89474rem;
  line-height: 1.45em;
}

/* line 91, resources/assets/styles/templates/_single.scss */

.singlepost .wysiwyg blockquote,
.singlepost .wysiwyg blockquote p,
.single-page .wysiwyg blockquote,
.single-page .wysiwyg blockquote p {
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #025e6a;
}

/* line 103, resources/assets/styles/templates/_single.scss */

.singlepost .wysiwyg ul,
.single-page .wysiwyg ul {
  list-style: none;
}

/* line 107, resources/assets/styles/templates/_single.scss */

.singlepost .wysiwyg ul li::before,
.single-page .wysiwyg ul li::before {
  content: "\2022";
  color: #025e6a;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 0.31579rem;
}

/* line 120, resources/assets/styles/templates/_single.scss */

.singlepost .wysiwyg ol,
.single-page .wysiwyg ol {
  list-style: none;
  counter-reset: wysiwyg-counter;
}

/* line 124, resources/assets/styles/templates/_single.scss */

.singlepost .wysiwyg ol li,
.single-page .wysiwyg ol li {
  counter-increment: wysiwyg-counter;
}

/* line 127, resources/assets/styles/templates/_single.scss */

.singlepost .wysiwyg ol li::before,
.single-page .wysiwyg ol li::before {
  width: 1em;
  content: counter(wysiwyg-counter) ". ";
  color: #025e6a;
  margin-left: -1em;
  margin-right: 0.31579rem;
}

/* line 141, resources/assets/styles/templates/_single.scss */

.singlepost--news .singlepost__content,
.singlepost .single-page__content,
.single-page--news .singlepost__content,
.single-page .single-page__content {
  margin-top: 1.57895rem;
  line-height: 1.52632rem;
}

/* line 3, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header {
  background-color: #025e6a;
  padding: 32px 15px;
}

/* line 7, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header .our-reach-header,
body.template-reach .main-content__header .our-reach-details {
  color: #ffffff;
  text-transform: uppercase;
}

/* line 13, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header .our-reach-header {
  font-size: 60px;
  line-height: 62px;
}

/* line 20, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header .our-reach-details {
  font-family: "league-gothic", serif;
}

/* line 23, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header .our-reach-details__preface {
  font-size: 22px;
  line-height: 27px;
}

/* line 28, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header .our-reach-details__number-and-quantity {
  font-size: 40px;
  line-height: 48px;
}

/* line 33, resources/assets/styles/templates/_reach.scss */

body.template-reach .main-content__header .our-reach-details__number {
  color: #ff7751;
  display: inline-block;
  width: 121px;
}

@media (min-width: 768px) {
  /* line 3, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header {
    padding: 32px;
  }

  /* line 43, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header .our-reach-details {
    font-size: 27px;
  }
}

@media (min-width: 992px) {
  /* line 3, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header {
    padding: 50px 57px;
    font-size: unset;
    line-height: unset;
  }

  /* line 53, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header .our-reach-header {
    font-size: 128px;
    line-height: 154px;
  }

  /* line 59, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header .our-reach-details__preface {
    font-size: 24px;
    line-height: 29px;
  }

  /* line 64, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header .our-reach-details__number-and-quantity {
    font-size: 48px;
    line-height: 58px;
  }

  /* line 69, resources/assets/styles/templates/_reach.scss */

  body.template-reach .main-content__header .our-reach-details__number {
    width: 145px;
  }
}

/** Plugins */

/* stylelint-disable */

/* line 2, resources/assets/styles/plugins/_google-translate.scss */

#google-translate-element {
  margin-bottom: 2.36842rem;
}

/* line 7, resources/assets/styles/plugins/_google-translate.scss */

#google-translate-element > div.goog-te-gadget {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.57895rem;
  text-align: center;
}

/* line 15, resources/assets/styles/plugins/_google-translate.scss */

#google-translate-element > div .goog-te-combo {
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100% !important;
  padding: 0.52632rem 2.52632rem 0.52632rem 2.52632rem !important;
  background: transparent;
  color: #4a4a4a !important;
  border: 1px solid #cccccc;
  font-family: roboto, sans-serif;
  border-radius: 0;
}

/* line 23, resources/assets/styles/common/_accessibility.scss */

#google-translate-element > div .goog-te-combo:focus {
  outline: 0.15789rem solid #1f64be;
}

/* line 34, resources/assets/styles/plugins/_google-translate.scss */

#google-translate-element > div.skiptranslate.goog-te-gadget > div {
  position: relative;
}

/* line 37, resources/assets/styles/plugins/_google-translate.scss */

#google-translate-element > div.skiptranslate.goog-te-gadget > div:before,
#google-translate-element > div.skiptranslate.goog-te-gadget > div:after {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 50, resources/assets/styles/plugins/_google-translate.scss */

#google-translate-element > div.skiptranslate.goog-te-gadget > div:before {
  left: 12px;
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MzMuNSA1NDQuMyI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiM0Mjg1ZjQiIGQ9Ik01MzMuNSAyNzguNGMwLTE4LjUtMS41LTM3LjEtNC43LTU1LjNIMjcyLjF2MTA0LjhoMTQ3Yy02LjEgMzMuOC0yNS43IDYzLjctNTQuNCA4Mi43djY4aDg3LjdjNTEuNS00Ny40IDgxLjEtMTE3LjQgODEuMS0yMDAuMnoiLz4KICA8cGF0aCBmaWxsPSIjMzRhODUzIiBkPSJNMjcyLjEgNTQ0LjNjNzMuNCAwIDEzNS4zLTI0LjEgMTgwLjQtNjUuN2wtODcuNy02OGMtMjQuNCAxNi42LTU1LjkgMjYtOTIuNiAyNi03MSAwLTEzMS4yLTQ3LjktMTUyLjgtMTEyLjNIMjguOXY3MC4xYzQ2LjIgOTEuOSAxNDAuMyAxNDkuOSAyNDMuMiAxNDkuOXoiLz4KICA8cGF0aCBmaWxsPSIjZmJiYzA0IiBkPSJNMTE5LjMgMzI0LjNjLTExLjQtMzMuOC0xMS40LTcwLjQgMC0xMDQuMlYxNTBIMjguOWMtMzguNiA3Ni45LTM4LjYgMTY3LjUgMCAyNDQuNGw5MC40LTcwLjF6Ii8+CiAgPHBhdGggZmlsbD0iI2VhNDMzNSIgZD0iTTI3Mi4xIDEwNy43YzM4LjgtLjYgNzYuMyAxNCAxMDQuNCA0MC44bDc3LjctNzcuN0M0MDUgMjQuNiAzMzkuNy0uOCAyNzIuMSAwIDE2OS4yIDAgNzUuMSA1OCAyOC45IDE1MGw5MC40IDcwLjFjMjEuNS02NC41IDgxLjgtMTEyLjQgMTUyLjgtMTEyLjR6Ii8+Cjwvc3ZnPgo=);
}

/* line 58, resources/assets/styles/plugins/_google-translate.scss */

#google-translate-element > div.skiptranslate.goog-te-gadget > div:after {
  right: 10px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPHBhdGggZD0iTTE2LjU5IDguNTlMMTIgMTMuMTcgNy40MSA4LjU5IDYgMTBsNiA2IDYtNnoiLz4KPC9zdmc+Cg==);
  background-size: cover;
}

/* stylelint-enable */

/* line 1, resources/assets/styles/plugins/_tiny-mce.scss */

body#tinymce {
  margin: 12px !important;
}


/*# sourceMappingURL=main.css.map*/