@charset "UTF-8";
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 0.2s;
}
.lazyload-container {
    width: auto;
    height: auto;
    display: block;
    background: rgba(0, 0, 0, 0.05) url(/assets/img/spinner-brand.svg) 50%
        no-repeat;
    background-size: 45px;
}
.lazyload-container.no-bg {
    background-color: transparent;
}
.lazyload-container.lazyloaded {
    background: none;
}

---------------------------------------------- */.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing;
}
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
    background: #fff;
}
.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
    opacity: 0.6;
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-prev-next-button .arrow {
    fill: #333;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}
body.fancybox-active {
    overflow: hidden;
}
body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}
.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform, opacity;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: visible;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
    display: none;
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: transform, opacity;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}
.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}
.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}
.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}
.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    transition: color 0.3s ease;
    cursor: pointer;
    outline: none;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6;
}
.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-button--pause svg path:first-child,
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--zoom svg path {
    fill: transparent;
}
.fancybox-navigation {
    display: none;
}
.fancybox-show-nav .fancybox-navigation {
    display: block;
}
.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: transparent;
    width: 60px;
    height: 100px;
    padding: 17px;
}
.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color 0.25s;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-close-small:focus {
    outline: none;
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(
        180deg,
        transparent 0,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.6) 80%,
        rgba(0, 0, 0, 0.8)
    );
    pointer-events: none;
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, 0.4);
    border-top: 6px solid hsla(0, 0%, 100%, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    animation: a 0.8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}
@keyframes a {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
    transform: translateZ(0);
    opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    transform: scaleX(1);
    opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
    transform: rotate(-1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
    transform: rotate(1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
    transform: rotate(0deg);
    opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}
.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
p.fancybox-share__links {
    margin-right: -10px;
}
.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all 0.2s;
}
.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 {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: transparent;
    color: #5d5b5b;
    font-size: 14px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}
.mejs__offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}
.mejs__container {
    background: #000;
    font-family: Helvetica, Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}
.mejs__container,
.mejs__container * {
    box-sizing: border-box;
}
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}
.mejs__fill-container,
.mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%;
}
.mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.mejs__container:focus {
    outline: none;
}
.mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}
.mejs__embed,
.mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.mejs__fullscreen {
    overflow: hidden !important;
}
.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important;
}
.mejs__background,
.mejs__mediaelement {
    left: 0;
    position: absolute;
    top: 0;
}
.mejs__mediaelement {
    height: 100%;
    width: 100%;
    z-index: 0;
}
.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
:root .mejs__poster-img {
    display: none;
}
.mejs__poster-img {
    border: 0;
    padding: 0;
}
.mejs__overlay {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}
.mejs__layer {
    z-index: 1;
}
.mejs__overlay-play {
    cursor: pointer;
}
.mejs__overlay-button {
    background: url(/assets/img/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px;
}
.mejs__overlay:hover > .mejs__overlay-button {
    background-position: -80px -39px;
}
.mejs__overlay-loading {
    height: 80px;
    width: 80px;
}
.mejs__overlay-loading-bg-img {
    animation: b 1s linear infinite;
    background: transparent url(/assets/img/mejs-controls.svg) -160px -40px
        no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1;
}
@keyframes b {
    to {
        transform: rotate(1turn);
    }
}
.mejs__controls {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.mejs__controls:not([style*="display: none"]) {
    background: rgba(255, 0, 0, 0.7);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs__button,
.mejs__time,
.mejs__time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px;
}
.mejs__button > button {
    background: transparent url(/assets/img/mejs-controls.svg);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px;
}
.mejs__button > button:focus {
    outline: 1px dotted #999;
}
.mejs__container-keyboard-inactive [role="slider"],
.mejs__container-keyboard-inactive [role="slider"]:focus,
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus {
    outline: 0;
}
.mejs__time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto;
}
.mejs__play > button {
    background-position: 0 0;
}
.mejs__pause > button {
    background-position: -20px 0;
}
.mejs__replay > button {
    background-position: -160px 0;
}
.mejs__time-rail {
    direction: ltr;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative;
}
.mejs__time-buffering,
.mejs__time-current,
.mejs__time-float,
.mejs__time-float-corner,
.mejs__time-float-current,
.mejs__time-hovered,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute;
}
.mejs__time-total {
    background: hsla(0, 0%, 100%, 0.3);
    margin: 5px 0 0;
    width: 100%;
}
.mejs__time-buffering {
    animation: c 2s linear infinite;
    background: linear-gradient(
        -45deg,
        hsla(0, 0%, 100%, 0.4) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.4) 0,
        hsla(0, 0%, 100%, 0.4) 75%,
        transparent 0,
        transparent
    );
    background-size: 15px 15px;
    width: 100%;
}
@keyframes c {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}
.mejs__time-loaded {
    background: hsla(0, 0%, 100%, 0.3);
}
.mejs__time-current,
.mejs__time-handle-content {
    background: hsla(0, 0%, 100%, 0.9);
}
.mejs__time-hovered {
    background: hsla(0, 0%, 100%, 0.5);
    z-index: 10;
}
.mejs__time-hovered.negative {
    background: rgba(0, 0, 0, 0.2);
}
.mejs__time-buffering,
.mejs__time-current,
.mejs__time-hovered,
.mejs__time-loaded {
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all 0.15s ease-in;
    width: 100%;
}
.mejs__time-buffering {
    transform: scaleX(1);
}
.mejs__time-hovered {
    transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs__time-hovered.no-hover {
    transform: scaleX(0) !important;
}
.mejs__time-handle,
.mejs__time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    transform: translateX(0);
    z-index: 11;
}
.mejs__time-handle-content {
    border: 4px solid hsla(0, 0%, 100%, 0.9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    transform: scale(0);
    width: 10px;
}
.mejs__time-rail .mejs__time-handle-content:active,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail:hover .mejs__time-handle-content {
    transform: scale(1);
}
.mejs__time-float {
    background: #eee;
    border: 1px solid #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 36px;
}
.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px;
}
.mejs__time-float-corner {
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 0;
}
.mejs__long-video .mejs__time-float {
    margin-left: -23px;
    width: 64px;
}
.mejs__long-video .mejs__time-float-current {
    width: 60px;
}
.mejs__broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%;
}
.mejs__fullscreen-button > button {
    background-position: -80px 0;
}
.mejs__unfullscreen > button {
    background-position: -100px 0;
}
.mejs__mute > button {
    background-position: -60px 0;
}
.mejs__unmute > button {
    background-position: -40px 0;
}
.mejs__volume-button {
    position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 25px;
    z-index: 1;
}
.mejs__volume-button:hover {
    border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
    background: hsla(0, 0%, 100%, 0.5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    transform: translateX(-50%);
    width: 2px;
}
.mejs__volume-current {
    left: 0;
    margin: 0;
    width: 100%;
}
.mejs__volume-current,
.mejs__volume-handle {
    background: hsla(0, 0%, 100%, 0.9);
    position: absolute;
}
.mejs__volume-handle {
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
}
.mejs__horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px;
}
.mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, 0.8);
    height: 8px;
    top: 16px;
    width: 50px;
}
.mejs__horizontal-volume-current,
.mejs__horizontal-volume-total {
    border-radius: 2px;
    font-size: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}
.mejs__horizontal-volume-current {
    background: hsla(0, 0%, 100%, 0.8);
    height: 100%;
    top: 0;
    width: 100%;
}
.mejs__horizontal-volume-handle {
    display: none;
}
.mejs__captions-button,
.mejs__chapters-button {
    position: relative;
}
.mejs__captions-button > button {
    background-position: -140px 0;
}
.mejs__chapters-button > button {
    background-position: -180px 0;
}
.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
    background: rgba(50, 50, 50, 0.7);
    border: 1px solid transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px;
}
.mejs__chapters-button > .mejs__chapters-selector {
    margin-right: -55px;
    width: 110px;
}
.mejs__captions-selector-list,
.mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0;
}
.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
    background-color: #c8c8c8 !important;
    background-color: hsla(0, 0%, 100%, 0.4) !important;
}
.mejs__captions-selector-input,
.mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute;
}
.mejs__captions-selector-label,
.mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%;
}
.mejs__captions-selected,
.mejs__chapters-selected {
    color: #21f8f8;
}
.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
}
.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
}
.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline;
}
.mejs__captions-layer[lang="ar"] {
    font-size: 20px;
    font-weight: 400;
}
.mejs__captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}
.mejs__captions-position-hover {
    bottom: 35px;
}
.mejs__captions-text,
.mejs__captions-text * {
    background: hsla(0, 0%, 8%, 0.5);
    box-shadow: 5px 0 0 hsla(0, 0%, 8%, 0.5), -5px 0 0 hsla(0, 0%, 8%, 0.5);
    padding: 0;
    white-space: pre-wrap;
}
.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none;
}
.mejs__overlay-error {
    position: relative;
}
.mejs__overlay-error > img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.mejs__cannotplay,
.mejs__cannotplay a {
    color: #fff;
    font-size: 0.8em;
}
.mejs__cannotplay {
    position: relative;
}
.mejs__cannotplay a,
.mejs__cannotplay p {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.affix {
    position: fixed;
    top: 1rem;
}
.affix-bottom {
    position: absolute;
}
@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
/* body {
    margin: 0;
    font-family: acumin-pro, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #696f73;
    text-align: left;
    background-color: #fff;
} */
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 24px;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
/* .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: #424a52;
} */
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
}
.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "\2014 \00A0";
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
        Courier New, monospace;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table .table {
    background-color: #fff;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #f5ceb9;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #f2bea3;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #caccce;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #bdbfc2;
}
.table-tertiary,
.table-tertiary > td,
.table-tertiary > th {
    background-color: #d6dac8;
}
.table-hover .table-tertiary:hover,
.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
    background-color: #cbd0b9;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #edf6e3;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #e1f0d0;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 13px 26px;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fafbfb;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fafbfb;
    border-color: #dd4f05;
    outline: 0;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(3.25rem + 2px);
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fafbfb;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.25;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
    line-height: 1.25;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg
    > .input-group-append
    > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg
    > .input-group-prepend
    > .form-control-plaintext.input-group-text,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm
    > .input-group-append
    > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm
    > .input-group-prepend
    > .form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm
    > .input-group-append
    > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm
    > .input-group-prepend
    > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg
    > .input-group-append
    > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg
    > .input-group-prepend
    > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}
.form-group {
    margin-bottom: 2rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
    .custom-control-input:valid:checked
    ~ .custom-control-label:before {
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
    .custom-control-input:valid:focus
    ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label:before {
    border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: 0.2rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label:before {
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label:before {
    border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .form-group,
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 13px 26px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #dd4f05;
    border-color: #dd4f05;
}
.btn-primary:hover {
    color: #fff;
    background-color: #b84204;
    border-color: #ab3d04;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 79, 5, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #dd4f05;
    border-color: #dd4f05;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ab3d04;
    border-color: #9f3904;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 79, 5, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #434a51;
    border-color: #434a51;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #32373c;
    border-color: #2c3135;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 74, 81, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #434a51;
    border-color: #434a51;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2c3135;
    border-color: #262a2e;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 74, 81, 0.5);
}
.btn-tertiary {
    color: #fff;
    background-color: #6d7c39;
    border-color: #6d7c39;
}
.btn-tertiary:hover {
    color: #fff;
    background-color: #56622d;
    border-color: #4e5929;
}
.btn-tertiary.focus,
.btn-tertiary:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 124, 57, 0.5);
}
.btn-tertiary.disabled,
.btn-tertiary:disabled {
    color: #fff;
    background-color: #6d7c39;
    border-color: #6d7c39;
}
.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active,
.show > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #4e5929;
    border-color: #475025;
}
.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 124, 57, 0.5);
}
.btn-success {
    color: #212529;
    background-color: #c0df9c;
    border-color: #c0df9c;
}
.btn-success:hover {
    color: #212529;
    background-color: #add67f;
    border-color: #a7d375;
}
.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem hsla(88, 51%, 74%, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #212529;
    background-color: #c0df9c;
    border-color: #c0df9c;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #212529;
    background-color: #a7d375;
    border-color: #a1d06b;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(88, 51%, 74%, 0.5);
}
.btn-outline-primary {
    color: #dd4f05;
    background-color: transparent;
    background-image: none;
    border-color: #dd4f05;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #dd4f05;
    border-color: #dd4f05;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 79, 5, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #dd4f05;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #dd4f05;
    border-color: #dd4f05;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 79, 5, 0.5);
}
.btn-outline-secondary {
    color: #434a51;
    background-color: transparent;
    background-image: none;
    border-color: #434a51;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #434a51;
    border-color: #434a51;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 74, 81, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #434a51;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #434a51;
    border-color: #434a51;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(67, 74, 81, 0.5);
}
.btn-outline-tertiary {
    color: #6d7c39;
    background-color: transparent;
    background-image: none;
    border-color: #6d7c39;
}
.btn-outline-tertiary:hover {
    color: #fff;
    background-color: #6d7c39;
    border-color: #6d7c39;
}
.btn-outline-tertiary.focus,
.btn-outline-tertiary:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 124, 57, 0.5);
}
.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
    color: #6d7c39;
    background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled).active,
.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.show > .btn-outline-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #6d7c39;
    border-color: #6d7c39;
}
.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-tertiary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 124, 57, 0.5);
}
.btn-outline-success {
    color: #c0df9c;
    background-color: transparent;
    background-image: none;
    border-color: #c0df9c;
}
.btn-outline-success:hover {
    color: #212529;
    background-color: #c0df9c;
    border-color: #c0df9c;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem hsla(88, 51%, 74%, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #c0df9c;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #c0df9c;
    border-color: #c0df9c;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(88, 51%, 74%, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
tr.collapse.show {
    display: table-row;
}
tbody.collapse.show {
    display: table-row-group;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
.collapsing,
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #696f73;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
}
.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-toggle:after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group,
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.dropdown-toggle-split {
    padding-right: 19.5px;
    padding-left: 19.5px;
}
.dropdown-toggle-split:after {
    margin-left: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .custom-file:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file {
    -ms-flex-align: center;
    align-items: center;
}
.input-group-append,
.input-group-prepend,
.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 26px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    background-color: #dd4f05;
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: none;
}
.custom-control-input:active ~ .custom-control-label:before {
    background-color: #fdba98;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #e9ecef;
}
.custom-control-label {
    margin-bottom: 0;
}
.custom-control-label:before {
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #dd4f05;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label:before {
    background-color: #007bff;
}
.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label:before {
    background-color: rgba(221, 79, 5, 0.5);
}
.custom-checkbox
    .custom-control-input:disabled:indeterminate
    ~ .custom-control-label:before {
    background-color: rgba(221, 79, 5, 0.5);
}
.custom-radio .custom-control-label:before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #dd4f05;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3E%3Ccircle r='3' fill='%23dd4f05'/%3E%3C/svg%3E");
}
.custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label:before {
    background-color: rgba(221, 79, 5, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 2.25rem 0.375rem 1.25rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fafbfb
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='%23333' d='M0,0h10L5,5L0,0z'/%3E%3C/svg%3E")
        no-repeat right 1.25rem center;
    background-size: 10px;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #dd4f05;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
        0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fafbfb;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.25rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    opacity: 0;
}
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%;
}
.custom-select-lg,
.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%;
}
.custom-file {
    display: inline-block;
    margin-bottom: 0;
}
.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px);
}
.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control:before {
    border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
}
.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
}
.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
}
.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc((2.25rem + 2px) - 1px * 2);
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}
.navbar,
.navbar > .container,
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 20px;
}
.card-header {
    padding: 0.75rem 20px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 20px;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
    margin-right: -10px;
    margin-left: -10px;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
/* .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
}
.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
} */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
    margin-left: 0;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}
.badge-primary {
    color: #fff;
    background-color: #dd4f05;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ab3d04;
}
.badge-secondary {
    color: #fff;
    background-color: #434a51;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2c3135;
}
.badge-tertiary {
    color: #fff;
    background-color: #6d7c39;
}
.badge-tertiary[href]:focus,
.badge-tertiary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4e5929;
}
.badge-success {
    color: #212529;
    background-color: #c0df9c;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #a7d375;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #732903;
    background-color: #f8dccd;
    border-color: #f5ceb9;
}
.alert-primary hr {
    border-top-color: #f2bea3;
}
.alert-primary .alert-link {
    color: #411702;
}
.alert-secondary {
    color: #23262a;
    background-color: #d9dbdc;
    border-color: #caccce;
}
.alert-secondary hr {
    border-top-color: #bdbfc2;
}
.alert-secondary .alert-link {
    color: #0c0d0e;
}
.alert-tertiary {
    color: #39401e;
    background-color: #e2e5d7;
    border-color: #d6dac8;
}
.alert-tertiary hr {
    border-top-color: #cbd0b9;
}
.alert-tertiary .alert-link {
    color: #1a1d0e;
}
.alert-success {
    color: #647451;
    background-color: #f2f9eb;
    border-color: #edf6e3;
}
.alert-success hr {
    border-top-color: #e1f0d0;
}
.alert-success .alert-link {
    color: #4a563c;
}
@keyframes d {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
}
.progress,
.progress-bar {
    display: -ms-flexbox;
    display: flex;
}
.progress-bar {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width 0.6s ease;
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: d 1s linear infinite;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:last-child {
    margin-bottom: 0;
}
.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}
.list-group-item-primary {
    color: #732903;
    background-color: #f5ceb9;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #732903;
    background-color: #f2bea3;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #732903;
    border-color: #732903;
}
.list-group-item-secondary {
    color: #23262a;
    background-color: #caccce;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #23262a;
    background-color: #bdbfc2;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #23262a;
    border-color: #23262a;
}
.list-group-item-tertiary {
    color: #39401e;
    background-color: #d6dac8;
}
.list-group-item-tertiary.list-group-item-action:focus,
.list-group-item-tertiary.list-group-item-action:hover {
    color: #39401e;
    background-color: #cbd0b9;
}
.list-group-item-tertiary.list-group-item-action.active {
    color: #fff;
    background-color: #39401e;
    border-color: #39401e;
}
.list-group-item-success {
    color: #647451;
    background-color: #edf6e3;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #647451;
    background-color: #e1f0d0;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #647451;
    border-color: #647451;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal,
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-25%);
}
.modal.show .modal-dialog {
    transform: translate(0);
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -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);
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: acumin-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
}
.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: acumin-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover,
.popover .arrow {
    position: absolute;
    display: block;
}
.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateZ(0);
    }
}
.active.carousel-item-right,
.carousel-item-next {
    transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0);
    }
}
.active.carousel-item-left,
.carousel-item-prev {
    transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: hsla(0, 0%, 100%, 0.5);
}
.carousel-indicators li:before {
    top: -10px;
}
.carousel-indicators li:after,
.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li:after {
    bottom: -10px;
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #dd4f05 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #ab3d04 !important;
}
.bg-secondary {
    background-color: #434a51 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #2c3135 !important;
}
.bg-tertiary {
    background-color: #6d7c39 !important;
}
a.bg-tertiary:focus,
a.bg-tertiary:hover,
button.bg-tertiary:focus,
button.bg-tertiary:hover {
    background-color: #4e5929 !important;
}
.bg-success {
    background-color: #c0df9c !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #a7d375 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #dd4f05 !important;
}
.border-secondary {
    border-color: #434a51 !important;
}
.border-tertiary {
    border-color: #6d7c39 !important;
}
.border-success {
    border-color: #c0df9c !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #dd4f05 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #ab3d04 !important;
}
.text-secondary {
    color: #434a51 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #2c3135 !important;
}
.text-tertiary {
    color: #6d7c39 !important;
}
a.text-tertiary:focus,
a.text-tertiary:hover {
    color: #4e5929 !important;
}
.text-success {
    color: #c0df9c !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #a7d375 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.container {
    max-width: 1140px;
    max-width: 1146px;
}
.small-gutters {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.small-gutters > .col,
.small-gutters > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.col-custom-content {
    -ms-flex: 0 0 73.4%;
    flex: 0 0 73.4%;
    max-width: 73.4%;
}
@media (max-width: 991.98px) {
    .col-custom-content {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}
@media (max-width: 767.98px) {
    .col-custom-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.col-custom-sidebar {
    -ms-flex: 0 0 22.9%;
    flex: 0 0 22.9%;
    max-width: 22.9%;
}
@media (max-width: 991.98px) {
    .col-custom-sidebar {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}
@media (max-width: 767.98px) {
    .col-custom-sidebar {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.mejs__audio {
    width: 100% !important;
    height: 90px !important;
    border: 1px solid #e0e1e2;
}
.mejs__audio.mejs__container {
    background: #f7f8f8;
}
.mejs__audio .mejs__controls {
    height: 90px;
    background: transparent !important;
    -ms-flex-align: center;
    align-items: center;
}
.mejs__audio .mejs__playpause-button {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-left: 13px;
    margin-right: 18px;
    background-color: #dd4f05;
}
.mejs__audio .mejs__playpause-button > button {
    margin: 10px 11px;
}
.mejs__audio .mejs__time {
    color: #424a52;
    font-size: 16px;
    font-weight: 400;
}
.mejs__audio .mejs__horizontal-volume-slider {
    height: 40px;
    margin-left: 5px;
}
.mejs__audio .mejs__horizontal-volume-total {
    width: 45px;
}
.mejs__audio .mejs__time-current {
    background: #dd4f05;
}
.mejs__audio .mejs__time-total {
    background: #e0e1e2;
}
.mejs__audio .mejs__time-hovered,
.mejs__audio .mejs__time-loaded {
    background: rgba(0, 0, 0, 0.1);
}
.mejs__audio .mejs__time-handle {
    display: none;
}
.mejs__audio .mejs__horizontal-volume-total {
    background: #e0e1e2;
}
.mejs__audio .mejs__horizontal-volume-current {
    background: #898e92;
}
.has-download .mejs__audio .mejs__controls {
    padding-right: 60px;
}
.audio-wrap {
    position: relative;
}
.audio-wrap .icon-download {
    position: absolute;
    top: 50%;
    right: 28px;
    width: 15px;
    transform: translateY(-50%);
    z-index: 10;
    color: #5d646b;
    fill: #5d646b;
}
.btn {
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 10px 24px 12px 26px;
    transition: all 0.2s ease-in-out;
}
.btn,
.btn:focus,
.btn:hover {
    color: #fff;
    fill: #fff;
}
.btn-primary {
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.btn-primary:focus,
.btn-primary:hover {
    background: #ce4a05;
    border-color: #ce4a05;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary {
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.btn-secondary:focus,
.btn-secondary:hover {
    background: #373d43;
    border-color: #373d43;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.2);
}
.btn-tertiary {
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.btn-tertiary:focus,
.btn-tertiary:hover {
    background: #5e6b31;
    border-color: #5e6b31;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.2);
}
.btn .btn-wrap {
    display: inline-block;
}
@media (max-width: 767.98px) {
    .btn .btn-wrap {
        white-space: normal;
    }
}
.btn .btn-wrap .btn-text {
    float: left;
}
.btn .icon-arrow-forward {
    margin: 6px -6px 0 11px;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
    .btn .icon-arrow-forward {
        float: none;
    }
}
.btn:hover .icon-arrow-forward {
    transform: translateX(0.25rem);
}
.btn-large {
    font-size: 1rem;
    padding: 16px 26px;
}
.btn-large .icon-arrow-forward {
    margin-left: 6px;
    margin-right: -9px;
}
@media (max-width: 767.98px) {
    .btn-large {
        font-size: 14px;
        padding: 0.75rem 1.5rem;
    }
}
.btn-outline {
    color: #fff;
    border: 1px solid #fff;
}
.btn-outline:hover {
    color: #fff;
    border-color: hsla(0, 0%, 100%, 0.5);
}
.btn-app-store-google {
    background: url(/assets/img/google-play-button.png) no-repeat;
    background-size: contain;
}
.btn-app-store-apple,
.btn-app-store-google {
    width: 165px;
    height: 47px;
    color: transparent !important;
    padding: 0;
}
.btn-app-store-apple {
    background: url(/assets/img/apple-store-button.png) no-repeat;
    background-size: contain;
}
.btn-add-to-calendar span {
    display: none;
}
.btn-add-to-calendar span.icon {
    display: inline-block;
}
.dropdown-menu {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
.form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
}
.form-group .form-text,
.form-group .invalid-feedback {
    font-size: 80%;
    padding-top: 3px;
    padding-left: 1.25rem;
}
.field-radio_group {
    padding-top: 16px;
}
.field-input-wrapper {
    position: relative;
}
.animate-floating-labels .form-control {
    transition: all 0.2s ease-out;
}
.animate-floating-labels
    .field-input-wrapper:not(.field-radio_group):not(.field-checkbox):not(.field-checkbox_group)
    .form-control-label {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 5px;
    width: 100%;
    margin: 0;
    padding: 0 1.25rem;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.2s ease-out;
    color: #dd4f05;
}
.animate-floating-labels .show-floating-label .form-control {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}
.animate-floating-labels
    .show-floating-label
    .form-control::-webkit-input-placeholder {
    color: transparent;
}
.animate-floating-labels .show-floating-label .form-control::-moz-placeholder {
    color: transparent;
}
.animate-floating-labels
    .show-floating-label
    .form-control:-ms-input-placeholder,
.animate-floating-labels
    .show-floating-label
    .form-control::-ms-input-placeholder {
    color: transparent;
}
.animate-floating-labels .show-floating-label .form-control::placeholder {
    color: transparent;
}
.animate-floating-labels
    .show-floating-label:not(.field-radio_group):not(.field-checkbox):not(.field-checkbox_group)
    .form-control-label {
    transform: none;
    opacity: 1;
}
.custom-control {
    min-height: 30px;
    padding-left: 30px;
}
.custom-control-label:after,
.custom-control-label:before {
    top: 2px;
    width: 20px;
    height: 20px;
}
.custom-control-label:before {
    background-color: #fff;
    border: 2px solid #7a8086;
}
.custom-control-input:active ~ .custom-control-label:before {
    color: #fff;
    background-color: #fff;
}
.custom-control-input:checked ~ .custom-control-label:before,
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #dd4f05;
    background-color: #fff;
}
.h1 a,
.h1 a:hover,
.h2 a,
.h2 a:hover,
.h3 a,
.h3 a:hover,
.h4 a,
.h4 a:hover,
.h5 a,
.h5 a:hover,
.h6 a,
.h6 a:hover,
h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h6 a:hover {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}
.heading-18 {
    font-size: 18px;
}
* {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
svg:not(:root) {
    display: block;
}
.preload * {
    transition: none !important;
}
.icon {
    display: inline-block;
}
.icon svg * {
    fill: inherit;
}
.fill-white svg * {
    fill: #fff;
}
.fill-primary svg * {
    fill: #dd4f05;
}
.fill-secondary svg * {
    fill: #434a51;
}
.fill-tertiary svg * {
    fill: #6d7c39;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
.img-cover {
    background-size: cover;
}
.img-contain,
.img-cover {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.img-contain {
    background-size: contain;
}
a {
    cursor: pointer;
    color: #dd4f05;
    fill: #dd4f05;
    transition: all 0.2s ease-in-out;
}
a:hover {
    fill: #ab3d04;
    color: #ab3d04;
}
a:active,
a:focus,
a:hover {
    outline: 0;
}
a[name] {
    pointer-events: none;
    cursor: auto;
}
a[href^="tel"] {
    color: #dd4f05;
    text-decoration: none;
}
.link-arrow {
    font-size: 14px;
    font-weight: 600;
}
.link-arrow:hover .icon-arrow svg {
    transform: translateX(0.25rem);
}
.link-arrow .icon-arrow svg {
    transition: all 0.2s ease-in-out;
    margin-left: 0.25rem;
}
.link-arrow-left {
    font-size: 14px;
    font-weight: 600;
}
.link-arrow-left:hover .icon-arrow svg {
    transform: translateX(-0.25rem);
}
.link-arrow-left .icon-arrow svg {
    transition: all 0.2s ease-in-out;
    margin-right: 0.25rem;
}
.link-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.link-file svg {
    width: 100%;
    height: 100%;
}
.link-file .icon-file {
    width: 30px;
    margin-right: 12px;
}
.link-file .icon-arrow {
    width: 7px;
    margin-left: 5px;
}
.list-inline {
    margin: 0;
}
.list-inline li {
    display: inline-block;
}
.accordion-item {
    border-top: 1px solid #e3e4e5;
    border-bottom: 1px solid #e3e4e5;
    margin-top: -1px;
}
.accordion-item .collapsed .icon-plus {
    display: block;
}
.accordion-item .collapsed .icon-minus,
.accordion-item a .icon-plus {
    display: none;
}
.accordion-item a .icon-minus {
    display: block;
}
.accordion-item .icon-accordion {
    float: right;
    margin-top: 7px;
    margin-right: 10px;
    fill: #7a8086;
}
@media (max-width: 767.98px) {
    .accordion-item .icon-accordion {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin: 0;
    }
}
.accordion-question {
    position: relative;
    padding: 14px 0 15px;
    font-weight: 600;
    cursor: pointer;
    color: #4c535b;
    letter-spacing: -0.015em;
}
@media (max-width: 767.98px) {
    .accordion-question {
        padding-right: 23px;
        line-height: 1.35;
    }
}
.accordion-answer {
    border-left: 4px solid #d9dbdc;
    padding: 8px 45px 1px 25px;
    margin-bottom: 18px;
}
.accordion-answer p {
    margin-bottom: 1rem;
}
.alert {
    padding: 28px 33px;
}
.alert p {
    margin-bottom: 9px;
}
.alert p:last-child {
    margin-bottom: 5px;
}
.alert-brand {
    background: #fdf6f2;
    border: 1px solid #f4c4ac;
    padding: 14px 65px 19px;
    margin-bottom: 0;
    margin-left: -2px;
}
.alert-brand .icon {
    float: left;
    margin-left: -44px;
    margin-top: 5px;
    fill: #dd4f05;
}
@media (max-width: 767.98px) {
    .alert-brand .icon {
        margin-left: -2.5rem;
    }
}
@media (max-width: 767.98px) {
    .alert-brand {
        padding: 1rem 1rem 1rem 3.5rem;
        margin-bottom: 1rem;
    }
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.article-pagination {
    padding: 96px 0;
}
@media (max-width: 991.98px) {
    .article-pagination {
        padding: 4rem 0 3rem;
    }
}
@media (max-width: 575.98px) {
    .article-pagination {
        padding: 2rem 0;
    }
}
.pagination-description {
    position: absolute;
    top: -2rem;
    width: 100%;
    left: 0;
    padding: 0 15px;
    color: #a3a5a8;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
}
@media (max-width: 575.98px) {
    .pagination-description {
        position: static;
        padding: 0;
        margin-bottom: 1rem;
    }
    .pagination-description.text-right {
        margin-top: 1rem;
        text-align: left !important;
    }
}
.article-pagination-card {
    padding: 21px 27px 40px;
    height: 100%;
}
.article-pagination-card:hover .post-title {
    color: #dd4f05;
}
@media (max-width: 991.98px) {
    .article-pagination-card {
        padding: 1rem;
    }
}
@media (max-width: 575.98px) {
    .article-pagination-card {
        display: block;
        height: auto;
    }
}
.article-pagination-card .post-date {
    color: #a7a9ac;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 0.03em;
    display: block;
}
.article-pagination-card .post-title {
    color: #424a52;
    font-size: 20px;
    display: block;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
    .article-pagination-card .post-title {
        font-size: 16px;
    }
}
.article-pagination-card a {
    color: inherit;
}
.article-list-item {
    position: relative;
    border-bottom: 1px solid #e0e1e2;
    padding: 26px 0 48px;
}
.article-list-item:first-child {
    padding-top: 11px;
}
@media (max-width: 767.98px) {
    .article-list-item {
        padding-bottom: 2rem;
    }
}
.article-list-item-header {
    color: #a2a5a8;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: 600;
}
.post-category {
    color: #a2a5a8;
}
.article-list-item-title {
    width: 75%;
    color: #424a52;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
}
.article-list-item.full-width .article-list-item-title {
    width: 100%;
}
.article-list-item-title a {
    color: inherit;
}
.article-list-item-title a:hover {
    color: #dd4f05;
}
@media (max-width: 991.98px) {
    .article-list-item-title {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .article-list-item-title {
        width: 100%;
    }
}
.article-list-item-img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 120px;
    height: 72px;
    border: 1px solid #f0f0f1;
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .article-list-item-img {
        display: none;
    }
}
.section-banner {
    background: #f7f8f8;
    position: relative;
}
.section-banner .col-banner-wrap {
    padding-right: 72px;
}
@media (max-width: 1199.98px) {
    .section-banner .col-banner-wrap {
        padding-right: 15px;
    }
}
.section-banner .banner-wrap p {
    margin-bottom: 16px;
}
.section-banner .banner-wrap .btn {
    margin-top: 30px;
}
.section-banner .banner-heading {
    margin-top: 6px;
    letter-spacing: -0.015em;
    margin-bottom: 30px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .section-banner .banner-heading {
        font-size: 28px;
        margin: -9px 0 0;
        line-height: 1.3;
    }
}
.section-banner .banner-sub-heading {
    color: #dd4f05;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: 1.3;
}
@media (max-width: 767.98px) {
    .section-banner .banner-sub-heading {
        font-size: 1rem;
    }
}
@media (max-width: 767.98px) {
    .section-banner .banner-image-right {
        width: 100%;
        max-width: 350px;
    }
}
.section-banner .banner-product-logo {
    width: 76px;
    float: right;
    margin-top: 71px;
}
@media (max-width: 767.98px) {
    .section-banner .banner-product-logo {
        display: none;
    }
}
.section-banner .col-banner-content {
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
}
@media (max-width: 767.98px) {
    .section-banner .col-banner-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.section-banner .col-banner-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}
@media (max-width: 767.98px) {
    .section-banner .col-banner-img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (max-width: 767.98px) {
    .section-banner .col-banner-content .col-banner-img {
        margin: 2rem;
    }
}
.section-banner.banner-regular {
    padding-bottom: 63px;
}
@media (max-width: 767.98px) {
    .section-banner.banner-regular {
        padding-bottom: 1rem;
    }
}
.section-banner.banner-regular .banner-sub-heading {
    margin: -4px 0 19px;
}
@media (max-width: 767.98px) {
    .section-banner.banner-regular .banner-sub-heading {
        margin: 4px 0 19px;
    }
}
.section-banner.banner-regular .banner-image-right-wrap {
    height: 252px;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .section-banner.banner-regular .banner-image-right-wrap {
        height: auto;
        margin-bottom: 0;
    }
}
.section-banner.banner-regular .banner-footer {
    margin-top: 35px;
    margin-bottom: -15px;
}
@media (max-width: 767.98px) {
    .section-banner.banner-regular .banner-footer {
        margin-top: 20px;
        margin-bottom: 0;
    }
}
.section-banner.banner-contained {
    height: 423px;
    padding-bottom: 63px;
}
@media (max-width: 767.98px) {
    .section-banner.banner-contained {
        height: auto;
        padding-bottom: 22px;
    }
}
.section-banner.banner-contained .banner-wrap,
.section-banner.banner-contained .container,
.section-banner.banner-contained .row,
.section-banner.banner-contained [class*="col-"] {
    height: 100%;
}
.section-banner.banner-contained .banner-img {
    padding: 36px;
}
@media (max-width: 767.98px) {
    .section-banner.banner-contained .banner-img {
        padding: 0;
        background-image: none !important;
    }
}
.section-banner.banner-contained .banner-img-mobile {
    display: none;
}
@media (max-width: 767.98px) {
    .section-banner.banner-contained .banner-img-mobile {
        display: block;
        height: 222px;
        border: 1px solid #e0e1e2;
    }
}
@media (max-width: 575.98px) {
    .section-banner.banner-contained .banner-img-mobile {
        height: 122px;
    }
}
.section-banner.banner-contained .banner-wrap {
    background: hsla(0, 0%, 100%, 0.9);
    padding: 30px 36px;
    font-size: 18px;
}
@media (max-width: 767.98px) {
    .section-banner.banner-contained .banner-wrap {
        background: linear-gradient(
            180deg,
            hsla(0, 0%, 100%, 0) 0,
            hsla(0, 0%, 100%, 0) 50%,
            #fff
        );
        font-size: 1rem;
        padding: 16px 16px 26px;
        height: auto;
    }
}
.section-banner.banner-contained .banner-heading {
    font-weight: 400;
    margin-bottom: 13px;
    letter-spacing: -0.015em;
}
@media (max-width: 767.98px) {
    .section-banner.banner-contained .banner-heading {
        font-size: 32px;
        margin-top: 2px;
        margin-bottom: 9px;
    }
}
.section-banner.banner-contained .banner-sub-heading {
    margin-bottom: 10px;
    font-size: 20px;
}
@media (max-width: 767.98px) {
    .section-banner.banner-contained .banner-sub-heading {
        margin-bottom: 9px;
        font-size: 18px;
    }
}
.section-banner.banner-contained p {
    margin-bottom: 0;
    line-height: 1.4;
}
@media (max-width: 767.98px) {
    .section-banner.banner-contained p {
        font-size: 18px;
    }
}
.section-banner.banner-full-width {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 495px;
}
@media (max-width: 767.98px) {
    .section-banner.banner-full-width {
        height: auto;
        display: block;
    }
}
.section-banner.banner-full-width .container {
    position: relative;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .section-banner.banner-full-width .container {
        height: auto;
        display: block;
    }
}
.section-banner.banner-full-width .banner-img {
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 767.98px) {
    .section-banner.banner-full-width .banner-img {
        position: static;
        width: auto;
        height: 122px;
        margin: 0 14px;
        border: 1px solid #e0e1e2;
    }
}
.section-banner.banner-full-width .banner-wrap .btn {
    margin-top: 30px;
    margin-bottom: 8px;
    padding: 16px 30px 16px 35px;
    font-size: 16px;
    letter-spacing: 0;
}
@media (max-width: 767.98px) {
    .section-banner.banner-full-width .banner-wrap .btn {
        margin-top: 18px;
        padding: 12px 30px 16px 35px;
    }
    .section-banner.banner-full-width .banner-wrap .btn .icon-arrow-forward {
        margin: 8px -6px 0 10px;
    }
}
.section-banner.banner-full-width .banner-wrap {
    background: hsla(0, 0%, 100%, 0.75);
    padding: 36px 45px;
    font-size: 18px;
}
@media (max-width: 767.98px) {
    .section-banner.banner-full-width .banner-wrap {
        background: linear-gradient(
            180deg,
            hsla(0, 0%, 100%, 0) 0,
            hsla(0, 0%, 100%, 0) 50%,
            #fff
        );
        padding: 20px 17px;
        font-size: 1rem;
    }
}
.section-banner.banner-full-width .banner-heading {
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: -0.015em;
}
@media (max-width: 767.98px) {
    .section-banner.banner-full-width .banner-heading {
        font-size: 32px;
        margin-bottom: 16px;
    }
}
.section-banner.banner-full-width p {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .section-banner.banner-full-width p {
        font-size: 18px;
    }
}
.section-banner.banner-title-only {
    padding: 6px 0 65px;
}
@media (max-width: 767.98px) {
    .section-banner.banner-title-only {
        padding-bottom: 30px;
    }
}
.section-banner.banner-title-only .banner-heading {
    margin: 0;
}
.banner-full-width-slider {
    height: 495px;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .banner-full-width-slider {
        height: auto;
        display: block;
    }
}
.banner-full-width-slider .section-banner.banner-full-width {
    width: 100%;
}
.section-banner .banner-footer {
    border-top: 1px solid #e0e1e2;
    padding-top: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.section-banner .banner-footer .btn {
    margin-top: 0;
    margin-right: 28px;
}
.section-banner .banner-footer .btn .icon-arrow-forward {
    margin-left: 7px;
}
@media (max-width: 767.98px) {
    .section-banner .banner-footer .btn {
        width: 100%;
        margin: 0 0 13px;
    }
}
.section-banner .banner-key-features {
    margin: 2rem 0 1rem;
}
.section-banner .banner-key-features h4 {
    margin-bottom: 1.5rem;
}
.section-banner .small p {
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    .section-banner .small p {
        margin-bottom: 22px;
    }
}
.section-banner .btn {
    margin-right: 1rem;
}
.section-banner .btn:last-child {
    margin-right: 0;
}
.section-banner .elements-wrap {
    padding: 4rem 0 2rem;
}
.col-content-section {
    padding-right: 30px;
}
.block-item {
    margin-bottom: 35px;
}
@media (max-width: 767.98px) {
    .block-item {
        margin-bottom: 1rem;
    }
}
.block-last > :last-child,
.block-last > :last-child > :last-child,
.block-last > :last-child > :last-child > :last-child {
    margin-bottom: 0 !important;
}
.block-section-heading h2 {
    font-weight: 700;
    letter-spacing: -0.015em;
}
@media (max-width: 767.98px) {
    .block-section-heading h2 {
        font-size: 20px;
    }
}
.block-text {
    margin-bottom: 47px;
}
@media (max-width: 767.98px) {
    .block-text {
        margin-bottom: 24px;
    }
}
.block-text p {
    margin-bottom: 27px;
}
@media (max-width: 767.98px) {
    .block-text p {
        margin-bottom: 24px;
    }
}
.block-text ul {
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
    padding-left: 56px;
    margin-top: 0;
    margin-bottom: 43px;
    line-height: 1.5;
}
@media (max-width: 991.98px) {
    .block-text ul {
        padding-left: 25px;
        margin-bottom: 21px;
    }
}
.block-text ul li {
    padding-bottom: 18px;
}
.block-text ul li:last-child {
    padding-bottom: 0;
}
.block-text ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    float: left;
    margin: 9px 0 0 -38px;
    background: #dd4f05;
    border: 1px solid #dd4f05;
}
@media (max-width: 991.98px) {
    .block-text ul li:before {
        margin: 9px 0 0 -24px;
    }
}
.block-text ul ul {
    margin-top: 20px;
    padding-left: 37px;
    margin-bottom: 0;
}
.block-text ul ul li:before {
    background: #fff;
    margin-left: -31px;
}
.block-table {
    font-size: 14px;
    margin-bottom: 40px;
}
@media (max-width: 767.98px) {
    .block-table {
        margin-bottom: 21px;
    }
}
.block-table table {
    max-width: 757px;
    margin-top: -11px;
    margin-bottom: 0;
}
.block-table .table td,
.block-table .table th {
    padding: 12px 9px 11px;
    border-bottom: 1px solid #e9ecef;
}
@media (max-width: 767.98px) {
    .block-table .table td,
    .block-table .table th {
        padding: 12px 9px 14px;
    }
}
.block-table .table th {
    font-weight: 600;
}
@media (min-width: 576px) {
    .block-table .table th {
        min-width: 180px;
    }
}
.block-table .table thead th {
    border-top: none;
    padding: 14px 9px 12px;
    border-bottom: 1px solid #e9ecef;
}
.block-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.block-table .table-striped tbody tr:nth-of-type(2n) {
    background-color: #f7f8f8;
}
.block-summary-blocks {
    padding-top: 20px;
    margin-bottom: 50px;
}
@media (max-width: 767.98px) {
    .block-summary-blocks {
        padding-top: 14px;
        margin-bottom: 38px;
    }
}
.block-alert {
    padding-top: 9px;
    margin-bottom: 16px;
}
.block-content-section {
    padding-bottom: 68px;
    margin-bottom: 67px;
    border-bottom: 1px solid #e0e1e2;
}
.block-content-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.block-content-section > .block-item:last-child {
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .block-content-section {
        padding-bottom: 40px;
        margin-bottom: 35px;
    }
}
.block-content-section .anchor {
    display: none;
}
@media (max-width: 767.98px) {
    .block-content-section a[name] {
        display: block;
        position: relative;
        top: -70px;
        visibility: hidden;
    }
}
.block-content-section-has-icon .block-section-icon {
    float: left;
    margin-top: 3px;
    margin-left: -121px;
    width: 62px;
    height: 63px;
}
.block-content-section-has-icon .block-section-icon svg {
    width: 100%;
    height: 100%;
}
@media (max-width: 991.98px) {
    .block-content-section-has-icon .block-section-icon {
        margin: -10px 12px 0 0;
        width: 44px;
        height: 44px;
    }
}
.block-content-section-has-icon {
    padding-left: 144px;
    padding-top: 3px;
    margin-bottom: 65px;
}
@media (max-width: 991.98px) {
    .block-content-section-has-icon {
        padding-left: 0;
    }
}
.block-content-section-has-icon .block-section-heading {
    margin-bottom: 27px;
}
.block-content-section-has-icon .block-text {
    margin-bottom: 32px;
}
.block-content-section-has-icon .block-key-features {
    margin-bottom: 34px;
}
.block-content-section-has-icon .block-key-features .well {
    padding: 23px 34px 32px;
    margin-top: 0;
}
@media (max-width: 767.98px) {
    .block-content-section-has-icon .block-key-features .well {
        padding: 1rem;
    }
}
.block-content-section-has-icon .block-app-store-link {
    padding-top: 10px;
}
.block-content-section-has-icon .block-link-group {
    margin-bottom: 29px;
}
.block-heading {
    margin-bottom: 0;
}
.block-heading h2 {
    margin-bottom: 35px;
}
.block-heading .h5,
.block-heading .h6 {
    position: relative;
    padding-top: 50px;
    margin-top: 20px;
    margin-bottom: 34px;
    font-size: 18px;
    display: inline-block;
    letter-spacing: -0.015em;
    font-weight: 600;
}
.block-heading .h5:before,
.block-heading .h6:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 190px;
    height: 1px;
    margin-top: -1px;
    background: #e0e1e2;
    z-index: -2;
}
@media (max-width: 767.98px) {
    .block-heading .h5,
    .block-heading .h6 {
        padding-top: 28px;
        margin-bottom: 20px;
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .block-link {
        margin-bottom: 30px;
    }
}
.block-app-store-link .btn {
    margin-right: 10px;
}
.block-link-group .link-arrow {
    display: block;
    margin-bottom: 14px;
}
@media (max-width: 767.98px) {
    .block-key-features {
        margin-top: 2rem;
    }
}
.block-key-features h4 {
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .block-key-features h4 {
        font-size: 16px;
        margin-bottom: 23px;
    }
}
.block-gallery-mode {
    text-align: right;
    font-size: 14px;
    margin-bottom: 14px;
    cursor: pointer;
}
.block-gallery-mode .icon svg {
    width: 16px;
    height: 11.5px;
    margin-right: 6px;
    fill: #5e656c;
}
.block-gallery-mode .js-slide-mode {
    display: none;
}
.block-block-quote {
    position: relative;
    background: #f7f8f8;
    margin-bottom: 2.4rem;
}
.block-block-quote .icon {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
}
.block-block-quote blockquote {
    margin: 0;
    padding: 1.9rem 1rem 1.5rem 5rem;
    font-size: 18px;
    font-style: italic;
    letter-spacing: -0.015em;
}
.block-block-quote blockquote p {
    margin-bottom: 0.8rem;
}
.block-block-quote blockquote cite {
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #a3a5a8;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}
@media (max-width: 767.98px) {
    .block-block-quote blockquote {
        padding-left: 1.5rem;
        padding-top: 3.5rem;
    }
}
.block-testimonials {
    width: 80%;
    margin-left: 10%;
    padding-top: 1.6rem;
    margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
    .block-testimonials {
        width: 100%;
        margin-left: 0;
    }
}
.block-testimonials .block-block-quote {
    width: 100%;
}
@media (max-width: 767.98px) {
    .block-testimonials .block-block-quote {
        width: 82%;
        margin-right: 15px;
    }
}
.block-testimonials .block-block-quote blockquote {
    margin: 0;
    padding: 1.9rem 1.9rem 0 5rem;
}
@media (max-width: 767.98px) {
    .block-testimonials .block-block-quote blockquote {
        padding-left: 1.5rem;
        padding-top: 3.5rem;
    }
}
.block-testimonials .block-block-quote figcaption {
    padding: 0.6rem 1rem 1.6rem 5rem;
}
@media (max-width: 767.98px) {
    .block-testimonials .block-block-quote figcaption {
        padding-left: 1.5rem;
    }
}
.block-quote-image {
    float: left;
    margin-right: 1rem;
    display: inline-block;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    overflow: hidden;
}
.block-quote-cite {
    color: #dd4f05;
    font-weight: 600;
    font-style: normal;
    padding-top: 12px;
    display: block;
}
.block-quote-org {
    font-size: 12px;
    text-transform: uppercase;
    color: #a3a5a8;
    font-weight: 600;
}
.block-testimonials .flickity-page-dots {
    text-align: center;
    top: 0;
}
.block-testimonials .flickity-prev-next-button.previous {
    left: -80px;
}
.block-testimonials .flickity-prev-next-button.next {
    right: -80px;
}
.block-accordion {
    padding-top: 10px;
}
.block-accordion .accordion-question {
    padding: 20px 0;
}
.block-faqs {
    padding-top: 16px;
    margin-bottom: 43px;
}
@media (max-width: 767.98px) {
    .block-faqs {
        padding-top: 23px;
        margin-bottom: 23px;
    }
}
.block-form {
    padding-top: 13px;
}
.block-form h3 {
    display: none;
}
.block-form .form-control {
    padding: 20px 19px 14px;
}
.block-form .form-control.custom-select {
    line-height: 1.2;
}
.block-form .animate-floating-labels .show-floating-label .form-control {
    padding-top: 26px;
    padding-bottom: 8px;
}
.block-form .animate-floating-labels .form-control-label {
    top: 4px;
}
.block-form .form-group {
    margin-bottom: 28px;
}
.block-form .form-group .form-text {
    font-size: 12px;
    padding-top: 2px;
    padding-left: 19px;
}
.block-entry-cards .row-cards .card-body {
    padding-top: 5px;
}
.block-entry-cards .row-cards .card-text {
    font-size: 14px;
    line-height: 1.45;
}
.block-entry-cards .row-cards .card-text p {
    margin-bottom: 0;
}
.block-entry-cards {
    margin-top: 100px;
}
@media (max-width: 991.98px) {
    .block-entry-cards {
        margin-top: 2rem;
    }
}
.block-entry-cards .flickity-prev-next-button.prev {
    left: -12px;
}
.block-entry-cards .flickity-prev-next-button.next {
    right: -12px;
}
@media (max-width: 991.98px) {
    .block-entry-cards .flickity-prev-next-button {
        display: none;
    }
}
.block-gtconnect-panel {
    padding: 37px 20px 37px 36px;
    margin-bottom: 54px;
    background: #f7f8f8;
}
@media (max-width: 991.98px) {
    .block-gtconnect-panel {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
}
.block-gtconnect-panel .gtconnect-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
}
.block-gtconnect-panel .gtconnect-logo {
    border-right: 1px solid #e0e1e2;
    padding: 7px 0;
    max-width: 29%;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
}
@media (max-width: 991.98px) {
    .block-gtconnect-panel .gtconnect-logo {
        border-right: 0;
        border-bottom: 1px solid #e0e1e2;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 0 1rem;
        margin: 0 0 1rem;
    }
}
.block-gtconnect-panel .gtconnect-phone {
    max-width: 71%;
    -ms-flex: 0 0 71%;
    flex: 0 0 71%;
    padding: 0 0 0 42px;
    margin-top: -3px;
}
.block-gtconnect-panel .gtconnect-phone li {
    font-size: 16px;
    font-weight: 600;
    padding-right: 20px;
    line-height: 2.6;
}
.block-gtconnect-panel .gtconnect-phone a {
    color: #676c72;
}
@media (max-width: 991.98px) {
    .block-gtconnect-panel .gtconnect-phone {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        margin: 0;
    }
}
.block-social-media-icons .list-social li {
    float: left;
    margin-right: 36px;
}
@media (max-width: 767.98px) {
    .block-social-media-icons .list-social li {
        margin-bottom: 1rem;
    }
}
.block-social-media-icons .list-social li a {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    fill: #fff;
    padding: 9px;
    transition: all 0.2s ease-in-out;
}
.block-social-media-icons .list-social li a svg {
    width: 100%;
    height: 100%;
}
.block-social-media-icons .list-social .social-facebook {
    background: #3b5998;
}
.block-social-media-icons .list-social .social-facebook:hover {
    background: #2d4373;
}
.block-social-media-icons .list-social .social-google {
    background: #dd4b39;
}
.block-social-media-icons .list-social .social-google:hover {
    background: #c23321;
}
.block-social-media-icons .list-social .social-twitter {
    background: #1da1f2;
}
.block-social-media-icons .list-social .social-twitter:hover {
    background: #0c85d0;
}
.block-social-media-icons .list-social .social-linkedin {
    background: #0077b5;
}
.block-social-media-icons .list-social .social-linkedin:hover {
    background: #005582;
}
.block-social-media-icons .list-social .social-instagram {
    background: #e1306c;
}
.block-social-media-icons .list-social .social-instagram:hover {
    background: #c21c54;
}
.block-social-media-icons .list-social .social-messages {
    background: #dd4f05;
}
.block-social-media-icons .list-social .social-messages:hover {
    background: #ab3d04;
}
.block-documents-with-filter .accounts-filter.open {
    margin-top: 2px;
    padding: 8px 26px 28px;
    margin-bottom: 54px;
}
@media (max-width: 991.98px) {
    .block-documents-with-filter .accounts-filter.open {
        padding: 11px 17px 8px;
        margin-bottom: 34px;
    }
}
.block-documents-with-filter
    .accounts-filter.open
    .filter-header
    .filter-label {
    padding-bottom: 9px;
}
.block-documents-with-filter .accounts-filter ul li .filter-btn {
    font-weight: 600;
    padding: 7px 26px 9px;
}
.block-documents-with-filter .resource-list-item {
    padding: 19px 26px;
    margin-bottom: 26.5px;
    font-size: 20px;
}
@media (max-width: 991.98px) {
    .block-documents-with-filter .resource-list-item {
        padding: 13px 20px;
        margin-bottom: 16px;
        font-size: 15px;
    }
}
@media (max-width: 991.98px) {
    .block-documents-with-filter .resource-list-item-icon {
        margin-right: 18px;
    }
}
.block-documents-with-filter .resource-list-item .icon-file {
    width: 36px;
}
@media (max-width: 991.98px) {
    .block-documents-with-filter .resource-list-item .icon-file {
        width: 26px;
    }
}
.block-tabbed-form {
    padding-top: 20px;
}
@media (max-width: 767.98px) {
    .block-tabbed-form {
        padding-top: 0;
    }
}
.block-tabbed-form .tab-content h3 {
    display: none;
}
.block-tabbed-form .tab-pane {
    padding: 72px 28px;
}
@media (max-width: 767.98px) {
    .block-tabbed-form .tab-pane {
        padding: 1rem 0;
    }
}
.block-tabbed-form .form-control {
    padding: 16px 18px;
}
.block-tabbed-form .form-group .form-text,
.block-tabbed-form .form-group .invalid-feedback {
    padding-top: 2px;
    padding-left: 18px;
    font-size: 12px;
}
.block-tabbed-form .alert {
    margin-bottom: 72px;
}
@media (max-width: 767.98px) {
    .block-channel-entries {
        margin-bottom: 3rem;
    }
}
.section-breadcrumbs {
    padding: 24px 0 36px;
}
.section-breadcrumbs.in-banner {
    background: #f7f8f8;
}
@media (max-width: 767.98px) {
    .section-breadcrumbs {
        padding: 24px 0 21px;
    }
}
@media (max-width: 767.98px) {
    .section-breadcrumbs .container {
        opacity: 0;
        height: 18px;
        overflow: hidden;
    }
}
.section-breadcrumbs.js-loaded .container {
    opacity: 1;
}
/* .breadcrumb {
    font-size: 13px;
    background: none;
    padding: 0;
    margin: 0;
}
@media (max-width: 767.98px) {
    .breadcrumb {
        font-size: 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 28px;
        overflow: auto;
    }
} */
/* .breadcrumb-item {
    white-space: nowrap;
}
.breadcrumb-item + .breadcrumb-item:before {
    width: 0;
    height: 0;
    content: "";
    margin: 0 13px;
    padding: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #c0c3c5;
}
@media (max-width: 767.98px) {
    .breadcrumb-item + .breadcrumb-item:before {
        margin: 0 7px;
    }
}
.breadcrumb-item,
.breadcrumb-item a {
    color: #424a52;
}
.breadcrumb-item a:hover {
    color: #dd4f05;
} */
.card-list {
    margin-bottom: 7px;
    background: #fff;
    border: 1px solid #e0e1e2;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
}
.card-list.has-link:focus,
.card-list.has-link:hover {
    box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.15);
}
.card-list-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    font-size: 1rem;
}
a.card-list-body {
    font-weight: 600;
}
.card-list-with-icon.has-link:focus .icon,
.card-list-with-icon.has-link:hover .icon {
    transform: translateX(0.25rem);
}
.card-list-with-icon .card-list-body {
    padding: 13px 24px 17px;
}
.card-list-with-icon .icon {
    float: left;
    display: block;
    margin: 0 20px 0 0;
    transition: all 0.2s ease-in-out;
}
.card-list-with-icon svg {
    width: 14px;
    height: 14px;
    display: block;
}
.card-list-with-icon .icon-large svg {
    width: 27px;
    height: 27px;
}
.card-list-detailed .card-list-body {
    -ms-flex-align: normal;
    align-items: normal;
    font-size: 14px;
}
.card-list-detailed .icon-large {
    float: left;
    display: block;
    margin: 0.5rem 1rem 0 0;
}
.card-list-detailed .heading {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.25rem;
    letter-spacing: -0.015em;
}
.card-list-detailed .text p {
    margin-bottom: 0.25rem;
}
.card {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
    border: 1px solid #e0e1e2;
    color: #696f73;
}
.card:hover {
    box-shadow: 0 2px 15px hsla(210, 3%, 88%, 0.5);
}
@media (max-width: 767.98px) {
    .card {
        box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2);
    }
}
.card-img,
.card-img-bottom,
.card-img-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.card-body .card-img,
.card-body .card-img-bottom,
.card-body .card-img-top {
    margin-bottom: 1rem;
}
.card-heading {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #424a52;
    margin-bottom: 0.5rem;
    transition: all 0.2s ease-in-out;
}
.card-heading:last-child {
    margin-bottom: 0;
}
.card-body {
    z-index: 1;
}
.card-body .card-text {
    color: #696f73;
}
.card-body a {
    font-weight: 600;
}
.card-footer,
.card-header {
    padding: 0;
    background-color: transparent;
}
.card-footer {
    padding: 0 0 20px;
}
.card .mobile-link {
    display: none;
}
.card .mobile-link svg {
    height: 12px;
}
.card .card-link-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.row-cards .col-card {
    margin-bottom: 2rem;
}
.row-cards .card {
    height: 100%;
}
.card-gradient {
    background-image: linear-gradient(#fafafa, #fff 50%);
}
.card-gradient .card-footer {
    padding: 0 0 18px;
    border: 0;
    background: none;
}
.card-gradient .card-text {
    font-size: 14px;
    line-height: 1.4;
}
.card-gradient .card-text p {
    margin-bottom: 0;
}
.card .card-img-top .img-contain,
.card .card-img-top .img-cover,
.card .card-img-top .no-img {
    padding-bottom: 62%;
}
.link-compare {
    display: block;
    margin-top: 9px;
}
.link-compare .icon {
    vertical-align: middle;
    margin-right: 0.25rem;
}
.link-compare .text {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #424a52;
}
.row-cards .col-card.product-card {
    margin-bottom: 32px;
}
.product-card .card-heading {
    line-height: 1.3;
    margin-bottom: 10px;
}
.product-card .link-compare,
.product-card .link-compare-remove {
    margin-top: 20px;
    margin-bottom: 4px;
}
@media (max-width: 767.98px) {
    .product-card .link-compare,
    .product-card .link-compare-remove {
        display: none;
    }
}
.product-card .link-compare-remove {
    display: none;
}
.product-card .card-footer {
    padding-top: 15px;
    padding-bottom: 22px;
}
.product-card .card-footer .btn {
    margin-bottom: 3px;
}
.product-card .mobile-link {
    margin-right: 18px;
}
.product-card .card-footer.card-footer-link {
    padding: 0;
}
.product-card .card-footer.card-footer-link .link-arrow {
    padding-top: 15px;
    padding-bottom: 22px;
    display: block;
}
.card-bg,
.card-bg .card-heading {
    color: #fff;
}
.card-bg .card-text {
    color: hsla(0, 0%, 100%, 0.8);
}
.card-body-small .card-body {
    font-size: 14px;
}
.card-body-large .card-body,
.card-body-large .card-text {
    font-size: 16px;
}
.card-horizontal {
    display: block;
}
.card-horizontal .card-body,
.card-horizontal .card-img-left {
    float: left;
    width: 50%;
}
@media (max-width: 767.98px) {
    .card-horizontal .card-body,
    .card-horizontal .card-img-left {
        float: none;
        width: 100%;
        padding-bottom: 65%;
    }
}
.card-mini a {
    display: block;
    height: 100%;
}
.card-mini .card-icon svg {
    width: 55px;
    height: 55px;
    margin: 0 auto;
}
.card-mini .card-icon svg.product-logo {
    width: 100px;
}
.card-mini .card-heading {
    font-size: 16px;
    line-height: 1.3;
}
.card-mini:hover .card-heading {
    color: #dd4f05;
}
.card-horizontal.card-mini .card-body {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .card-horizontal.card-mini .card-body {
        padding-bottom: 1.25rem;
    }
}
.card-horizontal.card-mini .card-img-left {
    width: auto;
    margin-right: 1rem;
}
@media (max-width: 767.98px) {
    .card-horizontal.card-mini .card-img-left {
        float: none;
        width: auto;
        padding-bottom: 0;
    }
}
.card-horizontal.card-mini .card-icon svg {
    width: 45px;
    height: 45px;
    margin: 0;
}
.card-large-with-icon:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.card-large-with-icon .card-img-left {
    margin-right: 1rem;
}
.card-large-with-icon .card-icon svg {
    width: 45px;
    height: 45px;
}
.card-large-with-icon .card-footer,
.card-large-with-icon .card-header {
    padding: 2rem;
    background: #fff;
}
@media (max-width: 767.98px) {
    .card-large-with-icon .card-footer,
    .card-large-with-icon .card-header {
        padding: 1rem;
    }
}
.card-large-with-icon .card-body {
    padding: 0 3rem 2rem;
}
@media (max-width: 767.98px) {
    .card-large-with-icon .card-body {
        padding: 0 1rem 1rem;
    }
}
.card-large-with-icon .card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.card-large-with-icon .card-header .card-heading {
    font-size: 24px;
}
.card-large-with-icon ul {
    margin-bottom: 38px;
}
.card-large-with-icon ul li {
    margin-bottom: 14px;
}
.card-carousel {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-carousel:not(.flickity-enabled) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}
.card-carousel .flickity-viewport {
    width: 100%;
    height: auto !important;
}
.card-carousel .flickity-slider {
    position: relative !important;
    display: -ms-flexbox;
    display: flex;
    left: auto !important;
}
.card-carousel .col-card {
    left: auto !important;
    position: relative !important;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-direction: row;
    flex-direction: row;
}
.card-carousel .flickity-prev-next-button.next {
    right: -12px;
}
@media (max-width: 1199.98px) {
    .card-carousel .flickity-prev-next-button.next {
        display: none;
    }
}
.card-carousel .flickity-prev-next-button.prev {
    left: -12px;
}
@media (max-width: 1199.98px) {
    .card-carousel .flickity-prev-next-button.prev {
        display: none;
    }
}
.card-carousel.card-carousel-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-carousel.card-carousel-lg:after {
    display: none;
    content: "";
}
@media (max-width: 1199.98px) {
    .card-carousel.card-carousel-lg:after {
        content: "flickity";
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .card-carousel.card-carousel-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
    }
}
.chocolat-wrapper .chocolat-bottom {
    line-height: inherit !important;
    height: auto !important;
    font-size: 14px !important;
    padding-top: 15px;
}
@media (max-width: 767.98px) {
    .chocolat-wrapper .chocolat-bottom {
        font-size: 12px !important;
    }
}
.chocolat-wrapper .chocolat-description {
    text-align: left;
    width: 80%;
    padding-bottom: 15px;
}
.chocolat-wrapper .chocolat-fullscreen {
    display: none !important;
}
.content-tabs .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    padding: 18px 0 20px;
    border: 0;
    border-bottom: 2px solid transparent;
    font-weight: 700;
    color: #696e74;
}
.content-tabs .nav-tabs .nav-item.show .nav-link,
.content-tabs .nav-tabs .nav-link.active {
    color: #dd4f05;
    border-color: #dd4f05;
    background: #fafbfb;
}
.date-box {
    float: left;
    background: #fff;
    text-align: center;
    border: 1px solid #e0e1e2;
}
.date-box-wrap {
    padding: 12px 23px;
}
@media (max-width: 767.98px) {
    .date-box-wrap {
        padding: 12px 18px;
    }
}
.date-box-month {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #424a52;
    text-transform: uppercase;
}
.date-box-date {
    display: block;
    font-size: 32px;
    color: #dd4f05;
    font-weight: 700;
    line-height: 1;
}
.date-box-year {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #424a52;
    background: #f7f8f8;
}
.size-small .date-box-wrap {
    padding: 4px 11px;
}
.size-small .date-box-month {
    font-size: 12px;
}
.size-small .date-box-date {
    font-size: 28px;
}
.size-small .date-box-year {
    font-size: 12px;
}
.event-list {
    background: #fafbfb;
    padding: 0 24px;
    margin: 0 -16px;
}
@media (max-width: 991.98px) {
    .event-list {
        margin: 0;
    }
}
.event-list-item {
    padding: 41px 0 21px;
    display: -ms-flexbox;
    display: flex;
}
.event-list-item:last-child {
    border-bottom: 0;
}
@media (max-width: 767.98px) {
    .event-list-item {
        padding: 1rem 0;
    }
}
.event-list-item-description p {
    margin-bottom: 0;
}
.event-list-item-date {
    margin-right: 34px;
}
@media (max-width: 767.98px) {
    .event-list-item-date {
        margin-right: 1rem;
    }
}
.event-list-item-time {
    font-size: 14px;
    color: #696e74;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    margin-bottom: 10px;
    font-weight: 600;
}
.event-list-item-time .icon-clock {
    width: 17px;
    margin: 3px 10px 0 2px;
    float: left;
}
.event-list-item-time svg {
    width: 100%;
    height: 100%;
}
.event-list-item-title {
    line-height: 1.3;
    color: #424a52;
    letter-spacing: -0.015em;
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 20px;
}
.event-list-item-title a {
    color: inherit;
}
@media (max-width: 767.98px) {
    .event-list-item-title {
        font-size: 18px;
    }
}
.size-small .event-list-item-date {
    margin-right: 17px;
}
.event-list-item.size-small {
    padding: 34px 0 32px;
}
.size-small .event-list-item-title {
    font-size: 16px;
    font-weight: 600;
}
.event-list-item-footer {
    background: #fafbfb;
    margin: 20px 0 7px;
}
@media (max-width: 575.98px) {
    .event-list-item-footer {
        margin-left: -88px;
    }
}
.event-list-item-footer .btn {
    background: #fff;
    color: #424a52;
    fill: #424a52;
    font-weight: 500;
    padding: 7px 12px;
    border: 1px solid #e0e1e2;
    margin: 9px 0 9px 17px;
    font-family: inherit !important;
    color: #424a52 !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    text-shadow: none !important;
    font-size: 14px !important;
    border-radius: 0 !important;
}
.event-list-item-footer .btn:hover,
.event-list-item-footer .btn[aria-expanded="true"] {
    border-color: #dd4f05;
    color: #dd4f05 !important;
    fill: #dd4f05;
}
.event-list-item-footer .btn[aria-expanded="true"] .icon-arrow {
    transform: rotate(180deg);
}
.event-list-item-footer .btn .icon {
    width: 17px;
    height: 20px;
    margin: 0 13px 0 0;
    float: left;
}
.event-list-item-footer .btn .icon-arrow {
    width: 10px;
    float: right;
    margin: 0 3px 0 6px;
}
.event-list-item-footer .btn svg {
    width: 100%;
    height: 100%;
}
.event-list-item-panel {
    background: #fafbfb;
    padding: 37px 35px 1px;
}
@media (max-width: 575.98px) {
    .event-list-item-panel {
        margin-left: -88px;
        padding: 1rem;
    }
}
.event-list-item-panel h6 {
    margin-bottom: 22px;
}
.event-list-item-panel .list-items {
    margin-bottom: 31px;
    margin-top: 28px;
}
.event-list-item-panel .list-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    color: inherit;
}
.event-list-item-panel .list-item:hover {
    color: #dd4f05;
}
.event-list-item-panel .list-item-title {
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
}
.event-list-item-panel .list-item-icon {
    width: 24px;
    display: inline-block;
    margin-right: 18px;
}
.event-list-item-panel .list-item-icon svg {
    width: 100%;
    height: 100%;
}
.event-list-item-panel .content-description p {
    margin-bottom: 12px;
}
.faqs .h5 {
    color: #dd4f05;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.accounts-filter {
    background: #f7f8f8;
    padding: 8px 20px;
    float: left;
    margin-top: 6px;
    margin-bottom: 36px;
    position: relative;
}
@media (max-width: 767.98px) {
    .accounts-filter {
        width: 100%;
        padding: 8px 16px 8px 20px;
        margin-bottom: 34px;
    }
}
.accounts-filter .filter-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.accounts-filter .filter-header ul {
    padding-right: 20px;
}
.filter-header .filter-label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #424a52;
    margin-right: 25px;
}
.accounts-filter .filter-header li {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0;
}
.accounts-filter .filter-header li.active,
.accounts-filter .filter-header li:hover {
    border-color: #e5e6e7;
}
.filter-header .filter-expand {
    position: relative;
    height: 20px;
    fill: #424a52;
    margin-left: auto;
}
.filter-header .filter-expand .icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.filter-header .filter-expand .icon-chevron {
    right: 0;
    visibility: visible;
    opacity: 1;
}
.filter-header .filter-expand .icon-chevron svg {
    width: 10px;
    height: 10px;
}
.filter-header .filter-expand .icon-close {
    visibility: hidden;
    opacity: 0;
}
.filter-header .filter-expand .icon-close svg {
    width: 18px;
    height: 18px;
}
.accounts-filter.open {
    width: 100%;
    padding: 8px 18px 25px 28px;
    margin-bottom: 44px;
}
@media (max-width: 767.98px) {
    .accounts-filter.open {
        padding: 11px 17px 8px;
        margin-bottom: 34px;
    }
}
@media (max-width: 767.98px) {
    .accounts-filter.open .filter-button-group {
        padding-top: 13px;
    }
}
.accounts-filter.open .filter-header .filter-label {
    padding: 13px 0 3px;
}
@media (max-width: 767.98px) {
    .accounts-filter.open .filter-header .filter-label {
        padding: 0;
    }
}
.accounts-filter.open .filter-header .filter-expand .icon-chevron,
.accounts-filter.open .filter-header li {
    visibility: hidden;
    opacity: 0;
}
.accounts-filter.open .filter-header .filter-expand .icon-close {
    visibility: visible;
    opacity: 1;
}
.accounts-filter .filter-button-group {
    padding-top: 11px;
}
.accounts-filter ul li {
    background: #fff;
    float: left;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid #e5e6e7;
    transition: all 0.2s ease-in-out;
}
.accounts-filter ul li.active,
.accounts-filter ul li:hover {
    border-color: #dd4f05;
    color: #dd4f05;
}
@media (max-width: 767.98px) {
    .accounts-filter ul li {
        margin-bottom: 11px;
    }
}
.accounts-filter ul li .filter-btn {
    padding: 7px 17px 9px;
    font-size: 13px;
    display: block;
    transition: none;
    cursor: pointer;
}
@media (max-width: 767.98px) {
    .accounts-filter ul li .filter-btn {
        padding: 6px 16px 10px;
    }
}
.flickity-page-dots {
    bottom: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
}
.flickity-page-dots .dot {
    width: 1rem;
    height: 1rem;
    float: right;
}
.flickity-page-dots .dot.is-selected {
    background: #dd4f05;
}
.flickity-prev-next-button {
    width: 54px;
    height: 54px;
    background: #f6f6f6;
    border: 1px solid #ecedee;
}
.flickity-prev-next-button.previous {
    left: -60px;
}
.flickity-prev-next-button.next {
    right: -60px;
}
.flickity-prev-next-button:disabled {
    display: none;
}
.flickity-prev-next-button svg {
    left: 50%;
    top: 50%;
    width: 35%;
    height: 35%;
    transform: translate(-50%, -50%);
}
.flickity-prev-next-button svg * {
    fill: #dd4f05 !important;
}
@media (max-width: 767.98px) {
    .flickity-prev-next-button {
        display: none;
    }
}
.gallery-wrap {
    position: relative;
}
.gallery-overlay {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    padding: 2.5rem 1rem;
    text-align: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(55, 62, 68, 0.7);
    z-index: 1;
}
.gallery-overlay .icon {
    display: block;
}
.gallery-overlay .text {
    font-size: 14px;
    font-weight: 600;
}
.gallery-overlay svg {
    display: inline-block;
}
.gallery-item {
    display: none;
    background: #424a52;
    color: #fff !important;
    fill: #fff !important;
}
.gallery-item.gallery-item-1 {
    display: block;
}
.gallery-item:hover img {
    opacity: 0.3;
}
.gallery-item img {
    width: 100%;
    transition: all 0.3s ease;
    opacity: 0.5;
}
.gallery-wrap[data-mode="list"] {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gallery-wrap[data-mode="list"] .gallery-item {
    display: block;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px;
    background: #fff;
}
@media (max-width: 767.98px) {
    .gallery-wrap[data-mode="list"] .gallery-item {
        width: 100%;
    }
}
.gallery-wrap[data-mode="list"] .gallery-item img {
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gallery-wrap[data-mode="list"] .gallery-overlay {
    display: none;
}
.lightswitch label {
    padding: 0;
    margin: 0;
}
.lightswitch label * {
    vertical-align: middle;
}
.lightswitch label input {
    display: none;
}
.lightswitch label input + span {
    position: relative;
    display: inline-block;
    margin-right: 14px;
    width: 36px;
    height: 20px;
    background: #b3b7ba;
    border: 2px solid #b3b7ba;
    border-radius: 50px;
    margin-top: 2px;
    transition: all 0.2s ease-in-out;
}
.lightswitch label input + span small {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    left: 0;
}
.lightswitch label input:checked + span {
    background: #dd4f05;
    border-color: #dd4f05;
}
.lightswitch label input:checked + span small {
    left: 50%;
}
.list-group-icons .icon {
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px 1rem 0 0;
}
.list-group-icons .icon svg {
    width: 100%;
    height: 100%;
}
.list-group-no-border .list-group-item {
    border: 0;
    padding-left: 2.25rem;
    padding-right: 0;
    margin-bottom: 0;
}
.list-group-no-border .icon {
    margin-left: -2.25rem;
}
.pagination.center {
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination-btn,
.pagination-page {
    width: 36px;
    line-height: 32px;
    text-align: center;
    color: #424a52;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    border: 2px solid #e0e1e2;
    margin: 0 5px;
}
.pagination-page-current {
    color: #fff;
    border-color: #dd4f05;
    background: #dd4f05;
}
.pagination-btn {
    border-color: transparent;
}
.pagination-btn .icon {
    display: block;
    margin: 10px 0 0 13px;
    fill: #979ca0;
}
.promo-cards {
    padding: 74px 0 78px;
}
@media (max-width: 767.98px) {
    .promo-cards {
        padding: 56px 0 40px;
    }
}
.promo-cards .main-carousel {
    width: 100%;
    height: 289px;
    overflow: hidden;
}
.promo-cards .main-carousel.flickity-enabled {
    overflow: visible;
}
.promo-cards .row {
    margin: 0;
}
@media (max-width: 767.98px) {
    .promo-cards .row {
        margin: 0 -6px;
    }
}
.promo-cards .col-card {
    padding: 0 3px 0 27px;
}
.promo-cards .col-card:first-child {
    padding-left: 3px;
}
@media (max-width: 991.98px) {
    .promo-cards .col-card {
        width: 74%;
        margin-bottom: 16px;
        padding: 0 6px;
    }
}
.promo-cards .card {
    height: 225px;
    margin-top: 2rem;
}
@media (max-width: 767.98px) {
    .promo-cards .card {
        margin-top: 0;
        overflow: hidden;
    }
}
.promo-cards .card-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.promo-cards .card-body {
    height: 100%;
    padding: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 767.98px) {
    .promo-cards .card-body {
        position: relative;
        z-index: 1;
    }
}
@media (max-width: 767.98px) {
    .promo-cards .card-img-left {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.1;
    }
}
.promo-cards .card-img-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 57px;
    margin-bottom: 16px;
}
.promo-cards .card-img-top.no-padding {
    height: 81px;
    width: calc(100% + 3rem);
    margin-top: -1.5rem;
    margin-left: -1.5rem;
}
.promo-cards .card-footer {
    padding: 0;
}
.promo-cards .flickity-prev-next-button.previous {
    left: -60px;
}
.promo-cards .flickity-prev-next-button.next {
    right: -60px;
}
@media (max-width: 1280px) {
    .promo-cards .flickity-prev-next-button.previous {
        left: -24px;
    }
    .promo-cards .flickity-prev-next-button.next {
        right: -24px;
    }
}
@media (max-width: 991.98px) {
    .promo-cards .flickity-prev-next-button {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .section-quick-nav.vertical-cards .quick-nav-cards {
        position: relative;
        margin-top: 0;
        background: #fff;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    }
}
@media (max-width: 767.98px) {
    .section-quick-nav.vertical-cards .row-cards {
        margin: 0;
    }
}
@media (max-width: 767.98px) {
    .section-quick-nav.vertical-cards .col-card {
        padding: 8px 8px 0;
        margin-bottom: 0;
    }
}
.section-quick-nav.vertical-cards .card {
    min-height: 194px;
}
@media (max-width: 767.98px) {
    .section-quick-nav.vertical-cards .card {
        min-height: auto;
        box-shadow: none;
        border: 0;
    }
}
.section-quick-nav.vertical-cards .card-body {
    padding: 30px 20px 25px;
}
@media (max-width: 767.98px) {
    .section-quick-nav.vertical-cards .card-body {
        padding: 13px 17px 5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}
.section-quick-nav.vertical-cards .card-body .card-img-top {
    margin-bottom: 24px;
}
@media (max-width: 767.98px) {
    .section-quick-nav.vertical-cards .card-body .card-img-top {
        width: auto;
        margin-bottom: 0;
        margin-right: 25px;
        margin-top: 0;
    }
}
.section-quick-nav.vertical-cards .card-heading {
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
}
@media (max-width: 767.98px) {
    .section-quick-nav.vertical-cards .card-heading {
        margin-bottom: 0.5rem;
    }
}
.section-quick-nav.vertical-cards .card-mini .card-icon svg {
    width: 63px;
    height: 63px;
}
@media (max-width: 767.98px) {
    .section-quick-nav.vertical-cards .card-mini .card-icon svg {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767.98px) {
    .section-quick-nav.horizontal-cards .row {
        padding: 2px 0;
        background: #fff;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    }
}
.section-quick-nav.horizontal-cards .card {
    min-height: 99px;
}
@media (max-width: 767.98px) {
    .section-quick-nav.horizontal-cards .card {
        min-height: auto;
    }
}
@media (max-width: 767.98px) {
    .section-quick-nav.horizontal-cards .col-card {
        padding: 0;
    }
}
.section-quick-nav.horizontal-cards .card-body {
    padding: 28px 27px 20px;
}
@media (max-width: 767.98px) {
    .section-quick-nav.horizontal-cards .card-body {
        padding: 9px 25px 11px;
    }
}
.section-quick-nav.horizontal-cards .card-heading {
    font-weight: 600;
}
@media (max-width: 767.98px) {
    .section-quick-nav.horizontal-cards .card-heading {
        margin-bottom: 0;
    }
}
@media (max-width: 767.98px) {
    .section-quick-nav.horizontal-cards .card-img-left {
        margin-right: 23px;
        margin-top: 7px;
    }
}
.section-quick-nav.horizontal-cards .card-mini .card-icon svg {
    width: 45px;
    height: 45px;
}
@media (max-width: 767.98px) {
    .section-quick-nav.horizontal-cards .card-mini .card-icon svg {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767.98px) {
    .section-quick-nav.horizontal-cards .manualLink .card .mobile-link {
        display: block;
        margin-left: auto;
        fill: #424a52;
    }
}
@media (max-width: 767.98px) {
    .section-quick-nav .quick-nav-cards {
        position: relative;
        background: #fff;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    }
    .section-quick-nav .row-cards {
        margin: 0;
    }
    .section-quick-nav .col-card {
        padding: 8px 8px 0;
        margin-bottom: 0;
    }
    .section-quick-nav .card {
        min-height: auto;
        box-shadow: none;
        border: 0;
    }
    .section-quick-nav .card-body {
        padding: 7px 17px 8px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .section-quick-nav .card-body .card-img-top {
        width: auto;
        margin-bottom: 0;
        margin-right: 24px;
        margin-top: 3px;
    }
    .section-quick-nav .card-mini .card-icon svg {
        width: 40px;
        height: 40px;
    }
}
.section-quick-nav .dropdown-toggle {
    width: 100%;
    padding: 0;
    border: 0;
    background: #fff;
    outline: none !important;
}
.section-quick-nav .dropdown-toggle:after {
    display: none;
}
.section-quick-nav .dropdown-toggle .col-card {
    padding: 0 7px;
}
.section-quick-nav .dropdown-toggle .icon-chevron {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 8px;
    height: 8px;
    fill: #424a52;
    transform: translateY(-50%);
}
.section-quick-nav .dropdown-toggle .icon-chevron svg {
    width: 100%;
    height: 100%;
}
.section-quick-nav .dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    transform: none !important;
}
.section-quick-nav .dropdown-menu .dropdown-item {
    padding: 0;
}
.related-content .section-heading {
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .related-content .section-heading {
        font-size: 16px;
        margin-bottom: 25px;
    }
}
.related-content .card .card-img-top {
    padding: 18px 18px 0;
}
.related-content .card .card-text {
    margin-bottom: 30px;
}
.related-content .card .card-footer {
    padding-bottom: 0;
}
.related-content-btn {
    margin-top: 16px;
}
@media (max-width: 767.98px) {
    .related-content-btn {
        margin-top: 25px;
    }
    .related-content-btn .btn {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .related-content .row-cards {
        display: block;
        padding: 0 0 9px;
        margin: 0;
    }
    .related-content .row-cards .col-card {
        padding: 0;
        margin: 0;
    }
    .related-content .row-cards .card {
        height: auto;
        background: #fff;
        border: 0;
        padding: 18px 6px 5px;
        -ms-flex-direction: row;
        flex-direction: row;
        box-shadow: none;
        -ms-flex-align: center;
        align-items: center;
    }
    .related-content .card .card-img-top {
        width: 94px;
        height: 50px;
        padding: 0;
        margin-right: 4px;
    }
    .related-content .row-cards .card-body {
        padding: 0;
        text-align: left;
    }
    .related-content .row-cards .card-footer,
    .related-content .row-cards .card-text {
        display: none;
    }
    .related-content .row-cards .card-heading {
        font-size: 16px;
        margin-bottom: 0;
        display: block !important;
    }
    .related-content .card-carousel .flickity-slider {
        display: block;
    }
}
.report-article-cards {
    margin-bottom: 72px;
}
@media (max-width: 767.98px) {
    .report-article-cards {
        margin-bottom: 2rem;
    }
}
.report-article-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
    padding-bottom: 57px;
    border-bottom: 1px solid #e0e1e2;
}
.report-article-card:after {
    display: block;
    clear: both;
    content: "";
}
.report-article-card:last-child {
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .report-article-card {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }
}
@media (max-width: 575.98px) {
    .report-article-card {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.report-article-card-image {
    width: 180px;
    height: 180px;
    margin-right: 27px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.report-article-card-image .lazyload-container {
    width: 100%;
    height: 100%;
}
@media (max-width: 767.98px) {
    .report-article-card-image {
        margin-right: 1rem;
    }
}
@media (max-width: 575.98px) {
    .report-article-card-image {
        margin-bottom: 1rem;
    }
}
.report-article-card-title {
    padding-top: 24px;
    margin-bottom: 14px;
    font-size: 20px;
    letter-spacing: -0.015em;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .report-article-card-title {
        padding-top: 10px;
    }
}
@media (max-width: 767.98px) {
    .report-article-card-title {
        padding-top: 0;
        font-size: 18px;
    }
}
.report-article-card-description,
.report-article-card-description p {
    margin-bottom: 29px;
}
.report-article-card-description p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .report-article-card-description p {
        margin-bottom: 1rem;
    }
}
.report-article-card .icon-file {
    fill: #dd4f05;
}
.resource-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 23px;
    font-size: 16px;
    margin-bottom: 18px;
    color: inherit;
    border: 1px solid #e0e1e2;
}
.resource-list-item:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.resource-list-item:hover .icon-download {
    opacity: 1;
}
@media (max-width: 767.98px) {
    .resource-list-item {
        font-size: 15px;
        padding: 14px;
    }
}
.resource-list-item-icon {
    display: -ms-flexbox;
    display: flex;
    margin-right: 28px;
}
@media (max-width: 767.98px) {
    .resource-list-item-icon {
        margin-right: 10px;
    }
}
.resource-list-item svg {
    width: 100%;
    height: 100%;
}
.resource-list-item .icon-download {
    width: 13px;
    fill: #979ca0;
    margin-left: auto;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.resource-list-item .icon-file {
    width: 27px;
}
.icon-pdf {
    fill: #f44336;
}
.icon-doc {
    fill: #2962ff;
}
.icon-xls {
    fill: #4caf50;
}
.resource-list-item.size-large {
    padding: 18px 24px 19px 32px;
    font-size: 20px;
    margin-bottom: 28px;
}
@media (max-width: 767.98px) {
    .resource-list-item.size-large {
        padding: 1rem;
        font-size: 16px;
        margin-bottom: 1rem;
    }
}
.resource-list-item.size-large .icon-file {
    width: 36px;
}
@media (max-width: 767.98px) {
    .resource-list-item.size-large .icon-file {
        width: 28px;
    }
}
.resource-list-item.size-large .resource-list-item-icon {
    margin-right: 36px;
}
@media (max-width: 767.98px) {
    .resource-list-item.size-large .resource-list-item-icon {
        margin-right: 1rem;
    }
}
.tabs-carousel {
    width: 100%;
}
.tabs-carousel:not(.flickity-enabled) {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.resource-list-nav {
    background: #fafbfb;
    border-bottom: 1px solid #e0e1e2;
    margin-left: 0;
    margin-bottom: 53px;
}
.resource-list-nav .nav-link {
    border: 0;
    padding: 4px 14px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.015em;
    border: 0 !important;
    margin: 0 18px;
    border-radius: 20px;
    color: #424a52;
}
.resource-list-nav .nav-item {
    padding-top: 18px;
    padding-bottom: 16px;
}
.resource-list-nav .nav-item.show .nav-link,
.resource-list-nav .nav-link.active {
    background-color: #dd4f05;
    color: #fff;
}
.resource-list-nav .flickity-prev-next-button {
    background: #fff;
    border: 0;
    width: 30px;
    height: 100%;
    border-radius: 0;
    box-shadow: none !important;
}
.resource-list-nav .flickity-prev-next-button svg {
    width: 50%;
}
.resource-list-nav .flickity-prev-next-button svg * {
    fill: #979ca0 !important;
}
.resource-list-nav .flickity-prev-next-button.previous {
    left: 0;
}
.resource-list-nav .flickity-prev-next-button.next {
    right: 0;
}
.rule-card {
    position: relative;
    border: 1px solid #e0e1e2;
    padding: 18px 16px 18px 99px;
    margin: 15px 0;
    height: calc(100% - 15px);
}
.rule-card-number {
    position: absolute;
    top: 27px;
    left: 18px;
    display: inline-block;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    overflow: hidden;
    background: #f7f8f8;
    color: #dd4f05;
    text-align: center;
    line-height: 56px;
    font-size: 32px;
    font-weight: 600;
}
.rule-card-heading {
    font-size: 24px;
    color: #dd4f05;
    font-weight: 700;
}
.rule-card-sub-heading {
    font-size: 12px;
    text-transform: uppercase;
    color: #424a52;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 10px;
}
.rule-cards .card-carousel {
    width: 100%;
}
.rule-cards .card-carousel .flickity-prev-next-button.previous {
    left: -12px;
}
.rule-cards .card-carousel .flickity-prev-next-button.next {
    right: -12px;
}
.section {
    padding: 4rem 0;
}
.section-muted {
    background-color: #f7f8f8;
}
.shares-widget {
    padding: 24px 26px 21px;
    background: #fff;
    border: 1px solid #e4e4e5;
}
@media (max-width: 1199.98px) {
    .shares-widget {
        padding: 24px 26px 21px;
        margin: 0 auto;
        max-width: 300px;
    }
}
@media (max-width: 991.98px) {
    .shares-widget {
        max-width: 254px;
    }
}
.shares-widget h4 {
    font-size: 16px;
    color: #686d74;
    font-weight: 700;
    margin-bottom: 32px;
}
.shares-widget .share-element {
    margin-bottom: 22px;
    width: 45%;
    color: #72777e;
}
.shares-widget .share-element.first {
    float: left;
}
.shares-widget .share-element.last {
    float: right;
}
.shares-widget .country-element {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}
.shares-widget .country-element .flag-icon {
    float: left;
    width: 16px;
    height: 16px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.shares-widget .country-element .flag-icon svg {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shares-widget .price-element .price-symbol {
    font-weight: 600;
    font-size: 14px;
    margin-left: 3px;
}
.shares-widget .price-element .price-text {
    font-weight: 100;
    font-size: 24px;
    color: #424a52;
}
.shares-widget .percent-element {
    margin-top: 3px;
    margin-left: 2px;
}
.shares-widget .icon-arrow-up {
    float: left;
    padding: 3px 0 0 2px;
}
.shares-widget .icon-arrow-up svg {
    fill: #00a000;
}
.shares-widget .icon-arrow-down {
    float: left;
    margin-top: 3px;
    padding: 3px 0 0 2px;
    transform: rotate(180deg);
}
.shares-widget .icon-arrow-down svg {
    fill: #f20d0d;
}
.shares-widget .percent-text {
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding-left: 15px;
    line-height: 1;
    color: #424a52;
}
.shares-widget .disclaimer-text {
    clear: both;
    padding: 3px 0 17px;
}
.shares-widget .disclaimer-text a {
    font-size: 13px;
    color: #74797e;
    border-right: 1px solid #74797e;
    line-height: 12px;
    padding-right: 6px;
    margin-right: 6px;
    display: inline-block;
    float: left;
}
.shares-widget .disclaimer-text a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.shares-widget .disclaimer-text a:hover {
    text-decoration: underline;
}
.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    z-index: 2;
    padding-top: 18px;
    margin-top: -18px;
}
@media (max-width: 767.98px) {
    .sidebar-sticky {
        position: static;
    }
}
.sidebar-title {
    color: #424a52;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 24px;
    display: block;
}
.sidebar-block {
    font-size: 14px;
    padding: 32px 0 0 16px;
    border-bottom: 1px solid #e0e1e2;
    margin-bottom: 0;
}
.sidebar-block:first-child {
    padding-top: 0;
}
.sidebar-block:last-child {
    border-bottom: none;
}
@media (max-width: 767.98px) {
    .sidebar-block {
        display: none;
    }
}
.sidebar-nav ul {
    margin: 0 0 39px;
}
.sidebar-nav ul ul {
    padding-top: 16px;
    padding-left: 9px;
    margin: 0;
}
.sidebar-nav li {
    margin-bottom: 16.5px;
    color: #424a52;
    line-height: 1.3;
}
.sidebar-nav li:last-child {
    margin-bottom: 0;
}
.sidebar-nav li a {
    color: #696f73;
    fill: #696f73;
    padding-left: 19px;
    display: block;
}
.sidebar-nav li.active > a,
.sidebar-nav li a:hover {
    color: #dd4f05;
    fill: #dd4f05;
}
.sidebar-nav li.active > a {
    font-weight: 600;
}
.sidebar-nav li a .icon {
    margin-left: -19px;
    float: left;
    display: block;
    margin-top: 5px;
}
.sidebar-nav p {
    margin-bottom: 0;
}
.sidebar-nav-footer {
    margin-top: 16px;
}
.sidebar-nav-footer-item {
    margin-top: 5px;
}
.sidebar-nav-footer-item a {
    font-weight: 600;
    font-size: 16px;
}
@media (max-width: 767.98px) {
    .sidebar-nav-no-items {
        display: none !important;
    }
}
.sidebar-help {
    margin-bottom: 5px;
    padding-bottom: 31px;
}
.sidebar-help ul {
    margin-bottom: 0;
}
.sidebar-shares {
    padding: 28px 0 44px;
}
.sidebar-search {
    padding: 0;
    margin: 4px 0 7px;
}
.sidebar-search form {
    position: relative;
}
.sidebar-search input[type="search"] {
    background: #fafbfb;
    border-bottom: #e0e1e2;
    padding: 13px 26px 12px 11px;
}
.sidebar-search .btn-search {
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 0;
    fill: #5e656c;
    padding: 0 12px;
    background: none;
    cursor: pointer;
}
.sidebar-gtconnect .gtconnect-icon {
    margin-bottom: 23px;
    display: block;
}
.sidebar-gtconnect .gtconnect-link {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.sidebar-gtconnect .gtconnect-link a {
    color: #696e74;
}
.sidebar-gtconnect .link-arrow {
    margin-top: 28px;
    display: block;
}
@media (max-width: 767.98px) {
    .sidebar-mobile-header {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .sidebar-mobile-block {
        display: block;
        padding: 0;
        margin-bottom: 43px;
    }
    .sidebar-mobile-block .dropdown-toggle {
        width: 100%;
        text-align: left;
        border: 0;
        padding: 12px 16px;
        font-size: 16px;
        font-weight: 600;
        background: #fff;
        color: #dd4f05;
        fill: #dd4f05;
        border: 1px solid #e0e1e2;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
        outline: none !important;
    }
    .sidebar-mobile-block .dropdown-toggle:after {
        display: none;
    }
    .sidebar-mobile-block .dropdown .icon-chevron {
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
    }
    .sidebar-mobile-block .dropdown .icon-chevron svg {
        width: 8px;
        height: 8px;
    }
    .sidebar-mobile-block .dropdown-menu {
        transform: none !important;
        padding: 0 0 8px;
        margin: 0;
        width: 100%;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    }
    .sidebar-mobile-block .dropdown-item {
        padding: 12px 16px;
        font-weight: 600;
    }
    .sidebar-mobile-block a {
        color: #424a52;
    }
    .sidebar-mobile-block a.active {
        color: #dd4f05;
    }
}
.sidebar-nav-sticky {
    width: calc(100% - 16px);
    background: #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
    padding: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out;
}
.sidebar-nav-sticky.is-stuck {
    position: fixed;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.sidebar-nav-sticky a {
    position: relative;
    display: block;
    color: #424a52;
    display: none;
}
.sidebar-nav-sticky .card-body {
    padding: 13px 15px;
}
.sidebar-nav-sticky .card-heading {
    font-size: 16px;
}
.sidebar-nav-sticky .expand-toggle {
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
}
.sidebar-nav-sticky .expanded-cards a,
.sidebar-nav-sticky a.active {
    display: block;
}
.sidebar-nav-sticky .active .card-heading {
    color: #dd4f05;
}
.sidebar-nav-sticky .active .expand-toggle {
    display: block;
    fill: #dd4f05;
}
.sidebar-nav-sticky .expanded-cards .expand-toggle svg {
    transform: rotate(180deg);
}
.sidebar-nav-sticky .expanded-cards .active .card-body {
    background: #f7f8f8;
}
.type-marketing .col-banner-content {
    max-width: 540px;
}
.type-marketing .section-default-marketing .block-content-section {
    padding-right: 60px;
}
.type-marketing .sidebar {
    margin-top: -375px;
}
.sidebar-product-marketing .mt-2 {
    margin-top: 20px;
}
.sidebar-product-marketing .product-outer-wrapper {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 20px 24px -18px rgba(0, 0, 0, 0.31);
    border-radius: 6px;
    margin-bottom: 26px;
}
.sidebar-product-marketing .product-outer-wrapper .product-banner-holder img {
    border-radius: 6px 6px 0 0;
}
.sidebar-product-marketing .product-outer-wrapper .product-download-options {
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar-product-marketing .product-outer-wrapper .product-download-options a {
    color: inherit;
    display: inline-block;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sidebar-product-marketing
    .product-outer-wrapper
    .product-download-options
    a
    img {
    display: inline-block;
    margin-right: 8px;
}
.sidebar-product-marketing .product-outer-wrapper .product-information {
    background: #fbfbfb;
    color: #666;
    padding: 30px;
}
.sidebar-product-marketing .product-outer-wrapper .product-information h5 {
    font-weight: 700;
    font-size: 18px;
    color: #dd4f05;
    letter-spacing: 0;
}
.sidebar-product-marketing .product-outer-wrapper .product-information h6 {
    font-weight: 300;
    font-size: 13px;
    color: #999;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 12px;
}
.sidebar-product-marketing
    .product-outer-wrapper
    .product-information
    ol.list-dashed {
    display: inline-block;
    list-style: none;
    padding-left: 0;
}
.sidebar-product-marketing
    .product-outer-wrapper
    .product-information
    ol.list-dashed
    li {
    margin-left: 15px;
}
.sidebar-product-marketing
    .product-outer-wrapper
    .product-information
    ol.list-dashed
    li:before {
    content: "-";
    position: absolute;
    margin-left: -15px;
}
.sidebar-product-marketing > ol {
    list-style: none;
    padding-left: 0;
    margin: 0 30px;
}
.sidebar-product-marketing > ol li {
    font-size: 12px;
    color: #9b9b9b;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 6px;
}
.sidebar-product-marketing .btn-dark {
    background-color: #424a52;
}
.source-attribution .link-text {
    font-weight: 400;
    font-style: italic;
}
.source-attribution .icon-arrow {
    display: none;
}
.source-attribution-inner {
    display: inline-block;
    border-top: 2px solid #eaebeb;
    padding: 40px 20px 0 0;
    margin-top: 40px;
}
.summary-block-text h4 {
    font-weight: 600;
    color: #dd4f05;
    letter-spacing: -0.015em;
}
.summary-block-text h4:hover {
    color: #ab3d04;
}
.summary-block-text h4 a {
    color: inherit;
}
@media (max-width: 767.98px) {
    .summary-block-text h4 {
        font-size: 18px;
        margin-bottom: 23px;
    }
}
@media (max-width: 767.98px) {
    .summary-block-text {
        margin-bottom: 23px;
    }
}
.summary-block-text p {
    margin-bottom: 14px;
}
@media (max-width: 767.98px) {
    .summary-block-text p {
        margin-bottom: 17px;
    }
}
.summary-block .block-key-features {
    margin-top: 4px;
    margin-bottom: 32px;
}
.summary-block .block-key-features h4 {
    margin-top: -6px;
}
.summary-block .well {
    padding-top: 39px;
    padding-bottom: 43px;
}
.summary-block .block-link-group {
    margin-bottom: 29px;
}
.summary-block .block-button {
    margin-bottom: 70px;
}
.summary-block.has-icon {
    padding-left: 110px;
    margin-bottom: 39px;
}
.summary-block.has-icon .summary-block-icon {
    float: left;
    margin-left: -101px;
    width: 54px;
    height: 54px;
    margin-top: -3px;
}
.summary-block.has-icon .summary-block-icon .icon {
    width: 100%;
    height: 100%;
}
@media (max-width: 991.98px) {
    .summary-block.has-icon .summary-block-icon {
        margin-left: 1px;
        margin-top: -7px;
        margin-right: 15px;
        width: 40px;
        height: 40px;
    }
}
.summary-block.has-icon .summary-block-icon svg {
    width: 100%;
    height: 100%;
}
@media (max-width: 991.98px) {
    .summary-block.has-icon {
        padding-left: 0;
        margin-bottom: 45px;
    }
}
.tile {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 252px;
    margin-bottom: 30px;
    color: #424a52;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
}
.tile:hover {
    box-shadow: 0 2px 15px hsla(210, 3%, 88%, 0.5);
}
@media (max-width: 991.98px) {
    .tile {
        height: auto;
        box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.3);
    }
}
.tile-body {
    padding: 1.75rem;
    position: relative;
    z-index: 1;
    height: 100%;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 991.98px) {
    .tile-body {
        padding: 17px 25px 24px;
    }
}
.tile-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.tile-bg {
    position: absolute;
}
.tile-heading {
    color: inherit;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
}
@media (max-width: 991.98px) {
    .tile-heading {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 11px;
    }
}
.tile p {
    color: rgba(66, 74, 82, 0.8);
    margin: 0;
}
@media (max-width: 991.98px) {
    .tile p {
        margin-bottom: 20px;
    }
}
.tile-primary {
    color: #fff;
    background: #dd4f05;
}
.tile-primary p {
    color: hsla(0, 0%, 100%, 0.8);
}
.tile-secondary {
    color: #fff;
    background: #434a51;
}
.tile-secondary p {
    color: hsla(0, 0%, 100%, 0.8);
}
.tile-tertiary {
    color: #fff;
    background: #6d7c39;
}
.tile-tertiary p {
    color: hsla(0, 0%, 100%, 0.8);
}
.tile-wide .tile-img-left {
    width: 50%;
    position: absolute;
    float: left;
}
@media (max-width: 991.98px) {
    .tile-wide .tile-img-left {
        position: static;
        float: none;
        width: 100%;
        padding-bottom: 59%;
    }
}
.tile-wide .tile-body {
    width: 50%;
    float: right;
}
@media (max-width: 991.98px) {
    .tile-wide .tile-body {
        float: none;
        width: 100%;
        padding: 17px 25px 24px;
    }
}
.tile-wide .tile-overlay {
    background-image: linear-gradient(90deg, transparent, #fff);
    height: 100%;
    width: 35%;
    position: absolute;
    right: 0;
}
@media (max-width: 991.98px) {
    .tile-wide .tile-overlay {
        display: none;
    }
}
.tile-tall {
    height: 540px;
}
.tile-tall .tile-img-top {
    height: 50%;
    position: absolute;
}
@media (max-width: 991.98px) {
    .tile-tall .tile-img-top {
        position: static;
        float: none;
        width: 100%;
        padding-bottom: 59%;
    }
}
.tile-tall .tile-body {
    padding-top: 116%;
}
@media (max-width: 991.98px) {
    .tile-tall .tile-body {
        padding-top: 1rem;
    }
}
.tile-tall .tile-overlay {
    background-image: linear-gradient(transparent, #fff);
    height: 35%;
    width: 100%;
    position: absolute;
    bottom: 0;
}
@media (max-width: 991.98px) {
    .tile-tall .tile-overlay {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .tile-tall {
        height: auto;
    }
}
@media (max-width: 991.98px) {
    .tile-primary .tile-body,
    .tile-secondary .tile-body,
    .tile-tertiary .tile-body {
        padding: 25px 25px 24px;
        min-height: 220px;
    }
}
.tooltip {
    font-size: 12px;
}
.tooltip-inner {
    border-radius: 0.25rem;
}
.well {
    background: #f7f8f8;
    padding: 32px 33px;
    margin-top: 16px;
}
@media (max-width: 767.98px) {
    .well {
        padding: 21px 16px;
    }
}
.well-large {
    padding: 3rem;
}
.well-small {
    padding: 1rem;
}
.well .list-group-item {
    padding-top: 6px;
    padding-bottom: 7px;
    line-height: 1.45;
    background: transparent;
    letter-spacing: -0.015em;
}
.well .list-group-no-border .icon {
    width: 22px;
    height: 22px;
    margin: 2px 0 0 -36px;
}
.well .list-group-no-border .list-group-item {
    padding-left: 38px;
}
.well .list-group-no-border .list-group-item:first-child {
    padding-top: 0;
}
.well .list-group-no-border .list-group-item:last-child {
    padding-bottom: 0;
}
.corporate-popup-wrap {
    display: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: right;
    pointer-events: none;
    z-index: 999999999;
}
@media (max-width: 767.98px) {
    .corporate-popup-wrap {
        top: auto;
        bottom: 0;
        transform: none;
    }
    .corporate-popup-wrap .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.corporate-popup {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 360px;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    pointer-events: all;
    transform: scale(0.5);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.corporate-popup.open {
    transform: scale(1);
    opacity: 1;
}
@media (max-width: 767.98px) {
    .corporate-popup {
        max-width: none;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
        border-radius: 0;
        overflow: visible;
    }
}
.corporate-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    background: none;
}
@media (max-width: 767.98px) {
    .corporate-popup-close {
        top: 5px;
        right: 5px;
        padding: 5px;
    }
}
.corporate-popup-top {
    padding: 2rem;
    color: #fff;
    background-color: #dd4f05;
}
.corporate-popup-top > :last-child {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .corporate-popup-top {
        padding: 1rem;
    }
}
.corporate-popup-form {
    padding: 2rem;
    background-color: #fff;
}
.corporate-popup-form .field-email {
    margin-bottom: 1.5rem;
}
.corporate-popup-form .field-submit {
    margin-bottom: 0;
    text-align: center;
}
.corporate-popup-form .field-submit button {
    padding: 10px 60px;
}
.corporate-popup-form .field-submit .icon {
    display: none;
}
.corporate-popup-form > :last-child {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .corporate-popup-form {
        padding: 1rem;
    }
}
@media (max-width: 767.98px) {
    .mobile-panel-open {
        position: fixed;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
}
.section-secondary-nav {
    position: relative;
}
.secondary-nav-bg-left {
    position: absolute;
    left: 0;
    top: 0;
    background: #dd4f05;
    height: 54px;
    width: 50%;
    z-index: -1;
}
@media (max-width: 991.98px) {
    .secondary-nav-bg-left {
        width: 550px;
    }
}
.secondary-nav li {
    float: left;
    height: 54px;
    padding: 15px 15px 15px 17px;
    transition: all 0.2s ease-in-out;
}
.secondary-nav {
    position: relative;
}
.secondary-nav .dropdown-toggle,
.secondary-nav a {
    color: #fae5da;
    display: block;
    font-weight: 600;
    font-size: 13px;
}
.secondary-nav .dropdown-toggle:hover,
.secondary-nav a:hover {
    color: #fff;
}
.secondary-nav .menu-icon {
    float: left;
    display: none;
}
.secondary-nav .menu-icon svg {
    height: 20px;
    width: 20px;
}
.secondary-nav .dropdown-menu {
    display: block !important;
    padding: 16px 0;
    background: #fff;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
    opacity: 0;
    z-index: 10000;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.secondary-nav .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
}
.secondary-nav .dropdown-item {
    padding: 11px 20px;
    color: #424a52;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1.2;
}
.secondary-nav .dropdown-item:hover {
    color: #424a52;
    background-color: #eceff2;
}
.secondary-nav .dropdown-item .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    fill: #5f666c;
    vertical-align: text-top;
}
.secondary-nav .dropdown-item .icon svg {
    width: 100%;
    height: 100%;
}
.secondary-nav .dropdown-item .dropdown-text {
    margin-left: 17px;
    vertical-align: text-top;
}
.secondary-nav .dropdown-item-btn {
    padding-top: 0;
    padding-bottom: 0;
}
.secondary-nav .dropdown-item-btn:hover {
    color: #424a52;
    background-color: transparent;
}
.secondary-nav .locale-select {
    height: auto;
    margin-top: 14px;
    padding: 0 1rem 0 0;
}
.secondary-nav .locale-select .dropdown-toggle {
    background-color: hsla(0, 0%, 100%, 0.85);
    border-radius: 1rem;
    height: 27px;
    padding: 0;
    width: 54px;
}
.secondary-nav .locale-select .dropdown-toggle:after {
    display: none;
}
.secondary-nav .locale-select .icon-flag-small {
    position: relative;
    line-height: 1;
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 3px 0 3px 9px;
    border: 1px solid #e0e1e2;
    border-radius: 50%;
    overflow: hidden;
}
.secondary-nav .locale-select .icon-flag-small svg {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.secondary-nav .locale-select .icon-flag-small-arrow {
    display: inline-block;
    float: right;
    margin-top: 11px;
    margin-right: 9px;
    fill: #62686f;
}
.locale-select .dropdown-menu {
    min-width: 215px;
}
.locale-select .dropdown-item {
    line-height: 1.5;
}
.locale-select .dropdown-item .icon-flag-small {
    float: left;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0;
}
.locale-select .current-locale .icon-tick {
    fill: #9da0a3;
    padding: 5px 0 0 2px;
    margin-left: 2px;
}
.locale-select .current-locale .dropdown-text {
    color: #9da0a3;
    font-weight: 700;
}
.secondary-nav .locate-select .dropdown-toggle:after {
    display: none;
}
.secondary-nav .locate-select .icon-arrow-small-down {
    padding-left: 0.5rem;
    float: right;
    display: inline-block;
    line-height: 0;
    padding-top: 10px;
}
.secondary-nav .locate-select .icon-arrow-small-down svg {
    fill: #fae5da;
}
.secondary-nav .search .magnify-icon {
    display: block;
    fill: #fae5da;
    transition: all 0.2s ease-in-out;
    margin-top: 1px;
}
.secondary-nav .search .magnify-icon:hover {
    fill: #fff;
}
.search-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}
.search-open .search-form {
    opacity: 1;
    visibility: visible;
}
.search-form input {
    height: 54px;
    padding: 0;
    border: 0;
    background: none !important;
    color: #fff;
}
.search-form input:focus {
    color: #fff;
}
.search-form input::-webkit-input-placeholder {
    color: #eeb3a1;
}
.search-form input::-moz-placeholder {
    color: #eeb3a1;
}
.search-form input:-ms-input-placeholder,
.search-form input::-ms-input-placeholder {
    color: #eeb3a1;
}
.search-form input::placeholder {
    color: #eeb3a1;
}
.search-form .search-close-btn {
    position: absolute;
    top: 50%;
    right: -3rem;
    transform: translateY(-50%);
}
.search-form .search-close-btn .icon {
    float: left;
    fill: #eeb3a1;
}
.search-form .search-close-btn:hover .icon {
    fill: #fff;
}
.search-open .secondary-nav li {
    opacity: 0;
}
.search-open .secondary-nav li.online-banking {
    opacity: 1;
}
.search-open .secondary-nav .online-banking-bg {
    background: #dd4f05;
}
.search-open .secondary-nav .online-banking {
    pointer-events: none;
}
.search-open .secondary-nav .online-banking .icon {
    opacity: 0;
}
.secondary-nav .online-banking {
    position: relative;
    padding: 0;
    margin: 0 34px;
}
.secondary-nav .online-banking-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skewX(-27deg);
    background: #ab3d04;
    transition: all 0.2s ease-in-out;
}
.secondary-nav .online-banking:hover .online-banking-bg {
    background: #923403;
}
.secondary-nav .online-banking .login-btn {
    padding: 13px 36px 19px;
    border: 0;
    font-weight: 700;
}
.secondary-nav .online-banking .login-btn span {
    float: left;
}
.secondary-nav .online-banking .login-btn .icon-lock {
    padding: 3px 14px 0 2px;
    fill: #fae5da;
}
.secondary-nav .online-banking .login-btn .login-text {
    margin-top: 1px;
    font-size: 14px;
    letter-spacing: 0;
}
.secondary-nav .online-banking .login-btn .icon-arrow-small-right {
    padding-left: 8px;
    fill: #fae5da;
    margin-top: 8px;
    transition: all 0.2s ease-in-out;
}
.secondary-nav .online-banking .login-btn:hover .icon-arrow-small-right {
    transform: translateX(0.25rem);
}
.online-banking .banking-panel {
    left: 236px;
    top: 15px;
    padding: 0;
}
@media (max-width: 991.98px) {
    .online-banking .banking-panel {
        left: 0;
        top: 0;
    }
}
.online-banking .banking-panel .login-panel {
    position: static;
    width: 216px;
}
.online-banking .banking-panel .login-panel-buttons .nav-tabs {
    background: #fff;
}
.online-banking .banking-panel .login-panel-buttons .nav-tabs .nav-item {
    height: auto;
    padding: 0;
}
.online-banking .banking-panel .login-panel-buttons .nav-tabs .nav-link {
    padding-top: 25px;
}
.online-banking .banking-panel .login-panel-buttons .tab-pane {
    padding: 18px;
}
.online-banking .banking-panel .login-panel .btn {
    font-size: 14px;
    color: #fff;
}
.online-banking .banking-panel .login-panel .inline-links {
    margin-bottom: 10px;
}
.online-banking .banking-panel .login-panel .inline-links a {
    font-size: 14px;
    font-weight: 400;
}
.primary-logo {
    position: absolute;
    top: -2.1rem;
    right: 15px;
    width: 92px;
    height: 105px;
}
.primary-logo svg {
    width: 100%;
    height: 100%;
}
.section-primary-nav > .container {
    position: relative;
}
.primary-nav {
    font-size: 16px;
}
@media (max-width: 991.98px) {
    .primary-nav {
        font-size: 15px;
    }
}
@media (max-width: 767.98px) {
    .primary-nav {
        font-size: 16px;
    }
}
.primary-nav > ul > li {
    float: left;
    padding: 17px 9px 0;
    margin-top: 25px;
    cursor: pointer;
}
@media (max-width: 991.98px) {
    .primary-nav > ul > li {
        padding-left: 0;
        padding-right: 0;
    }
}
.primary-nav > ul > li.nav-item-home {
    padding-left: 2px;
    padding-right: 14px;
}
.primary-nav > ul > li.nav-item-home:hover a {
    border-color: transparent;
}
.primary-nav > ul > li.nav-item-home a {
    width: 18px;
    height: 18px;
    padding: 0;
}
.primary-nav > ul > li.nav-item-home a .icon-home {
    margin-top: 2px;
}
.primary-nav > ul > li.nav-item-home a .nav-home-text {
    display: none;
}
.primary-nav > ul > li > a {
    fill: #424a52;
    color: #424a52;
    font-weight: 700;
    display: block;
    padding: 0 9px 21px;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease-in-out;
}
.primary-nav > ul > li > a > svg {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 3px;
}
.primary-nav > ul > li > a > .icon-chevron {
    display: none;
}
.primary-nav > ul > li > a:hover {
    fill: #dd4f05;
    color: #dd4f05;
    border-color: #dd4f05;
}
.primary-nav > ul > li[data-url="active"] > a,
.primary-nav > ul > li[data-url="child-active"] > a {
    fill: #dd4f05;
    color: #dd4f05;
}
.primary-nav > ul > li:hover > a {
    color: #dd4f05;
    border-color: #dd4f05;
}
.primary-nav > ul > li[data-url="active"] > a {
    border-color: #dd4f05;
}
.primary-nav > ul > li.nav-item-home[data-url="active"] > a {
    border-color: transparent;
}
.primary-nav-wrap {
    position: relative;
}
.megamenu-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 77.5%;
    transition: all 0.2s ease-in-out;
    background: #f7f8f8;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e1e2;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.primary-nav > ul > li.hover .megamenu-menu,
.primary-nav > ul > li:hover .megamenu-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}
@media (max-width: 767.98px) {
    .megamenu-menu {
        width: 100%;
    }
}
.megamenu-col {
    width: 33.3333333%;
    background: #fff;
    min-height: 100%;
    padding: 27px 0 37px;
    transition: all 0.2s ease-in-out;
}
.megamenu-col.hidden {
    visibility: hidden;
    opacity: 0;
}
.megamenu-col-child {
    position: absolute;
    top: 0;
}
.megamenu-col-child.level-1 {
    left: 33.3333333%;
    width: 33.3333333%;
    background: #f7f8f8;
}
.megamenu-col-child.level-2 {
    left: 100%;
    width: 100%;
    background: #f1f2f3;
    overflow-y: auto;
}
.megamenu-col li {
    width: 100%;
    margin-bottom: -1px;
}
.megamenu-col li:after {
    content: "";
    display: block;
    margin: -1px 24px 0;
    border-bottom: 1px solid #e0e1e2;
}
.megamenu-col li.hover > a,
.megamenu-col li:hover > a {
    background: hsla(210, 3%, 88%, 0.25);
    color: #dd4f05;
}
.megamenu-col li .level-1 > li.hover > a,
.megamenu-col li .level-1 > li:hover > a,
.megamenu-col li .level-2 > li.hover > a,
.megamenu-col li .level-2 > li:hover > a {
    background: hsla(210, 3%, 88%, 0.25);
}
.megamenu-col li.hover > a > .icon svg,
.megamenu-col li:hover > a > .icon svg {
    fill: #dd4f05;
}
.megamenu-col li.mobile-overview-link,
.megamenu-col li.parent-item {
    display: none;
}
.megamenu-col li a {
    position: relative;
    padding: 15px 60px 18px 35px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    color: #424a52;
}
.megamenu-col li a .icon {
    position: absolute;
    top: 50%;
    right: 36px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    fill: #424a52;
}
.megamenu-col li a .icon svg {
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
    .desktop-nav {
        display: none;
    }
}
.section-mobile-nav {
    position: relative;
    z-index: 2000;
    display: none;
}
@media (max-width: 767.98px) {
    .section-mobile-nav {
        display: block;
    }
}
.section-mobile-nav .primary-logo {
    top: 16px;
    right: 16px;
    width: 56px;
    height: 56px;
}
.section-mobile-nav .secondary-nav {
    height: 88px;
    padding-top: 32px;
}
.section-mobile-nav .secondary-nav li {
    width: auto;
    height: auto;
    padding: 0;
}
.section-mobile-nav .nav-tabs .nav-link:focus,
.section-mobile-nav .nav-tabs .nav-link:hover,
.section-mobile-nav .secondary-nav .dropdown-toggle,
.section-mobile-nav .secondary-nav a {
    width: 40px;
    height: 40px;
    padding: 10px 11px;
    margin: 0 7px 0 1px;
    border-radius: 50%;
    background: #f7f8f8;
    color: #424a52;
    border: 1px solid #e0e1e2;
}
.section-mobile-nav .secondary-nav .search .magnify-icon {
    margin: 0;
}
.section-mobile-nav .secondary-nav .search .magnify-icon:hover {
    fill: #424a52;
}
.section-mobile-nav .secondary-nav .search .magnify-icon svg {
    width: 16px;
    height: 18px;
}
.section-mobile-nav .secondary-nav .online-banking {
    margin: 0;
}
.section-mobile-nav .secondary-nav .online-banking .login-btn {
    width: auto;
    height: auto;
    padding: 7px 22px 10px 15px;
    background: #dd4f05;
    color: #fff;
    fill: #fff;
    border: 1px solid transparent;
    border-radius: 100px;
    transition: none;
}
.section-mobile-nav .secondary-nav .online-banking .login-btn .login-text {
    margin: 0;
}
.section-mobile-nav .secondary-nav .online-banking .login-btn .icon-lock {
    padding: 1px 8px 0 0;
}
.section-mobile-nav .secondary-nav .online-banking .login-btn .icon-lock svg {
    width: 12px;
    height: 18px;
}
.section-mobile-nav .nav-tabs {
    border: 0;
}
.section-mobile-nav .nav-tabs .nav-item.show .nav-link,
.section-mobile-nav .nav-tabs .nav-link.active {
    background: #dd4f05;
    border-color: #dd4f05;
}
.section-mobile-nav .nav-tabs .nav-item.show .nav-link .icon,
.section-mobile-nav .nav-tabs .nav-link.active .icon {
    display: none;
    fill: #fff;
}
.section-mobile-nav .nav-tabs .nav-item.show .nav-link .close-icon,
.section-mobile-nav .nav-tabs .nav-link.active .close-icon {
    display: block !important;
}
.section-mobile-nav .nav-tabs .nav-item.show .nav-link.login-btn,
.section-mobile-nav .nav-tabs .nav-link.active.login-btn {
    padding: 10px 11px;
}
.section-mobile-nav .nav-tabs .nav-item.show .nav-link .login-text,
.section-mobile-nav .nav-tabs .nav-link.active .login-text {
    display: none;
}
.section-mobile-nav .secondary-nav .icon {
    fill: #424a52;
}
.section-mobile-nav .secondary-nav .close-icon svg {
    width: 16px;
    height: 18px;
}
.section-mobile-panes {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 1100;
    border-top: 1px solid #e0e1e2;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.15);
    display: none;
}
@media (max-width: 767.98px) {
    .section-mobile-panes {
        display: block;
    }
}
.mobile-panel-overlay {
    background: #f7f8f8;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.mobile-overlay .mobile-panel-overlay {
    opacity: 0.5;
    visibility: visible;
}
#mobile-nav[data-level="0"] .primary-nav {
    transform: translateX(0);
}
#mobile-nav[data-level="1"] .primary-nav {
    transform: translateX(-100%);
}
#mobile-nav[data-level="2"] .primary-nav {
    transform: translateX(-200%);
}
#mobile-nav[data-level="3"] .primary-nav {
    transform: translateX(-300%);
}
#mobile-nav[data-level="4"] .primary-nav {
    transform: translateX(-400%);
}
#mobile-nav #nav-menu {
    max-height: calc(100vh - 88px);
    background: #f7f8f8;
    overflow-y: auto;
    overflow-x: hidden;
}
#mobile-nav .primary-nav-wrap {
    background: #f7f8f8;
}
#mobile-nav .primary-nav {
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}
#mobile-nav .primary-nav > ul {
    padding-top: 22px;
    padding-bottom: 37px;
    background: #fff;
}
#mobile-nav .primary-nav > ul > li {
    float: none;
    display: block;
    padding: 0 24px;
    margin: 0;
}
#mobile-nav .primary-nav > ul > li > a {
    position: relative;
    padding: 17px 7px;
    border-bottom: 1px solid #e0e1e2;
    font-weight: 600;
}
#mobile-nav .primary-nav > ul > li > a > .icon-chevron {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    fill: #424a52;
    display: block;
}
#mobile-nav .primary-nav > ul > li > a > .icon-chevron svg {
    width: 100%;
    height: 100%;
}
#mobile-nav .primary-nav > ul > li.nav-item-home a {
    width: auto;
    height: auto;
}
#mobile-nav .primary-nav > ul > li.nav-item-home a .icon-home {
    position: absolute;
    top: 19px;
    left: 8px;
    margin-top: 0;
}
#mobile-nav .primary-nav > ul > li.nav-item-home a .nav-home-text {
    display: inline-block;
    padding-left: 32px;
}
#mobile-nav .secondary-nav-panel {
    padding: 25px 0 22px;
    font-size: 13px;
    background: #f7f8f8;
}
#mobile-nav .secondary-nav-panel > ul > li {
    float: none;
    display: block;
    padding: 0 24px 0 31px;
    margin: 0;
}
#mobile-nav .secondary-nav-panel > ul > li > a {
    position: relative;
    padding: 11px 0;
    font-weight: 600;
    color: #424a52;
    display: block;
}
#mobile-nav .secondary-nav-panel > ul > li > a > .icon-chevron {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    fill: #424a52;
    display: block;
}
#mobile-nav .secondary-nav-panel > ul > li > a > .icon-chevron svg {
    width: 100%;
    height: 100%;
}
#mobile-nav .secondary-nav-panel .nav-locale-mobile {
    margin: 0 0 7px;
}
#mobile-nav .secondary-nav-panel .nav-locale-mobile .text-instruction {
    color: #858a8e;
    font-size: 12px;
}
#mobile-nav .secondary-nav-panel .nav-locale-mobile > a {
    padding: 4px 0 4px 32px;
}
#mobile-nav .secondary-nav-panel .icon-flag-small {
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #e0e1e2;
    border-radius: 50%;
    overflow: hidden;
    transform: translateY(-50%);
}
#mobile-nav .secondary-nav-panel .icon-flag-small svg {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mobile-nav .megamenu-menu {
    top: 0;
    left: 100%;
    min-height: 100%;
    opacity: 1;
    visibility: visible;
    border: 0;
    box-shadow: none;
    display: block;
}
#mobile-nav .megamenu-menu.hidden {
    opacity: 1;
    visibility: visible;
    display: none;
}
#mobile-nav .megamenu-col li.mobile-overview-link {
    display: block;
}
#mobile-nav .megamenu-col li.parent-item {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: block;
    z-index: 100;
}
#mobile-nav .megamenu-col li.parent-item:after {
    display: none;
}
#mobile-nav .megamenu-col li.parent-item a {
    position: relative;
    background: #fff;
    padding: 22px 20px 18px 39px;
    margin-bottom: 17px;
    border-bottom: 1px solid #e0e1e2;
    font-weight: 700;
    z-index: 100;
}
#mobile-nav .megamenu-col li.parent-item .icon-chevron-left {
    right: auto;
    left: 16px;
    transform: rotate(180deg) translateY(-50%);
    transform-origin: 4px 1.5px;
}
#mobile-nav .megamenu-col li.parent-item .icon-flag-small {
    left: 40px;
    width: 24px;
    height: 24px;
    margin-top: 2px;
}
#mobile-nav .megamenu-col li.parent-item .flag-text {
    padding-left: 40px;
}
#mobile-nav .megamenu-col {
    width: 100%;
    padding: 0;
    background: #f7f8f8;
    transition: none;
}
#mobile-nav .megamenu-col li a {
    padding: 18px 31px;
}
#mobile-nav .megamenu-col li a .icon {
    right: 31px;
}
#mobile-nav .megamenu-col-child.level-1 {
    left: 100%;
    width: 100%;
}
#mobile-nav .megamenu-col .locale-menu-item {
    margin: 0;
}
#mobile-nav .megamenu-col .locale-menu-item:after {
    display: none;
}
#mobile-nav .megamenu-col .locale-menu-item a {
    padding-left: 80px;
    padding-bottom: 16px;
}
#mobile-nav .megamenu-col .locale-menu-item a .icon-flag-small {
    left: 31px;
    width: 24px;
    height: 24px;
    margin-top: 2px;
}
#nav-search {
    padding: 23px 0 34px;
}
#nav-search form {
    position: relative;
}
#nav-search [type="search"] {
    padding: 12px 24px;
    font-size: 18px;
    background: transparent;
    border: 0;
    color: #696e74;
}
#nav-search [type="search"]::-webkit-input-placeholder {
    color: #afb2b4;
}
#nav-search [type="search"]::-moz-placeholder {
    color: #afb2b4;
}
#nav-search [type="search"]:-ms-input-placeholder,
#nav-search [type="search"]::-ms-input-placeholder {
    color: #afb2b4;
}
#nav-search [type="search"]::placeholder {
    color: #afb2b4;
}
#nav-search [type="submit"] {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    padding: 10px;
    fill: #dd4f05;
}
#nav-banking .login-panel {
    position: static;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    background-color: #f7f8f8;
    box-shadow: none;
}
#nav-banking .login-panel-buttons .tab-pane {
    width: 240px;
    margin: 0 auto;
}
.section-footer-services {
    padding: 80px 0 22px;
    background-image: linear-gradient(#fff, #fafafa);
    text-align: center;
}
@media (max-width: 991.98px) {
    .section-footer-services {
        font-size: 0;
    }
}
@media (max-width: 767.98px) {
    .section-footer-services {
        display: none;
    }
}
.section-footer-services ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-footer-services a {
    display: block;
}
.section-footer-services a:hover svg * {
    fill: #fff;
}
.footer-services-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 0.8rem;
    display: block;
    background: #e0e1e2;
    border-radius: 50%;
    padding: 10px;
    transition: all 0.2s ease-in-out;
}
.section-footer-services a:hover .footer-services-icon {
    background: #dd4f05;
}
.footer-services-icon svg {
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    margin: auto;
}
.footer-services-icon svg * {
    fill: #424a52;
    transition: all 0.2s ease-in-out;
}
.footer-services-text {
    font-weight: 600;
    color: #686e72;
    font-size: 0.85rem;
    transition: all 0.2s ease-in-out;
}
.section-footer-services a:hover .footer-services-text {
    color: #424a52;
}
.section-footer-navigation {
    padding: 53px 0 42px;
}
@media (max-width: 767.98px) {
    .section-footer-navigation {
        padding: 44px 0 31px;
    }
}
.section-footer-navigation .col-footer-nav {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (max-width: 767.98px) {
    .section-footer-navigation .col-footer-nav {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.section-footer-navigation h5 {
    position: relative;
    color: #424a52;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 1rem;
}
.section-footer-navigation h5:hover {
    color: #2b3136;
}
@media (max-width: 767.98px) {
    .section-footer-navigation h5 {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 600;
        padding: 13px 9px 17px;
        display: block;
        border-bottom: 1px solid #e0e1e2;
    }
}
@media (max-width: 767.98px) {
    .section-footer-navigation h5 a {
        display: inline-block;
    }
}
.section-footer-navigation .col-footer-nav ul {
    position: relative;
    margin: 0;
}
@media (max-width: 767.98px) {
    .section-footer-navigation .col-footer-nav ul {
        margin: -1px 0 0;
        background: #f7f8f8;
        padding: 15px 0;
        display: none;
    }
}
@media (max-width: 767.98px) {
    .section-footer-navigation .col-footer-nav.footer-nav-open .icon-chevron {
        transform: rotate(180deg);
    }
    .section-footer-navigation .col-footer-nav.footer-nav-open ul {
        display: block;
    }
}
.section-footer-navigation ul a {
    font-weight: 500;
    font-size: 0.75rem;
    color: #74797f;
    margin-bottom: 0.7rem;
    display: inline-block;
}
.section-footer-navigation ul a:hover {
    color: #dd4f05;
}
@media (max-width: 767.98px) {
    .section-footer-navigation .col-footer-nav ul a {
        padding: 4px 22px 4.5px;
        border: 0;
        font-size: 13px;
    }
}
.section-footer-navigation .col-footer-nav .icon-chevron {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 7px;
    transform-origin: 7px 2px;
    transform: translateY(-50%);
    fill: #424a52;
    display: none;
}
.section-footer-navigation .col-footer-nav .icon-chevron svg {
    width: 100%;
    height: 100%;
}
@media (max-width: 767.98px) {
    .section-footer-navigation .col-footer-nav .icon-chevron {
        display: block;
    }
}
.section-footer-connect {
    padding-bottom: 2.7rem;
}
.section-footer-connect .line {
    border-top: 1px solid #e0e1e2;
    padding-top: 2rem;
}
@media (max-width: 767.98px) {
    .section-footer-connect .line {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .section-footer-connect {
        padding-bottom: 39px;
    }
}
.section-footer-connect .row {
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .section-footer-connect .footer-logo .logo-icon svg {
        width: 160px;
        margin-left: 9px;
    }
}
.section-footer-connect .footer-phone {
    position: relative;
    margin-left: 1.8rem;
}
@media (max-width: 767.98px) {
    .section-footer-connect .footer-phone {
        display: none;
        margin-left: 8px;
        margin-top: 10px;
    }
}
.section-footer-connect .footer-logo .icon-chevron {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 7px;
    transform-origin: 7px 2px;
    transform: translateY(-50%);
    fill: #424a52;
    display: none;
}
.section-footer-connect .footer-logo .icon-chevron svg {
    width: 100%;
    height: 100%;
}
@media (max-width: 767.98px) {
    .section-footer-connect .footer-logo .icon-chevron {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .section-footer-connect.footer-nav-open .icon-chevron {
        transform: rotate(180deg);
    }
    .section-footer-connect.footer-nav-open .footer-phone {
        display: block;
    }
}
.section-footer-connect .footer-phone li {
    display: inline-block;
    padding: 0 1rem;
    font-size: 14px;
    margin-top: 0.8rem;
}
.section-footer-connect .footer-phone li:last-child {
    padding-right: 0;
}
@media (max-width: 991.98px) {
    .section-footer-connect .footer-phone li {
        padding-bottom: 1rem;
    }
}
@media (max-width: 767.98px) {
    .section-footer-connect .footer-phone li {
        padding: 0;
        margin-bottom: 0.5rem;
        margin-right: 1rem;
    }
    .section-footer-connect .footer-phone li:last-child {
        margin-bottom: 0;
    }
}
.section-footer-connect a {
    font-weight: 700;
    color: #7f8389;
}
.section-footer-connect a:hover {
    color: #666a6f;
}
.section-footer-base {
    background: #434a51;
    color: #e1e2e3;
    font-size: 13px;
    font-weight: 500;
    padding: 1.8rem 0 3rem;
}
@media (max-width: 767.98px) {
    .section-footer-base {
        padding: 34px 0 26px;
    }
}
.section-footer-base a {
    color: #e1e2e3;
}
.section-footer-base a:hover {
    text-decoration: underline;
}
.section-footer-base .copyright {
    margin: 0;
    display: inline-block;
}
.section-footer-base .footer-copyright {
    float: left;
    margin-top: 5px;
}
@media (max-width: 767.98px) {
    .section-footer-base .footer-copyright {
        margin-top: 15px;
        display: block;
        text-align: center;
        float: none;
    }
}
.section-footer-base .footer-copyright ul {
    display: inline-block;
    margin-left: 3rem;
}
@media (max-width: 767.98px) {
    .section-footer-base .footer-copyright ul {
        margin-left: 0;
        padding: 29px 0 0;
        text-align: center;
        display: block;
    }
}
.section-footer-base .footer-copyright li {
    padding-right: 0.8rem;
    display: inline-block;
}
.section-footer-base .footer-copyright li:last-child {
    padding-right: 0;
}
.footer-social-icons {
    float: right;
}
@media (max-width: 991.98px) {
    .footer-social-icons {
        padding-top: 1rem;
    }
}
@media (max-width: 767.98px) {
    .footer-social-icons {
        float: none;
        text-align: center;
        padding-top: 0;
    }
}
.footer-social-icons li {
    padding: 0 0.45rem;
}
.footer-social-icons li:first-child {
    padding-left: 0;
}
.footer-social-icons li:last-child {
    padding-right: 0;
}
@media (max-width: 767.98px) {
    .footer-social-icons li {
        padding: 0 10px !important;
    }
}
.footer-social-icons li a {
    width: 27px;
    height: 27px;
    opacity: 0.5;
    display: block;
    background: #fff;
    border-radius: 50%;
    fill: #434a51;
    padding: 5px;
}
.footer-social-icons li a svg {
    width: 100%;
    height: 100%;
}
.footer-social-icons li a:hover {
    opacity: 0.8;
}
@media (max-width: 767.98px) {
    .footer-social-icons li a {
        width: 36px;
        height: 36px;
        margin-bottom: 15px;
    }
}
.section-banner.banner-search {
    padding-bottom: 37px;
}
.section-banner.banner-search .banner-heading {
    padding-top: 6px;
    margin-top: 0;
    margin-bottom: 45px;
}
.form-search-wrap {
    position: relative;
    margin-bottom: 21px;
}
.form-search input[type="search"] {
    font-size: 18px;
    padding: 23px 67px 27px 28px;
    border: 1px solid #e0e1e2;
    border-radius: 10px;
    background: #fff;
}
@media (max-width: 767.98px) {
    .form-search input[type="search"] {
        padding: 50px 0;
        padding: 14px 67px 14px 20px;
    }
}
.form-search button {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 6px 27px 0;
    height: calc(100% - 2px);
    background: #fff;
    border: 0;
    border-radius: 10px;
    margin: 0 !important;
}
.form-search button svg {
    width: 21px;
    height: 21px;
    fill: #7a8086;
}
.form-search .custom-control {
    font-size: 14px;
    padding-left: 26px;
}
.form-search .custom-control-label:after,
.form-search .custom-control-label:before {
    width: 18px;
    height: 18px;
}
.col-custom-search {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
}
@media (max-width: 767.98px) {
    .col-custom-search {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.section-search {
    padding: 45px 0 80px;
}
@media (max-width: 767.98px) {
    .section-search {
        padding: 2rem 0 3rem;
    }
}
.section-search .pagination {
    margin-top: 31px;
}
.search-text {
    font-size: 18px;
    display: inline-block;
}
.section-search .search-header {
    border-bottom: 1px solid #eff0f0;
    padding-bottom: 11px;
}
.search-filter .icon {
    margin: 7px 12px;
    float: left;
}
.search-filter select {
    width: auto;
    background-color: #f7f7f8;
    border: 0;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
    background-position: 93% 50%;
    padding: 6px 78px 9px 14px;
    height: auto;
}
.search-filter {
    display: inline-block;
    float: right;
}
@media (max-width: 575.98px) {
    .search-filter {
        float: none;
    }
}
.section-search .alert-brand {
    margin: 52px 79px 64px 35px;
    padding: 30px 68px 36px;
}
@media (max-width: 991.98px) {
    .section-search .alert-brand {
        margin: 1rem 0;
        padding: 1rem;
    }
}
.search-results {
    margin-top: 48px;
}
@media (max-width: 575.98px) {
    .search-results {
        margin-top: 2rem;
    }
}
.search-result-item {
    margin: -10px 0 46px -10px;
    display: block;
    padding: 10px;
}
.search-result-item:hover {
    background: #f7f7f8;
}
@media (max-width: 575.98px) {
    .search-result-item {
        margin-bottom: 2rem;
    }
}
.search-result-item-title {
    font-size: 20px;
    color: #dd4f05;
    margin-bottom: 5px;
}
@media (max-width: 575.98px) {
    .search-result-item-title {
        font-size: 18px;
    }
}
.search-result-item-url {
    font-size: 14px;
    color: #686d73;
    margin-bottom: 3px;
}
.search-result-item-excerpt {
    color: #696f73;
}
.section-home-carousel {
    background: #eff3f6;
    border-bottom: 1px solid #e0e1e2;
    position: relative;
    height: 720px;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .section-home-carousel {
        height: 592px;
        overflow: hidden;
    }
}
.section-home-carousel .carousel-cell {
    font-size: 18px;
    width: 100%;
}
@media (max-width: 767.98px) {
    .section-home-carousel .carousel-cell {
        height: 592px;
    }
}
.section-home-carousel .carousel-cell .container {
    position: relative;
    height: 720px;
}
@media (max-width: 767.98px) {
    .section-home-carousel .carousel-cell .container {
        position: absolute;
        bottom: 0;
        height: auto;
        background: #fff;
    }
}
.section-home-carousel .carousel-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
@media (max-width: 767.98px) {
    .section-home-carousel .carousel-image {
        height: 50%;
        padding-bottom: 0;
    }
}
.section-home-carousel .col-content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}
.section-home-carousel .col-content.content-align-right {
    right: 0;
}
@media (max-width: 767.98px) {
    .section-home-carousel .col-content {
        position: static;
        transform: none;
        padding-top: 23px;
        padding-bottom: 48px;
        text-align: center;
        min-height: 300px;
    }
}
.section-home-carousel .slider-text p {
    margin-bottom: 0;
    line-height: 1.4;
}
@media (max-width: 767.98px) {
    .section-home-carousel .slider-text p {
        font-size: 18px;
        letter-spacing: -0.01em;
    }
}
.section-home-carousel .carousel-cell .btn {
    margin-top: 32px;
    font-size: 15px;
    padding: 16px 36px;
}
@media (max-width: 767.98px) {
    .section-home-carousel .carousel-cell .btn {
        margin-top: 30px;
        padding: 13px 36px 17px;
    }
}
.section-home-carousel h1 {
    font-weight: 300;
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: -0.015em;
}
.section-home-carousel h1 strong {
    color: #dd4f05;
    font-weight: 300;
}
@media (max-width: 767.98px) {
    .section-home-carousel h1 {
        font-size: 40px;
        margin-bottom: 12px;
    }
}
.flickity-page-dots {
    max-width: 1140px;
    margin: auto;
    position: relative;
    top: -3rem;
    height: 15px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: right;
}
.flickity-page-dots .dot {
    float: none;
    width: 15px;
    height: 15px;
    margin: 0 0 0 15px;
}
@media (max-width: 767.98px) {
    .section-home-carousel .flickity-page-dots {
        position: absolute;
        top: 16px;
        bottom: auto;
    }
}
.section-home-carousel .flickity-page-dots .dot {
    float: none;
    width: 15px;
    height: 15px;
    margin: 0 0 0 15px;
}
@media (max-width: 767.98px) {
    .section-home-carousel .flickity-page-dots .dot {
        width: 12px;
        height: 12px;
        margin: 0 0 0 12px;
    }
}
.section-login .container {
    position: relative;
}
.login-panel {
    background-color: #fff;
    display: block;
    position: absolute;
    right: 15px;
    top: 36px;
    z-index: 1;
    box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e1e2;
    text-align: center;
    width: 252px;
}
@media (max-width: 767.98px) {
    .login-panel {
        display: none;
    }
}
.login-panel h4 {
    padding: 18px 0;
    margin: 0;
    font-size: 16px;
    color: #424a52;
    font-weight: 700;
}
.login-panel-buttons {
    background-color: #f7f8f8;
    padding: 0;
}
.login-panel-buttons .nav-tabs {
    border: 0;
    padding: 0 22px;
    background: #f7f7f8;
}
.login-panel-buttons .nav-tabs .nav-item {
    width: 50%;
    margin-bottom: 0;
    padding: 0 10px;
}
.login-panel-buttons .nav-tabs .nav-link {
    border: 0;
    background: transparent;
    padding: 15px 0 11px;
    font-size: 14px;
    font-weight: 700;
    color: #676c72;
    border-bottom: 2px solid transparent;
}
.login-panel-buttons .nav-tabs .nav-link.active,
.login-panel-buttons .nav-tabs .nav-link:hover {
    border-color: #dd4f05;
    color: #dd4f05;
}
.login-panel-buttons .tab-content {
    background: #eeeeef;
}
.login-panel-buttons .tab-pane {
    padding: 28px 40px;
}
.login-panel .btn {
    display: block;
}
.login-panel .inline-links {
    font-size: 14px;
    margin-top: 22px;
}
.login-panel .inline-links a {
    padding-right: 13px;
    margin-right: 8px;
    line-height: 1.2;
    display: inline-block;
    border-right: 1px solid #b5b9bd;
    color: #676c72;
}
.login-panel .inline-links a:hover {
    color: #dd4f05;
}
.login-panel .inline-links a:last-child {
    padding-right: 0;
    margin-right: 0;
    border: 0;
}
.section-home-services {
    padding: 109px 0 49px;
    background: #f7f8f8;
}
@media (max-width: 767.98px) {
    .section-home-services {
        padding: 54px 0;
    }
}
.home-services-intro {
    text-align: center;
}
.home-services-heading {
    font-size: 36px;
    margin-bottom: 18px;
    font-weight: 600;
}
.home-services-intro p {
    font-size: 18px;
}
.section-home-services .row-service-cards {
    margin-top: 29px;
}
.section-home-services .card {
    border: 0;
    box-shadow: none;
    background: transparent;
}
.section-home-services .card:hover .card-img-top {
    opacity: 0.8;
}
.section-home-services .card:hover .link-arrow {
    color: #ab3d04;
}
.section-home-services .card-body {
    padding: 23px 0;
}
.section-home-services .card-heading {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 16px;
}
.section-home-services .card-text {
    font-size: 16px;
    line-height: 1.4;
}
.section-home-services .card-img-top {
    padding-bottom: 75%;
}
.section-home-services .link-arrow {
    font-size: 16px;
}
.section-home-promo {
    padding: 90px 0;
}
@media (max-width: 767.98px) {
    .section-home-promo {
        padding: 56px 0 40px;
    }
}
.section-home-promo .home-promo-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
}
.section-home-promo.promo-cards .main-carousel {
    height: 235px;
    padding-right: 30px;
    border-right: 1px solid #e0e1e2;
}
@media (max-width: 991.98px) {
    .section-home-promo.promo-cards .main-carousel {
        padding-right: 0;
        border-right: none;
    }
}
.section-home-promo.promo-cards .card {
    margin-top: 0;
}
.section-home-promo.promo-cards .row {
    margin-right: -15px;
    margin-left: -15px;
}
.section-home-promo.promo-cards .row-cards {
    margin-right: -13px;
    margin-left: -13px;
}
.section-home-promo.promo-cards .col-card {
    padding: 0 13px;
    margin: 5px 0;
}
.section-home-promo.promo-cards .col-card:first-child {
    padding-left: 13px;
}
@media (max-width: 991.98px) {
    .section-home-promo.promo-cards .col-card {
        width: 74%;
        margin-bottom: 16px;
        padding: 0 6px;
    }
}
.section-home-promo.promo-cards .flickity-prev-next-button {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
}
.section-home-promo.promo-cards .flickity-prev-next-button.previous {
    left: -12px;
}
.section-home-promo.promo-cards .flickity-prev-next-button.next {
    right: 18px;
}
@media (max-width: 991.98px) {
    .section-home-promo.promo-cards .flickity-prev-next-button {
        display: none;
    }
}
.section-home-promo .shares-widget {
    margin-left: 10px;
    margin-top: 15px;
}
@media (max-width: 1199.98px) {
    .section-home-promo .shares-widget {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 991.98px) {
    .section-home-promo .shares-widget {
        margin-top: 30px;
    }
}
.btn-welcome-tour {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 13px 19px;
    border-radius: 50px;
    max-width: 50px;
    height: 50px;
    transition: all 0.4s ease-in-out;
    z-index: 10000;
    overflow: hidden;
}
.btn-welcome-tour:hover {
    max-width: 15rem;
}
.btn-welcome-tour .icon {
    float: left;
    margin-top: 3px;
    margin-right: 15px;
}
@media (max-width: 767.98px) {
    .btn-welcome-tour {
        display: none;
    }
}
.primary-nav .btn-welcome-tour {
    display: none;
}
@media (max-width: 767.98px) {
    .primary-nav .btn-welcome-tour {
        position: static;
        margin: 17px 24px 0;
        max-width: none;
        display: inline-block;
    }
}
.error-page .section-breadcrumbs,
.error-page .section-error-page {
    background: #f7f8f8;
}
.section-error-page {
    padding: 10px 0 12rem;
}
@media (max-width: 767.98px) {
    .section-error-page {
        padding: 0 0 2rem;
    }
}
.section-error-page .row {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.section-error-page .error-icon {
    position: relative;
    background: #fff;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    margin: 0 auto 2rem;
}
.section-error-page .error-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
    .section-error-page .error-icon {
        width: 90px;
        height: 90px;
    }
}
.section-error-page .form-search {
    margin-top: 3rem;
}
@media (max-width: 767.98px) {
    .section-error-page .form-search {
        margin-top: 1.5rem;
    }
}
.error-page-full {
    background: #f7f8f8;
}
.error-page-full .desktop-nav .primary-logo {
    position: absolute;
    top: 27px;
    right: 15px;
    width: 92px;
    height: 105px;
}
.error-large-icon {
    position: relative;
    background: #fff;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    margin: 12rem auto 2.7rem;
}
@media (max-width: 767.98px) {
    .error-large-icon {
        width: 200px;
        height: 200px;
        margin: 8rem auto 1rem;
    }
}
.error-page-img {
    position: absolute;
    top: -3rem;
    left: 0;
}
.error-heading {
    margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
    .error-heading {
        font-size: 24px;
    }
}
.error-text {
    font-size: 18px;
}
@media (max-width: 767.98px) {
    .error-text {
        font-size: 16px;
    }
}
.error-text p {
    margin-bottom: 13px;
}
.error-cards .row-cards {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4rem;
    margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
    .error-cards .row-cards {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 767.98px) {
    .error-cards .row-cards .col-card {
        margin-bottom: 1rem;
        padding-right: 7px;
        padding-left: 7px;
    }
}
.error-apps .row {
    -ms-flex-pack: center;
    justify-content: center;
}
.error-apps .row .col {
    text-align: center;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    border-top: 1px solid #e0e1e2;
}
@media (max-width: 767.98px) {
    .error-apps .row .col {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
.error-apps h4 {
    font-size: 18px;
    margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
    .error-apps h4 {
        margin-bottom: 2rem;
    }
}
.section-content-panel {
    padding: 4rem 0 2rem;
}
@media (max-width: 767.98px) {
    .section-content-panel {
        padding: 2rem 0 0;
    }
}
.section-content-panels .section-content-panel-wrap {
    padding-top: 70px;
}
@media (max-width: 767.98px) {
    .section-content-panels .section-content-panel-wrap {
        padding-top: 34px;
    }
}
.section-content-panel ~ .section-content-panel .section-content-panel-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.landing-panel-anchor:before {
    display: block;
    content: " ";
    margin-top: -80px;
    height: 80px;
    visibility: hidden;
}
.section-large-content .landing-panel-anchor:before {
    margin-top: -140px;
    height: 140px;
}
@media (max-width: 767.98px) {
    .section-large-content .landing-panel-anchor:before {
        margin-top: 0;
        height: 0;
    }
}
.section-large-cards .landing-panel-anchor:before {
    margin-top: -150px;
    height: 150px;
}
@media (max-width: 767.98px) {
    .landing-panel-anchor:before,
    .section-large-cards .landing-panel-anchor:before {
        margin-top: 0;
        height: 0;
    }
}
.section-landing-quick-nav {
    position: relative;
    z-index: 2;
    background: #f7f8f8;
    padding: 60px 0 35px;
}
@media (max-width: 767.98px) {
    .section-landing-quick-nav {
        padding: 24px 0 34px;
    }
}
.section-landing-content-wrap {
    position: relative;
}
.expand-toggle {
    display: none;
}
.section-quick-nav-sticky {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 10;
    padding: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.2s ease-in-out;
}
.section-quick-nav-sticky.is-stuck {
    position: fixed;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.section-quick-nav-sticky .row-cards {
    -ms-flex-pack: center;
    justify-content: center;
}
.section-quick-nav-sticky .col-card {
    padding: 0;
    margin: 0;
}
.section-quick-nav-sticky .card {
    min-height: auto;
    background: #fff;
    box-shadow: none;
    border: 0;
}
.section-quick-nav-sticky .card-body {
    padding: 15px;
}
.section-quick-nav-sticky .card-heading {
    font-size: 14px;
    font-weight: 600;
}
.section-quick-nav-sticky .card-body .card-img-top {
    margin-bottom: 7px;
}
.section-quick-nav-sticky .card-mini .card-icon svg {
    width: 46px;
    height: 46px;
}
.section-quick-nav-sticky .col-card.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: -10px;
    z-index: 1;
}
.section-quick-nav-sticky .col-card.active .card-heading {
    color: #dd4f05;
}
@media (max-width: 767.98px) {
    .section-quick-nav-sticky .container {
        padding: 0;
    }
    .section-quick-nav-sticky .row {
        margin: 0;
        display: block;
    }
    .section-quick-nav-sticky .col-card {
        display: none;
    }
    .section-quick-nav-sticky .card {
        padding: 0 8px;
    }
    .section-quick-nav-sticky .card-body {
        padding: 10px 0;
    }
    .expand-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
    }
    .expand-toggle svg {
        position: absolute;
        top: 50%;
        right: 23px;
        height: 8px;
        transform: translateY(-50%);
        transform-origin: 7px 2px;
    }
    .section-quick-nav-sticky .card-mini .card-icon svg {
        width: 41px;
        height: 41px;
    }
    .section-quick-nav-sticky .card-heading {
        font-size: 16px;
        font-weight: 600;
    }
    .section-quick-nav-sticky .card-body .card-img-top {
        margin: 5px 23px 0 15px;
    }
    .section-quick-nav-sticky .col-card.active,
    .section-quick-nav-sticky .expanded-cards .col-card {
        display: block;
        margin: 0;
        box-shadow: none;
    }
    .section-quick-nav-sticky .col-card.active .expand-toggle {
        display: block;
    }
    .section-quick-nav-sticky .expanded-cards .col-card .expand-toggle svg {
        transform: rotate(180deg);
    }
    .section-quick-nav-sticky .expanded-cards .col-card.active .card-body {
        background: #f7f8f8;
    }
}
.section-large-content {
    padding: 97px 0;
    font-size: 18px;
}
@media (max-width: 991.98px) {
    .section-large-content {
        padding: 43px 0 49px;
        font-size: 1rem;
    }
}
.section-large-content .section-heading {
    margin: 19px 0 23px;
    font-weight: 700;
    letter-spacing: -0.015em;
}
@media (max-width: 991.98px) {
    .section-large-content .section-heading {
        margin: 0 0 21px;
        font-size: 24px;
    }
}
.section-large-content p {
    margin-bottom: 0;
    line-height: 1.4;
}
.section-large-content .col-content-panel-img .img-cover {
    height: 316px;
}
@media (max-width: 767.98px) {
    .section-large-content .col-content-panel-img .img-cover {
        height: 260px;
    }
}
@media (max-width: 575.98px) {
    .section-large-content .col-content-panel-img .img-cover {
        height: 160px;
    }
}
@media (max-width: 991.98px) {
    .section-large-content .col-content-panel-img {
        padding-top: 27px;
        padding-bottom: 34px;
    }
}
.section-large-content .btn {
    margin-top: 40px;
}
@media (max-width: 767.98px) {
    .section-large-content .btn {
        margin-top: 0;
    }
}
.section-quick-nav .section-heading {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .section-quick-nav .section-heading {
        font-size: 1rem;
        margin-bottom: 17px;
    }
}
@media (max-width: 767.98px) {
    .section-quick-nav .quick-nav-cards {
        margin: 0;
    }
}
.section-quick-nav .quick-nav-cards .col-card {
    margin: 10px 0;
}
@media (max-width: 767.98px) {
    .section-quick-nav .quick-nav-cards .col-card {
        margin: 0;
    }
}
.section-quick-nav .quick-nav-cards .card-carousel .flickity-prev-next-button {
    background: #f0f1f1;
    border: 1px solid #e7e8e9;
    display: block;
}
.section-quick-nav
    .quick-nav-cards
    .card-carousel
    .flickity-prev-next-button.previous {
    left: -60px;
}
.section-quick-nav
    .quick-nav-cards
    .card-carousel
    .flickity-prev-next-button.next {
    right: -60px;
}
.section-quick-nav
    .quick-nav-cards
    .card-carousel
    .flickity-prev-next-button:disabled {
    display: none;
}
@media (max-width: 1280px) {
    .section-quick-nav
        .quick-nav-cards
        .card-carousel
        .flickity-prev-next-button.previous {
        left: -12px;
    }
    .section-quick-nav
        .quick-nav-cards
        .card-carousel
        .flickity-prev-next-button.next {
        right: -12px;
    }
}
@media (max-width: 1199.98px) {
    .section-quick-nav
        .quick-nav-cards
        .card-carousel
        .flickity-prev-next-button {
        display: none;
    }
}
.section-large-cards {
    padding: 75px 0 62px;
}
@media (max-width: 767.98px) {
    .section-large-cards {
        padding: 45px 0 25px;
    }
}
.section-large-cards .section-heading {
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.015em;
}
@media (max-width: 767.98px) {
    .section-large-cards .section-heading {
        margin-bottom: 36px;
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .section-large-cards .row-cards .col-card {
        margin-bottom: 22px;
    }
}
.section-large-cards .card-large-with-icon .card-header .card-heading {
    letter-spacing: -0.015em;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .section-large-cards .card-large-with-icon .card-header .card-heading {
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .section-large-cards .card-large-with-icon .card-img-left {
        margin-right: 19px;
    }
}
@media (max-width: 767.98px) {
    .section-large-cards .card-large-with-icon .card-icon svg {
        width: 47px;
        height: 47px;
    }
}
@media (max-width: 767.98px) {
    .section-large-cards .card-large-with-icon ul li {
        margin-bottom: 19px;
    }
}
@media (max-width: 767.98px) {
    .section-large-cards .card-large-with-icon ul {
        margin-bottom: 37px;
        padding-left: 15px;
    }
}
@media (max-width: 767.98px) {
    .section-large-cards .card-large-with-icon .btn {
        width: 100%;
    }
}
.section-large-cards .card-large-with-icon .card-header {
    padding: 36px 36px 25px;
}
@media (max-width: 767.98px) {
    .section-large-cards .card-large-with-icon .card-header {
        padding: 35px 31px 26px;
    }
}
.section-large-cards .card-large-with-icon .card-body {
    padding: 0 36px;
}
@media (max-width: 767.98px) {
    .section-large-cards .card-large-with-icon .card-body {
        padding: 0 33px 35px;
    }
}
.section-large-cards .card-large-with-icon .card-footer {
    padding: 0 36px 44px;
}
.section-landing-content {
    padding: 0 0 70px;
}
@media (max-width: 767.98px) {
    .section-landing-content {
        padding: 0 0 43px;
    }
}
.section-landing-content .section-heading {
    margin-bottom: 27px;
    font-weight: 700;
    letter-spacing: -0.015em;
}
@media (max-width: 767.98px) {
    .section-landing-content .section-heading {
        font-size: 24px;
        margin-bottom: 21px;
    }
}
.section-landing-content .section-description {
    line-height: 1.4;
}
.section-landing-content .card-lists {
    margin-top: 30px;
}
@media (max-width: 767.98px) {
    .section-landing-content .card-lists {
        margin-top: 2px;
        margin-bottom: 35px;
    }
}
.section-landing-content .card-lists .card-list-body {
    letter-spacing: -0.015em;
}
@media (max-width: 991.98px) {
    .section-landing-content .col-content-panel-img {
        display: none;
    }
}
.section-landing-content .btn {
    margin-top: 9px;
}
@media (max-width: 767.98px) {
    .section-landing-content .btn {
        margin-top: 0;
    }
}
.section-page {
    padding: 64px 0 6rem;
}
@media (max-width: 767.98px) {
    .section-page {
        padding: 2rem 0;
    }
}
@media (max-width: 767.98px) {
    .row-page-columns {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.section-page.has-bg {
    background-color: #f7f8f8;
}
.type-productIndex .section-quick-nav.horizontal-cards {
    background: #f7f8f8;
    padding: 0 0 72px;
}
@media (max-width: 767.98px) {
    .type-productIndex .section-quick-nav.horizontal-cards {
        padding: 0 0 33px;
        margin-top: 0;
    }
}
.type-productIndex .section-content-panels .section-content-panel-wrap {
    padding-top: 65px;
}
@media (max-width: 767.98px) {
    .type-productIndex .section-content-panels .section-content-panel-wrap {
        padding-top: 33px;
    }
}
.section-product-panel {
    padding: 0 0 37px;
}
@media (max-width: 767.98px) {
    .section-product-panel {
        padding: 0 0 17px;
    }
}
.section-product-panel .block-section-heading {
    margin-bottom: 24px;
}
.section-product-panel .block-section-heading h2 {
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
    letter-spacing: -0.015em;
}
@media (max-width: 767.98px) {
    .section-product-panel .block-section-heading h2 {
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .section-product-panel .block-section-heading {
        margin-bottom: 17px;
    }
}
.section-product-panel .block-section-heading .anchor {
    display: none;
}
.section-product-panel .col-content-summary p {
    line-height: 1.4;
    margin-bottom: 21px;
}
@media (max-width: 767.98px) {
    .section-product-panel .filter-container.no-filters {
        margin-top: 10px;
    }
}
@media (max-width: 575.98px) {
    .section-product-panel .row-cards .col-card.product-card {
        width: 322px;
        margin: 0 auto 25px;
    }
}
.section-product-panel .card {
    min-height: 308px;
}
.section-product-panel .card-img-top {
    padding: 18px 18px 0;
}
@media (max-width: 767.98px) {
    .section-product-panel .card-img-top {
        padding: 17px 37px 2px;
    }
}
@media (max-width: 767.98px) {
    .section-product-panel .card-body {
        padding: 12px 25px 2px;
    }
}
@media (max-width: 767.98px) {
    .section-product-panel .product-card .card-footer .btn {
        margin-bottom: 0;
    }
}
@media (max-width: 767.98px) {
    .section-product-panel .card-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.type-productIndex.entry-accounts .product-card .card-body,
.type-productIndex.entry-accounts .product-card .card-text,
.type-productIndex.entry-cards .product-card .card-body,
.type-productIndex.entry-cards .product-card .card-text,
.type-productIndex.entry-loans .product-card .card-body,
.type-productIndex.entry-loans .product-card .card-text {
    font-size: 16px;
}
.type-productIndex.entry-cards .product-card .card-text {
    margin-bottom: 0;
}
.type-productIndex.entry-private-banking .product-card .card {
    min-height: 306px;
}
.type-productIndex.entry-private-banking .product-card .card-body {
    padding: 0 20px;
    margin-top: -11px;
}
.type-productIndex.entry-private-banking .product-card .card-img-top {
    padding: 0;
}
.type-productIndex.entry-private-banking .product-card .card-text {
    margin-bottom: 15px;
}
.type-productIndex.entry-services .section-content-panel-wrap .row-cards {
    margin-top: 5px;
}
.type-productIndex.entry-services .section-product-panel {
    padding: 0 0 37px;
}
.type-productIndex.entry-services .product-card {
    margin-bottom: 34px;
}
.type-productIndex.entry-services .product-card .card {
    min-height: 281px;
}
.type-productIndex.entry-services .product-card .card-body {
    padding: 0 20px;
    margin-top: -17px;
}
.type-productIndex.entry-services .product-card .card-img-top {
    padding: 0;
}
.type-productIndex.entry-services .product-card .card-text {
    margin-bottom: 0;
}
.type-productIndex.entry-loans .product-card {
    margin-bottom: 46px;
}
.type-productIndex.entry-loans .product-card .card {
    min-height: 315px;
}
.type-productIndex.entry-loans .product-card .card-body {
    padding: 0 20px;
    margin-top: 3px;
}
.type-productIndex.entry-loans .product-card .card-img-top {
    padding: 0;
}
.type-productIndex.entry-loans .product-card .card-text {
    margin-bottom: 0;
}
.type-productIndex.entry-loans .product-card .card-footer {
    padding-bottom: 34px;
}
.type-productIndex.entry-international-trade .product-card {
    margin-bottom: 35px;
}
.type-productIndex.entry-international-trade .product-card .card {
    min-height: 286px;
}
.type-productIndex.entry-international-trade .product-card .card-body {
    padding-top: 0;
    padding-bottom: 0;
}
.type-productIndex.entry-international-trade .product-card .card-img-top {
    padding: 0;
}
.type-productIndex.entry-sme-banking .product-card {
    margin-bottom: 32px;
}
.type-productIndex.entry-sme-banking .product-card .card {
    min-height: 286px;
}
.type-productIndex.entry-sme-banking .product-card .card-body {
    padding-top: 0;
    padding-bottom: 7px;
}
.type-productIndex.entry-sme-banking .product-card .card-img-top {
    padding: 0;
}
.type-productIndex.entry-sme-banking .product-card .link-compare {
    margin-top: 18px;
    margin-bottom: 4px;
}
.section-product-cta-panel {
    padding: 90px 0;
    font-size: 18px;
}
@media (max-width: 767.98px) {
    .section-product-cta-panel {
        padding: 48px 0 50px;
        font-size: 1rem;
    }
}
.section-product-cta-panel .section-heading {
    letter-spacing: -0.015em;
    margin-top: 14px;
    margin-bottom: 19px;
    line-height: 1.1;
    font-weight: 600;
}
@media (max-width: 767.98px) {
    .section-product-cta-panel .section-heading {
        margin-top: 25px;
        margin-bottom: 20px;
        font-size: 28px;
    }
}
.section-product-cta-panel .section-subheading {
    color: #dd4f05;
    margin-bottom: 10px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .section-product-cta-panel .section-subheading {
        margin-bottom: 9px;
        font-size: 18px;
    }
}
.section-product-cta-panel .col-section-content-panel-wrap p {
    font-size: 18px;
    line-height: 1.4;
}
.section-product-cta-panel .btn {
    margin-top: 7px;
}
@media (max-width: 767.98px) {
    .section-product-cta-panel .btn {
        margin: 0;
        width: 100%;
    }
}
.section-product-cta-panel .col-image img {
    padding-left: 50px;
}
@media (max-width: 991.98px) {
    .section-product-cta-panel .col-image img {
        padding-left: 0;
    }
}
@media (max-width: 767.98px) {
    .section-product-cta-panel .col-content-panel-img .img-cover {
        height: 200px;
        background-position: 50% 10%;
    }
}
.section-product-cta-panel .card-list-body {
    position: relative;
    padding: 15px 26px;
}
@media (max-width: 767.98px) {
    .section-product-cta-panel .card-list-body {
        height: 88px;
        padding: 15px 16px;
    }
}
@media (max-width: 767.98px) {
    .section-product-cta-panel .card-lists {
        margin-top: 2px;
    }
}
@media (max-width: 767.98px) {
    .section-product-cta-panel .card-list-detailed {
        margin-bottom: 6px;
    }
}
.section-product-cta-panel .card-list-detailed .icon-large {
    margin: 10px 22px 0 0;
}
@media (max-width: 767.98px) {
    .section-product-cta-panel .card-list-detailed .icon-large {
        margin: 9px 16px 0 0;
    }
}
@media (max-width: 767.98px) {
    .section-product-cta-panel .card-list-detailed .icon-large svg {
        width: 32px;
        height: 32px;
    }
}
.section-product-cta-panel .card-list-detailed .heading {
    margin-bottom: 7px;
}
.section-product-cta-panel .card-list-detailed .text p {
    margin-bottom: 10px;
}
.section-product-cta-panel .card-list-read-more-link {
    margin-top: 30px;
}
@media (max-width: 767.98px) {
    .section-product-cta-panel .card-list-read-more-link {
        margin-top: 19px;
        text-align: center;
        margin-bottom: 21px;
    }
}
@media (max-width: 767.98px) {
    .section-product-cta-panel .card-list-detailed .link-arrow {
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
    }
    .section-product-cta-panel .card-list-detailed .link-arrow .link-text {
        display: none;
    }
}
.section-product-cta-panel .card-list-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cta-panel-three-list .card-lists {
    margin-top: 7px;
}
@media (max-width: 991.98px) {
    .cta-panel-three-list .card-lists {
        margin-top: 2rem;
    }
}
@media (max-width: 767.98px) {
    .cta-panel-three-list .card-lists {
        margin: 1rem 0 2rem;
    }
}
@media (max-width: 991.98px) {
    .cta-panel-three-list .col-content-panel-img .img-cover {
        height: 200px;
    }
}
.cta-panel-three-list .card-list-body {
    position: relative;
    padding: 22px 15px 24px 23px;
    line-height: 1.4;
}
@media (max-width: 991.98px) {
    .cta-panel-three-list .card-list-body {
        padding: 0.8rem 1rem;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }
}
.cta-panel-three-list .card-list-detailed .icon-large {
    margin: 5px 17px 0 0;
}
.cta-panel-three-list .card-list-detailed .heading {
    margin-bottom: 0;
    font-size: 16px;
}
.cta-panel-three-list .card-list-read-more-link {
    margin-top: 17px;
    margin-bottom: 10px;
}
@media (max-width: 767.98px) {
    .cta-panel-three-list .card-list-read-more-link {
        margin-top: 27px;
        margin-bottom: 0;
    }
}
.section-product-related-panel {
    padding: 70px 0 40px;
}
@media (max-width: 767.98px) {
    .section-product-related-panel {
        padding: 46px 0 49px;
    }
}
.section-product-related-panel .section-heading {
    margin-bottom: 33px;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .section-product-related-panel .section-heading {
        font-size: 1rem;
        margin-bottom: 24px;
    }
}
@media (max-width: 767.98px) {
    .section-product-related-panel .row-cards {
        border: 1px solid #e0e1e2;
        margin: 0;
        padding-bottom: 8px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    }
}
@media (max-width: 767.98px) {
    .section-product-related-panel .row-cards .col-card {
        margin-bottom: 0;
        padding: 0;
    }
}
.section-product-related-panel .card {
    min-height: 194px;
}
@media (max-width: 767.98px) {
    .section-product-related-panel .card {
        min-height: auto;
        box-shadow: none;
        border: 0;
    }
}
.section-product-related-panel .card-body {
    padding: 1.7rem 1.25rem;
}
@media (max-width: 767.98px) {
    .section-product-related-panel .card-body {
        padding: 17px 24px 7px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }
}
.section-product-related-panel .card-heading {
    margin-bottom: 0;
}
.section-product-related-panel .card-body .card-img-top {
    margin-bottom: 26px;
}
@media (max-width: 767.98px) {
    .section-product-related-panel .card-body .card-img-top {
        width: auto;
        margin: 4px 24px -2px 0;
        float: left;
        display: inline-block;
    }
}
.section-product-related-panel .card-mini .card-icon svg {
    width: 63px;
    height: 63px;
}
@media (max-width: 767.98px) {
    .section-product-related-panel .card-mini .card-icon svg {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 767.98px) {
    .section-product-related-panel .card-mini .mobile-link {
        display: block;
        margin-left: auto;
        fill: #424a52;
    }
}
@media (max-width: 767.98px) {
    .section-product-related-panel .card-carousel .flickity-slider {
        display: block;
    }
}
.section-banner.banner-card-account {
    padding-bottom: 44px;
}
@media (max-width: 767.98px) {
    .section-banner.banner-card-account {
        padding-bottom: 30px;
    }
}
.banner-single-product .banner-key-features {
    margin: 37px 0 18px;
}
@media (max-width: 767.98px) {
    .banner-single-product .banner-key-features {
        margin: 27px 0 23px;
    }
}
.banner-single-product .banner-key-features h4 {
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .banner-single-product .banner-key-features h4 {
        margin-bottom: 25px;
        font-size: 16px;
    }
}
.banner-single-product .card-list-with-icon .card-list-body {
    -ms-flex-align: normal;
    align-items: normal;
    padding: 14px 17px;
    letter-spacing: -0.015em;
}
@media (max-width: 767.98px) {
    .banner-single-product .card-list-with-icon .card-list-body {
        padding: 14px 17px 13px;
    }
}
.banner-single-product .card-list {
    margin-bottom: 14px;
}
@media (max-width: 767.98px) {
    .banner-single-product .card-list {
        margin-bottom: 0;
        border: 0;
    }
}
.banner-single-product .card-list-with-icon .icon {
    margin: 0 17px 0 0;
}
.banner-single-product .compare-link {
    margin-left: auto;
    font-size: 14px;
    font-weight: 600;
}
.banner-single-product .compare-link .icon {
    margin-right: 5px;
}
@media (max-width: 767.98px) {
    .banner-single-product .compare-link {
        display: none;
    }
}
.section-banner.banner-regular.banner-single-product .banner-footer {
    margin-bottom: 0;
    margin-top: 0;
}
@media (max-width: 767.98px) {
    .section-banner.banner-regular.banner-single-product .banner-footer {
        padding-top: 22px;
        display: block;
        text-align: center;
    }
}
.section-single-product {
    padding: 67px 0 90px;
}
@media (max-width: 767.98px) {
    .section-single-product {
        padding: 37px 0 90px;
    }
}
.section-related-products {
    padding: 87px 0;
}
@media (max-width: 767.98px) {
    .section-related-products {
        padding: 44px 0 51px;
    }
}
.section-banner.section-banner-compare {
    padding-bottom: 38px;
}
.section-compare {
    padding: 90px 0 130px;
}
.compare-table .compare-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.compare-table .table thead .backlink {
    position: absolute;
    top: -6px;
    left: 0;
}
.compare-table .table thead th {
    padding-bottom: 54px;
    border-top: none;
}
.compare-table .table thead th:first-child {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.compare-table .table .lightswitch {
    font-size: 18px;
}
.compare-table .compare-intro {
    margin-left: 346px;
}
.compare-header-img {
    width: 100%;
    max-width: 252px;
    margin-top: -15px;
}
.compare-header-title {
    font-size: 18px;
    margin: 16px 0 30px;
}
.compare-header-add {
    background: #f7f8f8;
    color: #94989d;
    padding: 50px 65px 63px;
    margin-bottom: 37px;
    margin-left: 20px;
    font-size: 49px;
    display: block;
    line-height: 1.2;
    font-weight: 200;
    border-radius: 10px;
}
.compare-header-add:hover {
    background: #e9ecec;
    color: #94989d;
}
.compare-table .table {
    table-layout: fixed;
}
.compare-table tbody th:first-child {
    width: 277px;
}
.compare-table tbody td,
.compare-table tbody th {
    padding: 22px 19px 35px;
}
.compare-table tr.hidden {
    display: none;
}
.compare-table .block-text,
.compare-table .block-text p {
    margin: 0;
}
.compare-table .block-text ul {
    padding: 0;
    margin: 0;
}
.compare-table .block-text ul li {
    margin-left: 24px;
}
.compare-table .block-text ul li:before {
    margin-left: -24px;
}
.section-compare-nav-sticky {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.2s ease-in-out;
}
.section-compare-nav-sticky.is-stuck {
    position: fixed;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.section-compare-nav-sticky .table {
    table-layout: fixed;
    margin: 0;
}
.section-compare-nav-sticky .card-img-top {
    max-width: 150px;
    margin: auto;
}
.section-compare-nav-sticky .card-img-top img {
    width: 100%;
}
.section-compare-nav-sticky .compare-table .table thead th {
    padding: 0;
    border: 0;
}
.section-compare-nav-sticky .card-heading {
    font-size: 14px;
    margin: 19px 0 15px;
}
.product-compare-pane {
    position: fixed;
    width: 100%;
    height: 207px;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 22px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
    z-index: 1000000;
    background: #f7f8f8;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.2s ease-in-out;
}
.product-compare-pane.is-stuck {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.compare-pane-close {
    position: absolute;
    top: 18px;
    right: 18px;
}
.compare-pane-close svg {
    width: 24px;
    height: 24px;
    fill: #424a52;
}
.product-compare-pane .col {
    padding-right: 13.5px;
    padding-left: 13.5px;
}
.col-compare-intro {
    max-width: 25.306%;
}
.col-compare-slot {
    max-width: 207px;
}
.col-compare-btn {
    max-width: 228px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.compare-pane-intro h6 {
    font-size: 18px;
    font-weight: 700;
}
.compare-pane-intro p {
    font-size: 14px;
    margin: 0;
}
.product-compare-slot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    height: 153px;
    margin-top: 5px;
    text-align: center;
}
.product-compare-slot .card-img {
    width: 140px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
.product-compare-slot .card-img .lazyload-container {
    width: 100%;
    height: 100%;
}
.product-compare-slot .card-heading {
    font-size: 14px;
    margin: 11px 0;
}
.product-compare-slot input {
    display: none;
}
.compare-slot-remove {
    position: absolute;
    top: -4px;
    right: 1px;
    z-index: 1;
    display: none;
}
.compare-slot-remove svg {
    width: 24px;
    height: 24px;
}
.added-item .compare-slot-remove {
    display: block;
}
.compare-pane-btn {
    display: none;
}
.product-compare-pane-single {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 2rem 0 7rem;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
    z-index: 1000000;
    background: #f7f8f8;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.2s ease-in-out;
}
.product-compare-pane-single.is-stuck {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.product-compare-pane-single .card-footer .btn {
    display: none;
}
.compare-pane-cta {
    position: fixed;
    width: 100%;
    overflow: auto;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 22px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
    text-align: center;
    z-index: 1000000;
    background: #f7f8f8;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.2s ease-in-out;
}
.compare-pane-cta.is-stuck {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.section-mobile-page-title {
    display: none;
    padding: 27px 0 22px;
}
@media (max-width: 767.98px) {
    .section-mobile-page-title {
        display: block;
    }
}
.section-mobile-page-title .mobile-page-title {
    font-size: 18px;
    color: #dd4f05;
    font-weight: 700;
    margin: 0;
}
.type-personalBankingIndex
    .section-large-cards
    .card-large-with-icon
    .card-body,
.type-personalBankingIndex
    .section-large-cards
    .card-large-with-icon
    .card-footer {
    padding-left: 58px;
}
@media (max-width: 767.98px) {
    .type-personalBankingIndex
        .section-large-cards
        .card-large-with-icon
        .card-body,
    .type-personalBankingIndex
        .section-large-cards
        .card-large-with-icon
        .card-footer {
        padding-left: 33px;
        padding-right: 33px;
    }
}
.type-businessBankingIndex .section-quick-nav.vertical-cards {
    padding: 28px 0 35px;
}
.type-businessBankingIndex .card {
    text-align: center;
}
.type-businessBankingIndex .card-header {
    display: block;
}
.type-businessBankingIndex
    .section-large-cards
    .card-large-with-icon
    .card-header {
    padding-bottom: 11px;
}
.type-businessBankingIndex
    .section-large-cards
    .card-large-with-icon
    .card-header
    .card-heading {
    margin-bottom: 11px;
}
.type-businessBankingIndex .section-large-cards .card-img-left {
    margin: 14px 0 28px;
}
.type-businessBankingIndex .card-large-with-icon .card-icon svg {
    width: 63px;
    height: 63px;
}
.section-about-intro {
    padding: 61px 0 57px;
}
@media (max-width: 767.98px) {
    .section-about-intro {
        padding: 2rem 0;
    }
}
.section-about-intro .col-sm-4 {
    padding-left: 34px;
    padding-right: 11px;
}
.section-about-intro h2 {
    margin-top: 6px;
    margin-bottom: 35px;
    letter-spacing: -0.015em;
    font-weight: 700;
}
.section-about-intro p {
    font-size: 18px;
    margin-bottom: 16px;
}
.intro-info {
    position: relative;
    background: #fff;
    border: 1px solid #e4e5e5;
    padding: 27px 45px;
}
@media (max-width: 991.98px) {
    .intro-info {
        padding: 1.5rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}
.intro-info-item {
    margin-bottom: 16px;
}
.info-metric-value {
    color: #424a52;
    font-size: 48px;
    line-height: 1;
    margin-right: 5px;
}
.info-metric-unit,
.info-metric-value {
    font-weight: 300;
    display: inline-block;
    letter-spacing: -0.015em;
}
.info-metric-unit {
    color: #6d7c39;
    font-size: 24px;
}
.info-metric-description {
    color: #a5a8ab;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.03em;
}
.info-tooltip {
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
}
@media (max-width: 991.98px) {
    .info-tooltip {
        bottom: 1rem;
        right: 1rem;
    }
}
.section-about-cards {
    padding: 70px 0 44px;
}
@media (max-width: 767.98px) {
    .section-about-cards {
        padding: 3rem 0 1rem;
    }
}
.section-about-cards h2 {
    font-size: 18px;
    margin-bottom: 2rem;
}
.section-about-cards .card .card-img-top {
    height: 115px;
    padding: 3rem 0 0;
}
.section-about-media {
    padding: 88px 0 104px;
}
@media (max-width: 767.98px) {
    .section-about-media {
        padding: 3rem 0;
    }
}
.section-about-media h2 {
    font-size: 18px;
    margin-bottom: 30px;
}
.section-about-media .btn {
    margin-top: 3rem;
}
.section-about-promos {
    padding: 67px 0;
}
@media (max-width: 767.98px) {
    .section-about-promos {
        padding: 2rem 0;
    }
}
.section-about-promos h2 {
    font-size: 18px;
    margin-bottom: 40px;
}
.section-about-promos .main-carousel {
    width: 100%;
}
.section-about-promos .card {
    min-height: 162px;
    text-align: center;
}
.section-about-promos .row {
    margin: 0;
}
.section-about-promos .col-card {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 3px;
}
@media (max-width: 991.98px) {
    .section-about-promos .col-card {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 6px;
    }
}
@media (max-width: 767.98px) {
    .section-about-promos .col-card {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }
}
@media (max-width: 575.98px) {
    .section-about-promos .col-card {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.section-about-promos .card-text {
    font-weight: 400;
}
.section-about-promos .card-text p {
    margin: 0;
}
.section-about-promos .flickity-prev-next-button.previous {
    left: -60px;
}
.section-about-promos .flickity-prev-next-button.next {
    right: -60px;
}
@media (max-width: 1280px) {
    .section-about-promos .flickity-prev-next-button.previous {
        left: -12px;
    }
    .section-about-promos .flickity-prev-next-button.next {
        right: -12px;
    }
}
@media (max-width: 991.98px) {
    .section-about-promos .flickity-prev-next-button {
        display: none;
    }
}
.entry-ratings .block-content-section:first-child,
.entry-recognition-and-awards .block-content-section:first-child {
    margin-bottom: 0;
    border-bottom: none;
}
.entry-ratings .block-section-heading,
.entry-recognition-and-awards .block-section-heading {
    float: left;
    margin-right: 44px;
}
@media (max-width: 767.98px) {
    .entry-ratings .block-section-heading,
    .entry-recognition-and-awards .block-section-heading {
        float: none;
    }
}
.entry-ratings .block-section-heading h2,
.entry-recognition-and-awards .block-section-heading h2 {
    font-size: 32px;
    margin-top: -10px;
}
@media (max-width: 767.98px) {
    .entry-ratings .block-section-heading h2,
    .entry-recognition-and-awards .block-section-heading h2 {
        font-size: 24px;
        margin-top: 0;
    }
}
.entry-ratings .block-card-list [class*="col-"]:last-child .awards-list,
.entry-recognition-and-awards
    .block-card-list
    [class*="col-"]:last-child
    .awards-list {
    margin-bottom: 0;
}
.awards-list {
    margin-bottom: 18px;
    border: 1px solid #e0e1e2;
    box-shadow: none;
}
.awards-list .card-list-body {
    position: relative;
    padding: 17px 26px;
}
@media (max-width: 767.98px) {
    .awards-list .card-list-body {
        padding: 1rem;
    }
}
.awards-list .card-list-img {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1.7rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #e0e1e2;
}
.awards-list .card-list-description {
    font-weight: 600;
    font-size: 12px;
    color: #898d91;
    text-transform: uppercase;
}
.awards-list .card-list-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    color: #424a52;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 767.98px) {
    .awards-list .card-list-title {
        font-size: 16px;
    }
}
.awards-list .card-list-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.awards-list .card-list-link-icon {
    position: absolute;
    top: 50%;
    right: 21px;
    width: 12px;
    height: 22px;
    transform: translateY(-50%);
    fill: #979ca0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.awards-list .card-list-link-icon svg {
    width: 100%;
    height: 100%;
}
.awards-list.has-link:hover .card-list-title {
    color: #dd4f05;
}
.awards-list.has-link:hover .card-list-link-icon {
    opacity: 1;
}
.entry-subsidiaries .awards-list {
    margin-bottom: 27px;
}
@media (max-width: 767.98px) {
    .entry-subsidiaries .awards-list {
        margin-bottom: 1rem;
    }
}
.entry-subsidiaries .awards-list .card-list-title {
    margin-bottom: 0;
}
.entry-subsidiaries .awards-list .card-list-img {
    background-size: cover;
    width: 54px;
    height: 54px;
}
@media (max-width: 767.98px) {
    .entry-subsidiaries .awards-list .card-list-img {
        width: 44px;
        height: 44px;
    }
}
.type-careersLanding .section-banner {
    padding-bottom: 72px;
    height: 432px;
}
@media (max-width: 767.98px) {
    .type-careersLanding .section-banner {
        padding-bottom: 22px;
        height: auto;
    }
}
.section-careers {
    padding: 66px 0;
}
@media (max-width: 767.98px) {
    .section-careers {
        padding: 2rem 0;
    }
}
.section-careers .col-center {
    text-align: center;
}
.section-careers .block-content-section {
    font-size: 18px;
}
.section-careers .btn {
    font-size: 1rem;
    padding: 1rem 1.75rem;
}
.section-career-blog-cards h2,
.section-careers .block-heading h2 {
    position: relative;
    font-size: 18px;
    display: inline-block;
    margin-top: 38px;
}
.section-career-blog-cards h2:before,
.section-careers .block-heading h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    height: 100%;
    background: #fff;
    z-index: -1;
}
.section-career-blog-cards h2:after,
.section-careers .block-heading h2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -170px;
    right: -170px;
    height: 1px;
    margin-top: -1px;
    background: #e0e1e2;
    z-index: -2;
}
@media (max-width: 767.98px) {
    .section-career-blog-cards h2:after,
    .section-careers .block-heading h2:after {
        left: -5rem;
        right: -5rem;
    }
}
.type-careersLanding .blog-cards-all {
    margin-bottom: 60px;
}
.type-careersLanding .section-career-cards {
    padding: 81px 0;
    background-color: #f7f8f8;
}
.type-careersLanding .section-career-cards h2 {
    margin-bottom: 60px;
}
.type-careersLanding .section-career-blog-cards {
    padding-bottom: 81px;
}
.type-careersLanding .section-career-blog-cards .card-footer {
    padding-left: 20px;
    padding-right: 20px;
}
.type-careersLanding .section-career-blog-cards .card .link-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.type-careersLanding .section-career-blog-cards .card .link-text {
    font-weight: 400;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.col-center {
    margin-left: auto;
    margin-right: auto;
}
.section-career-cards.section-muted {
    padding: 72px 0 60px;
}
@media (max-width: 767.98px) {
    .section-career-cards.section-muted {
        padding: 2rem 0 0;
        margin-top: 2rem;
    }
}
.section-career-cards.section-muted h4 {
    margin-bottom: 36px;
    font-size: 18px;
}
.section-career-cards .card .card-img-top.card-icon {
    padding-top: 46px;
}
.section-career-cards .card .card-img-top.card-icon svg {
    width: 63px;
    height: 63px;
}
.company-banner {
    padding-bottom: 1px;
}
.company-banner .banner-parent-title {
    font-size: 40px;
    margin: 7px 5px 0 0;
    display: inline-block;
    letter-spacing: -0.015em;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .company-banner .banner-parent-title {
        font-size: 30px;
        line-height: 1.2;
    }
}
.company-banner .banner-heading {
    font-size: 24px;
    color: #a3a5a8;
    display: inline-block;
    margin: 0;
    letter-spacing: -0.015em;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .company-banner .banner-heading {
        font-size: 18px;
        margin-top: 5px;
    }
}
.company-banner .banner-cards .row-cards {
    margin: 29px -3px 21px;
}
.company-banner .banner-cards .custom-size {
    width: 12.5%;
    padding: 1rem 0;
    margin-bottom: 0;
}
.company-banner .banner-cards .custom-size.active .card svg *,
.company-banner .banner-cards .custom-size:hover .card svg * {
    fill: #dd4f05;
}
.company-banner .banner-cards .custom-size.active .card .card-heading,
.company-banner .banner-cards .custom-size:hover .card .card-heading {
    color: #dd4f05;
}
.company-banner .banner-cards .custom-size.active .card,
.company-banner .banner-cards .custom-size:hover .card {
    border-color: #e8e9e9;
    background: #fff;
}
.company-banner .banner-cards .custom-size.active {
    margin: -10px 0;
}
.company-banner .banner-cards .custom-size.active .card {
    padding-top: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199.98px) {
    .company-banner .banner-cards .custom-size {
        width: 14%;
    }
}
@media (max-width: 991.98px) {
    .company-banner .banner-cards .custom-size {
        width: 20%;
    }
}
.company-banner .banner-cards .card {
    min-height: 142px;
    margin: 0 3px;
    border: 1px solid #edeeef;
    box-shadow: none;
    background: #fbfcfc;
}
.company-banner .banner-cards .card .card-heading {
    font-size: 14px;
    margin-bottom: 0;
    color: #686d73;
}
.company-banner .banner-cards .card .card-img,
.company-banner .banner-cards .card .card-img-bottom,
.company-banner .banner-cards .card .card-img-top {
    margin: 0 0 6px;
}
.company-banner .banner-cards .card svg {
    width: 52px;
    height: 47px;
    margin: 0 auto;
}
.company-banner .banner-cards .card svg * {
    fill: #424a52;
    transition: all 0.2s ease-in-out;
}
.company-banner .flickity-prev-next-button {
    width: 30px;
    height: 70px;
    background: none;
    border: 0;
    border-radius: 0;
}
.company-banner .flickity-prev-next-button.previous {
    left: -38px;
}
@media (max-width: 991.98px) {
    .company-banner .flickity-prev-next-button.previous {
        left: 0;
    }
}
.company-banner .flickity-prev-next-button.next {
    right: -38px;
}
@media (max-width: 991.98px) {
    .company-banner .flickity-prev-next-button.next {
        right: 0;
    }
}
.company-banner .flickity-prev-next-button:focus {
    box-shadow: none;
}
.company-banner .flickity-prev-next-button svg {
    width: 100%;
    height: 100%;
}
.company-banner .flickity-prev-next-button svg * {
    fill: #94989d !important;
}
@media (max-width: 767.98px) {
    .company-banner .banner-cards .custom-size {
        width: 100%;
        padding: 0;
    }
    .company-banner .banner-cards .card {
        min-height: auto;
        margin: 0;
        padding: 0;
        background: #fff;
        border: 0;
    }
    .company-banner .banner-cards .custom-size.active {
        margin: 0;
    }
    .company-banner .banner-cards .custom-size.active .card {
        min-height: auto;
        padding: 0;
        box-shadow: none;
    }
    .company-banner .banner-cards .card-body {
        padding: 13px 17px 5px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .company-banner .banner-cards .card-body .card-img-top {
        width: auto;
        margin-bottom: 0;
        margin-right: 25px;
        margin-top: 0;
    }
    .company-banner .banner-cards .card-body .card-icon svg {
        width: 40px;
        height: 40px;
    }
    .company-banner .banner-cards .card .card-heading {
        font-size: 16px;
        margin-bottom: 0.5rem;
    }
    .company-banner .banner-cards .banner-cards-mobile {
        padding: 2rem 0;
    }
    .company-banner .banner-cards .dropdown-toggle .icon-chevron {
        position: absolute;
        top: 50%;
        right: 22px;
        width: 8px;
        height: 8px;
        fill: #424a52;
        transform: translateY(-50%);
    }
    .company-banner .banner-cards .dropdown-toggle .icon-chevron svg {
        width: 100%;
        height: 100%;
    }
    .company-banner .banner-cards .dropdown-toggle .active .icon-chevron {
        fill: #dd4f05;
    }
    .company-banner .banner-cards .dropdown-toggle {
        width: 100%;
        padding: 0;
        border: 0;
        background: transparent;
        outline: none !important;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    }
    .company-banner .banner-cards .dropdown-toggle:after {
        display: none;
    }
    .company-banner .banner-cards .dropdown-menu {
        width: 100%;
        margin: 0;
        padding: 0;
        transform: none !important;
    }
    .company-banner .banner-cards .dropdown-menu .dropdown-item {
        padding: 0;
    }
}
.section-csr-cards.section-muted {
    padding: 72px 0 60px;
}
@media (max-width: 767.98px) {
    .section-csr-cards.section-muted {
        padding: 2rem 0 0;
        margin-top: 2rem;
    }
}
.section-csr-cards.section-muted h4 {
    margin-bottom: 36px;
    font-size: 18px;
}
.section-csr-cards .card .card-img-top.card-icon {
    position: relative;
    padding-bottom: 62%;
}
.section-csr-cards .card .card-img-top.card-icon .card-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 12px;
}
.section-csr-cards .card .card-img-top.card-icon svg {
    width: 90px;
    height: 90px;
}
.financial-information-page-content {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e0e1e2;
}
.section-investor-news-category {
    padding: 72px 0;
}
@media (max-width: 767.98px) {
    .section-investor-news-category {
        padding: 2rem 0;
    }
}
.section-investor-news-category .pagination {
    margin-top: 72px;
}
@media (max-width: 767.98px) {
    .section-investor-news-category .pagination {
        margin-top: 2rem 0;
    }
}
.type-investorRelationsIndex .section-landing-quick-nav {
    padding: 5px 0 39px;
}
.section-investor-landing {
    padding: 67px 0;
}
@media (max-width: 767.98px) {
    .section-investor-landing {
        padding: 2rem 0;
    }
}
.section-investor-landing .section-heading {
    font-size: 18px;
    margin-bottom: 37px;
}
.section-investor-landing .col-investor-news .article-list {
    padding-top: 3px;
}
.section-investor-landing .article-list-item {
    padding: 20px 0 29px;
}
.section-investor-landing .col-investor-news .section-more-btn {
    margin-top: 55px;
}
@media (max-width: 991.98px) {
    .section-investor-landing .col-investor-news .section-more-btn {
        margin: 2rem 0 4rem;
    }
}
.section-investor-landing .col-investor-events .section-more-btn {
    margin-top: 40px;
}
.section-investor-landing .col-investor-news {
    padding-right: 26px;
}
@media (max-width: 767.98px) {
    .section-investor-landing .col-investor-news {
        padding-right: 15px;
    }
}
.section-investor-landing .col-investor-shares {
    padding-left: 37px;
}
@media (max-width: 767.98px) {
    .section-investor-landing .col-investor-shares {
        padding-left: 15px;
    }
}
.type-investorRelationsIndex .sidebar .sidebar-shares {
    display: block;
}
@media (max-width: 767.98px) {
    .type-investorRelationsIndex .sidebar .sidebar-shares {
        border-top: 1px solid #e0e1e2;
        border-bottom: none;
        margin-top: 3rem;
        padding-bottom: 0;
    }
}
.person-card {
    border: 1px solid #e0e1e2;
    padding-bottom: 23px;
    margin-bottom: 35px;
    text-align: center;
}
.block-people-cards {
    margin-top: 42px;
}
.person-card-img {
    max-width: 300px;
    margin: auto;
    padding: 27px 43px 23px;
}
.person-card-img .img-cover {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.person-card-name {
    font-weight: 600;
    color: #424a52;
}
.person-card-title {
    color: #696f73;
}
.person-card-link {
    margin-top: 1.5rem;
}
.block-people-table {
    margin-top: 30px;
}
@media (max-width: 767.98px) {
    .person-table-row {
        width: 100%;
        display: block;
    }
}
.person-table-row td {
    padding: 18px 0;
    border: 0;
}
@media (max-width: 767.98px) {
    .person-table-row td {
        width: 100%;
        display: block;
        padding: 2px 0;
    }
}
.person-table-row td.person-name {
    width: 250px;
    font-weight: 700;
    color: #424a52;
}
@media (max-width: 991.98px) {
    .person-table-row td.person-name {
        width: 150px;
    }
}
.person-table-row td.person-title {
    border-bottom: 1px solid #e0e1e2;
}
@media (max-width: 767.98px) {
    .person-table-row td.person-title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
@media (max-width: 991.98px) {
    .modal-open .people-modal {
        overflow: hidden;
        padding-right: 0 !important;
    }
}
.people-modal .modal-dialog {
    max-width: 66vw;
    margin: auto;
    top: 50%;
    background: #fff;
    transform: translateY(-50%) !important;
    border: 1px solid #eceded;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
    .people-modal .modal-dialog {
        max-width: 95vw;
    }
}
@media (max-width: 767.98px) {
    .people-modal .modal-dialog {
        max-width: 100vw;
    }
}
.people-modal .modal-content,
.people-modal .modal-dialog {
    height: 55vh;
    z-index: 1050;
}
@media (max-width: 991.98px) {
    .people-modal .modal-content,
    .people-modal .modal-dialog {
        height: 95vh;
    }
}
@media (max-width: 767.98px) {
    .people-modal .modal-content,
    .people-modal .modal-dialog {
        height: 100vh;
    }
}
.people-modal .modal-header {
    position: absolute;
    right: 6px;
    border: 0;
    z-index: 1;
}
.people-modal .modal-header .close {
    font-size: 32px;
    color: #7a8086;
    font-weight: 400;
    cursor: pointer;
    margin-right: 0;
    background: #fff;
}
@media (max-width: 767.98px) {
    .people-modal .modal-header .close {
        margin-right: -1rem;
    }
}
.people-modal .modal-body {
    height: 100%;
    overflow-y: scroll;
}
.people-modal .modal-content {
    border: 0;
}
.people-modal .people-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2rem;
    z-index: 1;
}
@media (max-width: 767.98px) {
    .people-modal .people-header {
        padding-top: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-bottom: 1rem;
    }
}
.people-modal .people-header .person-card-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 2rem 0 3rem;
}
@media (max-width: 991.98px) {
    .people-modal .people-header .person-card-img {
        margin: 0 2rem 0 1rem;
    }
}
@media (max-width: 767.98px) {
    .people-modal .people-header .person-card-img {
        margin: 0;
    }
}
.people-modal .people-body {
    padding-left: 15rem;
    padding-right: 4rem;
}
@media (max-width: 991.98px) {
    .people-modal .people-body {
        padding-left: 13rem;
        padding-right: 2rem;
    }
}
@media (max-width: 767.98px) {
    .people-modal .people-body {
        padding-left: 0;
        padding-right: 0;
    }
}
.people-modal .person-card-name {
    font-size: 24px;
    margin: 23px 0 5px;
    font-weight: 700;
}
@media (max-width: 767.98px) {
    .people-modal .person-card-name {
        margin: 1rem auto 0;
    }
}
.people-modal .person-card-title {
    color: #dd4f05;
    font-size: 18px;
    font-weight: 600;
}
.modal-backdrop {
    background: #fff;
}
.modal-backdrop.show {
    opacity: 0.95;
}
.section-media-centre-category {
    padding: 72px 0;
}
@media (max-width: 767.98px) {
    .section-media-centre-category {
        padding: 2rem 0;
    }
}
.section-media-centre-category .pagination {
    margin-top: 72px;
}
@media (max-width: 767.98px) {
    .section-media-centre-category .pagination {
        margin-top: 2rem;
    }
}
@media (max-width: 767.98px) {
    .category-all-content .section-media-centre-category .sidebar {
        display: none;
    }
}
.section-media-centre {
    padding: 72px 0;
}
@media (max-width: 767.98px) {
    .section-media-centre {
        padding: 2rem 0;
    }
}
.section-media-centre .article-list {
    padding-top: 28px;
    padding-bottom: 54px;
}
.entry-media-centre .section-landing-quick-nav {
    padding: 0 0 45px;
}
@media (max-width: 767.98px) {
    .section-media-centre .sidebar {
        display: none;
    }
}
.media-centre-promos {
    padding: 5rem 0;
}
@media (max-width: 991.98px) {
    .media-centre-promos {
        padding: 2rem 0;
    }
}
.media-centre-promos .main-carousel {
    width: 100%;
    height: 190px;
}
.media-centre-promos .col-card {
    width: 20%;
}
@media (max-width: 991.98px) {
    .media-centre-promos .col-card {
        width: 30%;
    }
}
@media (max-width: 767.98px) {
    .media-centre-promos .col-card {
        width: 40%;
    }
}
@media (max-width: 575.98px) {
    .media-centre-promos .col-card {
        width: 90%;
    }
}
.media-centre-promos .card {
    height: 160px;
    height: auto;
    margin-top: 1rem;
}
.flickity-slider {
    display: -ms-flexbox;
    display: flex;
}
.media-centre-promos .card-body {
    padding: 20px;
}
.media-centre-promos .card-heading {
    color: #74797e;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}
.media-centre-promos .card-img-top {
    height: 80px;
    -ms-flex-pack: center;
    justify-content: center;
}
.media-centre-entry-banner {
    padding-bottom: 45px;
}
.media-centre-entry-banner .banner-parent-title {
    width: 85%;
    font-size: 40px;
    margin: 2px 0 0;
    display: inline-block;
    letter-spacing: -0.015em;
    line-height: 1.3;
}
@media (max-width: 991.98px) {
    .media-centre-entry-banner .banner-parent-title {
        font-size: 30px;
        line-height: 1.2;
    }
}
.media-centre-entry-banner .article-list-item-header {
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin-top: 26px;
}
@media (max-width: 991.98px) {
    .media-centre-entry-banner .article-list-item-header {
        margin-top: 1rem;
        font-size: 12px;
    }
}
.section-media-centre-entry {
    padding: 72px 0 92px;
}
@media (max-width: 991.98px) {
    .section-media-centre-entry {
        padding: 2rem 0;
    }
}
.media-centre-featured-image {
    margin-bottom: 30px;
}
.media-centre-entry-footnote {
    margin-top: 17px;
    font-style: italic;
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
}
.media-centre-entry-footnote:before {
    content: "";
    background: #e0e1e2;
    height: 1px;
    width: 11.5rem;
    display: block;
    margin-bottom: 30px;
}
.media-centre-entry-footnote p {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .section-media-centre-entry .sidebar {
        display: none;
    }
}
.type-csrLanding .section-banner {
    padding-bottom: 72px;
    height: 432px;
}
@media (max-width: 767.98px) {
    .type-csrLanding .section-banner {
        height: auto;
        padding-bottom: 22px;
    }
}
.section-csr-intro {
    padding: 66px 0 70px;
    font-size: 18px;
}
@media (max-width: 767.98px) {
    .section-csr-intro {
        padding: 2rem 0;
    }
}
.section-csr-intro .block-heading h2 {
    position: relative;
    font-size: 18px;
    display: inline-block;
    margin-top: 78px;
    margin-bottom: 19px;
}
.section-csr-intro .block-heading h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    right: -1rem;
    height: 100%;
    background: #fff;
    z-index: -1;
}
.section-csr-intro .block-heading h2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10rem;
    right: -10rem;
    height: 1px;
    margin-top: -1px;
    background: #e0e1e2;
    z-index: -2;
}
@media (max-width: 767.98px) {
    .section-csr-intro .block-heading h2:after {
        left: -5rem;
        right: -5rem;
    }
}
.section-csr-intro .btn-large {
    margin-top: 17px;
}
.section-csr-intro .row-cards {
    padding-top: 45px;
}
.section-csr-intro .card .card-img-top {
    padding-top: 45px;
    padding-bottom: 5px;
}
.section-csr-intro .card .card-img-top svg {
    width: 63px;
    height: 63px;
}
.section-csr-intro .card .card-text {
    line-height: 1.4;
    font-size: 16px;
}
.section-csr-latest-news {
    padding: 69px 0 90px;
}
@media (max-width: 767.98px) {
    .section-csr-latest-news {
        padding: 3rem 0;
    }
}
.section-csr-latest-news .article-list {
    margin: 49px 0;
}
@media (max-width: 767.98px) {
    .section-csr-latest-news .article-list {
        margin: 2rem 0;
    }
}
.section-csr-news {
    padding: 72px 0;
}
@media (max-width: 767.98px) {
    .section-csr-news {
        padding: 2rem 0;
    }
}
.banner-csr-news {
    padding-bottom: 34px;
}
.section-csr-news .article-list {
    margin-top: 40px;
    margin-bottom: 72px;
}
@media (max-width: 767.98px) {
    .section-csr-news .article-list {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
.col-csr-report-card-large {
    padding-left: 60px;
}
@media (max-width: 991.98px) {
    .col-csr-report-card-large {
        padding-left: 15px;
    }
}
@media (max-width: 767.98px) {
    .col-csr-report-card-large {
        margin-top: 4rem;
    }
}
.col-csr-report-card-large .btn {
    margin-top: 36px;
}
.csr-report-card-large {
    padding-bottom: 34px;
    border-bottom: 1px solid #e0e1e2;
}
.csr-report-card-large-title {
    font-size: 18px;
}
.csr-report-card-large-image {
    margin: 34px 0 24px;
    border: 1px solid #e0e1e2;
}
.csr-report-card-large-description {
    margin-bottom: 15px;
}
.csr-report-card-large-description p {
    margin-bottom: 0;
}
.type-csrReports .section-banner.banner-regular {
    padding-bottom: 56px;
}
.type-csrReports .section-banner .banner-heading {
    margin-bottom: 26px;
}
.section-csr-reports {
    padding: 80px 0;
}
@media (max-width: 767.98px) {
    .section-csr-reports {
        padding: 2rem 0;
    }
}
.section-events {
    padding: 67px 0;
}
@media (max-width: 767.98px) {
    .section-events {
        padding: 2rem 0;
    }
}
.section-events .block-content-section {
    padding-bottom: 60px;
    margin-bottom: 68px;
}
.section-events .block-content-section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .section-events .block-content-section {
        padding-bottom: 1rem;
        margin-bottom: 2rem;
    }
}
.investor-events-cards {
    margin-left: -4px;
}
.section-events .resource-list-nav {
    background: #fafbfb;
    border-bottom: 1px solid #e0e1e2;
    margin-left: 0;
    margin-bottom: 25px;
    margin-top: 57px;
}
.section-outlook-insights {
    padding: 67px 0;
}
@media (max-width: 767.98px) {
    .section-outlook-insights {
        padding: 2rem 0;
    }
}
.section-outlook-insights-heading {
    margin-bottom: 60px;
}
@media (max-width: 767.98px) {
    .section-outlook-insights-heading {
        margin-bottom: 2rem;
    }
}
.section-annual-reports {
    padding: 67px 0;
}
@media (max-width: 767.98px) {
    .section-annual-reports {
        padding: 2rem 0;
    }
}
.entry-help-centre-index .section-banner.banner-contained {
    height: 432px;
    padding-bottom: 72px;
}
@media (max-width: 767.98px) {
    .entry-help-centre-index .section-banner.banner-contained {
        height: auto;
        padding-bottom: 22px;
    }
}
.section-help-centre-search {
    padding: 108px 0 109px;
}
@media (max-width: 991.98px) {
    .section-help-centre-search {
        padding: 4rem 0;
    }
}
@media (max-width: 767.98px) {
    .section-help-centre-search {
        padding: 3rem 0;
    }
}
.section-help-centre-search form {
    position: relative;
    margin: 0 6px;
}
.section-help-centre-search input[type="search"] {
    font-size: 18px;
    padding: 23px 67px 27px 28px;
    border: 1px solid #e0e1e2;
    border-radius: 10px;
    background: #fff;
}
@media (max-width: 767.98px) {
    .section-help-centre-search input[type="search"] {
        padding: 50px 0;
        padding: 14px 67px 14px 20px;
    }
}
.section-help-centre-search button {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 6px 27px 0;
    height: calc(100% - 2px);
    background: #fff;
    border: 0;
    border-radius: 10px;
}
.section-help-centre-search button svg {
    width: 21px;
    height: 21px;
    fill: #7a8086;
}
.section-help-centre-featured-links .wrap {
    border: 1px solid #e0e1e2;
    border-radius: 4px;
    padding: 29px 29px 29px 87px;
    position: relative;
}
.section-help-centre-featured-links .wrap span.icon {
    position: absolute;
    left: 29px;
}
.section-help-centre-featured-links .wrap h3 {
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: capitalize;
    position: relative;
}
.section-help-centre-topics {
    padding-bottom: 105px;
    padding-top: 105px;
}
@media (max-width: 767.98px) {
    .section-help-centre-topics {
        padding-bottom: 2rem;
    }
}
.section-help-centre-topics .landing-heading {
    text-align: center;
    margin-bottom: 68px;
}
@media (max-width: 767.98px) {
    .section-help-centre-topics .landing-heading {
        margin-bottom: 30px;
    }
}
.section-help-centre-topics .landing-heading h2 {
    position: relative;
    font-size: 18px;
    display: inline-block;
}
.section-help-centre-topics .landing-heading h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    height: 100%;
    background: #fff;
    z-index: -1;
}
.section-help-centre-topics .landing-heading h2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -170px;
    right: -170px;
    height: 1px;
    margin-top: 1px;
    background: #e0e1e2;
    z-index: -2;
}
@media (max-width: 767.98px) {
    .section-help-centre-topics .landing-heading h2:after {
        left: -5rem;
        right: -5rem;
    }
}
.section-help-centre-topics .card-header {
    padding: 36px;
    letter-spacing: -0.015em;
}
.section-help-centre-topics .card-heading {
    margin: 0;
}
.section-help-centre-topics .card-body {
    padding: 0 36px;
}
.section-help-centre-topics .card-footer {
    padding: 0 36px 36px;
}
.section-help-centre-topics .card-large-with-icon ul {
    margin-bottom: 34px;
}
.section-help-centre-topics .row-cards .col-card {
    margin-bottom: 43px;
}
.field-radio_group:after {
    display: block;
    clear: both;
    content: "";
}
.field-radio_group .custom-radio {
    display: inline-block;
    float: left;
}
.field-radio_group > label {
    display: block;
}
.field-radio_group > small {
    float: none;
    clear: both;
    display: block;
    padding-left: 0 !important;
}
.field-radio_group .custom-radio {
    margin-right: 36px;
}
.branches-az-lists {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
}
@media (max-width: 991.98px) {
    .branches-az-lists {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.branches-btn {
    background: none;
    border: none;
    font-weight: 600;
    color: #dd4f05;
    display: block;
    font-size: 22px;
    padding: 10px;
}
.branches-panel {
    position: relative;
    padding: 20px 0 10px;
    border-bottom: 1px solid #eff0f0;
}
.branches-info-letter {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    color: #dd4f05;
    display: inline-block;
    height: 50px;
    width: 50px;
    position: absolute;
    border-radius: 3px;
    background: #f5f5f5;
    padding: 8px;
    font-weight: 600;
}
.branches-stores {
    list-style: none;
    padding: 0 0 0 60px;
    min-height: 60px;
}
.branches-list-item {
    padding-left: 15px;
}
.branches-link {
    font-size: 15px;
    display: inline-block;
    padding: 5px 0;
}
.page-locator .section-banner {
    padding-bottom: 56px;
}
.page-locator .section-locator {
    padding: 72px 0;
}
.page-locator .content-tabs .nav-link {
    padding: 15px 0 16px;
    font-size: 14px;
    letter-spacing: -0.015em;
}
.row-custom-locator {
    position: relative;
}
.col-custom-locator-tabs {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 37%;
    z-index: 1;
}
.col-custom-locator-sidebar {
    max-width: 37%;
    height: 747px;
    overflow: hidden;
    padding-top: 54px;
}
.col-custom-locator-map {
    height: 747px;
}
.locator-panes {
    position: relative;
}
.locator-pane-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.8) url(/assets/img/spinner-brand.svg) 50%
        no-repeat;
    background-size: 50px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease-in-out;
}
.locator-pane-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}
.locator-panel-info h5 {
    margin-top: 48px;
    margin-bottom: 26px;
}
.locator-panel-info .text-or {
    margin: 27px 0 22px;
}
.locator-panel-info .form-group {
    margin-bottom: 19px;
    position: relative;
}
.locator-panel-info .locate-search {
    padding: 16px 45px 16px 19px;
}
.locator-panel-info .form-locator [type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    fill: #555c63;
    background: transparent;
    padding: 0 25px 0 5px;
}
.locator-panel-info .current-location-btn {
    float: left;
}
.locator-panel-info .spinner {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url(/assets/img/spinner-brand.svg) 50% no-repeat;
    background-size: 30px;
    margin-left: 10px;
    float: left;
}
.locator-panel-info .spinner.hidden {
    display: none;
}
.locator-panel-results {
    padding: 31px 0;
}
.locator-panel-results h5 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}
.locator-panel-results .pagination-results {
    font-size: 14px;
    padding: 19px 0 21px;
    border-bottom: 1px solid #eff0f0;
}
.locator-panel-results .branch-pagination {
    float: right;
}
.locator-panel-results .branch-pagination a {
    padding: 10px;
    vertical-align: middle;
    color: #979ca0;
    fill: #979ca0;
}
.locator-panel-results .branch-pagination a:hover {
    color: #979ca0;
    fill: #979ca0;
}
.branch-result-items {
    margin-top: 6px;
    height: 475px;
    overflow: auto;
    margin-right: -50px;
    padding-right: 50px;
}
.branch-result-items-ovelay {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 50px;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
}
.branch-result-item {
    position: relative;
    padding-left: 27px;
    border-bottom: 1px solid #eff0f0;
    padding-top: 21px;
    padding-bottom: 23px;
    display: block;
    color: #696f73;
}
.branch-result-item:hover {
    color: #696f73;
}
.branch-result-item-marker {
    position: absolute;
    top: 23px;
    left: 0;
}
.branch-result-item-marker .marker-number {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
}
.branch-result-item-title {
    color: #dd4f05;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 9px;
}
.branch-result-item-title .distance {
    color: #a6a9ac;
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
}
.branch-result-item-address {
    margin-bottom: 10px;
}
.branch-result-item-opening {
    font-size: 14px;
}
.branch-result-item .icon-chevron {
    display: none;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    margin-top: -3px;
    fill: #b3b7ba;
}
.branch-result-item .icon-chevron svg {
    width: 18px;
    height: 18px;
}
.branch-result-item.hover .icon-chevron,
.branch-result-item:hover .icon-chevron {
    display: block;
}
.branch-result-item.hover .branch-result-item-title .text,
.branch-result-item:hover .branch-result-item-title .text {
    text-decoration: underline;
}
.checkbox-filter {
    background: #f7f7f8;
}
.checkbox-filter .filter-header {
    font-size: 14px;
}
.checkbox-filter .filter-header .custom-checkbox {
    margin: 8px 9px;
    display: inline-block;
    min-height: auto;
    padding-left: 28px;
    color: #676c72;
}
.checkbox-filter .filter-header .custom-control-label:after,
.checkbox-filter .filter-header .custom-control-label:before {
    top: 1px;
    width: 18px;
    height: 18px;
}
.checkbox-filter .filter-header .filter-expand {
    float: right;
    color: #676c72;
    margin: 7px 5px;
    padding-right: 28px;
}
.checkbox-filter .filter-header .filter-expand .icon-chevron {
    right: 2px;
    margin-top: 2px;
}
.checkbox-filter .filter-header .filter-expand .icon-chevron svg {
    width: 12px;
    height: 12px;
}
.checkbox-filter .filter-button-group {
    padding: 7px 17px 10px;
    font-size: 14px;
}
.checkbox-filter .filter-button-group:after {
    display: block;
    clear: both;
    content: "";
}
.checkbox-filter .filter-button-group .custom-control {
    display: inline-block;
    float: left;
    margin-right: 16px;
    margin-top: 7px;
}
.locator-panel-single {
    padding: 31px 0;
}
.branch-info-header {
    position: relative;
    padding-left: 27px;
    border-bottom: 1px solid #eff0f0;
    padding-top: 20px;
    padding-bottom: 8px;
    display: block;
    color: #696f73;
}
.branch-info-header:hover {
    color: #696f73;
}
.branch-info-marker {
    position: absolute;
    top: 17px;
    left: 0;
}
.branch-info-title {
    color: #424a52;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 9px;
}
.branch-info-title .distance {
    color: #a6a9ac;
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
}
.branch-info-address {
    margin-bottom: 10px;
}
.branch-info-opening {
    font-size: 14px;
}
.branch-info-body {
    padding: 20px 0 26px;
    border-bottom: 1px solid #eff0f0;
}
.branch-info-body .btn {
    margin-top: 23px;
}
.branch-info-content-item {
    padding: 33px 0 0 36px;
    color: #696e74;
}
.branch-info-content-item .icon {
    margin-left: -36px;
    fill: #424a52;
    float: left;
    margin-top: 2px;
}
.branch-info-content-item h6 {
    margin-bottom: 14px;
}
.branch-info-content-item ul {
    margin: 0;
}
.branch-info-content-item li {
    font-size: 14px;
    margin-bottom: 7px;
}
.branch-info-content-item li:last-child {
    margin: 0;
}
.branch-info-content-item li .key {
    font-weight: 600;
    width: 96px;
    display: inline-block;
}
.gm-map {
    width: 100%;
    height: 100%;
}
.block-tabbed-form .calculator-tab-content .tab-pane {
    padding: 4rem 0;
}
.table-calculator {
    margin: auto;
    border: 1px solid #d5d5d5;
}
@media (max-width: 767.98px) {
    .table-calculator {
        width: 100%;
        font-size: 14px;
    }
}
.table-calculator tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}
.table-calculator td,
.table-calculator th {
    border: 1px solid #d5d5d5;
}
.table-calculator .input-cell {
    text-align: right;
}
.table-calculator .input-cell input,
.table-calculator .input-cell textarea {
    border: 1px solid #ced4da;
    background: #fff;
    padding: 12px 14px;
}
.table-calculator .btn-wrap .btn {
    margin-right: 1rem;
}
.table-calculator .btn-wrap .btn:last-child {
    margin-right: 0;
}
.table-calculator-no-top,
.table-calculator-no-top > tbody > tr:first-child > td {
    border-top: 0;
}
#dev-sketch-comparison {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -720px;
    width: 1440px;
    max-width: 1440px;
    opacity: 0.5;
    z-index: 9999;
    pointer-events: none;
}
#dev-sketch-comparison.mobile {
    margin-left: -192px;
    width: 384px;
    max-width: 384px;
}
/*# sourceMappingURL=maps/style.css.map */
