.mat-ripple {
    overflow: hidden;
    position: relative;
}
.mat-ripple:not(:empty) {
    transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
    overflow: visible;
}
.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
    transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
    display: none;
}
.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    left: 0;
}
[dir="rtl"] .cdk-visually-hidden {
    left: auto;
    right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.cdk-overlay-container {
    position: fixed;
    z-index: 1000;
}
.cdk-overlay-container:empty {
    display: none;
}
.cdk-global-overlay-wrapper {
    display: flex;
    position: absolute;
    z-index: 1000;
}
.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    max-width: 100%;
    max-height: 100%;
}
.cdk-overlay-backdrop {
    position: absolute;
    inset: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
    background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
    transition: visibility 1ms linear, opacity 1ms linear;
    visibility: hidden;
    opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0;
    visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
    transition: none;
}
.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px;
}
.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
    resize: none;
}
textarea.cdk-textarea-autosize-measuring {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: auto !important;
    overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
    padding: 2px 0 !important;
    box-sizing: content-box !important;
    height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
    animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
    animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
    position: relative;
}
.mat-focus-indicator:before {
    inset: 0;
    position: absolute;
    box-sizing: border-box;
    pointer-events: none;
    display: var(--mat-focus-indicator-display, none);
    border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
    border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus:before {
    content: "";
}
.cdk-high-contrast-active {
    --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
    position: relative;
}
.mat-mdc-focus-indicator:before {
    inset: 0;
    position: absolute;
    box-sizing: border-box;
    pointer-events: none;
    display: var(--mat-mdc-focus-indicator-display, none);
    border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
    border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus:before {
    content: "";
}
.cdk-high-contrast-active {
    --mat-mdc-focus-indicator-display: block;
}
.mat-ripple-element {
    background-color: #0000001a;
}
html {
    --mat-option-selected-state-label-text-color: #3f51b5;
    --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
    --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
    --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
    --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-accent {
    --mat-option-selected-state-label-text-color: #ff4081;
}
.mat-warn {
    --mat-option-selected-state-label-text-color: #f44336;
}
html {
    --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-pseudo-checkbox-full {
    color: #0000008a;
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
    color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
    color: #3f51b5;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
    background: #3f51b5;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
    color: #fafafa;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
    color: #ff4081;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
    background: #ff4081;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
    color: #fafafa;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
    color: #ff4081;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
    background: #ff4081;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
    color: #fafafa;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
    color: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
    background: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
    color: #fafafa;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
    color: #b0b0b0;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
    background: #b0b0b0;
}
.mat-app-background {
    background-color: #fafafa;
    color: #000000de;
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
    box-shadow: 0 0 #0003, 0 0 #00000024, 0 0 #0000001f;
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
    box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
    box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
    box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f;
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
    box-shadow: 0 3px 5px -1px #0003, 0 5px 8px #00000024, 0 1px 14px #0000001f;
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
    box-shadow: 0 3px 5px -1px #0003, 0 6px 10px #00000024, 0 1px 18px #0000001f;
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
    box-shadow: 0 4px 5px -2px #0003, 0 7px 10px 1px #00000024, 0 2px 16px 1px #0000001f;
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f;
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
    box-shadow: 0 5px 6px -3px #0003, 0 9px 12px 1px #00000024, 0 3px 16px 2px #0000001f;
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
    box-shadow: 0 6px 6px -3px #0003, 0 10px 14px 1px #00000024, 0 4px 18px 3px #0000001f;
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
    box-shadow: 0 6px 7px -4px #0003, 0 11px 15px 1px #00000024, 0 4px 20px 3px #0000001f;
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
    box-shadow: 0 7px 8px -4px #0003, 0 12px 17px 2px #00000024, 0 5px 22px 4px #0000001f;
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
    box-shadow: 0 7px 8px -4px #0003, 0 13px 19px 2px #00000024, 0 5px 24px 4px #0000001f;
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
    box-shadow: 0 7px 9px -4px #0003, 0 14px 21px 2px #00000024, 0 5px 26px 4px #0000001f;
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
    box-shadow: 0 8px 9px -5px #0003, 0 15px 22px 2px #00000024, 0 6px 28px 5px #0000001f;
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
    box-shadow: 0 8px 10px -5px #0003, 0 16px 24px 2px #00000024, 0 6px 30px 5px #0000001f;
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
    box-shadow: 0 8px 11px -5px #0003, 0 17px 26px 2px #00000024, 0 6px 32px 5px #0000001f;
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
    box-shadow: 0 9px 11px -5px #0003, 0 18px 28px 2px #00000024, 0 7px 34px 6px #0000001f;
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
    box-shadow: 0 9px 12px -6px #0003, 0 19px 29px 2px #00000024, 0 7px 36px 6px #0000001f;
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
    box-shadow: 0 10px 13px -6px #0003, 0 20px 31px 3px #00000024, 0 8px 38px 7px #0000001f;
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
    box-shadow: 0 10px 13px -6px #0003, 0 21px 33px 3px #00000024, 0 8px 40px 7px #0000001f;
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
    box-shadow: 0 10px 14px -6px #0003, 0 22px 35px 3px #00000024, 0 8px 42px 7px #0000001f;
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
    box-shadow: 0 11px 14px -7px #0003, 0 23px 36px 3px #00000024, 0 9px 44px 8px #0000001f;
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
    box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f;
}
.mat-theme-loaded-marker {
    display: none;
}
html {
    --mat-option-label-text-font: Roboto, sans-serif;
    --mat-option-label-text-line-height: 24px;
    --mat-option-label-text-size: 16px;
    --mat-option-label-text-tracking: 0.03125em;
    --mat-option-label-text-weight: 400;
}
html {
    --mat-optgroup-label-text-font: Roboto, sans-serif;
    --mat-optgroup-label-text-line-height: 24px;
    --mat-optgroup-label-text-size: 16px;
    --mat-optgroup-label-text-tracking: 0.03125em;
    --mat-optgroup-label-text-weight: 400;
}
.mat-mdc-card {
    --mdc-elevated-card-container-color: white;
    --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    --mdc-outlined-card-container-color: white;
    --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
    --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-card {
    --mat-card-title-text-font: Roboto, sans-serif;
    --mat-card-title-text-line-height: 32px;
    --mat-card-title-text-size: 20px;
    --mat-card-title-text-tracking: 0.0125em;
    --mat-card-title-text-weight: 500;
    --mat-card-subtitle-text-font: Roboto, sans-serif;
    --mat-card-subtitle-text-line-height: 22px;
    --mat-card-subtitle-text-size: 14px;
    --mat-card-subtitle-text-tracking: 0.0071428571em;
    --mat-card-subtitle-text-weight: 500;
}
.mat-mdc-progress-bar {
    --mdc-linear-progress-active-indicator-color: #3f51b5;
    --mdc-linear-progress-track-color: rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: #3f51b540;
    background-color: var(--mdc-linear-progress-track-color, rgba(63, 81, 181, 0.25));
}
@media (forced-colors: active) {
    .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
        background-color: ButtonBorder;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
        background-color: #0000;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(63, 81, 181, 0.25)'/%3E%3C/svg%3E");
    }
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
    background-color: #3f51b540;
    background-color: var(--mdc-linear-progress-track-color, rgba(63, 81, 181, 0.25));
}
.mat-mdc-progress-bar.mat-accent {
    --mdc-linear-progress-active-indicator-color: #ff4081;
    --mdc-linear-progress-track-color: rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: #ff408140;
    background-color: var(--mdc-linear-progress-track-color, rgba(255, 64, 129, 0.25));
}
@media (forced-colors: active) {
    .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
        background-color: ButtonBorder;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
        background-color: #0000;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 64, 129, 0.25)'/%3E%3C/svg%3E");
    }
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
    background-color: #ff408140;
    background-color: var(--mdc-linear-progress-track-color, rgba(255, 64, 129, 0.25));
}
.mat-mdc-progress-bar.mat-warn {
    --mdc-linear-progress-active-indicator-color: #f44336;
    --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
@keyframes mdc-linear-progress-buffering {
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: #f4433640;
    background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
@media (forced-colors: active) {
    .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
        background-color: ButtonBorder;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
        background-color: #0000;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
    }
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
    background-color: #f4433640;
    background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
.mat-mdc-tooltip {
    --mdc-plain-tooltip-container-color: #616161;
    --mdc-plain-tooltip-supporting-text-color: #fff;
}
.mat-mdc-tooltip {
    --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
    --mdc-plain-tooltip-supporting-text-size: 12px;
    --mdc-plain-tooltip-supporting-text-weight: 400;
    --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
    --mdc-filled-text-field-caret-color: #3f51b5;
    --mdc-filled-text-field-focus-active-indicator-color: #3f51b5;
    --mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
    --mdc-filled-text-field-container-color: whitesmoke;
    --mdc-filled-text-field-disabled-container-color: #fafafa;
    --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
    --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
    --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
    --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
    --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
    --mdc-filled-text-field-error-focus-label-text-color: #f44336;
    --mdc-filled-text-field-error-label-text-color: #f44336;
    --mdc-filled-text-field-error-caret-color: #f44336;
    --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
    --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
    --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
    --mdc-filled-text-field-error-active-indicator-color: #f44336;
    --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
    --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
    --mdc-outlined-text-field-caret-color: #3f51b5;
    --mdc-outlined-text-field-focus-outline-color: #3f51b5;
    --mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
    --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
    --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
    --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
    --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
    --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
    --mdc-outlined-text-field-error-caret-color: #f44336;
    --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
    --mdc-outlined-text-field-error-label-text-color: #f44336;
    --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
    --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
    --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
    --mdc-outlined-text-field-error-focus-outline-color: #f44336;
    --mdc-outlined-text-field-error-hover-outline-color: #f44336;
    --mdc-outlined-text-field-error-outline-color: #f44336;
    --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-form-field-error {
    color: var(--mdc-theme-error, #f44336);
}
.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mat-form-field-subscript-text-font);
    line-height: var(--mat-form-field-subscript-text-line-height);
    font-size: var(--mat-form-field-subscript-text-size);
    letter-spacing: var(--mat-form-field-subscript-text-tracking);
    font-weight: var(--mat-form-field-subscript-text-weight);
}
.mat-mdc-form-field-focus-overlay {
    background-color: #000000de;
}
.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
    opacity: 0.04;
}
.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
    opacity: 0.12;
}
.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix:after {
    color: #0000008a;
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix:after {
    color: #3f51b5de;
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix:after {
    color: #ff4081de;
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix:after {
    color: #f44336de;
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix:after {
    color: #00000061;
}
.mat-mdc-form-field.mat-accent {
    --mdc-filled-text-field-caret-color: #ff4081;
    --mdc-filled-text-field-focus-active-indicator-color: #ff4081;
    --mdc-filled-text-field-focus-label-text-color: rgba(255, 64, 129, 0.87);
    --mdc-outlined-text-field-caret-color: #ff4081;
    --mdc-outlined-text-field-focus-outline-color: #ff4081;
    --mdc-outlined-text-field-focus-label-text-color: rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
    --mdc-filled-text-field-caret-color: #f44336;
    --mdc-filled-text-field-focus-active-indicator-color: #f44336;
    --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
    --mdc-outlined-text-field-caret-color: #f44336;
    --mdc-outlined-text-field-focus-outline-color: #f44336;
    --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
    border-left: 1px solid rgba(0, 0, 0, 0);
}
[dir="rtl"] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0);
}
.mat-mdc-form-field-infix {
    min-height: 56px;
}
.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
    top: 28px;
}
.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    --mat-mdc-form-field-label-transform: translateY(-34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
    transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
    padding-top: 16px;
    padding-bottom: 16px;
}
.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
    padding-top: 24px;
    padding-bottom: 8px;
}
.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
    padding-top: 16px;
    padding-bottom: 16px;
}
html {
    --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
    --mdc-filled-text-field-label-text-size: 16px;
    --mdc-filled-text-field-label-text-tracking: 0.03125em;
    --mdc-filled-text-field-label-text-weight: 400;
    --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
    --mdc-outlined-text-field-label-text-size: 16px;
    --mdc-outlined-text-field-label-text-tracking: 0.03125em;
    --mdc-outlined-text-field-label-text-weight: 400;
    --mat-form-field-container-text-font: Roboto, sans-serif;
    --mat-form-field-container-text-line-height: 24px;
    --mat-form-field-container-text-size: 16px;
    --mat-form-field-container-text-tracking: 0.03125em;
    --mat-form-field-container-text-weight: 400;
    --mat-form-field-outlined-label-text-populated-size: 16px;
    --mat-form-field-subscript-text-font: Roboto, sans-serif;
    --mat-form-field-subscript-text-line-height: 20px;
    --mat-form-field-subscript-text-size: 12px;
    --mat-form-field-subscript-text-tracking: 0.0333333333em;
    --mat-form-field-subscript-text-weight: 400;
}
html {
    --mat-select-panel-background-color: white;
    --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
    --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
    --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
    --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
    --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
    --mat-select-focused-arrow-color: rgba(63, 81, 181, 0.87);
    --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
    --mat-select-panel-background-color: white;
    --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
    --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
    --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
    --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
    --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
    --mat-select-focused-arrow-color: rgba(255, 64, 129, 0.87);
    --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
    --mat-select-panel-background-color: white;
    --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
    --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
    --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
    --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
    --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
    --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
    --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html {
    --mat-select-trigger-text-font: Roboto, sans-serif;
    --mat-select-trigger-text-line-height: 24px;
    --mat-select-trigger-text-size: 16px;
    --mat-select-trigger-text-tracking: 0.03125em;
    --mat-select-trigger-text-weight: 400;
}
html {
    --mat-autocomplete-background-color: white;
}
.mat-mdc-dialog-container {
    --mdc-dialog-container-color: white;
    --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
    --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-dialog-container {
    --mdc-dialog-subhead-font: Roboto, sans-serif;
    --mdc-dialog-subhead-line-height: 32px;
    --mdc-dialog-subhead-size: 20px;
    --mdc-dialog-subhead-weight: 500;
    --mdc-dialog-subhead-tracking: 0.0125em;
    --mdc-dialog-supporting-text-font: Roboto, sans-serif;
    --mdc-dialog-supporting-text-line-height: 24px;
    --mdc-dialog-supporting-text-size: 16px;
    --mdc-dialog-supporting-text-weight: 400;
    --mdc-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
    --mdc-chip-disabled-label-text-color: #212121;
    --mdc-chip-elevated-container-color: #e0e0e0;
    --mdc-chip-elevated-disabled-container-color: #e0e0e0;
    --mdc-chip-focus-state-layer-color: black;
    --mdc-chip-focus-state-layer-opacity: 0.12;
    --mdc-chip-label-text-color: #212121;
    --mdc-chip-with-icon-icon-color: #212121;
    --mdc-chip-with-icon-disabled-icon-color: #212121;
    --mdc-chip-with-icon-selected-icon-color: #212121;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
    --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
    --mdc-chip-disabled-label-text-color: white;
    --mdc-chip-elevated-container-color: #3f51b5;
    --mdc-chip-elevated-disabled-container-color: #3f51b5;
    --mdc-chip-focus-state-layer-color: black;
    --mdc-chip-focus-state-layer-opacity: 0.12;
    --mdc-chip-label-text-color: white;
    --mdc-chip-with-icon-icon-color: white;
    --mdc-chip-with-icon-disabled-icon-color: white;
    --mdc-chip-with-icon-selected-icon-color: white;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
    --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
    --mdc-chip-disabled-label-text-color: white;
    --mdc-chip-elevated-container-color: #ff4081;
    --mdc-chip-elevated-disabled-container-color: #ff4081;
    --mdc-chip-focus-state-layer-color: black;
    --mdc-chip-focus-state-layer-opacity: 0.12;
    --mdc-chip-label-text-color: white;
    --mdc-chip-with-icon-icon-color: white;
    --mdc-chip-with-icon-disabled-icon-color: white;
    --mdc-chip-with-icon-selected-icon-color: white;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
    --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
    --mdc-chip-disabled-label-text-color: white;
    --mdc-chip-elevated-container-color: #f44336;
    --mdc-chip-elevated-disabled-container-color: #f44336;
    --mdc-chip-focus-state-layer-color: black;
    --mdc-chip-focus-state-layer-opacity: 0.12;
    --mdc-chip-label-text-color: white;
    --mdc-chip-with-icon-icon-color: white;
    --mdc-chip-with-icon-disabled-icon-color: white;
    --mdc-chip-with-icon-selected-icon-color: white;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
    --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
    --mdc-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
    --mdc-chip-label-text-font: Roboto, sans-serif;
    --mdc-chip-label-text-line-height: 20px;
    --mdc-chip-label-text-size: 14px;
    --mdc-chip-label-text-tracking: 0.0178571429em;
    --mdc-chip-label-text-weight: 400;
}
.mat-mdc-slide-toggle {
    --mdc-switch-selected-focus-state-layer-color: #3949ab;
    --mdc-switch-selected-handle-color: #3949ab;
    --mdc-switch-selected-hover-state-layer-color: #3949ab;
    --mdc-switch-selected-pressed-state-layer-color: #3949ab;
    --mdc-switch-selected-focus-handle-color: #1a237e;
    --mdc-switch-selected-hover-handle-color: #1a237e;
    --mdc-switch-selected-pressed-handle-color: #1a237e;
    --mdc-switch-selected-focus-track-color: #7986cb;
    --mdc-switch-selected-hover-track-color: #7986cb;
    --mdc-switch-selected-pressed-track-color: #7986cb;
    --mdc-switch-selected-track-color: #7986cb;
    --mdc-switch-disabled-selected-handle-color: #424242;
    --mdc-switch-disabled-selected-icon-color: #fff;
    --mdc-switch-disabled-selected-track-color: #424242;
    --mdc-switch-disabled-unselected-handle-color: #424242;
    --mdc-switch-disabled-unselected-icon-color: #fff;
    --mdc-switch-disabled-unselected-track-color: #424242;
    --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
    --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    --mdc-switch-handle-shadow-color: black;
    --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    --mdc-switch-selected-icon-color: #fff;
    --mdc-switch-unselected-focus-handle-color: #212121;
    --mdc-switch-unselected-focus-state-layer-color: #424242;
    --mdc-switch-unselected-focus-track-color: #e0e0e0;
    --mdc-switch-unselected-handle-color: #616161;
    --mdc-switch-unselected-hover-handle-color: #212121;
    --mdc-switch-unselected-hover-state-layer-color: #424242;
    --mdc-switch-unselected-hover-track-color: #e0e0e0;
    --mdc-switch-unselected-icon-color: #fff;
    --mdc-switch-unselected-pressed-handle-color: #212121;
    --mdc-switch-unselected-pressed-state-layer-color: #424242;
    --mdc-switch-unselected-pressed-track-color: #e0e0e0;
    --mdc-switch-unselected-track-color: #e0e0e0;
}
.mat-mdc-slide-toggle .mdc-form-field {
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
    color: #00000061;
}
.mat-mdc-slide-toggle.mat-accent {
    --mdc-switch-selected-focus-state-layer-color: #d81b60;
    --mdc-switch-selected-handle-color: #d81b60;
    --mdc-switch-selected-hover-state-layer-color: #d81b60;
    --mdc-switch-selected-pressed-state-layer-color: #d81b60;
    --mdc-switch-selected-focus-handle-color: #880e4f;
    --mdc-switch-selected-hover-handle-color: #880e4f;
    --mdc-switch-selected-pressed-handle-color: #880e4f;
    --mdc-switch-selected-focus-track-color: #f06292;
    --mdc-switch-selected-hover-track-color: #f06292;
    --mdc-switch-selected-pressed-track-color: #f06292;
    --mdc-switch-selected-track-color: #f06292;
}
.mat-mdc-slide-toggle.mat-warn {
    --mdc-switch-selected-focus-state-layer-color: #e53935;
    --mdc-switch-selected-handle-color: #e53935;
    --mdc-switch-selected-hover-state-layer-color: #e53935;
    --mdc-switch-selected-pressed-state-layer-color: #e53935;
    --mdc-switch-selected-focus-handle-color: #b71c1c;
    --mdc-switch-selected-hover-handle-color: #b71c1c;
    --mdc-switch-selected-pressed-handle-color: #b71c1c;
    --mdc-switch-selected-focus-track-color: #e57373;
    --mdc-switch-selected-hover-track-color: #e57373;
    --mdc-switch-selected-pressed-track-color: #e57373;
    --mdc-switch-selected-track-color: #e57373;
}
.mat-mdc-slide-toggle {
    --mdc-switch-state-layer-size: 48px;
}
.mat-mdc-slide-toggle {
    --mat-slide-toggle-label-text-font: Roboto, sans-serif;
    --mat-slide-toggle-label-text-size: 14px;
    --mat-slide-toggle-label-text-tracking: 0.0178571429em;
    --mat-slide-toggle-label-text-line-height: 20px;
    --mat-slide-toggle-label-text-weight: 400;
}
.mat-mdc-slide-toggle .mdc-form-field {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 0.875rem;
    font-size: var(--mdc-typography-body2-font-size, 0.875rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-body2-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: 0.0178571429em;
    letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
    text-decoration: inherit;
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
.mat-mdc-radio-button .mdc-form-field {
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-radio-button.mat-primary {
    --mdc-radio-disabled-selected-icon-color: #000;
    --mdc-radio-disabled-unselected-icon-color: #000;
    --mdc-radio-unselected-hover-icon-color: #212121;
    --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-radio-selected-focus-icon-color: #3f51b5;
    --mdc-radio-selected-hover-icon-color: #3f51b5;
    --mdc-radio-selected-icon-color: #3f51b5;
    --mdc-radio-selected-pressed-icon-color: #3f51b5;
    --mat-radio-ripple-color: #000;
    --mat-radio-checked-ripple-color: #3f51b5;
    --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
    --mdc-radio-disabled-selected-icon-color: #000;
    --mdc-radio-disabled-unselected-icon-color: #000;
    --mdc-radio-unselected-hover-icon-color: #212121;
    --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-radio-selected-focus-icon-color: #ff4081;
    --mdc-radio-selected-hover-icon-color: #ff4081;
    --mdc-radio-selected-icon-color: #ff4081;
    --mdc-radio-selected-pressed-icon-color: #ff4081;
    --mat-radio-ripple-color: #000;
    --mat-radio-checked-ripple-color: #ff4081;
    --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
    --mdc-radio-disabled-selected-icon-color: #000;
    --mdc-radio-disabled-unselected-icon-color: #000;
    --mdc-radio-unselected-hover-icon-color: #212121;
    --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-radio-selected-focus-icon-color: #f44336;
    --mdc-radio-selected-hover-icon-color: #f44336;
    --mdc-radio-selected-icon-color: #f44336;
    --mdc-radio-selected-pressed-icon-color: #f44336;
    --mat-radio-ripple-color: #000;
    --mat-radio-checked-ripple-color: #f44336;
    --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button .mdc-radio {
    --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button .mdc-form-field {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-body2-font-size, 14px);
    line-height: var(--mdc-typography-body2-line-height, 20px);
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-slider {
    --mdc-slider-label-container-color: black;
    --mdc-slider-label-label-text-color: white;
    --mdc-slider-disabled-handle-color: #000;
    --mdc-slider-disabled-active-track-color: #000;
    --mdc-slider-disabled-inactive-track-color: #000;
    --mdc-slider-with-tick-marks-disabled-container-color: #000;
    --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
    --mdc-slider-handle-color: #3f51b5;
    --mdc-slider-focus-handle-color: #3f51b5;
    --mdc-slider-hover-handle-color: #3f51b5;
    --mdc-slider-active-track-color: #3f51b5;
    --mdc-slider-inactive-track-color: #3f51b5;
    --mdc-slider-with-tick-marks-active-container-color: #fff;
    --mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;
    --mat-mdc-slider-ripple-color: #3f51b5;
    --mat-mdc-slider-hover-ripple-color: rgba(63, 81, 181, 0.05);
    --mat-mdc-slider-focus-ripple-color: rgba(63, 81, 181, 0.2);
}
.mat-mdc-slider.mat-accent {
    --mdc-slider-handle-color: #ff4081;
    --mdc-slider-focus-handle-color: #ff4081;
    --mdc-slider-hover-handle-color: #ff4081;
    --mdc-slider-active-track-color: #ff4081;
    --mdc-slider-inactive-track-color: #ff4081;
    --mdc-slider-with-tick-marks-active-container-color: #fff;
    --mdc-slider-with-tick-marks-inactive-container-color: #ff4081;
    --mat-mdc-slider-ripple-color: #ff4081;
    --mat-mdc-slider-hover-ripple-color: rgba(255, 64, 129, 0.05);
    --mat-mdc-slider-focus-ripple-color: rgba(255, 64, 129, 0.2);
}
.mat-mdc-slider.mat-warn {
    --mdc-slider-handle-color: #f44336;
    --mdc-slider-focus-handle-color: #f44336;
    --mdc-slider-hover-handle-color: #f44336;
    --mdc-slider-active-track-color: #f44336;
    --mdc-slider-inactive-track-color: #f44336;
    --mdc-slider-with-tick-marks-active-container-color: #fff;
    --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
    --mat-mdc-slider-ripple-color: #f44336;
    --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
    --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
.mat-mdc-slider {
    --mdc-slider-label-label-text-font: Roboto, sans-serif;
    --mdc-slider-label-label-text-size: 14px;
    --mdc-slider-label-label-text-line-height: 22px;
    --mdc-slider-label-label-text-tracking: 0.0071428571em;
    --mdc-slider-label-label-text-weight: 500;
}
html {
    --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
    --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
    --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
    --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
    --mat-menu-container-color: white;
}
html {
    --mat-menu-item-label-text-font: Roboto, sans-serif;
    --mat-menu-item-label-text-size: 16px;
    --mat-menu-item-label-text-tracking: 0.03125em;
    --mat-menu-item-label-text-line-height: 24px;
    --mat-menu-item-label-text-weight: 400;
}
.mat-mdc-list-base {
    --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
    --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
    --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
    --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-list-list-item-disabled-label-text-color: black;
    --mdc-list-list-item-disabled-leading-icon-color: black;
    --mdc-list-list-item-disabled-trailing-icon-color: black;
    --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
    --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
    --mdc-list-list-item-hover-state-layer-color: black;
    --mdc-list-list-item-hover-state-layer-opacity: 0.04;
    --mdc-list-list-item-focus-state-layer-color: black;
    --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
    --mdc-radio-disabled-selected-icon-color: #000;
    --mdc-radio-disabled-unselected-icon-color: #000;
    --mdc-radio-unselected-hover-icon-color: #212121;
    --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-radio-selected-focus-icon-color: #3f51b5;
    --mdc-radio-selected-hover-icon-color: #3f51b5;
    --mdc-radio-selected-icon-color: #3f51b5;
    --mdc-radio-selected-pressed-icon-color: #3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
    --mdc-radio-disabled-selected-icon-color: #000;
    --mdc-radio-disabled-unselected-icon-color: #000;
    --mdc-radio-unselected-hover-icon-color: #212121;
    --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-radio-selected-focus-icon-color: #ff4081;
    --mdc-radio-selected-hover-icon-color: #ff4081;
    --mdc-radio-selected-icon-color: #ff4081;
    --mdc-radio-selected-pressed-icon-color: #ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
    --mdc-radio-disabled-selected-icon-color: #000;
    --mdc-radio-disabled-unselected-icon-color: #000;
    --mdc-radio-unselected-hover-icon-color: #212121;
    --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-radio-selected-focus-icon-color: #f44336;
    --mdc-radio-selected-hover-icon-color: #f44336;
    --mdc-radio-selected-icon-color: #f44336;
    --mdc-radio-selected-pressed-icon-color: #f44336;
}
.mat-mdc-list-option {
    --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-checkbox-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-icon-color: #3f51b5;
    --mdc-checkbox-selected-hover-icon-color: #3f51b5;
    --mdc-checkbox-selected-icon-color: #3f51b5;
    --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
    --mdc-checkbox-unselected-focus-icon-color: #212121;
    --mdc-checkbox-unselected-hover-icon-color: #212121;
    --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
    --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
    --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
    --mdc-checkbox-unselected-focus-state-layer-color: black;
    --mdc-checkbox-unselected-hover-state-layer-color: black;
    --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-accent {
    --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-checkbox-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-icon-color: #ff4081;
    --mdc-checkbox-selected-hover-icon-color: #ff4081;
    --mdc-checkbox-selected-icon-color: #ff4081;
    --mdc-checkbox-selected-pressed-icon-color: #ff4081;
    --mdc-checkbox-unselected-focus-icon-color: #212121;
    --mdc-checkbox-unselected-hover-icon-color: #212121;
    --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
    --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
    --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
    --mdc-checkbox-unselected-focus-state-layer-color: black;
    --mdc-checkbox-unselected-hover-state-layer-color: black;
    --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
    --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-checkbox-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-icon-color: #f44336;
    --mdc-checkbox-selected-hover-icon-color: #f44336;
    --mdc-checkbox-selected-icon-color: #f44336;
    --mdc-checkbox-selected-pressed-icon-color: #f44336;
    --mdc-checkbox-unselected-focus-icon-color: #212121;
    --mdc-checkbox-unselected-hover-icon-color: #212121;
    --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-checkbox-selected-focus-state-layer-color: #f44336;
    --mdc-checkbox-selected-hover-state-layer-color: #f44336;
    --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
    --mdc-checkbox-unselected-focus-state-layer-color: black;
    --mdc-checkbox-unselected-hover-state-layer-color: black;
    --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
    color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
    opacity: 1;
}
.mat-mdc-list-base {
    --mdc-list-list-item-one-line-container-height: 48px;
    --mdc-list-list-item-two-line-container-height: 64px;
    --mdc-list-list-item-three-line-container-height: 88px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
    height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
    height: 72px;
}
.mat-mdc-list-base {
    --mdc-list-list-item-label-text-font: Roboto, sans-serif;
    --mdc-list-list-item-label-text-line-height: 24px;
    --mdc-list-list-item-label-text-size: 16px;
    --mdc-list-list-item-label-text-tracking: 0.03125em;
    --mdc-list-list-item-label-text-weight: 400;
    --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
    --mdc-list-list-item-supporting-text-line-height: 20px;
    --mdc-list-list-item-supporting-text-size: 14px;
    --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
    --mdc-list-list-item-supporting-text-weight: 400;
    --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
    --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
    --mdc-list-list-item-trailing-supporting-text-size: 12px;
    --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
    --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.009375em;
}
html {
    --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
    --mat-paginator-container-background-color: white;
    --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
    --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
html {
    --mat-paginator-container-size: 56px;
}
.mat-mdc-paginator .mat-mdc-form-field-infix {
    min-height: 40px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
    top: 20px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    --mat-mdc-form-field-label-transform: translateY(-26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
    transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
    padding-top: 8px;
    padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
    padding-top: 8px;
    padding-bottom: 8px;
}
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
    padding-top: 8px;
    padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
    display: none;
}
html {
    --mat-paginator-container-text-font: Roboto, sans-serif;
    --mat-paginator-container-text-line-height: 20px;
    --mat-paginator-container-text-size: 12px;
    --mat-paginator-container-text-tracking: 0.0333333333em;
    --mat-paginator-container-text-weight: 400;
    --mat-paginator-select-trigger-text-size: 12px;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
    --mdc-tab-indicator-active-indicator-color: #3f51b5;
    --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
    --mat-tab-header-pagination-icon-color: #000;
    --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
    --mat-tab-header-active-label-text-color: #3f51b5;
    --mat-tab-header-active-ripple-color: #3f51b5;
    --mat-tab-header-inactive-ripple-color: #3f51b5;
    --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
    --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
    --mat-tab-header-active-focus-label-text-color: #3f51b5;
    --mat-tab-header-active-hover-label-text-color: #3f51b5;
    --mat-tab-header-active-focus-indicator-color: #3f51b5;
    --mat-tab-header-active-hover-indicator-color: #3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
    --mdc-tab-indicator-active-indicator-color: #ff4081;
    --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
    --mat-tab-header-pagination-icon-color: #000;
    --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
    --mat-tab-header-active-label-text-color: #ff4081;
    --mat-tab-header-active-ripple-color: #ff4081;
    --mat-tab-header-inactive-ripple-color: #ff4081;
    --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
    --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
    --mat-tab-header-active-focus-label-text-color: #ff4081;
    --mat-tab-header-active-hover-label-text-color: #ff4081;
    --mat-tab-header-active-focus-indicator-color: #ff4081;
    --mat-tab-header-active-hover-indicator-color: #ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
    --mdc-tab-indicator-active-indicator-color: #f44336;
    --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
    --mat-tab-header-pagination-icon-color: #000;
    --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
    --mat-tab-header-active-label-text-color: #f44336;
    --mat-tab-header-active-ripple-color: #f44336;
    --mat-tab-header-inactive-ripple-color: #f44336;
    --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
    --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
    --mat-tab-header-active-focus-label-text-color: #f44336;
    --mat-tab-header-active-hover-label-text-color: #f44336;
    --mat-tab-header-active-focus-indicator-color: #f44336;
    --mat-tab-header-active-hover-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
    --mat-tab-header-with-background-background-color: #3f51b5;
    --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
    --mat-tab-header-with-background-background-color: #ff4081;
    --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
    --mat-tab-header-with-background-background-color: #f44336;
    --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-header {
    --mdc-secondary-navigation-tab-container-height: 48px;
}
.mat-mdc-tab-header {
    --mat-tab-header-label-text-font: Roboto, sans-serif;
    --mat-tab-header-label-text-size: 14px;
    --mat-tab-header-label-text-tracking: 0.0892857143em;
    --mat-tab-header-label-text-line-height: 36px;
    --mat-tab-header-label-text-weight: 500;
}
html {
    --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-checkbox-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-icon-color: #ff4081;
    --mdc-checkbox-selected-hover-icon-color: #ff4081;
    --mdc-checkbox-selected-icon-color: #ff4081;
    --mdc-checkbox-selected-pressed-icon-color: #ff4081;
    --mdc-checkbox-unselected-focus-icon-color: #212121;
    --mdc-checkbox-unselected-hover-icon-color: #212121;
    --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
    --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
    --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
    --mdc-checkbox-unselected-focus-state-layer-color: black;
    --mdc-checkbox-unselected-hover-state-layer-color: black;
    --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-primary {
    --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-checkbox-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-icon-color: #3f51b5;
    --mdc-checkbox-selected-hover-icon-color: #3f51b5;
    --mdc-checkbox-selected-icon-color: #3f51b5;
    --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
    --mdc-checkbox-unselected-focus-icon-color: #212121;
    --mdc-checkbox-unselected-hover-icon-color: #212121;
    --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
    --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
    --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
    --mdc-checkbox-unselected-focus-state-layer-color: black;
    --mdc-checkbox-unselected-hover-state-layer-color: black;
    --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
    --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-checkbox-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-icon-color: #f44336;
    --mdc-checkbox-selected-hover-icon-color: #f44336;
    --mdc-checkbox-selected-icon-color: #f44336;
    --mdc-checkbox-selected-pressed-icon-color: #f44336;
    --mdc-checkbox-unselected-focus-icon-color: #212121;
    --mdc-checkbox-unselected-hover-icon-color: #212121;
    --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
    --mdc-checkbox-selected-focus-state-layer-color: #f44336;
    --mdc-checkbox-selected-hover-state-layer-color: #f44336;
    --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
    --mdc-checkbox-unselected-focus-state-layer-color: black;
    --mdc-checkbox-unselected-hover-state-layer-color: black;
    --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox .mdc-form-field {
    color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
    color: #00000061;
}
html {
    --mdc-checkbox-state-layer-size: 40px;
}
.mat-mdc-checkbox .mdc-form-field {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-body2-font-size, 14px);
    line-height: var(--mdc-typography-body2-line-height, 20px);
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-button.mat-unthemed {
    --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
    --mdc-text-button-label-text-color: #3f51b5;
}
.mat-mdc-button.mat-accent {
    --mdc-text-button-label-text-color: #ff4081;
}
.mat-mdc-button.mat-warn {
    --mdc-text-button-label-text-color: #f44336;
}
.mat-mdc-button[disabled][disabled] {
    --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
    --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-unelevated-button.mat-unthemed {
    --mdc-filled-button-container-color: #fff;
    --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-primary {
    --mdc-filled-button-container-color: #3f51b5;
    --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-accent {
    --mdc-filled-button-container-color: #ff4081;
    --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-warn {
    --mdc-filled-button-container-color: #f44336;
    --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button[disabled][disabled] {
    --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
    --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
    --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
    --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-raised-button.mat-unthemed {
    --mdc-protected-button-container-color: #fff;
    --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-primary {
    --mdc-protected-button-container-color: #3f51b5;
    --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-accent {
    --mdc-protected-button-container-color: #ff4081;
    --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-warn {
    --mdc-protected-button-container-color: #f44336;
    --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button[disabled][disabled] {
    --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
    --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
    --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
    --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
    --mdc-protected-button-container-elevation: 0;
}
.mat-mdc-outlined-button {
    --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-unthemed {
    --mdc-outlined-button-label-text-color: #000;
}
.mat-mdc-outlined-button.mat-primary {
    --mdc-outlined-button-label-text-color: #3f51b5;
}
.mat-mdc-outlined-button.mat-accent {
    --mdc-outlined-button-label-text-color: #ff4081;
}
.mat-mdc-outlined-button.mat-warn {
    --mdc-outlined-button-label-text-color: #f44336;
}
.mat-mdc-outlined-button[disabled][disabled] {
    --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
    --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
    --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
    --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-button,
.mat-mdc-outlined-button {
    --mat-mdc-button-persistent-ripple-color: #000;
    --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,
.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before {
    opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before {
    opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,
.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before {
    opacity: 0.12;
}
.mat-mdc-button.mat-primary,
.mat-mdc-outlined-button.mat-primary {
    --mat-mdc-button-persistent-ripple-color: #3f51b5;
    --mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent,
.mat-mdc-outlined-button.mat-accent {
    --mat-mdc-button-persistent-ripple-color: #ff4081;
    --mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn,
.mat-mdc-outlined-button.mat-warn {
    --mat-mdc-button-persistent-ripple-color: #f44336;
    --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-raised-button,
.mat-mdc-unelevated-button {
    --mat-mdc-button-persistent-ripple-color: #000;
    --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,
.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before {
    opacity: 0.04;
}
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before {
    opacity: 0.12;
}
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,
.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before {
    opacity: 0.12;
}
.mat-mdc-raised-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn {
    --mat-mdc-button-persistent-ripple-color: #fff;
    --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
    height: 36px;
}
.mdc-button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-button-font-size, 14px);
    line-height: var(--mdc-typography-button-line-height, 36px);
    font-weight: var(--mdc-typography-button-font-weight, 500);
    letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
    -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-icon-button {
    --mdc-icon-button-icon-color: inherit;
    --mat-mdc-button-persistent-ripple-color: #000;
    --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before {
    opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before {
    opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before {
    opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
    --mat-mdc-button-persistent-ripple-color: #6200ee;
    --mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1);
}
.mat-mdc-icon-button.mat-accent {
    --mat-mdc-button-persistent-ripple-color: #018786;
    --mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1);
}
.mat-mdc-icon-button.mat-warn {
    --mat-mdc-button-persistent-ripple-color: #b00020;
    --mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1);
}
.mat-mdc-icon-button.mat-primary {
    --mdc-icon-button-icon-color: #3f51b5;
    --mat-mdc-button-persistent-ripple-color: #3f51b5;
    --mat-mdc-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-mdc-icon-button.mat-accent {
    --mdc-icon-button-icon-color: #ff4081;
    --mat-mdc-button-persistent-ripple-color: #ff4081;
    --mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-icon-button.mat-warn {
    --mdc-icon-button-icon-color: #f44336;
    --mat-mdc-button-persistent-ripple-color: #f44336;
    --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-icon-button[disabled][disabled] {
    --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
    --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-icon-button.mat-mdc-button-base {
    --mdc-icon-button-state-layer-size: 48px;
    width: var(--mdc-icon-button-state-layer-size);
    height: var(--mdc-icon-button-state-layer-size);
    padding: 12px;
}
.mat-mdc-fab,
.mat-mdc-mini-fab {
    --mat-mdc-button-persistent-ripple-color: #000;
    --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple:before,
.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple:before {
    opacity: 0.04;
}
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before {
    opacity: 0.12;
}
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple:before,
.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple:before {
    opacity: 0.12;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary,
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent,
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
    --mat-mdc-button-persistent-ripple-color: #fff;
    --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab[disabled][disabled],
.mat-mdc-mini-fab[disabled][disabled] {
    --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
    --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
    --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-fab.mat-unthemed,
.mat-mdc-mini-fab.mat-unthemed {
    --mdc-fab-container-color: white;
    --mdc-fab-icon-color: black;
    --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
    --mdc-fab-container-color: #3f51b5;
    --mdc-fab-icon-color: white;
    --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
    --mdc-fab-container-color: #ff4081;
    --mdc-fab-icon-color: white;
    --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
    --mdc-fab-container-color: #f44336;
    --mdc-fab-icon-color: white;
    --mat-mdc-fab-color: #fff;
}
.mdc-fab--extended {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-button-font-size, 14px);
    line-height: var(--mdc-typography-button-line-height, 36px);
    font-weight: var(--mdc-typography-button-font-weight, 500);
    letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
    -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-extended-fab {
    --mdc-extended-fab-label-text-font: Roboto, sans-serif;
    --mdc-extended-fab-label-text-size: 14px;
    --mdc-extended-fab-label-text-tracking: 0.0892857143em;
    --mdc-extended-fab-label-text-weight: 500;
}
.mat-mdc-snack-bar-container {
    --mdc-snackbar-container-color: #333333;
    --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
    --mat-snack-bar-button-color: #ff4081;
}
.mat-mdc-snack-bar-container {
    --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
    --mdc-snackbar-supporting-text-line-height: 20px;
    --mdc-snackbar-supporting-text-size: 14px;
    --mdc-snackbar-supporting-text-weight: 400;
}
html {
    --mat-table-background-color: white;
    --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
    --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
    --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
    --mat-table-header-container-height: 56px;
    --mat-table-footer-container-height: 52px;
    --mat-table-row-item-container-height: 52px;
}
html {
    --mat-table-header-headline-font: Roboto, sans-serif;
    --mat-table-header-headline-line-height: 22px;
    --mat-table-header-headline-size: 14px;
    --mat-table-header-headline-weight: 500;
    --mat-table-header-headline-tracking: 0.0071428571em;
    --mat-table-row-item-label-text-font: Roboto, sans-serif;
    --mat-table-row-item-label-text-line-height: 20px;
    --mat-table-row-item-label-text-size: 14px;
    --mat-table-row-item-label-text-weight: 400;
    --mat-table-row-item-label-text-tracking: 0.0178571429em;
    --mat-table-footer-supporting-text-font: Roboto, sans-serif;
    --mat-table-footer-supporting-text-line-height: 20px;
    --mat-table-footer-supporting-text-size: 14px;
    --mat-table-footer-supporting-text-weight: 400;
    --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
.mat-mdc-progress-spinner {
    --mdc-circular-progress-active-indicator-color: #3f51b5;
}
.mat-mdc-progress-spinner.mat-accent {
    --mdc-circular-progress-active-indicator-color: #ff4081;
}
.mat-mdc-progress-spinner.mat-warn {
    --mdc-circular-progress-active-indicator-color: #f44336;
}
.mat-badge {
    position: relative;
}
.mat-badge.mat-badge {
    overflow: visible;
}
.mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform 0.2s ease-in-out;
    transform: scale(0.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
    background-color: var(--mat-badge-background-color);
    color: var(--mat-badge-text-color);
    font-family: Roboto, sans-serif;
    font-family: var(--mat-badge-text-font, Roboto, sans-serif);
    font-size: 12px;
    font-size: var(--mat-badge-text-size, 12px);
    font-weight: 600;
    font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active .mat-badge-content {
    outline: solid 1px;
    border-radius: 0;
}
.mat-badge-disabled .mat-badge-content {
    background-color: var(--mat-badge-disabled-state-background-color);
    color: var(--mat-badge-disabled-state-text-color);
}
.mat-badge-hidden .mat-badge-content {
    display: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
    transition: none;
}
.mat-badge-content.mat-badge-active {
    transform: none;
}
.mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 9px;
    font-size: var(--mat-badge-small-size-text-size, 9px);
}
.mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px;
}
[dir="rtl"] .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px;
}
[dir="rtl"] .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px;
}
[dir="rtl"] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px;
}
[dir="rtl"] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px;
}
.mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px;
}
[dir="rtl"] .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px;
}
[dir="rtl"] .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px;
}
[dir="rtl"] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px;
}
[dir="rtl"] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px;
}
.mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    font-size: var(--mat-badge-large-size-text-size, 24px);
}
.mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px;
}
[dir="rtl"] .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px;
}
[dir="rtl"] .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px;
}
[dir="rtl"] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px;
}
[dir="rtl"] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px;
}
html {
    --mat-badge-background-color: #3f51b5;
    --mat-badge-text-color: white;
    --mat-badge-disabled-state-background-color: #b9b9b9;
    --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
    --mat-badge-background-color: #ff4081;
    --mat-badge-text-color: white;
}
.mat-badge-warn {
    --mat-badge-background-color: #f44336;
    --mat-badge-text-color: white;
}
html {
    --mat-badge-text-font: Roboto, sans-serif;
    --mat-badge-text-size: 12px;
    --mat-badge-text-weight: 600;
    --mat-badge-small-size-text-size: 9px;
    --mat-badge-large-size-text-size: 24px;
}
html {
    --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
    --mat-bottom-sheet-container-background-color: white;
}
html {
    --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
    --mat-bottom-sheet-container-text-line-height: 20px;
    --mat-bottom-sheet-container-text-size: 14px;
    --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
    --mat-bottom-sheet-container-text-weight: 400;
}
html {
    --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
    --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
    --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
    --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
    --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
    --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
    --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
    --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
    --mat-standard-button-toggle-background-color: white;
    --mat-standard-button-toggle-state-layer-color: black;
    --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
    --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
    --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
    --mat-standard-button-toggle-disabled-state-background-color: white;
    --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
    --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
    --mat-standard-button-toggle-divider-color: #e0e0e0;
}
html {
    --mat-standard-button-toggle-height: 48px;
}
html {
    --mat-legacy-button-toggle-text-font: Roboto, sans-serif;
    --mat-standard-button-toggle-text-font: Roboto, sans-serif;
}
html {
    --mat-datepicker-calendar-date-selected-state-text-color: white;
    --mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
    --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, 0.4);
    --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
    --mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, 0.3);
    --mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, 0.3);
    --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
    --mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, 0.2);
    --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
    --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
    --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
    --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
    --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
    --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
    --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
    --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
    --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
    --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
    --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
    --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
    --mat-datepicker-calendar-date-outline-color: transparent;
    --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
    --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
    --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
    --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
    --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
    --mat-datepicker-calendar-container-background-color: white;
    --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
    --mat-datepicker-calendar-date-selected-state-text-color: white;
    --mat-datepicker-calendar-date-selected-state-background-color: #ff4081;
    --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 64, 129, 0.4);
    --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
    --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 64, 129, 0.3);
    --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 64, 129, 0.3);
    --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 64, 129, 0.2);
    --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
    --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
    --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
    --mat-datepicker-calendar-date-selected-state-text-color: white;
    --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
    --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
    --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
    --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
    --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
    --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
    --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
    --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
    --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
    --mat-datepicker-toggle-active-state-icon-color: #ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
    --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
    --mdc-icon-button-state-layer-size: 40px;
    width: var(--mdc-icon-button-state-layer-size);
    height: var(--mdc-icon-button-state-layer-size);
    padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
    display: none;
}
html {
    --mat-datepicker-calendar-text-font: Roboto, sans-serif;
    --mat-datepicker-calendar-text-size: 13px;
    --mat-datepicker-calendar-body-label-text-size: 14px;
    --mat-datepicker-calendar-body-label-text-weight: 500;
    --mat-datepicker-calendar-period-button-text-size: 14px;
    --mat-datepicker-calendar-period-button-text-weight: 500;
    --mat-datepicker-calendar-header-text-size: 11px;
    --mat-datepicker-calendar-header-text-weight: 400;
}
html {
    --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
    --mat-expansion-container-background-color: white;
    --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
    --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
    --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
    --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
    --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
    --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
    --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
    --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
    --mat-expansion-header-collapsed-state-height: 48px;
    --mat-expansion-header-expanded-state-height: 64px;
}
html {
    --mat-expansion-header-text-font: Roboto, sans-serif;
    --mat-expansion-header-text-size: 14px;
    --mat-expansion-header-text-weight: 500;
    --mat-expansion-header-text-line-height: inherit;
    --mat-expansion-header-text-tracking: inherit;
    --mat-expansion-container-text-font: Roboto, sans-serif;
    --mat-expansion-container-text-line-height: 20px;
    --mat-expansion-container-text-size: 14px;
    --mat-expansion-container-text-tracking: 0.0178571429em;
    --mat-expansion-container-text-weight: 400;
}
html {
    --mat-grid-list-tile-header-primary-text-size: 14px;
    --mat-grid-list-tile-header-secondary-text-size: 12px;
    --mat-grid-list-tile-footer-primary-text-size: 14px;
    --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
    --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
    --mat-icon-color: #3f51b5;
}
.mat-icon.mat-accent {
    --mat-icon-color: #ff4081;
}
.mat-icon.mat-warn {
    --mat-icon-color: #f44336;
}
html {
    --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
    --mat-sidenav-container-background-color: white;
    --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
    --mat-sidenav-content-background-color: #fafafa;
    --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
    --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
    --mat-stepper-header-icon-foreground-color: white;
    --mat-stepper-header-selected-state-icon-background-color: #3f51b5;
    --mat-stepper-header-selected-state-icon-foreground-color: white;
    --mat-stepper-header-done-state-icon-background-color: #3f51b5;
    --mat-stepper-header-done-state-icon-foreground-color: white;
    --mat-stepper-header-edit-state-icon-background-color: #3f51b5;
    --mat-stepper-header-edit-state-icon-foreground-color: white;
    --mat-stepper-container-color: white;
    --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
    --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
    --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
    --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
    --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
    --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
    --mat-stepper-header-error-state-label-text-color: #f44336;
    --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
    --mat-stepper-header-error-state-icon-foreground-color: #f44336;
    --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
    --mat-stepper-header-icon-foreground-color: white;
    --mat-stepper-header-selected-state-icon-background-color: #ff4081;
    --mat-stepper-header-selected-state-icon-foreground-color: white;
    --mat-stepper-header-done-state-icon-background-color: #ff4081;
    --mat-stepper-header-done-state-icon-foreground-color: white;
    --mat-stepper-header-edit-state-icon-background-color: #ff4081;
    --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
    --mat-stepper-header-icon-foreground-color: white;
    --mat-stepper-header-selected-state-icon-background-color: #f44336;
    --mat-stepper-header-selected-state-icon-foreground-color: white;
    --mat-stepper-header-done-state-icon-background-color: #f44336;
    --mat-stepper-header-done-state-icon-foreground-color: white;
    --mat-stepper-header-edit-state-icon-background-color: #f44336;
    --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
    --mat-stepper-header-height: 72px;
}
html {
    --mat-stepper-container-text-font: Roboto, sans-serif;
    --mat-stepper-header-label-text-font: Roboto, sans-serif;
    --mat-stepper-header-label-text-size: 14px;
    --mat-stepper-header-label-text-weight: 400;
    --mat-stepper-header-error-state-label-text-size: 16px;
    --mat-stepper-header-selected-state-label-text-size: 16px;
    --mat-stepper-header-selected-state-label-text-weight: 400;
}
.mat-sort-header-arrow {
    color: #757575;
}
html {
    --mat-toolbar-container-background-color: whitesmoke;
    --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
    --mat-toolbar-container-background-color: #3f51b5;
    --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
    --mat-toolbar-container-background-color: #ff4081;
    --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
    --mat-toolbar-container-background-color: #f44336;
    --mat-toolbar-container-text-color: white;
}
html {
    --mat-toolbar-standard-height: 64px;
    --mat-toolbar-mobile-height: 56px;
}
html {
    --mat-toolbar-title-text-font: Roboto, sans-serif;
    --mat-toolbar-title-text-line-height: 32px;
    --mat-toolbar-title-text-size: 20px;
    --mat-toolbar-title-text-tracking: 0.0125em;
    --mat-toolbar-title-text-weight: 500;
}
.mat-tree {
    background: #fff;
}
.mat-tree-node,
.mat-nested-tree-node {
    color: #000000de;
}
.mat-tree-node {
    min-height: 48px;
}
.mat-tree {
    font-family: Roboto, sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
    font-weight: 400;
    font-size: 14px;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    font-family: Roboto, sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.0125em;
    margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.009375em;
    margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.03125em;
    margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
    font: 400 11.62px/20px Roboto, sans-serif;
    margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
    font: 400 9.38px/20px Roboto, sans-serif;
    margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
    margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
    font-size: 96px;
    font-weight: 300;
    line-height: 96px;
    font-family: Roboto, sans-serif;
    letter-spacing: -0.015625em;
    margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    font-family: Roboto, sans-serif;
    letter-spacing: -0.0083333333em;
    margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    font-family: Roboto, sans-serif;
    letter-spacing: normal;
    margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.0073529412em;
    margin: 0 0 64px;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
[type="button"],
[type="reset"],
[type="submit"],
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;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.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;
}
.small,
small {
    font-size: 0.875em;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.row-cols-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-cols-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.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-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: #00000013;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    appearance: none;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem #28a74540;
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
    #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
    center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem #28a74540;
}
.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 {
    border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #34ce57;
    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 0.2rem #28a74540;
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #28a745;
}
.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:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem #28a74540;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem #dc354540;
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
    #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
    center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem #dc354540;
}
.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 {
    border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    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 0.2rem #dc354540;
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #dc3545;
}
.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:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem #dc354540;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem #268fff80;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.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 #268fff80;
}
.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem #828a9180;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.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 #828a9180;
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem #48b46180;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.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 #48b46180;
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem #3ab0c380;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #3ab0c380;
}
.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem #deaa0c80;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #deaa0c80;
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem #e1536180;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #e1536180;
}
.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem #d8d9db80;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #d8d9db80;
}
.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem #52585d80;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #52585d80;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem #007bff80;
}
.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: #007bff;
    border-color: #007bff;
}
.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 #007bff80;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem #6c757d80;
}
.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: #6c757d;
    border-color: #6c757d;
}
.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 #6c757d80;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem #28a74580;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.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 #28a74580;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem #17a2b880;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #17a2b880;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem #ffc10780;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ffc10780;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem #dc354580;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #dc354580;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.width {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .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 > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.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,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label:after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.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-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.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;
    border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.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;
    border-radius: 0.2rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: #e9ecef;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none;
    }
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    appearance: none;
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #000000e6;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000000b3;
}
.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: #000000e6;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: #000000e6;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffffbf;
}
.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-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%;
}
@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:focus,
a.badge:hover {
    text-decoration: none;
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff80;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #6c757d80;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #28a74580;
}
a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #17a2b880;
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ffc10780;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #dc354580;
}
a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #343a4080;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.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;
}
.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);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #00000040;
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    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);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #00000040;
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    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);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #00000040;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    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);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #00000040;
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translate(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translate(-100%);
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.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-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !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: flex !important;
    }
    .d-sm-inline-flex {
        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: flex !important;
    }
    .d-md-inline-flex {
        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: flex !important;
    }
    .d-lg-inline-flex {
        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: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
.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.857143%;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
@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;
    }
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@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-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-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-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-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-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-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-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-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;
    }
}
@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;
    }
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
@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 #adb5bd;
        page-break-inside: avoid;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body,
    .container {
        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 #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
.iti {
    position: relative;
    display: inline-block;
}
.iti * {
    box-sizing: border-box;
}
.iti__hide {
    display: none;
}
.iti__v-hide {
    visibility: hidden;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type="text"],
.iti input.iti__tel-input[type="tel"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
[dir="rtl"] .iti__arrow {
    margin-right: 6px;
    margin-left: 0;
}
.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.iti__dropdown-content {
    position: absolute;
    z-index: 2;
    margin-left: -1px;
    box-shadow: 1px 1px 4px #0003;
    background-color: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti__dropdown-content--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
.iti__search-input {
    width: 100%;
    border-width: 0;
}
.iti__country-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.iti--flexible-dropdown-width .iti__country-list {
    white-space: nowrap;
}
@media (max-width: 500px) {
    .iti--flexible-dropdown-width .iti__country-list {
        white-space: normal;
    }
}
.iti__flag-box {
    display: inline-block;
    width: 20px;
}
.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.iti__country {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    outline: none;
}
.iti__dial-code {
    color: #999;
}
.iti__country.iti__highlight {
    background-color: #0000000d;
}
.iti__flag-box,
.iti__country-name {
    margin-right: 6px;
}
[dir="rtl"] .iti__flag-box,
[dir="rtl"] .iti__country-name {
    margin-right: 0;
    margin-left: 6px;
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type="text"],
.iti--allow-dropdown input.iti__tel-input[type="tel"],
.iti--separate-dial-code input.iti__tel-input,
.iti--separate-dial-code input.iti__tel-input[type="text"],
.iti--separate-dial-code input.iti__tel-input[type="tel"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
[dir="rtl"] .iti--allow-dropdown input.iti__tel-input,
[dir="rtl"] .iti--allow-dropdown input.iti__tel-input[type="text"],
[dir="rtl"] .iti--allow-dropdown input.iti__tel-input[type="tel"],
[dir="rtl"] .iti--separate-dial-code input.iti__tel-input,
[dir="rtl"] .iti--separate-dial-code input.iti__tel-input[type="text"],
[dir="rtl"] .iti--separate-dial-code input.iti__tel-input[type="tel"] {
    padding-right: 52px;
    padding-left: 6px;
    margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}
[dir="rtl"] .iti--allow-dropdown .iti__flag-container,
[dir="rtl"] .iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #0000000d;
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
    cursor: default;
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
    background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #0000000d;
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 6px;
}
[dir="rtl"] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    margin-left: 0;
    margin-right: 6px;
}
.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.iti--container:hover {
    cursor: pointer;
}
.iti--fullscreen-popup.iti--container {
    background-color: #00000080;
    inset: 0;
    position: fixed;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
    justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
    max-height: 100%;
    position: relative;
}
.iti--fullscreen-popup .iti__country {
    padding: 10px;
    line-height: 1.5em;
}
.iti__flag {
    width: 20px;
}
.iti__flag.iti__be {
    width: 18px;
}
.iti__flag.iti__ch {
    width: 15px;
}
.iti__flag.iti__mc {
    width: 19px;
}
.iti__flag.iti__ne {
    width: 18px;
}
.iti__flag.iti__np {
    width: 13px;
}
.iti__flag.iti__va {
    width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
    .iti__flag {
        background-size: 5762px 15px;
    }
}
.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px;
}
.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px;
}
.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px;
}
.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px;
}
.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px;
}
.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px;
}
.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px;
}
.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px;
}
.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px;
}
.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px;
}
.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px;
}
.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px;
}
.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px;
}
.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px;
}
.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px;
}
.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px;
}
.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px;
}
.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px;
}
.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px;
}
.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px;
}
.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px;
}
.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px;
}
.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px;
}
.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px;
}
.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px;
}
.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px;
}
.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px;
}
.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px;
}
.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px;
}
.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px;
}
.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px;
}
.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px;
}
.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px;
}
.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px;
}
.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px;
}
.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px;
}
.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px;
}
.iti__flag.iti__bz {
    height: 12px;
    background-position: -812px 0px;
}
.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px;
}
.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px;
}
.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px;
}
.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px;
}
.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px;
}
.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px;
}
.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px;
}
.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px;
}
.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px;
}
.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px;
}
.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px;
}
.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px;
}
.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px;
}
.iti__flag.iti__cq {
    height: 12px;
    background-position: -1115px 0px;
}
.iti__flag.iti__cr {
    height: 12px;
    background-position: -1137px 0px;
}
.iti__flag.iti__cu {
    height: 10px;
    background-position: -1159px 0px;
}
.iti__flag.iti__cv {
    height: 12px;
    background-position: -1181px 0px;
}
.iti__flag.iti__cw {
    height: 14px;
    background-position: -1203px 0px;
}
.iti__flag.iti__cx {
    height: 10px;
    background-position: -1225px 0px;
}
.iti__flag.iti__cy {
    height: 14px;
    background-position: -1247px 0px;
}
.iti__flag.iti__cz {
    height: 14px;
    background-position: -1269px 0px;
}
.iti__flag.iti__de {
    height: 12px;
    background-position: -1291px 0px;
}
.iti__flag.iti__dg {
    height: 10px;
    background-position: -1313px 0px;
}
.iti__flag.iti__dj {
    height: 14px;
    background-position: -1335px 0px;
}
.iti__flag.iti__dk {
    height: 15px;
    background-position: -1357px 0px;
}
.iti__flag.iti__dm {
    height: 10px;
    background-position: -1379px 0px;
}
.iti__flag.iti__do {
    height: 14px;
    background-position: -1401px 0px;
}
.iti__flag.iti__dz {
    height: 14px;
    background-position: -1423px 0px;
}
.iti__flag.iti__ea {
    height: 14px;
    background-position: -1445px 0px;
}
.iti__flag.iti__ec {
    height: 14px;
    background-position: -1467px 0px;
}
.iti__flag.iti__ee {
    height: 13px;
    background-position: -1489px 0px;
}
.iti__flag.iti__eg {
    height: 14px;
    background-position: -1511px 0px;
}
.iti__flag.iti__eh {
    height: 10px;
    background-position: -1533px 0px;
}
.iti__flag.iti__er {
    height: 10px;
    background-position: -1555px 0px;
}
.iti__flag.iti__es {
    height: 14px;
    background-position: -1577px 0px;
}
.iti__flag.iti__et {
    height: 10px;
    background-position: -1599px 0px;
}
.iti__flag.iti__eu {
    height: 14px;
    background-position: -1621px 0px;
}
.iti__flag.iti__ez {
    height: 14px;
    background-position: -1643px 0px;
}
.iti__flag.iti__fi {
    height: 12px;
    background-position: -1665px 0px;
}
.iti__flag.iti__fj {
    height: 10px;
    background-position: -1687px 0px;
}
.iti__flag.iti__fk {
    height: 10px;
    background-position: -1709px 0px;
}
.iti__flag.iti__fm {
    height: 11px;
    background-position: -1731px 0px;
}
.iti__flag.iti__fo {
    height: 15px;
    background-position: -1753px 0px;
}
.iti__flag.iti__fr {
    height: 14px;
    background-position: -1775px 0px;
}
.iti__flag.iti__fx {
    height: 14px;
    background-position: -1797px 0px;
}
.iti__flag.iti__ga {
    height: 15px;
    background-position: -1819px 0px;
}
.iti__flag.iti__gb {
    height: 10px;
    background-position: -1841px 0px;
}
.iti__flag.iti__gd {
    height: 12px;
    background-position: -1863px 0px;
}
.iti__flag.iti__ge {
    height: 14px;
    background-position: -1885px 0px;
}
.iti__flag.iti__gf {
    height: 14px;
    background-position: -1907px 0px;
}
.iti__flag.iti__gg {
    height: 14px;
    background-position: -1929px 0px;
}
.iti__flag.iti__gh {
    height: 14px;
    background-position: -1951px 0px;
}
.iti__flag.iti__gi {
    height: 10px;
    background-position: -1973px 0px;
}
.iti__flag.iti__gl {
    height: 14px;
    background-position: -1995px 0px;
}
.iti__flag.iti__gm {
    height: 14px;
    background-position: -2017px 0px;
}
.iti__flag.iti__gn {
    height: 14px;
    background-position: -2039px 0px;
}
.iti__flag.iti__gp {
    height: 14px;
    background-position: -2061px 0px;
}
.iti__flag.iti__gq {
    height: 14px;
    background-position: -2083px 0px;
}
.iti__flag.iti__gr {
    height: 14px;
    background-position: -2105px 0px;
}
.iti__flag.iti__gs {
    height: 10px;
    background-position: -2127px 0px;
}
.iti__flag.iti__gt {
    height: 13px;
    background-position: -2149px 0px;
}
.iti__flag.iti__gu {
    height: 11px;
    background-position: -2171px 0px;
}
.iti__flag.iti__gw {
    height: 10px;
    background-position: -2193px 0px;
}
.iti__flag.iti__gy {
    height: 12px;
    background-position: -2215px 0px;
}
.iti__flag.iti__hk {
    height: 14px;
    background-position: -2237px 0px;
}
.iti__flag.iti__hm {
    height: 10px;
    background-position: -2259px 0px;
}
.iti__flag.iti__hn {
    height: 10px;
    background-position: -2281px 0px;
}
.iti__flag.iti__hr {
    height: 10px;
    background-position: -2303px 0px;
}
.iti__flag.iti__ht {
    height: 12px;
    background-position: -2325px 0px;
}
.iti__flag.iti__hu {
    height: 10px;
    background-position: -2347px 0px;
}
.iti__flag.iti__ic {
    height: 14px;
    background-position: -2369px 0px;
}
.iti__flag.iti__id {
    height: 14px;
    background-position: -2391px 0px;
}
.iti__flag.iti__ie {
    height: 10px;
    background-position: -2413px 0px;
}
.iti__flag.iti__il {
    height: 15px;
    background-position: -2435px 0px;
}
.iti__flag.iti__im {
    height: 10px;
    background-position: -2457px 0px;
}
.iti__flag.iti__in {
    height: 14px;
    background-position: -2479px 0px;
}
.iti__flag.iti__io {
    height: 10px;
    background-position: -2501px 0px;
}
.iti__flag.iti__iq {
    height: 14px;
    background-position: -2523px 0px;
}
.iti__flag.iti__ir {
    height: 12px;
    background-position: -2545px 0px;
}
.iti__flag.iti__is {
    height: 15px;
    background-position: -2567px 0px;
}
.iti__flag.iti__it {
    height: 14px;
    background-position: -2589px 0px;
}
.iti__flag.iti__je {
    height: 12px;
    background-position: -2611px 0px;
}
.iti__flag.iti__jm {
    height: 10px;
    background-position: -2633px 0px;
}
.iti__flag.iti__jo {
    height: 10px;
    background-position: -2655px 0px;
}
.iti__flag.iti__jp {
    height: 14px;
    background-position: -2677px 0px;
}
.iti__flag.iti__ke {
    height: 14px;
    background-position: -2699px 0px;
}
.iti__flag.iti__kg {
    height: 12px;
    background-position: -2721px 0px;
}
.iti__flag.iti__kh {
    height: 13px;
    background-position: -2743px 0px;
}
.iti__flag.iti__ki {
    height: 10px;
    background-position: -2765px 0px;
}
.iti__flag.iti__km {
    height: 12px;
    background-position: -2787px 0px;
}
.iti__flag.iti__kn {
    height: 14px;
    background-position: -2809px 0px;
}
.iti__flag.iti__kp {
    height: 10px;
    background-position: -2831px 0px;
}
.iti__flag.iti__kr {
    height: 14px;
    background-position: -2853px 0px;
}
.iti__flag.iti__kw {
    height: 10px;
    background-position: -2875px 0px;
}
.iti__flag.iti__ky {
    height: 10px;
    background-position: -2897px 0px;
}
.iti__flag.iti__kz {
    height: 10px;
    background-position: -2919px 0px;
}
.iti__flag.iti__la {
    height: 14px;
    background-position: -2941px 0px;
}
.iti__flag.iti__lb {
    height: 14px;
    background-position: -2963px 0px;
}
.iti__flag.iti__lc {
    height: 10px;
    background-position: -2985px 0px;
}
.iti__flag.iti__li {
    height: 12px;
    background-position: -3007px 0px;
}
.iti__flag.iti__lk {
    height: 10px;
    background-position: -3029px 0px;
}
.iti__flag.iti__lr {
    height: 11px;
    background-position: -3051px 0px;
}
.iti__flag.iti__ls {
    height: 14px;
    background-position: -3073px 0px;
}
.iti__flag.iti__lt {
    height: 12px;
    background-position: -3095px 0px;
}
.iti__flag.iti__lu {
    height: 12px;
    background-position: -3117px 0px;
}
.iti__flag.iti__lv {
    height: 10px;
    background-position: -3139px 0px;
}
.iti__flag.iti__ly {
    height: 10px;
    background-position: -3161px 0px;
}
.iti__flag.iti__ma {
    height: 14px;
    background-position: -3183px 0px;
}
.iti__flag.iti__mc {
    height: 15px;
    background-position: -3205px 0px;
}
.iti__flag.iti__md {
    height: 10px;
    background-position: -3226px 0px;
}
.iti__flag.iti__me {
    height: 10px;
    background-position: -3248px 0px;
}
.iti__flag.iti__mf {
    height: 14px;
    background-position: -3270px 0px;
}
.iti__flag.iti__mg {
    height: 14px;
    background-position: -3292px 0px;
}
.iti__flag.iti__mh {
    height: 11px;
    background-position: -3314px 0px;
}
.iti__flag.iti__mk {
    height: 10px;
    background-position: -3336px 0px;
}
.iti__flag.iti__ml {
    height: 14px;
    background-position: -3358px 0px;
}
.iti__flag.iti__mm {
    height: 14px;
    background-position: -3380px 0px;
}
.iti__flag.iti__mn {
    height: 10px;
    background-position: -3402px 0px;
}
.iti__flag.iti__mo {
    height: 14px;
    background-position: -3424px 0px;
}
.iti__flag.iti__mp {
    height: 10px;
    background-position: -3446px 0px;
}
.iti__flag.iti__mq {
    height: 14px;
    background-position: -3468px 0px;
}
.iti__flag.iti__mr {
    height: 14px;
    background-position: -3490px 0px;
}
.iti__flag.iti__ms {
    height: 10px;
    background-position: -3512px 0px;
}
.iti__flag.iti__mt {
    height: 14px;
    background-position: -3534px 0px;
}
.iti__flag.iti__mu {
    height: 14px;
    background-position: -3556px 0px;
}
.iti__flag.iti__mv {
    height: 14px;
    background-position: -3578px 0px;
}
.iti__flag.iti__mw {
    height: 14px;
    background-position: -3600px 0px;
}
.iti__flag.iti__mx {
    height: 12px;
    background-position: -3622px 0px;
}
.iti__flag.iti__my {
    height: 10px;
    background-position: -3644px 0px;
}
.iti__flag.iti__mz {
    height: 14px;
    background-position: -3666px 0px;
}
.iti__flag.iti__na {
    height: 14px;
    background-position: -3688px 0px;
}
.iti__flag.iti__nc {
    height: 10px;
    background-position: -3710px 0px;
}
.iti__flag.iti__ne {
    height: 15px;
    background-position: -3732px 0px;
}
.iti__flag.iti__nf {
    height: 10px;
    background-position: -3752px 0px;
}
.iti__flag.iti__ng {
    height: 10px;
    background-position: -3774px 0px;
}
.iti__flag.iti__ni {
    height: 12px;
    background-position: -3796px 0px;
}
.iti__flag.iti__nl {
    height: 14px;
    background-position: -3818px 0px;
}
.iti__flag.iti__no {
    height: 15px;
    background-position: -3840px 0px;
}
.iti__flag.iti__np {
    height: 15px;
    background-position: -3862px 0px;
}
.iti__flag.iti__nr {
    height: 10px;
    background-position: -3877px 0px;
}
.iti__flag.iti__nu {
    height: 10px;
    background-position: -3899px 0px;
}
.iti__flag.iti__nz {
    height: 10px;
    background-position: -3921px 0px;
}
.iti__flag.iti__om {
    height: 10px;
    background-position: -3943px 0px;
}
.iti__flag.iti__pa {
    height: 14px;
    background-position: -3965px 0px;
}
.iti__flag.iti__pe {
    height: 14px;
    background-position: -3987px 0px;
}
.iti__flag.iti__pf {
    height: 14px;
    background-position: -4009px 0px;
}
.iti__flag.iti__pg {
    height: 15px;
    background-position: -4031px 0px;
}
.iti__flag.iti__ph {
    height: 10px;
    background-position: -4053px 0px;
}
.iti__flag.iti__pk {
    height: 14px;
    background-position: -4075px 0px;
}
.iti__flag.iti__pl {
    height: 13px;
    background-position: -4097px 0px;
}
.iti__flag.iti__pm {
    height: 14px;
    background-position: -4119px 0px;
}
.iti__flag.iti__pn {
    height: 10px;
    background-position: -4141px 0px;
}
.iti__flag.iti__pr {
    height: 14px;
    background-position: -4163px 0px;
}
.iti__flag.iti__ps {
    height: 10px;
    background-position: -4185px 0px;
}
.iti__flag.iti__pt {
    height: 14px;
    background-position: -4207px 0px;
}
.iti__flag.iti__pw {
    height: 13px;
    background-position: -4229px 0px;
}
.iti__flag.iti__py {
    height: 11px;
    background-position: -4251px 0px;
}
.iti__flag.iti__qa {
    height: 8px;
    background-position: -4273px 0px;
}
.iti__flag.iti__re {
    height: 14px;
    background-position: -4295px 0px;
}
.iti__flag.iti__ro {
    height: 14px;
    background-position: -4317px 0px;
}
.iti__flag.iti__rs {
    height: 14px;
    background-position: -4339px 0px;
}
.iti__flag.iti__ru {
    height: 14px;
    background-position: -4361px 0px;
}
.iti__flag.iti__rw {
    height: 14px;
    background-position: -4383px 0px;
}
.iti__flag.iti__sa {
    height: 14px;
    background-position: -4405px 0px;
}
.iti__flag.iti__sb {
    height: 10px;
    background-position: -4427px 0px;
}
.iti__flag.iti__sc {
    height: 10px;
    background-position: -4449px 0px;
}
.iti__flag.iti__sd {
    height: 10px;
    background-position: -4471px 0px;
}
.iti__flag.iti__se {
    height: 13px;
    background-position: -4493px 0px;
}
.iti__flag.iti__sg {
    height: 14px;
    background-position: -4515px 0px;
}
.iti__flag.iti__sh {
    height: 10px;
    background-position: -4537px 0px;
}
.iti__flag.iti__si {
    height: 10px;
    background-position: -4559px 0px;
}
.iti__flag.iti__sj {
    height: 15px;
    background-position: -4581px 0px;
}
.iti__flag.iti__sk {
    height: 14px;
    background-position: -4603px 0px;
}
.iti__flag.iti__sl {
    height: 14px;
    background-position: -4625px 0px;
}
.iti__flag.iti__sm {
    height: 15px;
    background-position: -4647px 0px;
}
.iti__flag.iti__sn {
    height: 14px;
    background-position: -4669px 0px;
}
.iti__flag.iti__so {
    height: 14px;
    background-position: -4691px 0px;
}
.iti__flag.iti__sr {
    height: 14px;
    background-position: -4713px 0px;
}
.iti__flag.iti__ss {
    height: 10px;
    background-position: -4735px 0px;
}
.iti__flag.iti__st {
    height: 10px;
    background-position: -4757px 0px;
}
.iti__flag.iti__su {
    height: 10px;
    background-position: -4779px 0px;
}
.iti__flag.iti__sv {
    height: 12px;
    background-position: -4801px 0px;
}
.iti__flag.iti__sx {
    height: 14px;
    background-position: -4823px 0px;
}
.iti__flag.iti__sy {
    height: 14px;
    background-position: -4845px 0px;
}
.iti__flag.iti__sz {
    height: 14px;
    background-position: -4867px 0px;
}
.iti__flag.iti__ta {
    height: 10px;
    background-position: -4889px 0px;
}
.iti__flag.iti__tc {
    height: 10px;
    background-position: -4911px 0px;
}
.iti__flag.iti__td {
    height: 14px;
    background-position: -4933px 0px;
}
.iti__flag.iti__tf {
    height: 14px;
    background-position: -4955px 0px;
}
.iti__flag.iti__tg {
    height: 13px;
    background-position: -4977px 0px;
}
.iti__flag.iti__th {
    height: 14px;
    background-position: -4999px 0px;
}
.iti__flag.iti__tj {
    height: 10px;
    background-position: -5021px 0px;
}
.iti__flag.iti__tk {
    height: 10px;
    background-position: -5043px 0px;
}
.iti__flag.iti__tl {
    height: 10px;
    background-position: -5065px 0px;
}
.iti__flag.iti__tm {
    height: 14px;
    background-position: -5087px 0px;
}
.iti__flag.iti__tn {
    height: 14px;
    background-position: -5109px 0px;
}
.iti__flag.iti__to {
    height: 10px;
    background-position: -5131px 0px;
}
.iti__flag.iti__tr {
    height: 14px;
    background-position: -5153px 0px;
}
.iti__flag.iti__tt {
    height: 12px;
    background-position: -5175px 0px;
}
.iti__flag.iti__tv {
    height: 10px;
    background-position: -5197px 0px;
}
.iti__flag.iti__tw {
    height: 14px;
    background-position: -5219px 0px;
}
.iti__flag.iti__tz {
    height: 14px;
    background-position: -5241px 0px;
}
.iti__flag.iti__ua {
    height: 14px;
    background-position: -5263px 0px;
}
.iti__flag.iti__ug {
    height: 14px;
    background-position: -5285px 0px;
}
.iti__flag.iti__uk {
    height: 10px;
    background-position: -5307px 0px;
}
.iti__flag.iti__um {
    height: 11px;
    background-position: -5329px 0px;
}
.iti__flag.iti__un {
    height: 14px;
    background-position: -5351px 0px;
}
.iti__flag.iti__us {
    height: 11px;
    background-position: -5373px 0px;
}
.iti__flag.iti__uy {
    height: 14px;
    background-position: -5395px 0px;
}
.iti__flag.iti__uz {
    height: 10px;
    background-position: -5417px 0px;
}
.iti__flag.iti__va {
    height: 15px;
    background-position: -5439px 0px;
}
.iti__flag.iti__vc {
    height: 14px;
    background-position: -5456px 0px;
}
.iti__flag.iti__ve {
    height: 14px;
    background-position: -5478px 0px;
}
.iti__flag.iti__vg {
    height: 10px;
    background-position: -5500px 0px;
}
.iti__flag.iti__vi {
    height: 14px;
    background-position: -5522px 0px;
}
.iti__flag.iti__vn {
    height: 14px;
    background-position: -5544px 0px;
}
.iti__flag.iti__vu {
    height: 12px;
    background-position: -5566px 0px;
}
.iti__flag.iti__wf {
    height: 14px;
    background-position: -5588px 0px;
}
.iti__flag.iti__ws {
    height: 10px;
    background-position: -5610px 0px;
}
.iti__flag.iti__xk {
    height: 15px;
    background-position: -5632px 0px;
}
.iti__flag.iti__ye {
    height: 14px;
    background-position: -5654px 0px;
}
.iti__flag.iti__yt {
    height: 14px;
    background-position: -5676px 0px;
}
.iti__flag.iti__za {
    height: 14px;
    background-position: -5698px 0px;
}
.iti__flag.iti__zm {
    height: 14px;
    background-position: -5720px 0px;
}
.iti__flag.iti__zw {
    height: 10px;
    background-position: -5742px 0px;
}
.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px #888;
    background-image: url(flags.f0b93e1814fdd027.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
    .iti__flag {
        background-image: url(flags-2x.77c72ad9dfe90e47.png);
    }
}
.iti__flag.iti__np {
    background-color: transparent;
}
html,
body {
    height: 100%;
    margin: 0;
}
body {
    -webkit-appearance: none;
    appearance: none;
}
body,
.mat-stepper-vertical,
.mat-stepper-horizontal,
.mat-h3,
.mat-subheading-2,
.mat-typography h3 {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.font-style {
    font-weight: 600 !important;
    font-size: 15px !important;
    font-family: Roboto, Helvetica Neue, sans-serif !important;
}
.sticky {
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 3px 12px #00000014;
    position: fixed;
    top: 0;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
    transition: all 1s;
}
.sticky a img {
    max-width: 50%;
}
.primary {
    color: #054a84 !important;
}
.secondary {
    color: #434345;
}
.dark {
    color: #b50000 !important;
}
.custom_errow_only form {
    padding: 0 40px !important;
}
.mat-option-text {
    font-size: 14px !important;
}
.profile-preview {
    z-index: 3 !important;
}
.back-image {
    background: url(../web-asset/images/inner-page/breadcrumb.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.breadcrumb-title {
    display: block;
}
@media (max-width: 576px) {
    .breadcrumb-title {
        display: none;
    }
}
.light {
    color: #ebba16;
}
.my_account label {
    font-size: calc(14px + 3 * (100vw - 300px) / 1620) !important;
    font-weight: 700;
}
.next_button {
    background: #b50000 !important;
    color: #c8fff0 !important;
    border: 0;
    padding: 5px 15px;
    border-radius: 5px;
}
.next_button:hover {
    background: #ebba16;
    color: #fff;
}
.bg-dark {
    background: #b50000 !important;
    color: #fff;
}
.bg-light {
    background: #ebba16 !important;
    color: #434345;
}
.text-success {
    color: #03805c !important;
}
.bg-primary {
    background: #054a84 !important;
    color: #fff !important;
}
.back_button {
    background: #054a84 !important;
    color: #e0eefc !important;
    border: 0;
    padding: 5px 15px;
    border-radius: 5px;
}
.search-count {
    border: none;
    border-right: none;
}
.mat-expansion-panel-header-title {
    color: #fff !important;
}
.mat-form-field-appearance-fill .mat-form-field-infix {
    display: inline-flex !important;
}
.msg-css {
    color: #680404;
}
.error_class {
    border-left: 5px solid !important;
    border-color: #680404 !important;
}
.next_button_disable {
    background: #b0cac3;
    color: #c8fff0;
}
.date-picker .mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 0.3em 0 0.1em !important;
}
.field-error {
    font-size: 11px;
    position: absolute;
    font-family: Roboto, Helvetica Neue, sans-serif;
}
.mat-error {
    font-size: 12px;
    position: absolute;
    font-family: Roboto, Helvetica Neue, sans-serif;
    margin-top: -20px;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #e6dede !important;
}
.mat-form-field {
    width: 100% !important;
}
.common-spacing {
    margin-top: 20px !important;
}
.alert-error {
    position: absolute;
}
.custom_errow_only header {
    padding: 10px 20px !important;
    margin-left: -40px;
    width: calc(100% + 80px);
    width: -webkit-calc(100% + 80px);
}
@media screen and (max-width: 767px) {
    .custom_errow_only header {
        margin-left: -15px;
        width: calc(100% + 30px);
        width: -webkit-calc(100% + 30px);
    }
}
.custom_errow_only header .mat-expansion-panel-header-title {
    font-size: calc(16px + 3 * (100vw - 300px) / 1620) !important;
}
.blog-description {
    width: 100% !important;
    max-width: 100% !important;
}
.mt_50_phone {
    margin-top: 4vh;
}
@media screen and (max-width: 767px) {
    .mt_50_phone {
        margin-top: 10vh;
    }
}
.mt_75_phone {
    margin-top: 7vh;
}
@media screen and (max-width: 767px) {
    .mt_75_phone {
        margin-top: 10.5vh;
    }
}
@media screen and (max-width: 767px) {
    .nav-link {
        padding: 0.5rem 0.3rem !important;
    }
    .Phone_text_left {
        float: left !important;
    }
}
@media screen and (min-width: 768px) {
    .Pc_float_left {
        float: left;
    }
}
.right_menu_profile_chat {
    width: auto;
    height: 4em;
    line-height: 4em;
    margin: 0 auto;
}
.icon_24:after {
    height: 24px;
    width: 24px;
}
.icon_64:after {
    height: 64px;
    width: 64px;
}
.align-sub {
    vertical-align: sub !important;
}
.align-super {
    vertical-align: super !important;
}
.tooltips_custom {
    margin: 15px 0 0 -35px !important;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .tooltips_custom {
        margin: 15px 0 0 -30px !important;
    }
}
.popup-button_light {
    border: 2px solid #ebba16;
    border-radius: 10px;
}
.popup-button_dark {
    border: 2px solid #b50000;
    border-radius: 10px;
}
.popup-button-main_1 {
    margin-left: 100px !important;
}
@media screen and (max-width: 1200px) {
    .popup-button-main_1 {
        margin-left: 0 !important;
        border-radius: 0;
        background: #ebba16;
    }
    .popup-button-main_1 a {
        color: #fff;
    }
}
@media screen and (max-width: 1200px) {
    .popup-button-main_2 {
        margin-left: 0 !important;
        border-radius: 0;
        background: #b50000;
    }
    .popup-button-main_2 a {
        color: #fff;
    }
}
.multiselect-dropdown .dropdown-btn {
    padding: 6px 0 6px 12px;
}
.mlr-1p {
    margin: 0 1px;
}
.mlr-2p {
    margin: 0 2px;
}
.fs-18 {
    font-size: 18px;
}
.bg-cdcdcd {
    background: #cdcdcd;
}
.badge-theme {
    color: #fff;
    background-color: #054a84;
}
.badge-light-theme {
    color: #fff;
    background-color: #b50000;
}
p,
.app2 p {
    font-size: calc(14px + 3 * (100vw - 300px) / 1620) !important;
    letter-spacing: normal;
    color: #666;
}
.custom-switch {
    padding-left: 0rem !important;
}
.custom_favorit_padding {
    padding: 7rem 10px;
}
@media only screen and (max-width: 991px) {
    .blog-sec .blog-side {
        margin-top: 0 !important;
        padding-top: 0 !important;
        border-top: none !important;
    }
    .ads_banner_padding {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .custom_favorit_padding {
        padding: 0rem 6px;
    }
}
.btn_custom_color {
    background: #b50000 !important;
    font-weight: 700;
}
.btn_custom_color:hover {
    background: #ebba16 !important;
    color: #434345 !important;
}
.blog-description a {
    font-size: calc(13px + 1 * (100vw - 300px) / 1620) !important;
    color: #054a84 !important;
    text-decoration: underline !important;
}
.header_text_style {
    line-height: 1.8 !important;
    letter-spacing: normal !important;
    font-size: calc(14px + 2 * (100vw - 300px) / 1620) !important;
}
.page-section {
    overflow: visible;
    min-height: calc(100vh - 370px) !important;
}
@media only screen and (max-height: 950px) and (max-width: 1280px) {
    .page-section {
        min-height: calc(100vh - 398px) !important;
    }
}
@media only screen and (max-height: 937px) {
    .page-section {
        min-height: calc(100vh - 380px) !important;
    }
}
@media only screen and (max-height: 900px) {
    .page-section {
        min-height: calc(100vh - 400px) !important;
    }
}
@media only screen and (max-height: 900px) and (max-width: 1440px) {
    .page-section {
        min-height: calc(100vh - 400px) !important;
    }
}
@media only screen and (max-height: 1024px) and (max-width: 768px) {
    .page-section {
        min-height: calc(100vh - 550px) !important;
    }
}
pagination-controls .ngx-pagination .current {
    background: #054a84;
}
.center-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .permenant-sticky {
        top: unset !important;
        bottom: 0 !important;
    }
}
#find-helper-carousel .carousel {
    outline: none !important;
}
#find-helper-carousel .carousel .blog-agency {
    width: 100% !important;
    display: flex !important;
}
@media screen and (max-width: 991px) {
    #find-helper-carousel .carousel .blog-agency {
        flex-wrap: wrap;
    }
}
#find-helper-carousel .carousel .blog-contain {
    width: 33% !important;
    margin-right: 8px;
    margin-left: 8px;
}
#find-helper-carousel .carousel .blog-contain:first-child {
    margin-left: 12px;
}
@media screen and (max-width: 991px) {
    #find-helper-carousel .carousel .blog-contain:first-child {
        margin-left: 10px;
        margin-bottom: 12px;
    }
}
#find-helper-carousel .carousel .blog-contain:last-child {
    margin-right: 12px;
}
@media screen and (max-width: 991px) {
    #find-helper-carousel .carousel .blog-contain:last-child {
        margin-right: 10px;
        margin-top: 12px;
    }
}
@media screen and (max-width: 991px) {
    #find-helper-carousel .carousel .blog-contain {
        width: 100% !important;
        margin-right: 10px;
        margin-left: 10px;
    }
}
#find-helper-carousel .carousel .carousel-inner-wrapper {
    width: 100%;
}
#find-helper-carousel .carousel-control-next {
    right: -8%;
}
#find-helper-carousel .carousel-control-prev {
    left: -8%;
}
button:focus {
    outline: none;
}
#find-helper-carousel11 .carousel {
    outline: none !important;
}
#find-helper-carousel11 .carousel .blog-agency {
    width: 100% !important;
    display: flex !important;
}
@media screen and (max-width: 991px) {
    #find-helper-carousel11 .carousel .blog-agency {
        flex-wrap: wrap;
    }
}
#find-helper-carousel11 .carousel .blog-contain {
    width: 33% !important;
    margin-right: 8px;
    margin-left: 8px;
}
#find-helper-carousel11 .carousel .blog-contain:first-child {
    margin-left: 12px;
}
@media screen and (max-width: 991px) {
    #find-helper-carousel11 .carousel .blog-contain:first-child {
        margin-left: 10px;
        margin-bottom: 12px;
    }
}
#find-helper-carousel11 .carousel .blog-contain:last-child {
    margin-right: 12px;
}
@media screen and (max-width: 991px) {
    #find-helper-carousel11 .carousel .blog-contain:last-child {
        margin-right: 10px;
        margin-top: 12px;
    }
}
@media screen and (max-width: 991px) {
    #find-helper-carousel11 .carousel .blog-contain {
        width: 100% !important;
        margin-right: 10px;
        margin-left: 10px;
    }
}
#find-helper-carousel11 .carousel .carousel-inner-wrapper {
    width: 100%;
}
#find-helper-carousel11 .carousel-control-next {
    right: -8%;
}
#find-helper-carousel11 .carousel-control-prev {
    left: -8%;
}
@media screen and (max-width: 425px) {
    #find-helper-carousel11 {
        display: none;
    }
}
@media screen and (max-width: 425px) {
    #find-helper-carousel22 {
        display: block;
    }
}
@media screen and (min-width: 426px) {
    #find-helper-carousel22 {
        display: none;
    }
}
#find-helper-carousel22 .carousel {
    outline: none !important;
}
#find-helper-carousel22 .carousel .blog-agency {
    width: 100% !important;
    display: flex !important;
}
@media screen and (max-width: 991px) {
    #find-helper-carousel22 .carousel .blog-agency {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 425px) {
    #find-helper-carousel22 .carousel .blog-agency .shivam {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 425px) {
    #find-helper-carousel22 .carousel .blog-agency .shivam:first-child {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 425px) {
    #find-helper-carousel22 .carousel .blog-agency {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
}
#find-helper-carousel22 .carousel .blog-contain {
    width: 33% !important;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 20px;
}
#find-helper-carousel22 .carousel .blog-contain:first-child {
    margin-left: 12px;
}
@media screen and (max-width: 991px) {
    #find-helper-carousel22 .carousel .blog-contain:first-child {
        margin-left: 10px;
        margin-bottom: 12px;
    }
}
#find-helper-carousel22 .carousel .blog-contain:last-child {
    margin-right: 12px;
}
@media screen and (max-width: 991px) {
    #find-helper-carousel22 .carousel .blog-contain:last-child {
        margin-right: 10px;
        margin-top: 12px;
    }
}
@media screen and (max-width: 991px) {
    #find-helper-carousel22 .carousel .blog-contain {
        width: 100% !important;
        margin-right: 10px;
        margin-left: 10px;
    }
}
#find-helper-carousel22 .carousel .carousel-inner-wrapper {
    width: 100%;
}
#find-helper-carousel22 .carousel-control-next {
    right: -8%;
}
#find-helper-carousel22 .carousel-control-prev {
    left: -8%;
}
.multiselect-dropdown .dropdown-btn {
    font-size: calc(14px + 3 * (100vw - 300px) / 1620);
}
.multiselect-dropdown[_ngcontent-serverApp-c154] .dropdown-btn[_ngcontent-serverApp-c154] .selected-item[_ngcontent-serverApp-c154] {
    margin: 1px !important;
}
.booster-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.booster-btn .booster-icon {
    width: 30px;
    height: 30px;
    float: left;
}
.booster-btn .booster-label {
    padding-left: 10px;
}
.c-multiselect-dropdown {
    margin-bottom: 1rem;
}
.c-multiselect-dropdown .multiselect-dropdown .dropdown-btn {
    font-size: 12px !important;
    padding-top: 11px !important;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
    border-color: #b50000 !important;
}
.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
    border-color: #b50000 !important;
}
.top-banner-wrapper {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 25px;
}
.top-banner-wrapper .top-banner-content {
    padding: 0;
    position: relative;
}
.top-banner-wrapper .top-banner-content .follower-section {
    color: #666 !important;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}
@media screen and (max-width: 992px) {
    .top-banner-wrapper .top-banner-content .follower-section {
        position: initial;
        right: 0;
        top: 0;
        transform: initial;
    }
}
.top-banner-wrapper .top-banner-content .follower-section h3 {
    display: inline-block;
    font-size: calc(14px + 3 * (100vw - 300px) / 1620) !important;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    color: inherit;
}
.top-banner-wrapper .top-banner-content .follower-section i {
    font-size: calc(14px + 3 * (100vw - 300px) / 1620) !important;
}
.top-banner-wrapper .top-banner-content h1 {
    font-size: calc(22px + 10 * (100vw - 300px) / 1620);
    letter-spacing: normal;
    font-weight: 700 !important;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    line-height: 1.4;
    color: #054a84;
}
.top-banner-wrapper .top-banner-content a {
    font-size: calc(12px + 3 * (100vw - 300px) / 1620);
    letter-spacing: normal;
    color: #fff;
    background: #b50000;
    border-radius: 5px;
    padding: 10px 20px;
    border: 0;
    float: right;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 20%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
    .top-banner-wrapper .top-banner-content a {
        display: none;
    }
}
.top-banner-wrapper .top-banner-content .bg-warning {
    top: 80% !important;
    padding: 10px 14px;
}
.top-banner-wrapper .top-banner-content .bg-warning:hover {
    background: #ebba16 !important;
}
.top-banner-wrapper .top-banner-content .image-section {
    max-height: 70px;
    overflow: hidden;
}
.top-banner-wrapper .top-banner-content .image-section img {
    max-width: 100%;
}
.top-banner-wrapper h1 {
    font-size: calc(22px + 10 * (100vw - 300px) / 1620);
    letter-spacing: normal;
    font-weight: 700 !important;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    line-height: 1.4;
    color: #054a84;
}
.top-banner-wrapper p {
    padding-right: 20%;
    font-size: calc(14px + 3 * (100vw - 300px) / 1620) !important;
}
@media screen and (max-width: 992px) {
    .top-banner-wrapper p {
        padding-right: 0 !important;
    }
}
.top-banner-wrapper a {
    font-size: calc(12px + 3 * (100vw - 300px) / 1620);
    letter-spacing: normal;
    color: #fff !important;
    background: #b50000;
    border-radius: 5px;
    padding: 10px 20px;
    border: 0;
    float: right;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.top-banner-wrapper a:hover {
    color: #fff !important;
    background: #b50000 !important;
}
@media only screen and (max-width: 991px) {
    .top-banner-wrapper a {
        display: none;
    }
}
@media only screen and (max-width: 750px) {
    .top-banner-wrapper a {
        top: 100%;
        right: 35%;
    }
}
@media only screen and (max-width: 450px) {
    .top-banner-wrapper a {
        top: 100%;
        right: 30%;
    }
}
@media only screen and (max-width: 400px) {
    .top-banner-wrapper a {
        top: 100%;
        right: 25%;
    }
}
@media screen and (max-width: 375px) {
    h1 {
        font-size: calc(20px + 10 * (100vw - 300px) / 1620);
    }
}
.btn-lg:hover {
    color: #fff !important;
    background: #b50000 !important;
}
.btn-lg .bg-warning {
    top: 80% !important;
    padding: 10px 14px;
}
.btn-lg .bg-warning:hover {
    background: #ebba16 !important;
}
.btn-lg .image-section img {
    max-width: 100%;
}
.nav.nav-tabs.custom-tab {
    border: 0;
}
.nav.nav-tabs.custom-tab li {
    width: 50%;
    text-align: center;
    padding: 15px 2px !important;
    border: 2px solid rgba(221, 221, 221, 0.4901960784);
    background-color: #eeeeee5c;
    border-left: 0;
    position: relative;
    cursor: pointer;
}
.nav.nav-tabs.custom-tab li i {
    margin-right: 5px;
}
.nav.nav-tabs.custom-tab li span {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav.nav-tabs.custom-tab li span.badge {
    display: inline-block !important;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    padding: 3px 5px;
    vertical-align: bottom;
}
.nav.nav-tabs.custom-tab li:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-left: 2px solid rgba(221, 221, 221, 0.4901960784);
}
.nav.nav-tabs.custom-tab li:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.nav.nav-tabs.custom-tab li.active {
    border-bottom: 3px solid #b50000;
    background-color: #b5000026;
    color: #b50000;
    font-weight: 700;
    font-size: 14px;
}
@media screen and (max-width: 574px) {
    .nav.nav-tabs.custom-tab li span,
    .nav.nav-tabs.custom-tab li.active span {
        display: block;
    }
    .nav.nav-tabs.custom-tab li i {
        margin-right: 0;
    }
    .nav.nav-tabs.custom-tab li span.badge {
        position: absolute;
        top: 10%;
        right: calc(35% - 12px);
    }
}
input[type="date"],
input[type="time"] {
    position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    color: #b50000;
    background: none;
    z-index: 1;
    cursor: pointer;
}
input[type="time"]:before {
    background: none;
    display: block;
    font-family: FontAwesome;
    content: "\f017";
    width: 15px;
    height: 20px;
    position: absolute;
    top: 13px;
    right: 12px;
    color: #054a84;
    cursor: pointer;
    font-size: 18px;
}
input[type="date"]:before {
    background: none;
    display: block;
    font-family: FontAwesome;
    content: "\f073";
    width: 15px;
    height: 20px;
    position: absolute;
    top: 13px;
    right: 12px;
    color: #054a84;
    cursor: pointer;
    font-size: 18px;
}
input[type="date"].error_class:before,
input[type="time"].error_class:before {
    color: #680404 !important;
}
input[type="date"].ng-valid:before,
input[type="time"].ng-valid:before {
    color: #b50000;
}
.mat-stepper-vertical,
.mat-stepper-horizontal {
    font-family: 400 14px/20px Roboto, "Helvetica Neue", sans-serif !important;
}
.ng-invalid .mat-form-field-appearance-outline .mat-form-field-outline {
    color: #054a84 !important;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
    color: red !important;
}
.mat-form-field-appearance-outline .mat-form-field-outline:valid:not(.ng-invalid) {
    color: #b50000 !important;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
    background: #b50000 !important;
}
.mat-option:first-child .mat-pseudo-checkbox {
    display: none !important;
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
    color: #b50000 !important;
}
.mat-option:hover {
    background: #d1ecf1 !important;
}
.domestic-driver-card {
    width: 130px;
    overflow: hidden;
    background: white;
    border-radius: 1rem;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #46464626;
    border: 4px solid rgba(70, 70, 70, 0);
}
.direction {
    display: flex;
    flex-direction: row;
}
.selected-border {
    border: 4px solid #b50000 !important;
}
.position-container {
    margin-top: 5px;
    margin-bottom: 15px;
}
.field-icon {
    display: flex;
    flex-direction: row;
    align-items: center !important;
}
.card-direction {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
}
.price-feature-container .features-price {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-left: 32px;
}
.app2 h5 {
    line-height: 17px !important;
}
.price-feature-container .features-price .price-label {
    display: flex;
    flex-direction: row;
    align-items: center;
}
h5 {
    font-size: calc(14px + 2 * (100vw - 300px) / 1620) !important;
}
.offer-location-card {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: white;
    transition: all 0.2s;
    border-radius: 1rem;
    margin: 10px auto auto 10px;
    cursor: pointer;
    background-color: #d1e6f191;
}
.img-cover {
    position: relative;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 300;
}
.offer-location {
    font-size: 12px;
    font-weight: 600;
}
.date-picker .mydp,
.date-picker .mydp .selectiongroup,
.date-picker .mydp .selection,
.date-picker .mydp .selector {
    border-color: #3e5e9a;
}
.date-picker .mydp {
    border-left: 5px solid;
    border-color: #3e5e9a;
}
.success-date-picker .mydp,
.success-date-picker .mydp .selectiongroup,
.success-date-picker .mydp .selection,
.success-date-picker .mydp .selector {
    border-color: #b50000 !important;
}
.success-date-picker .mydp {
    border-left: 5px solid;
    border-color: #b50000 !important;
}
.error-date-picker .mydp,
.error-date-picker .mydp .selectiongroup,
.error-date-picker .mydp .selection,
.error-date-picker .mydp .selector {
    border-color: #680404 !important;
}
.error-date-picker .mydp {
    border-left: 5px solid;
    border-color: #680404 !important;
}
.custom-filter {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}
.custom-filter .multiselect-dropdown .dropdown-btn,
.custom-filter select {
    box-shadow: 0 0.5px 0.7px #00000009, 0 1.1px 1.8px #0000000c, 0 2.1px 3.4px #0000000f, 0 3.8px 6px #00000012, 0 7.1px 11.3px #00000016, 0 17px 27px #0000001f;
    background: white;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    border: 0 !important;
    width: 200px !important;
    cursor: pointer;
}
@media screen and (max-width: 574px) {
    .custom-filter {
        margin: 0 10px;
    }
    .custom-filter .multiselect-dropdown .dropdown-btn,
    .custom-filter select {
        width: 145px !important;
    }
}
.custom-filter .multiselect-dropdown .dropdown-btn .dropdown-down {
    border-top: 5px solid #054a84 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    position: absolute;
    top: 18px !important;
}
.custom-filter .multiselect-dropdown .dropdown-btn .dropdown-up {
    border-bottom: 5px solid #054a84 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    position: absolute;
    top: 18px !important;
}
.my_border_style {
    border-top: 0.84375em solid transparent;
}
.step_4_button-group-pills .btn {
    border-radius: 5px;
    margin-bottom: 15px;
    margin-left: 10px;
    border-color: #fff;
    background-color: #fff;
}
.step_4_button-group-pills .btn.active {
    border-color: #b50000;
    background-color: #fff;
    box-shadow: none;
}
.step_4_button-group-pills .btn:hover {
    border-color: #b50000;
    background-color: #fff;
}
.button-group-pills .btn {
    border-radius: 5px;
    line-height: 1.2;
    margin-left: 10px;
    border-color: #bbb;
    background-color: #fff;
    color: #464646;
    font-weight: 600 !important;
}
.button-group-pills .btn.active {
    border-color: #b50000 !important;
    background-color: #b50000 !important;
    color: #fff !important;
    box-shadow: none;
}
.check-icon-show {
    position: relative;
    z-index: 0;
}
.check-icon-hide {
    position: relative;
    z-index: -1;
}
.button-group-pills-language .btn {
    line-height: 1.2;
    margin-left: 10px;
    font-weight: 100 !important;
    border-radius: 0 !important;
    padding: 10px;
    font-weight: 600 !important;
}
.button-group-pills-language .btn.language-active {
    background-color: #f0f8fc !important;
    color: #167bc6;
}
.button-group-pills-language .btn svg {
    fill: #167bc6;
}
.custom_errow_only .mat-horizontal-content-container {
    padding: 0 0 24px !important;
}
@media screen and (max-width: 767px) {
    .custom_errow_only form {
        padding: 0 15px !important;
    }
}
.mat-step-header {
    pointer-events: none !important;
}
.mat-stepper-horizontal-line {
    border-top-width: 1px !important;
    border-top-style: solid !important;
    flex: auto !important;
    height: 0 !important;
    margin: 0 -16px !important;
    min-width: 32px !important;
}
.mat-horizontal-stepper-header:before,
.mat-horizontal-stepper-header:after,
.mat-stepper-horizontal-line {
    border-top-color: #0000001f !important;
}
.mat-horizontal-content-container {
    overflow: visible !important;
    padding: 0 0 24px !important;
}
.mat-horizontal-stepper-content[aria-expanded="false"] {
    height: 0 !important;
    overflow: hidden !important;
}
.custom_errow_only .mat-horizontal-stepper-header-container .mat-horizontal-stepper-header {
    display: block !important;
    height: 72px !important;
    overflow: hidden !important;
    text-align: center !important;
    align-items: center !important;
    padding: 9px 24px !important;
}
.custom_errow_only .mat-horizontal-stepper-header .mat-step-icon {
    margin: 0 auto !important;
    height: 30px !important;
    width: 30px !important;
}
.custom_errow_only {
    width: 60% !important;
    box-shadow: -2px 8px 25px 1px #898989;
    padding-top: 2em;
    margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
    .custom_errow_only {
        width: 75% !important;
    }
}
@media screen and (max-width: 992px) {
    .custom_errow_only {
        width: 90% !important;
        box-shadow: 0 0 5px #898989;
        margin-bottom: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .custom_errow_only {
        width: 99% !important;
    }
}
.space10 {
    margin-top: 10px;
}
.space20 {
    margin-top: 20px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header {
    padding: 0 20px !important;
}
.custom_errow_only .mat-step-label {
    display: inline-block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-width: 50px !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}
@media screen and (max-width: 449px) {
    .custom_errow_only .mat-step-label {
        font-size: 12px !important;
    }
}
.custom_errow_only .mat-step-label {
    margin-top: 3px !important;
}
@media screen and (max-width: 449px) {
    .custom_errow_only .mat-step-label {
        margin-left: -7px !important;
    }
}
.cursor-pointer {
    cursor: pointer;
}
mat-radio-group.ng-valid[required] {
    border-left: 0 !important;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #b50000;
    background-color: #b50000;
}
.custom-control-input ~ .custom-control-label:before {
    box-shadow: none !important;
    border-color: #adb5bd;
}
.custom-control.custom-switch label {
    cursor: pointer;
}
.stepperTopMargin {
    margin-top: 58px;
}
.custom-intl-tel {
    display: block;
}
.custom-intl-tel .intl-tel-input {
    width: 100%;
}
.custom-login-title {
    margin-left: auto !important;
    margin-right: auto !important;
}
.login-modal .form-group select,
.login-modal .form-group .custom-intl-tel {
    border: 1px solid #eaeaea;
    background-color: #efefef;
    border-radius: 50px;
    padding: 12px 12px 12px 30px;
    font-size: 12px;
    height: auto;
}
.custom_anchor_text {
    position: absolute !important;
    right: 0;
    color: #b50000 !important;
    text-decoration: none;
    font-size: calc(16px + 2 * (100vw - 300px) / 1620) !important;
}
h3 {
    font-size: calc(18px + 8 * (100vw - 300px) / 1620) !important;
}
.mat-step-icon-content,
.mat-step-icon .mat-icon {
    font-size: 20px !important;
    font-weight: 600 !important;
}
.custom-plan {
    box-shadow: 0 0.125rem 0.25rem #0000004d !important;
}
.custom-plan .custom-plan-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-plan .custom-plan-detail h3 {
    font-size: calc(16px + 10 * (100vw - 300px) / 1620) !important;
    font-weight: 700 !important;
}
.custom-plan .custom-plan-detail h5 {
    font-size: calc(14px + 3 * (100vw - 300px) / 1620);
    font-weight: 700;
    display: inline-block;
    padding-bottom: 0;
    color: #666;
    display: block;
    margin-top: 10px;
}
.custom-plan .custom-plan-detail h5 i {
    margin-right: 5px;
    color: #b50000;
    width: 15px;
    text-align: center;
}
.modal-header {
    border-bottom: 3px solid #ebba16 !important;
}
.filter-custom-mobile {
    padding-bottom: 25px;
}
.filter-custom-mobile .confirm-buttons {
    padding-bottom: 10px;
}
.filter-custom-mobile .modal-header .close {
    outline: none !important;
}
.filter-custom-mobile .modal-header h4 {
    font-weight: 700;
    margin-top: 4px;
    font-size: calc(16px + 3 * (100vw - 300px) / 1620) !important;
}
.filter-custom-mobile .modal-body {
    height: 80vh;
    overflow: auto;
    padding: 0;
}
.filter-custom-mobile .modal-footer {
    padding: 7px 15px;
}
.filter-custom-mobile .reset_button {
    background-color: #b50000;
    color: #fff;
    padding: 7px 30px;
    border: 0;
}
.filter-custom-mobile .apply_button {
    background-color: #054a84;
    color: #fff;
    padding: 7px 30px;
    border: 0;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #b50000 !important;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
    background-color: #b50000 !important;
}
.checkout-modal .btn_btn {
    background-color: #b50000;
    color: #fff;
    border: 2px solid #b50000;
    border-radius: 10px;
}
.checkout-modal .btn_btn:hover {
    background-color: #b50000;
    color: #fff;
}
.checkout-modal .custom-invoice-container {
    padding: 15px;
}
.checkout-modal .custom-invoice-container h3 {
    font-size: calc(16px + 10 * (100vw - 300px) / 1620);
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #ebba16;
    padding-right: 20px;
    padding-bottom: 5px;
}
.checkout-modal .custom-invoice-container .form-group {
    padding: 0 20px;
}
@media screen and (max-width: 375px) {
    .checkout-modal .custom-invoice-container .form-group {
        padding: 0;
    }
}
.checkout-modal .custom-invoice-container .form-group select {
    background-color: #f5f5f8;
    border: none;
}
.checkout-modal .plan-right-block.top {
    display: none !important;
}
@media screen and (max-width: 992px) {
    .checkout-modal .plan-right-block.top {
        display: block !important;
    }
}
.checkout-modal .plan-right-block.bottom {
    display: block !important;
}
@media screen and (max-width: 992px) {
    .checkout-modal .plan-right-block.bottom {
        display: none !important;
    }
}
.checkout-modal .plan-right-block h3 {
    font-size: calc(16px + 10 * (100vw - 300px) / 1620);
    font-weight: 700;
}
.checkout-modal .plan-right-block .apply_coupon input {
    display: inline-block;
    width: auto;
}
@media screen and (max-width: 474px) {
    .checkout-modal .plan-right-block .apply_coupon input {
        width: 100%;
    }
}
@media screen and (max-width: 474px) {
    .checkout-modal .plan-right-block .apply_coupon button {
        margin-left: auto !important;
        margin-right: auto;
        display: block;
        margin-top: 5px;
    }
}
.checkout-modal .plan-right-block .apply_coupon label {
    display: block;
}
.checkout-modal .btn_transperant {
    color: #b50000;
    font-weight: 700;
}
.checkout-modal .btn_yellow {
    background-color: #ebba16;
    color: #fff;
    border: 2px solid #ebba16;
    border-radius: 10px;
}
.checkout-modal .btn_yellow:hover {
    background-color: #ebba16;
    color: #fff;
}
.checkout-modal .custom-payment-box h3 {
    font-size: calc(16px + 10 * (100vw - 300px) / 1620);
    font-weight: 700;
    display: inline-block;
    border-bottom: 2px solid #ebba16;
    padding-bottom: 5px;
}
.checkout-modal .custom-payment-box .payment-container .custom-payment-data {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #b50000 !important;
    color: #fff !important;
    padding: 0 10px !important;
}
.checkout-modal .custom-payment-box .payment-container .payment-div {
    width: 100%;
    max-width: 400px;
}
.checkout-modal .custom-payment-box .payment-container #payment-request-button {
    float: none;
}
.checkout-modal .coupon-applied {
    padding: 0 25px;
}
@media screen and (max-width: 375px) {
    .checkout-modal .coupon-applied {
        padding: 0 15px;
    }
}
image-uploader .icon_remove {
    z-index: 2 !important;
}
image-uploader .icon_edit {
    z-index: 2 !important;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
}
.my_agency {
    text-align: right;
}
@media screen and (max-width: 768px) {
    .my_agency {
        text-align: center;
    }
}
.my_agency h1 {
    font-size: calc(20px + 5 * (100vw - 500px) / 1620) !important;
    font-weight: 600 !important;
    letter-spacing: 0.5 !important;
}
.custom-side-menu-toggle-button {
    color: #054a84;
    font-size: calc(18px + 3 * (100vw - 300px) / 1620) !important;
}
.custom-side-menu-toggle {
    z-index: 5;
    right: 25px;
    top: 15px;
    background-color: #fff;
}
.custom-side-menu-toggle p {
    padding: 7px 14px !important;
    margin: 0 !important;
    font-size: calc(12px + 3 * (100vw - 300px) / 1620) !important;
    cursor: pointer;
}
.custom-side-menu-toggle p:hover {
    background-color: #eee;
}
.Side-button-container button,
.Side-button-container select {
    font-size: calc(12px + 3 * (100vw - 300px) / 1620) !important;
    margin-right: 0 !important;
}
.Side-button-container select {
    border: 1px solid;
}
.Side-button-container .form-check-inline {
    margin-right: 5px;
}
.ngx-slider .ngx-slider-pointer {
    background-color: #054a84 !important;
}
.ngx-slider .ngx-slider-selection {
    background: #054a84 !important;
}
.ngx-slider .ngx-slider-pointer.ngx-slider-active:after {
    background-color: #fff !important;
}
.select-all-container {
    font-size: calc(14px + 3 * (100vw - 300px) / 1620) !important;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 0;
}
.filter-main-btn {
    text-align: right;
}
.filter-main-btn a {
    padding: 10px !important;
    color: #054a84 !important;
    font-weight: 700 !important;
    font-size: calc(14px + 3 * (100vw - 300px) / 1620) !important;
    vertical-align: bottom;
}
.filter-main-btn a i {
    margin-right: 5px;
}
.filter-main-btn a.job-add-button {
    font-size: calc(12px + 3 * (100vw - 300px) / 1620) !important;
    letter-spacing: normal;
    color: #fff !important;
    background: #b50000;
    border-radius: 5px;
    padding: 5px 20px !important;
    border: 0;
    float: left;
    font-weight: 700;
}
.filter-main-btn a.job-add-button:hover {
    color: #fff !important;
    background: #b50000 !important;
}
input:focus,
textarea:focus,
button:focus,
button:active,
select:focus {
    outline: none !important;
}
.fixed-1-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iti--allow-dropdown {
    width: 100%;
}
.job-resume-skelton-loader .product-box-container {
    box-shadow: 0 0 8px #ddd;
    border-radius: 7px;
    overflow: hidden;
    height: 213px;
}
@media screen and (max-width: 767px) {
    .job-resume-skelton-loader .product-box-container {
        height: 146px;
    }
}
.job-resume-skelton-loader .product-box {
    overflow: hidden;
    margin-top: 0 !important;
    display: flex !important;
    padding: 0 !important;
}
.job-resume-skelton-loader .product-box .custom_front_rsume_image {
    overflow: hidden;
    height: 145px;
    width: 145px;
    margin: 15px 5px 15px 15px;
}
@media screen and (max-width: 767px) {
    .job-resume-skelton-loader .product-box .custom_front_rsume_image {
        width: 85px;
        height: 85px;
        margin: 12px 2px 12px 12px;
    }
}
@media screen and (max-width: 767px) {
    .job-resume-skelton-loader .product-box .web-skelton {
        display: none;
    }
}
@media screen and (min-width: 767px) {
    .job-resume-skelton-loader .product-box .mobile-skelton {
        display: none;
    }
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    background-color: #b50000;
}
.visually-hidden {
    visibility: hidden !important;
}
.mat-mdc-form-field {
    width: 100% !important;
    font-size: 14px !important;
    align-items: center;
}
.mat-mdc-select-value-text {
    font-size: 14px !important;
}
.mat-mdc-text-field-wrapper {
    height: 51px !important;
}
._error {
    color: red;
}
.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input {
    font-size: 14px !important;
}
.mat-mdc-option .mdc-list-item__primary-text {
    font-size: 14px !important;
}
.tel-input .cdk-global-overlay-wrapper,
.cdk-overlay-container {
    z-index: 9999 !important;
}
.tel-input .mat-mdc-button .mdc-button__label {
    top: 0.2rem !important;
}
.modal-backdrop {
    z-index: 1040 !important;
}
.mat-mdc-option .mat-pseudo-checkbox-minimal {
    display: none !important;
}
.blur_picture {
    filter: blur(8px) !important;
}
.mobile-responsive {
    display: none;
}
.desktop-responsive {
    display: block;
}
@media screen and (max-width: 435px) {
    .mobile-responsive {
        display: block;
    }
    .desktop-responsive {
        display: none;
    }
    .space-pricing {
        margin-top: -46px !important;
    }
}
@charset "UTF-8"; /*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
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;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
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;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
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-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: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
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;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
    font-size: 0.875em;
    font-weight: 400;
}
mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled,
.list-inline {
    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: 0.875em;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "\2014\a0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}
.row {
    display: flex;
    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-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}
.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table th,
.table td {
    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-sm th,
.table-sm td {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #0000000d;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: #00000013;
}
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}
.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
    background-color: #00000013;
}
.table-hover .table-active:hover {
    background-color: #00000013;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: #00000013;
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff0d;
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: #ffffff13;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    appearance: none;
}
select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.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: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    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,
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    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: 0.875em;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #28a745e6;
    border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem #28a74540;
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
    #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
    center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem #28a74540;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label:before,
.custom-control-input.is-valid ~ .custom-control-label:before {
    border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before,
.custom-control-input.is-valid:checked ~ .custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before,
.custom-control-input.is-valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem #28a74540;
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem #28a74540;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #dc3545e6;
    border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem #dc354540;
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
    #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
    center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem #dc354540;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label:before,
.custom-control-input.is-invalid ~ .custom-control-label:before {
    border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before,
.custom-control-input.is-invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before,
.custom-control-input.is-invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem #dc354540;
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem #dc354540;
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem #268fff80;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.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 #268fff80;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem #828a9180;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.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 #828a9180;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem #48b46180;
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.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 #48b46180;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem #3ab0c380;
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #3ab0c380;
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem #deaa0c80;
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #deaa0c80;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem #e1536180;
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #e1536180;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem #d8d9db80;
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #d8d9db80;
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem #52585d80;
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #52585d80;
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem #007bff80;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff;
}
.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 #007bff80;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem #6c757d80;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    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: #6c757d;
    border-color: #6c757d;
}
.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 #6c757d80;
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem #28a74580;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    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: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.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 #28a74580;
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem #17a2b880;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #17a2b880;
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem #ffc10780;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ffc10780;
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem #dc354580;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #dc354580;
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.width {
        transition: none;
    }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    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.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    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 {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    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 {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle:after {
    display: none;
}
.dropleft .dropdown-toggle:before {
    display: inline-block;
    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-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}
.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:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
    display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label:before,
.custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
}
.custom-control-label:after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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: #007bff80;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: #007bff80;
}
.custom-radio .custom-control-label:before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: #007bff80;
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 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;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    transform: translate(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: #007bff80;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007bff40;
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007bff40;
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007bff40;
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    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 {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: #000000e6;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #000000e6;
}
.navbar-light .navbar-nav .nav-link {
    color: #00000080;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #000000b3;
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: #0000004d;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #000000e6;
}
.navbar-light .navbar-toggler {
    color: #00000080;
    border-color: #0000001a;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: #00000080;
}
.navbar-light .navbar-text a {
    color: #000000e6;
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: #000000e6;
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff80;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ffffffbf;
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: #ffffff40;
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: #ffffff80;
    border-color: #ffffff1a;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: #ffffff80;
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #00000008;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #00000008;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    inset: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion {
    overflow-anchor: none;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.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 {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff40;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 3;
    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-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.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;
    border-radius: 0.25rem;
    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;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:hover,
a.badge:focus {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}
a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #007bff80;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}
a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #6c757d80;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #28a74580;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}
a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #17a2b880;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ffc10780;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}
a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #dc354580;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #343a4080;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    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;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.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:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: #ffffffd9;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem #0000001a;
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: #ffffffd9;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 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-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    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;
    white-space: normal;
    word-spacing: 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-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow:before,
.bs-tooltip-auto[x-placement^="top"] .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-right .arrow:before,
.bs-tooltip-auto[x-placement^="right"] .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow:before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-left .arrow:before,
.bs-tooltip-auto[x-placement^="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;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    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;
    white-space: normal;
    word-spacing: 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);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow:before,
.popover .arrow:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow:before,
.bs-popover-auto[x-placement^="top"] > .arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #00000040;
}
.bs-popover-top > .arrow:after,
.bs-popover-auto[x-placement^="top"] > .arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-right > .arrow:before,
.bs-popover-auto[x-placement^="right"] > .arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #00000040;
}
.bs-popover-right > .arrow:after,
.bs-popover-auto[x-placement^="right"] > .arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow:before,
.bs-popover-auto[x-placement^="bottom"] > .arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #00000040;
}
.bs-popover-bottom > .arrow:after,
.bs-popover-auto[x-placement^="bottom"] > .arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header:before,
.bs-popover-auto[x-placement^="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-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-left > .arrow:before,
.bs-popover-auto[x-placement^="left"] > .arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #00000040;
}
.bs-popover-left > .arrow:after,
.bs-popover-auto[x-placement^="left"] > .arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translate(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translate(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}
.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: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !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: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !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: flex !important;
}
.d-inline-flex {
    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: flex !important;
    }
    .d-sm-inline-flex {
        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: flex !important;
    }
    .d-md-inline-flex {
        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: flex !important;
    }
    .d-lg-inline-flex {
        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: flex !important;
    }
    .d-xl-inline-flex {
        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: flex !important;
    }
    .d-print-inline-flex {
        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 iframe,
.embed-responsive embed,
.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.85714286%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.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;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem #00000013 !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem #00000026 !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem #0000002d !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !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-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-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-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-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-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-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-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-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-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-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;
    }
}
.stretched-link:after {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: #0000;
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !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-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #0056b3 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: #00000080 !important;
}
.text-white-50 {
    color: #ffffff80 !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    *:before,
    *:after {
        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;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body,
    .container {
        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 th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.2857142857em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.8571428571em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-unice-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
::selection {
    background-color: #054a84;
    color: #fff;
}
body {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    font-size: 14px;
    color: #434345;
    overflow-x: hidden;
}
body.event {
    font-family: Work Sans, sans-serif;
}
h1,
h2 {
    font-family: Capriola, sans-serif;
    text-transform: initial;
}
h4,
h5,
li {
    margin-top: 0;
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: initial;
}
h2,
h3,
h4,
h5,
h6,
li,
a {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: normal;
}
h2,
h3,
h4 {
    color: #054a84;
}
h5,
h6,
p {
    color: #434345;
}
h1 {
    font-size: calc(22px + 28 * (100vw - 300px) / 1620);
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: -7px;
    margin-bottom: -20px;
    line-height: 1.4;
}
h1 span.small-text {
    font-size: calc(18px + 22 * (100vw - 300px) / 1620);
    color: #fff;
}
h1 span.bold-text {
    font-weight: 600;
}
h1 span.theme-color {
    color: #054a84;
}
h2 {
    font-size: calc(20px + 16 * (100vw - 300px) / 1620);
    line-height: 0.9;
}
h3 {
    font-size: calc(18px + 8 * (100vw - 300px) / 1620);
    margin-top: -4px;
    margin-bottom: 0;
}
h4 {
    font-size: calc(16px + 4 * (100vw - 300px) / 1620);
}
h5 {
    font-size: calc(14px + 2 * (100vw - 300px) / 1620);
}
h6 {
    font-size: calc(13px + 1 * (100vw - 300px) / 1620);
    margin-top: -4px;
    margin-bottom: -5px;
}
p {
    font-size: calc(13px + 1 * (100vw - 300px) / 1620);
    color: #434345;
    font-weight: 400;
    margin-top: -7px;
    margin-bottom: -4px;
    line-height: 1.8;
}
a {
    font-size: calc(13px + 1 * (100vw - 300px) / 1620);
    color: #434345;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
a:focus {
    outline: none;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul li {
    font-size: 14px;
}
.custom-scroll ::-webkit-scrollbar {
    width: 8px;
    background-color: #e3e3e3;
    border-radius: 25px;
}
.custom-scroll ::-webkit-scrollbar-thumb {
    background-image: linear-gradient(rgba(235, 186, 22, 0.92) 0%, #b50000 100%);
    border-radius: 25px;
}
nav {
    padding: 0;
}
.lable-nav {
    background-color: #fff;
    padding: 3px 9px;
    display: inline-block;
    position: absolute;
    top: -4px;
    letter-spacing: 1px;
    font-size: 10px;
    margin-left: 0;
    color: #434345;
    line-height: 1;
    text-transform: initial;
}
.lable-nav:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    z-index: -1;
    top: 14px;
    transform: rotate(45deg);
    left: 8px;
}
@keyframes scaleDisappear {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    60% {
        opacity: 0;
        transform: scale(1.3);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-50 {
    height: 50px;
}
.p-t-0 {
    padding-top: 0 !important;
}
.p-t-10 {
    padding-top: 10px;
}
.p-t-15 {
    padding-top: 15px;
}
.p-t-20 {
    padding-top: 20px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-t-40 {
    padding-top: 40px;
}
.p-t-50 {
    padding-top: 50px;
}
.p-t-100 {
    padding-top: 100px !important;
}
.p-b-100 {
    padding-bottom: 100px !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-b-15 {
    padding-bottom: 15px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-b-40 {
    padding-bottom: 40px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-b-100 {
    padding-bottom: 100px;
}
.p-b-150 {
    padding-bottom: 150px;
}
.p-b-160 {
    padding-bottom: 160px;
}
.p-l-0 {
    padding-left: 0;
}
.p-l-20 {
    padding-left: 20px;
}
.p-r-0 {
    padding-right: 0 !important;
}
.m-r-0 {
    margin-right: 0;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-12 {
    margin-right: 12px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-25 {
    margin-right: 25px;
}
.m-r-auto {
    margin-right: auto !important;
}
.m-l-0 {
    margin-left: 0 !important;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-l-24 {
    margin-left: 24px;
}
.m-l-30 {
    margin-left: 30px;
}
.m-l-auto {
    margin-left: auto;
}
.m-t-0 {
    margin-top: 0;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-25 {
    margin-top: 25px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-t-45 {
    margin-top: 45px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-b-0 {
    margin-bottom: 0 !important;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-35 {
    margin-bottom: 35px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-45 {
    margin-bottom: 45px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-b-80 {
    margin-bottom: 80px;
}
.bottom-0 {
    bottom: 0;
}
.right-0 {
    right: 0;
}
.left-0 {
    left: 0;
}
.top-0 {
    top: 0;
}
.flex-none {
    flex: none;
}
.p-light {
    font-weight: 300;
    opacity: 0.9;
}
.form-group input,
.form-group textarea {
    font-size: 15px;
    background-color: #f5f5f8;
    border: none;
    width: 100%;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
    font-weight: 500;
    color: #2927314d;
}
.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
    font-weight: 500;
    color: #2927314d;
}
.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
    font-weight: 500;
    color: #2927314d;
}
.form-group input:-moz-placeholder,
.form-group textarea:-moz-placeholder {
    font-weight: 500;
    color: #2927314d;
}
.form-group input.radius-0,
.form-group textarea.radius-0 {
    border-radius: 0;
}
.form-group textarea {
    padding: 16px;
}
.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.text-black {
    color: #000;
}
.font-primary {
    color: #054a84 !important;
}
.font-secondary {
    color: #434345 !important;
}
.set-abs {
    position: absolute;
}
.set-relative {
    position: relative;
}
section {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.center-text {
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 2;
}
.text-as-shadow {
    position: absolute;
    font-size: 150px !important;
    opacity: 0.03;
    left: 250px;
    line-height: 1 !important;
    font-weight: 700 !important;
    top: 0;
}
.owl-carousel.owl-theme .owl-dots {
    line-height: 0;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
    margin-bottom: 0;
}
.menu-on header {
    background-color: #ebba16;
}
.header .header-text,
.header .header-sub-text {
    margin-bottom: 45px;
}
.header .header-sub-text p {
    font-size: calc(13px + 3 * (100vw - 300px) / 1620);
    font-weight: 300;
}
.title {
    text-align: center;
    margin-bottom: 50px;
}
.title .title-img {
    margin-bottom: 30px;
}
.title .main-title {
    margin-bottom: 25px;
}
.title .main-title h2 {
    line-height: 0.8;
}
.title .sub-title {
    margin-bottom: 0;
}
.title .sub-title.para {
    font-size: 120%;
}
.title.title2 h6.main-text {
    text-transform: initial;
    text-align: center;
    margin-bottom: 20px;
}
.title.title2 .para {
    font-size: 128%;
    padding: 0 20px;
}
.title.title2 .borders span {
    display: inline-block;
    position: relative;
}
.title.title2 .borders span:before,
.title.title2 .borders span:after {
    content: "";
    position: absolute;
    border-top: 2px solid #f5f5f8;
    width: 85px;
    transform: translateY(-50%);
    top: 50%;
}
.title.title2 .borders span:before {
    right: 100%;
    margin-right: 15px;
}
.title.title2 .borders span:after {
    left: 100%;
    margin-left: 15px;
}
.title.title3 .main-title {
    margin-bottom: 30px;
    font-weight: 700;
}
.title.title3 .main-title span {
    color: #054a84;
}
.title.title3 .sub-title {
    font-weight: 300;
}
.title.title3 .sub-title span {
    font-weight: 600;
}
.borders-before {
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.borders-before span {
    display: inline-block;
    position: relative;
}
.borders-before span:before {
    content: "";
    position: absolute;
    border-top: 2px solid #f5f5f8;
    width: 46px;
    transform: translateY(-50%);
    top: 50%;
}
.borders-before span:before {
    right: 100%;
    margin-right: 15px;
}
.borders-before span.color-white:before {
    border-top: 2px solid #fff;
}
.bg-theme {
    background: linear-gradient(#ebba16, #b50000);
}
.center-abs {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shadow {
    box-shadow: 0 4px 8px 1px #e2e2e2;
}
.link-horizontal ul {
    display: flex;
}
.link-horizontal ul li {
    padding-right: 35px;
}
.link-horizontal ul li.borders-right {
    border-right: 1px solid #fff;
    height: 52px;
    margin-right: 35px;
    box-shadow: 0 0 10px #fff;
    opacity: 0.7;
}
.link-horizontal ul li:last-child {
    padding-right: 0;
}
.link-horizontal ul li a {
    background-color: transparent;
}
.link-horizontal ul li a.icon-btn i {
    font-size: 27px;
    height: 58px;
    width: 58px;
    color: #054a84;
    display: flex;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: all 0.5s;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #054a84 50%, #054a84 100%);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 90px 180px;
}
.link-horizontal ul li a.icon-btn:hover i {
    color: #fff;
    background-position: 0 -90px;
}
.btn-default {
    padding: 14px 35px;
    font-size: calc(13px + 3 * (100vw - 300px) / 1620);
    font-weight: 500;
    border: 2px solid;
    text-transform: initial;
    border-radius: 50px;
    color: #fff !important;
    transition: 0.5s;
    letter-spacing: 0;
    white-space: nowrap;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    transition: 0.5s;
    background-color: #fff;
    border: 2px solid #054a84;
    color: #054a84 !important;
}
.btn-default:focus {
    box-shadow: none;
}
.btn-default.primary-btn {
    border: 1px solid white;
    background-color: #054a84;
}
.btn-default.primary-btn.transparent {
    background-color: transparent;
}
.btn-default.primary-btn:hover,
.btn-default.primary-btn:focus,
.btn-default.primary-btn:active {
    background-color: #fff;
    color: #054a84 !important;
    border: 1px solid #054a84;
}
.btn-default.btn-white {
    transition: 0.5s;
    background-color: #fff;
    border: 2px solid #054a84;
    color: #054a84 !important;
}
.btn-default.btn-white:hover,
.btn-default.btn-white:focus,
.btn-default.btn-white:active {
    transition: 0.5s;
    background-color: #054a84;
    color: #fff !important;
    border: 2px solid #fff;
}
.btn-default.btn-white.border-not {
    border: none;
}
.btn-default .btn-custom:hover {
    background-position: 100% 0;
    transition: all 0.4s ease-in-out;
}
.btn-default.btn-gradient {
    border: transparent;
    position: relative;
    background-color: #b50000;
    background-image: linear-gradient(#ebba16, #b50000);
    background-image: linear-gradient(to right, #ebba16, #b50000, #b50000, #ebba16);
    transition: all 0.4s ease-in-out;
    background-size: 300% 100%;
}
.btn-default.btn-gradient:hover,
.btn-default.btn-gradient:focus,
.btn-default.btn-gradient:active {
    transition: all 0.4s ease-in-out;
    color: #fff !important;
    background-position: 100% 0;
}
.overflow-hide {
    overflow: hidden;
}
.swiper-container {
    width: 100%;
}
.img-container {
    position: relative;
    display: inline-block;
}
.overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(#b50000, #ebba16);
    opacity: 0.5;
}
.overlay.reversae {
    background-image: linear-gradient(#ebba16, #b50000);
}
.list ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.list ul li {
    padding: 0 30px 10px;
    text-transform: uppercase;
}
.list ul li a.active {
    color: #054a84;
}
.list ul li:first-child {
    padding-left: 0;
}
.list ul li:last-child {
    padding-right: 0;
}
.socials-lists ul.socials-horizontal {
    display: flex;
}
.socials-lists ul.socials-verticle {
    display: inline-block;
}
.socials-lists ul li {
    padding: 0 4px;
}
.socials-lists ul li a {
    display: inline-block;
}
.socials-lists ul li a i {
    height: 50px;
    width: 50px;
    background-color: #054a84;
    border-radius: 50px;
    display: flex;
    font-size: 20px;
    color: #fff;
    transition: all 0.8s;
    border: 2px solid #fff;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 90px 180px;
}
.socials-lists ul li a:hover i {
    background-position: 0 -90px;
    background-color: #fff;
    color: #054a84;
    border: 1px solid #054a84;
}
.text-hash {
    color: #bebebe;
    letter-spacing: 5px;
}
.brand-sliders .brand-slider a {
    transition: 0.5s;
}
.brand-sliders .brand-slider a img {
    filter: brightness(0);
}
.brand-sliders .brand-slider a img.wedding-brand {
    filter: grayscale(100);
}
.brand-sliders .brand-slider a:hover {
    transition: 0.5s;
}
.brand-sliders .brand-slider a:hover img {
    filter: unset;
}
.team-section .border-around {
    border: 13px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 30px #e2e2e2;
    height: 150px;
    width: 150px;
}
.team-section .team {
    height: 135px;
    width: 135px;
}
.team-section .teams .our-team .overlay-team {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 1s;
}
.team-section .teams .our-team .overlay-team img {
    transition: all 1s;
    opacity: 0;
    transform: translateY(20px);
}
.team-section .teams .our-team .borders {
    border-right: 2px dashed black;
    height: 110px;
    left: 50%;
    transform: translate(-50%);
    transition: all 1s;
}
.team-section .teams .our-team .set-relative.set-border {
    padding-bottom: 110px;
}
.team-section .teams .our-team .employee {
    margin-top: 15px;
    text-align: center;
}
.team-section .teams .our-team .employee h6 {
    line-height: 30px;
    transition: all 1s;
    color: #434345;
}
.team-section .teams .our-team .employee .e-name {
    color: #434345;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.team-section .teams .our-team:hover .overlay-team {
    transition: all 1s;
    bottom: 8px;
}
.team-section .teams .our-team:hover .overlay-team img {
    transition: all 1s;
    opacity: 1;
    transform: none;
}
.team-section .teams .our-team:hover .borders {
    transition: all 1s;
    border-right: 2px dashed #054a84;
}
.team-section .teams .our-team:hover h6,
.team-section .teams .our-team:hover .e-name {
    transition: all 1s;
    color: #054a84;
}
.team-section .teams:nth-child(2n) {
    margin-top: 30px;
}
.pricing .pricing-slider .price-margin {
    margin-bottom: -2px;
}
.pricing .pricing-slider .price-margin.price-container {
    margin: 5px 5px 2px;
}
.pricing .btn-default {
    padding: 16px 40px;
    border-radius: 50px;
}
.pricing .set-border {
    background: #f1f1f1;
    margin: 30px 80px;
}
.pricing .price-container.bg-white {
    background: #fff;
}
.pricing .price-container.shadows {
    filter: drop-shadow(0 0 6px #efecec);
    border-radius: 20px;
    background: #fff;
    border: none;
    overflow: hidden;
}
.pricing .price-container .service-feature {
    padding: 50px 0;
    background-image: linear-gradient(#ebba16, #b50000);
}
.pricing .price-container .service-feature.bg-white {
    background: #fff;
}
.pricing .price-container .service-feature .price-feature {
    text-transform: uppercase;
    color: #fff;
}
.pricing .price-container .service-feature .price-feature:last-child {
    margin-bottom: 0;
}
.pricing .price-container .price-features {
    margin-bottom: 35px;
}
.pricing .price-container .price-features .price-feature {
    color: #888787;
    margin-bottom: 15px;
}
.pricing .price-container .price-features .price-feature.font-primary {
    color: #054a84;
}
.pricing .price-container .price-features .price-feature:last-child {
    margin-bottom: 0;
}
.pricing .price-container .price-features:last-child {
    margin-bottom: 0;
}
.pricing .price-container .feature-icon {
    width: auto !important;
    color: #054a84;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: -12px;
}
.pricing .price-container .feature-icon:before {
    font-size: 55px;
}
.pricing .price-container .price-feature-container {
    padding: 30px 0 100px;
}
.pricing .price-container .price-feature-container .feature-text {
    padding: 0 30px;
}
.pricing .price-container .price-feature-container .feature-text h3 {
    font-weight: 700;
    text-transform: uppercase;
}
.pricing .price-container .price-feature-container .feature-text hr {
    margin-bottom: 2rem;
    margin-top: 1.6rem;
    border-top: 1px solid #f4f4f4;
}
.pricing .price-container .price-feature-container .feature-text .feature-text-heading.bold {
    font-weight: 700;
}
.pricing .price-container .price-feature-container .price-value {
    margin-bottom: 30px;
}
.pricing .price-container .price-feature-container .price-value .price {
    font-size: calc(22px + 33 * (100vw - 300px) / 1620);
    margin: -22px 0 -15px;
    font-weight: 600;
}
.pricing .price-container .price-feature-container .price-value .price .large {
    color: #054a84;
    font-size: 55px;
    font-weight: 400;
}
.pricing .price-container .price-feature-container .price-value .price .large.font-primary {
    color: #054a84;
}
.pricing .price-container .price-feature-container .set-abs {
    z-index: -1;
    width: 100%;
}
.pricing .price-container .price-feature-container .set-abs img.pricing-img {
    width: 100% !important;
}
.pricing .price-container.hover-overlay:hover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pricing .price-container.hover-overlay:hover .font-primary,
.pricing .price-container.hover-overlay:hover .price-feature-container .feature-text .feature-icon,
.pricing .price-container.hover-overlay:hover .price-feature-container .feature-text .feature-text-heading,
.pricing .price-container.hover-overlay:hover .price-feature-container .feature-text .set-border,
.pricing .price-container.hover-overlay:hover .price-feature-container .price-features .price-feature,
.pricing .price-container.hover-overlay:hover .price-feature-container .price-value .price,
.pricing .price-container.hover-overlay:hover .price-feature-container .price-value .large {
    color: #fff;
}
.pricing.yoga .owl-theme .owl-dots,
.pricing.saas2 .owl-theme .owl-dots {
    margin-top: 40px !important;
    line-height: 1;
}
.pricing.yoga .owl-theme .owl-dots .owl-dot span,
.pricing.saas2 .owl-theme .owl-dots .owl-dot span {
    background-image: linear-gradient(#ebba16, #b50000);
}
.pricing.yoga .owl-theme .owl-dots .owl-dot.active span,
.pricing.saas2 .owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1.4);
}
.pricing.yoga .owl-item.active.center .price-container,
.pricing.saas2 .owl-item.active.center .price-container {
    filter: drop-shadow(0 0 6px #efecec);
    opacity: 1;
    transform: scale(1.1);
    transition: 0.5s;
}
.pricing.yoga .price-margin.price-container,
.pricing.saas2 .price-margin.price-container {
    margin: 35px 25px;
}
.pricing.yoga .price-container,
.pricing.saas2 .price-container {
    filter: grayscale(100%) drop-shadow(0 0 6px #efecec);
    opacity: 0.6;
    border-radius: 10px;
}
.pricing.yoga .price-container .btn-default,
.pricing.saas2 .price-container .btn-default {
    padding: 14px 46px;
}
.pricing.yoga .price-container .service-feature,
.pricing.saas2 .price-container .service-feature {
    padding: 0;
    background-image: unset;
}
.pricing.yoga .price-container .service-feature .image-top,
.pricing.saas2 .price-container .service-feature .image-top {
    width: 80%;
    margin-left: auto;
}
.pricing.yoga .price-container .service-feature .feature-text,
.pricing.saas2 .price-container .service-feature .feature-text {
    position: relative;
}
.pricing.yoga .price-container .service-feature .feature-text .feature-text-heading,
.pricing.saas2 .price-container .service-feature .feature-text .feature-text-heading {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    transform: translateY(-30%);
}
.pricing.yoga .price-container .price-feature-container,
.pricing.saas2 .price-container .price-feature-container {
    padding: 0 0 40px;
}
.pricing.yoga .price-container .price-feature-container .price-feature,
.pricing.yoga .price-container .price-feature-container .price,
.pricing.saas2 .price-container .price-feature-container .price-feature,
.pricing.saas2 .price-container .price-feature-container .price {
    color: #535e72;
}
.pricing.yoga .price-container .price-feature-container .price-value .price,
.pricing.saas2 .price-container .price-feature-container .price-value .price {
    font-size: initial;
}
.pricing.yoga .price-container .price-feature-container .price-value .price .large,
.pricing.saas2 .price-container .price-feature-container .price-value .price .large {
    font-size: 42px;
    font-weight: 600;
    background: -webkit-linear-gradient(#ebba16, #b50000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pricing.saas2 .price-container .price-feature-container {
    margin-top: -20px;
}
.pricing.app2 .price-container .price-feature-container {
    padding: 50px 0;
}
.pricing.app2 .price-container.shadows {
    border-radius: 15px;
}
.pricing.app2 .pricing-slider {
    margin-top: -5px;
}
.pricing.agency .price-container .price-feature-container,
.pricing.event .price-container .price-feature-container,
.pricing.gym .price-container .price-feature-container,
.pricing.resume .price-container .price-feature-container {
    padding: 50px 0;
}
.pricing.agency .price-container .price-feature-container .price-value .price,
.pricing.event .price-container .price-feature-container .price-value .price,
.pricing.gym .price-container .price-feature-container .price-value .price,
.pricing.resume .price-container .price-feature-container .price-value .price {
    font-size: initial;
    font-weight: 500;
}
.pricing.agency .price-container .price-features .price-feature,
.pricing.event .price-container .price-features .price-feature,
.pricing.gym .price-container .price-features .price-feature,
.pricing.resume .price-container .price-features .price-feature {
    color: #464545;
    margin-bottom: 15px;
}
.pricing.agency .set-border,
.pricing.event .set-border,
.pricing.gym .set-border,
.pricing.resume .set-border {
    margin: 20px 70px 55px;
}
.pricing.event .price-container.shadows,
.pricing.resume .price-container.shadows {
    filter: unset;
    border-radius: 15px;
}
.pricing.event .price-container .price-features .price-feature,
.pricing.resume .price-container .price-features .price-feature {
    color: #888787;
}
.pricing.event .btn-default,
.pricing.resume .btn-default {
    padding: 13px 33px;
    background-color: #054a84;
}
.pricing.event .btn-default:hover,
.pricing.resume .btn-default:hover {
    transition: all 0.3s ease;
    background-color: #fff;
}
.pricing.gym .price-container.shadows {
    border-radius: 4px;
}
.pricing.gym .price-container .price-features .price-feature {
    color: #888787;
    margin-bottom: 20px;
}
.pricing.wedding .price-container.shadows {
    border-radius: 0;
}
.pricing.wedding .price-container .price-feature-container {
    padding: 50px 0;
}
.pricing.wedding .price-container .price-feature-container .price-value .price {
    font-size: initial;
    margin: 0;
}
.pricing.wedding .set-border {
    background: #ffe3a9;
    margin: 20px 0 40px;
}
.pricing.yoga .animated-bg i,
.pricing.yoga .animated-bg-1 i {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 50%;
}
.screenshot .container {
    margin-bottom: 10px;
}
.screenshot .screen-container {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -11%;
}
.screenshot .screen-container img {
    height: 685px;
    width: 438px;
    overflow: hidden;
    z-index: 3;
    position: relative;
}
.screenshot .swiper-container .swiper-wrapper .swiper-slide img {
    height: 537px;
    width: auto;
}
.screenshot .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img {
    border-radius: 25px;
}
.screenshot .screenshot-slider .owl-theme .owl-dots {
    margin-top: 60px;
}
.screenshot .screenshot-slider .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 5px;
    margin-bottom: 0;
}
.screenshot .screenshot-slider .owl-theme .owl-dots .owl-dot.active span {
    width: 45px;
    height: 5px;
    background: #054a84;
    box-shadow: 0 0 4px 1px #e2e2e2;
}
.screenshot .screenshot-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #054a84;
    box-shadow: 0 0 4px 1px #e2e2e2;
}
.download .center-mobile {
    margin-top: -52px;
    margin-bottom: -80px;
    min-height: 580px;
}
.download .download-img {
    display: flex;
}
.download .download-img .download-icon {
    position: relative;
    z-index: 9;
    box-shadow: 5px 8.66px 30px #c2c2c2;
}
.download .download-img .download-center h5 {
    color: #054a84;
    text-transform: initial;
    margin-bottom: 0;
}
.download .download-img .elipse img {
    animation: movebounce 5s linear infinite;
}
.download .download-img .center-img-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.download .information p {
    font-size: calc(14px + 2 * (100vw - 300px) / 1620);
    margin-top: 45px;
    margin-bottom: 50px;
    letter-spacing: 0;
}
.about {
    position: relative;
    overflow: hidden;
}
.about.app1 h3 {
    font-size: calc(20px + 25 * (100vw - 300px) / 1620);
    line-height: 45px;
    margin-bottom: 14px;
}
.about.app1 .counters {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.about.app1 .counters:nth-child(2n) {
    border-right: none;
}
.about.app1 .counters:nth-child(n + 3) {
    border-bottom: none;
}
.about.app1 .counters img {
    margin-bottom: 36px;
}
.about.app1 .counters .abouts {
    padding: 80px 0;
    text-align: center;
}
.about.app1 .mobile {
    right: 10%;
}
.about.app1 .mobile.mobile-img {
    z-index: 3;
}
.about.app1 .mobile.mobile-img .mobile-screen {
    height: 800px;
}
.about.app1 .mobile.rectangle {
    right: -4%;
    animation: movebounce 15s linear infinite;
    z-index: -1;
}
.about.app1 .mobile.rectangle.r-2 {
    animation: movebounce 20s linear infinite;
    right: -2%;
}
.about.app1 .mobile.galaxy {
    top: 2%;
    right: -15%;
    z-index: 5;
}
.about.event h4,
.about.event p {
    color: #fff;
}
.about.event .announcer-img {
    display: inline-block;
    position: relative;
    margin-left: 40px;
    margin-bottom: 40px;
}
.about.event .announcer-img img {
    border-radius: 15px;
    overflow: hidden;
}
.about.event .announcer-img img:nth-child(3) {
    position: relative;
    z-index: 3;
}
.about.event .announcer-img img:nth-child(2) {
    position: absolute;
    top: 0;
    transform: translate(-20px, 20px);
    opacity: 0.3;
}
.about.event .announcer-img img:nth-child(1) {
    z-index: 1;
    position: absolute;
    top: 0;
    transform: translate(-40px, 40px);
    opacity: 0.2;
}
.format .logo {
    padding-bottom: 28px;
}
.format .set-border {
    border-bottom: 2px solid #054a84;
    width: 15px;
    margin-bottom: 30px;
    margin-left: 75px;
    display: inline-block;
    position: relative;
}
.format .set-border:before,
.format .set-border:after {
    content: "";
    border-bottom: 2px solid #054a84;
    position: absolute;
}
.format .set-border:before {
    width: 65px;
    right: 100%;
    margin-right: 10px;
}
.format .set-border:after {
    left: 100%;
    width: 5px;
    margin-left: 10px;
}
.format .about-icon {
    margin-bottom: 0;
}
.format .about-icon:first-child {
    margin-left: 0;
}
.format .about-icon:last-child {
    margin-right: 0;
}
.format .about-icon .quality {
    color: #434345;
    margin-bottom: 10px;
}
.format .about-icon .users {
    font-weight: 600;
    color: #054a84;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.format .format-small-text {
    margin-bottom: 0;
}
.format .format-head-text {
    margin-bottom: 50px;
}
.format .format-head-text .about-font-header {
    font-size: calc(20px + 10 * (100vw - 300px) / 1620);
}
.format .format-sub-text {
    margin-bottom: 35px;
}
.format .format-sub-text .sub-heading {
    margin-bottom: 20px;
}
.format .format-sub-text .about-para {
    margin-bottom: 30px;
    letter-spacing: 0;
}
.format .format-sub-text .about-para:last-child {
    margin-bottom: 0;
}
.icon-collection {
    display: flex;
}
.icon-collection .about-icon {
    margin: 0 18px;
    filter: drop-shadow(0 0 10px #eee);
    border-radius: 20px;
    background-color: #fff;
    transition: 0.5s;
}
.icon-collection .about-icon a {
    padding: 18px 20px;
}
.icon-collection .about-icon:hover {
    transition: 0.5s;
    background-color: #054a84;
}
.icon-collection .about-icon:hover a h5,
.icon-collection .about-icon:hover a h6,
.icon-collection .about-icon:hover a h4 {
    color: #fff;
    transition: 0.5s;
}
.services .service {
    padding: 60px 25px;
    border: 1px solid #f7f7f7;
    box-shadow: 0 0 10px 5px #fdf8f7b0;
    border-radius: 10px;
    transition: all 1s;
    text-align: center;
}
.services .service:hover .img-block {
    animation: scaleDisappear 0.3s;
}
.services .service.service-overlay:hover {
    transition: all 1s;
    background: linear-gradient(#ebba16, #b50000);
    border-radius: 10px;
    box-shadow: 0 5px 20px #e2e2e2;
}
.services .service.service-overlay:hover img {
    filter: brightness(0) invert(1);
}
.services .service.service-overlay:hover .service-feature .feature-text,
.services .service.service-overlay:hover .service-feature p {
    color: #fff;
}
.services .service .img-block {
    transition: all 0.5s;
    margin-bottom: 15px;
}
.services .service .service-feature .feature-text {
    margin-bottom: 22px;
}
.services .service-border {
    position: relative;
}
.services .service-border:before,
.services .service-border:after {
    content: "";
    position: absolute;
}
.services .service-border:first-child:before {
    border-bottom: 2px solid #f8f8f8;
    width: 210px;
    right: 0;
    bottom: 0;
}
.services .service-border:first-child:after {
    border-right: 2px solid #f8f8f8;
    height: 210px;
    right: 0;
    bottom: 0;
}
.services .service-border:nth-child(2):before {
    border-bottom: 2px solid #f8f8f8;
    width: 210px;
    left: 0;
    bottom: 0;
}
.services .service-border:nth-child(3):after {
    border-right: 2px solid #f8f8f8;
    height: 210px;
    right: 0;
    top: 0;
}
.services.app2 .service-container:hover .service {
    background-color: #fff6f6;
}
.services.app2 .service-container:nth-child(n + 5) .service {
    border: 1px solid #f7f7f7;
    margin-bottom: 0;
}
.services.app2 .service-container .service {
    margin-bottom: 30px;
    border-radius: 15px;
}
.services.app2 .service-container .service .feature-text {
    color: #434345;
    letter-spacing: 0;
}
.services.app2 .service-container .service p {
    letter-spacing: 0;
}
.services.resume .container {
    margin-bottom: -25px;
}
.services.resume .container .service {
    margin-bottom: 25px;
}
.subscribe .button-primary {
    top: 0;
    right: 2%;
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
}
.subscribe .button-primary button {
    font-size: calc(13px + 5 * (100vw - 300px) / 1620);
    padding: 20px 55px;
    font-weight: 200;
    border-radius: 34px;
    letter-spacing: 3px;
}
.subscribe .form-group {
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
}
.subscribe .form-group input,
.subscribe .form-group textarea {
    background-color: #fff;
    padding: 30px 35% 30px 35px;
    border-radius: 50px;
    border: 1px solid #f1f1f1;
    font-size: 18px;
    box-shadow: none;
    margin: 0;
    height: auto;
}
.subscribe .form-group input::-webkit-input-placeholder,
.subscribe .form-group textarea::-webkit-input-placeholder {
    color: #7b7b7c;
    opacity: 0.5;
}
.subscribe .form-group input::-moz-placeholder,
.subscribe .form-group textarea::-moz-placeholder {
    color: #7b7b7c;
    opacity: 0.5;
}
.subscribe .form-group input:-ms-input-placeholder,
.subscribe .form-group textarea:-ms-input-placeholder {
    color: #7b7b7c;
    opacity: 0.5;
}
.subscribe .form-group input:-moz-placeholder,
.subscribe .form-group textarea:-moz-placeholder {
    color: #7b7b7c;
    opacity: 0.5;
}
.subscribe .form-group .flex {
    position: relative;
}
.subscribe.app1 .button-primary {
    right: 4%;
}
.subscribe.app1.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.subscribe.subscribe-2 .form-group .icon {
    font-size: 30px;
    color: #054a84;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.subscribe.subscribe-2 .form-group input {
    padding-left: 110px;
}
.subscribe.subscribe-2 .form-group input::-webkit-input-placeholder {
    color: #054a84;
    opacity: 0.5;
}
.subscribe.subscribe-2 .form-group input::-moz-placeholder {
    color: #054a84;
    opacity: 0.5;
}
.subscribe.subscribe-2 .form-group input:-ms-input-placeholder {
    color: #054a84;
    opacity: 0.5;
}
.subscribe.subscribe-2 .form-group input:-moz-placeholder {
    color: #054a84;
    opacity: 0.5;
}
.subscribe.subscribe-2 .form-group .input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.subscribe.music .subscribe-title {
    padding: 0 40px;
    text-align: center;
}
.subscribe.music .subscribe-title .subscribe-main {
    margin-bottom: 15px;
    text-transform: none;
    line-height: normal;
}
.subscribe.music .subscribe-title .subscribe-sub {
    margin-bottom: 25px;
}
.subscribe.yoga .subscribe-head,
.subscribe.resume .subscribe-head {
    margin-top: -12px;
    margin-bottom: 20px;
    font-size: calc(18px + 17 * (100vw - 300px) / 1620);
    font-weight: 400;
}
.subscribe.yoga .subscribe-sub-head,
.subscribe.resume .subscribe-sub-head {
    font-size: calc(13px + 4 * (100vw - 300px) / 1620);
    max-width: 560px;
    line-height: 1.8;
    margin: 0 auto;
}
.subscribe.event .form-group input,
.subscribe.wedding .form-group input,
.subscribe.yoga .form-group input {
    font-size: calc(13px + 3 * (100vw - 300px) / 1620);
}
.subscribe.event .button-primary button,
.subscribe.wedding .button-primary button,
.subscribe.yoga .button-primary button {
    letter-spacing: 0;
    font-weight: 500;
}
.subscribe.resume .button-primary button {
    letter-spacing: 0;
    font-weight: 500;
    border-radius: 34px;
}
.subscribe.yoga .button-primary {
    right: 28px;
}
.subscribe.wedding .button-primary button {
    margin-right: 10px;
}
body.menu-on:before {
    content: "";
    position: fixed;
    background-color: #0003;
    height: 100vh;
    width: 100vw;
    z-index: 1;
}
.dropdown-sec .dropdown,
.dropdown-sec .dropdown-submenu {
    display: inline-block;
}
.dropdown-sec a {
    text-transform: initial;
}
.dropdown-sec .menu-head {
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px !important;
}
.dropdown-sec .menu-head:hover {
    color: unset;
}
.dropdown-sec .right-border {
    border-right: 1px solid #eeeeee;
}
.dropdown-sec ul {
    min-width: 230px;
}
.dropdown-sec ul a.menu-item {
    transition: 0.6s;
    color: gray;
    font-weight: 400;
}
.dropdown-sec .drop-down-design {
    margin-top: 0;
    box-shadow: 0 0 15px #0000001a;
}
.dropdown-sec .dropdown-content.dropdown-size {
    min-width: 1020px;
}
.dropdown-sec .dropdown-content ul {
    width: 100%;
}
.dropdown-sec .dropdown-submenu {
    position: relative;
}
.dropdown-sec .dropdown-submenu .dropdown-menu {
    border: none;
    box-shadow: 0 0 15px #0000001a;
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropbtn > i {
    margin-left: 10px;
}
.copyright {
    padding: 18px 0;
    background: #054a84;
}
.copyright .copyright-text {
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.2;
}
.copyright .copyright-text.op-text {
    opacity: 0.5;
}
.copyright .copyright-text.center-c-t {
    display: flex;
    align-items: center;
    height: 100%;
}
.copyright .fa-heart {
    color: #fb3b64;
}
.copyright .link-horizontal ul li {
    padding-right: 30px;
}
.copyright .link-horizontal ul li a {
    transition: 0.5s;
    color: #fff;
}
.copyright .link-horizontal ul li a.op-text {
    transition: 0.5s;
}
.copyright .link-horizontal ul li a.op-text:hover {
    transition: 0.5s;
    opacity: 1;
}
.copyright .link-horizontal ul li a:hover {
    transition: 0.5s;
    opacity: 0.5;
}
.copyright .link-horizontal ul li:last-child {
    padding-right: 0;
}
.copyright.app2 {
    background: #f0665f;
}
.copyright.app2 .copyright-text {
    font-weight: 300;
    letter-spacing: 1px;
}
.copyright.agency {
    background: #1e347c;
}
.copyright.agency.inner-page {
    background: #0c0c0c;
}
.copyright.event {
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 5;
    padding: 15px;
}
.copyright.event .link-horizontal ul li a i {
    font-size: 20px;
    color: #fff;
}
.copyright.wedding {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.copyright.wedding .link-horizontal a i {
    font-size: 20px;
}
.copyright.wedding .link-horizontal ul.link li a {
    text-transform: uppercase;
    transition: 0.5s;
}
.copyright.wedding .link-horizontal ul.link li a:hover {
    transition: 0.5s;
    opacity: 1;
    color: #ebba16;
}
.copyright.wedding .copyright-text {
    font-weight: 500;
}
.copyright.yoga,
.copyright.resume,
.copyright.creative {
    padding: 40px 0;
}
.copyright.yoga hr,
.copyright.resume hr,
.copyright.creative hr {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
}
.copyright.yoga .link-horizontal ul li,
.copyright.resume .link-horizontal ul li,
.copyright.creative .link-horizontal ul li {
    text-transform: uppercase;
}
.copyright.yoga .link-horizontal.social-link,
.copyright.resume .link-horizontal.social-link,
.copyright.creative .link-horizontal.social-link {
    margin-bottom: 20px;
}
.copyright.yoga .link-horizontal.social-link ul li,
.copyright.resume .link-horizontal.social-link ul li,
.copyright.creative .link-horizontal.social-link ul li {
    padding-right: 45px;
}
.copyright.yoga .link-horizontal.social-link ul li:last-child,
.copyright.resume .link-horizontal.social-link ul li:last-child,
.copyright.creative .link-horizontal.social-link ul li:last-child {
    padding-right: 0;
}
.copyright.yoga .link-horizontal.social-link ul li a i,
.copyright.resume .link-horizontal.social-link ul li a i,
.copyright.creative .link-horizontal.social-link ul li a i {
    font-size: 20px;
    color: #fff;
}
.copyright.resume {
    background: #f5f5f8;
}
.copyright.resume .link-horizontal ul li {
    text-transform: uppercase;
}
.copyright.resume .link-horizontal ul li a {
    color: #054a84;
    font-weight: 500;
}
.copyright.resume .link-horizontal.social-link ul li a i {
    color: #054a84;
}
.copyright.resume .copyright-text {
    color: #989a9f;
    font-weight: 500;
}
.copyright.gym,
.copyright.music {
    background: #0c0c0c;
}
.copyright.saas1 {
    background: #061625;
}
.copyright.wedding {
    padding: 38px 0;
    background: #fff;
}
.copyright.wedding .link-horizontal ul li a {
    color: #054a84;
}
.copyright.light.event {
    background: rgba(0, 0, 0, 0.56);
}
.white-header .brand-logo {
    filter: invert(1);
}
.white-header header nav .main-menu > li > a {
    color: #fff !important;
}
.header {
    display: block;
    position: relative;
    padding: 0;
    overflow: hidden;
}


@media (max-width: 1600px) {
    .header .center-text {
        height: calc(100vh - 256px) !important;
        margin-top: 83px !important;
    }
}
    .header .center-text {
        height: calc(100vh - 80px);
        margin-top: 83px;
    }

.header.wedding .center-text {
    height: calc(100vh - 68px);
    margin-top: 68px;
}
.header.yoga .center-text {
    height: calc(100vh - 63px);
    margin-top: 63px;
}
.header.overflow-unset {
    overflow: unset;
}
.header .header-top-line {
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
    text-transform: initial;
    font-weight: 300;
}
.header .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100vh;
}
.header .bg.app1-header {
    overflow: hidden;
}
.header .bg.app2-header {
    background-image: linear-gradient(#b50000, #ebba16);
}
.header .bg.app2-header .header-text {
    padding-bottom: 20px;
    position: relative;
}
.header .bg.app2-header .header-text h1:before {
    content: "";
    border-bottom: 3px solid #fff;
    width: 90px;
    position: absolute;
    bottom: 0;
}
.header .bg.header3 {
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: repeat;
    animation: slide 50s linear infinite;
    will-change: background-position;
    background-size: auto;
}
.header .bg.header3:before {
    content: "";
    background-image: linear-gradient(#ebba16, #b50000);
    opacity: 0.9;
    height: 100%;
    width: 100%;
    position: absolute;
}
.header .bg.gym-header {
    background-position: top;
}
.header .bg.gym-header h1 {
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
}
.header .bg.gym-header .header-sub-text {
    padding: 0 85px;
}
.header .bg.gym-header .header-sub-text p {
    padding: 0 95px;
}
.header .bg.music-bg {
    background-attachment: fixed;
}
.header .bg.resume {
    background-size: contain;
}
.header .bg.agency {
    background-position: right;
}
.header .rotate {
    position: absolute;
    top: 20%;
    transform: rotate(45deg);
    right: 17%;
    z-index: 1;
}
.header .rotate img {
    width: 450px;
}
.header .squares .img-1 {
    animation: changedir 10s infinite;
}
.header .squares .img-2 {
    animation: changedir-rev 10s infinite;
}
.header .animation-circle-inverse {
    opacity: 0.25;
    position: absolute;
    right: 100px;
    top: 0;
}
.header .animation-circle-inverse i {
    background: #eeeeee;
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    opacity: 0.3;
    animation: ripple1 3s linear infinite;
}
.header .animation-circle-inverse i:nth-child(2) {
    animation: ripple2 3s linear infinite;
}
.header .animation-circle-inverse i:nth-child(3) {
    animation: ripple3 3s linear infinite;
}
.header .wave {
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: move-img 10s linear infinite;
    height: 40px;
    background-size: contain;
}
.header .wave:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    animation: move-img-reverse 10s linear infinite;
    height: 40px;
    background-size: contain;
    opacity: 0.4;
}
.header .wave:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    animation: move-img 20s linear infinite;
    height: 45px;
    background-size: contain;
    opacity: 0.4;
}
.header .img-mobile {
    bottom: -17%;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
}
.header .wave-orange {
    position: absolute;
    bottom: 0;
    width: 326px;
    animation: move-img 10s linear infinite;
    height: 34px;
    background-size: contain;
    left: 50%;
    transform: translate(-50%);
    animation-delay: 0.55s;
    z-index: 3;
}
.header .wave-orange:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 326px;
    animation: move-img-reverse 10s linear infinite;
    height: 34px;
    opacity: 0.4;
    background-size: contain;
}
.header .wave-orange:after {
    content: "";
    position: absolute;
    bottom: 0;
    opacity: 0.4;
    width: 326px;
    animation: move-img 40s linear infinite;
    height: 34px;
    background-size: contain;
}
.header .event-content .timer {
    display: flex;
    justify-content: center;
}
.header .event-content .h1-margin {
    margin: 0 0 50px;
}
.header .event-content .header-sub-text {
    font-weight: 300;
}
.header .event-content .link-horizontal ul li a {
    font-weight: 600;
    padding: 13px 35px;
}
.header .event-content h4 {
    margin-bottom: 20px;
}
.header .event-content ul {
    justify-content: center;
    display: flex;
}
.header .event-content ul li {
    padding-right: 0;
}
.header .event-content .counter-container h2 {
    font-weight: 200;
    text-transform: none;
    margin-top: -12px;
}
.header .event-content .counter-container h2 span.days-text {
    font-weight: 700;
    font-size: calc(30px + 15 * (100vw - 300px) / 1620);
}
.header .event-content .counter-container h2 span.days {
    line-height: normal;
    font-weight: 400;
    font-size: calc(30px + 12 * (100vw - 300px) / 1620);
}
.header .set-bottom {
    bottom: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 3;
}
.header .set-bottom:before {
    content: "";
    border: 1px solid #fff;
    height: 48px;
    width: 48px;
    border-radius: 50px;
    opacity: 0.5;
}
.header .set-bottom .down {
    position: absolute;
}
.header .set-bottom .down .scroll-down {
    animation: scroll 0.8s infinite;
}
@keyframes scroll {
    0% {
        transform: rotatey(0);
    }
    50% {
        transform: rotatey(90deg);
    }
    to {
        transform: rotatey(0);
    }
}
.header .header5-content .gym-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
.header .music-content .center-text {
    height: calc(100vh - 80px);
    margin-top: 78px;
}
.header .music-content .header-text,
.header .music-content .header-sub-text {
    position: relative;
    z-index: 2;
}
.header .music-content .header-sub-text h5 {
    font-weight: 300;
}
.header .music-content .owl-theme .item {
    position: relative;
}
.header .music-content .owl-theme .owl-nav {
    display: none;
}
.header .music-content .owl-theme .owl-dots {
    display: inline-block;
    position: absolute;
    justify-content: center;
    margin-top: 0;
    z-index: 3;
    top: 40%;
    right: 60px;
}
.header .music-content .owl-theme .owl-dots .owl-dot {
    display: block;
}
.header .music-content .owl-theme .owl-dots .owl-dot.active span {
    background: #b50000;
    width: 4px;
    opacity: 1;
}
.header .music-content .owl-theme .owl-dots .owl-dot span {
    height: 45px;
    width: 2px;
    border-radius: unset;
    opacity: 0.4;
    margin: 20px;
}
.header .resume .font-large {
    font-size: 120%;
}
.header .background-animate {
    animation: movebounce 150s linear infinite;
    bottom: 0;
    width: 100%;
}
.header .header8-content .slider-banner {
    position: absolute;
}
.header .header8-content .slider-1 {
    position: relative;
    z-index: 3;
}
.header .header8-content .slider-1 .owl-nav {
    display: none;
    position: absolute;
    left: -13%;
    bottom: -110px;
}
.header .header8-content .slider-1 .owl-nav [class*="owl-"] {
    background: none;
}
.header .header8-content .slider-1 .owl-nav .owl-next {
    margin-left: 40px;
}
.header .header8-content .slider-1 .owl-nav button.owl-next {
    position: absolute;
    top: 15px;
    left: 120px;
}
.header .header8-content .slider-logo {
    align-self: center;
}
.header .saas2-content .header-sub-text .saas2-sub-text {
    font-size: calc(18px + 20 * (100vw - 300px) / 1620);
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
}
.header .saas2-content .header-sub-text .saas2-sub-text span,
.header .saas2-content .header-sub-text .sub-para {
    font-weight: 300;
}
.header .saas2-content .set-abs {
    position: absolute;
    right: 2%;
}
.header .saas2-content .img1 {
    left: 5%;
    top: 5%;
}
.header .saas2-content .img2 {
    left: 35%;
    top: 20%;
}
.header .saas2-content .img3 {
    left: 0;
    bottom: 32%;
}
.header .saas2-content .img4 {
    left: 35%;
    bottom: 32%;
}
.header .saas2-content .img5 {
    right: 30%;
    bottom: 16%;
}
.header .saas2-content .img6 {
    right: 12%;
    bottom: 6%;
}
.header .saas2-content .img7 {
    right: 0;
    bottom: 28%;
}
.header .saas2-content .move-up-down {
    animation: movebounce 15s linear infinite;
}
.header .saas2-content .move-right-left {
    animation: moveright 3.9s linear infinite;
}
.header .saas2-content .round {
    position: absolute;
    right: 11%;
    top: 0;
}
.header .saas2-content .round .img8 {
    position: relative;
}
.header .saas2-content .round .inner-circle {
    position: absolute;
    top: 30%;
    left: 30%;
}
.header .saas2-content .bottom-content {
    z-index: 3;
    bottom: 6%;
    height: unset;
    width: 100%;
}
.header .saas2-content .bottom-content .bottom {
    height: 86px;
    width: 66px;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
}
.header .saas2-content .bottom-content .bottom .down img {
    animation: btndown 3s linear infinite;
}
.header .wedding-content .logo-h1 {
    margin-left: -170px;
}
.header .wedding-content .header-sub-text {
    animation: rightFadeInOut 2.5s ease-in-out;
}
.header .wedding-content .rightFadeInOut {
    animation: rightFadeInOut 1.5s ease-in-out;
}
.header .wedding-content .rightfadediv {
    animation: rightFadeInOut 2.5s ease-in-out;
}
.header .wedding-content .btn-default {
    letter-spacing: 2px;
}
.header .wedding-content .girl {
    left: 18%;
}
.header .yoga-content .right-way {
    margin-top: 160px;
}
.header .yoga-content h1 span {
    font-weight: 200;
    text-transform: uppercase;
}
.header .yoga-content .girl {
    width: 100%;
}
.header .yoga-content .girl .girl-img {
    width: auto;
}
.header .yoga-content .animation-circle-inverse {
    right: 50%;
    bottom: 0;
    top: unset;
}
.header .yoga-content .owl-nav {
    margin-top: 0;
}
.header .yoga-content .owl-nav .owl-next,
.header .yoga-content .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 26px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: unset;
}
.header .yoga-content .owl-nav .owl-next:hover,
.header .yoga-content .owl-nav .owl-prev:hover {
    background: #979154;
    background: rgba(255, 255, 255, 0.2);
}
.header .yoga-content .owl-nav .owl-next i,
.header .yoga-content .owl-nav .owl-prev i {
    font-size: 25px;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.header .yoga-content .owl-nav .owl-next {
    right: 4%;
}
.header .yoga-content .owl-nav .owl-prev {
    left: 4%;
}
footer {
    padding: 100px 0;
}
footer .footer-title.mobile-title {
    display: none;
}
footer .footer-title.mobile-title h3 {
    font-size: calc(15px + 9 * (100vw - 300px) / 1620);
}
footer .footer-titles.mobile-title {
    display: none;
}
footer .footer-titles.mobile-title h3 {
    font-size: calc(15px + 9 * (100vw - 300px) / 1620);
}
footer .logo-sec .footer-logo {
    margin-bottom: 36px;
}
footer .logo-sec .footer-para {
    margin-bottom: 30px;
}
footer .logo-sec .footer-para p {
    letter-spacing: 0;
}
footer .logo-sec .footer-para .para-address {
    margin-bottom: 10px;
    font-weight: 200;
}
footer .logo-sec .footer-para.op-text .para-address {
    opacity: 0.8;
}
footer .logo-sec .footer-social {
    display: flex;
    line-height: 0;
}
footer .logo-sec .footer-social .footer-social-list {
    padding: 0 15px;
}
footer .logo-sec .footer-social .footer-social-list:first-child {
    padding-left: 0;
}
footer .logo-sec .footer-social .footer-social-list:last-child {
    padding-right: 0;
}
footer .logo-sec .footer-social .footer-social-list a {
    color: #fff;
}
footer .logo-sec .footer-social .footer-social-list a:hover {
    opacity: 0.6;
}
footer .footer-headings {
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 500;
}
footer .footer-contant .form-group {
    position: relative;
    margin-bottom: 50px;
}
footer .footer-contant .form-group input {
    border-bottom: 1px solid white;
    border-radius: 0;
    background: transparent;
    padding-left: 0;
    color: #fff;
}
footer .footer-contant .form-group input::-webkit-input-placeholder {
    text-transform: initial;
    font-size: 12px;
    opacity: 0.4;
    letter-spacing: 1px;
    color: #fff;
}
footer .footer-contant .form-group input::-moz-placeholder {
    text-transform: initial;
    font-size: 12px;
    opacity: 0.4;
    letter-spacing: 1px;
    color: #fff;
}
footer .footer-contant .form-group input:-ms-input-placeholder {
    text-transform: initial;
    font-size: 12px;
    opacity: 0.4;
    letter-spacing: 1px;
    color: #fff;
}
footer .footer-contant .form-group input:-moz-placeholder {
    text-transform: initial;
    font-size: 12px;
    opacity: 0.4;
    letter-spacing: 1px;
    color: #fff;
}
footer .footer-contant .form-group .fa-paper-plane {
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
}
footer .footer-contant .unice-text {
    margin-bottom: 10px;
}
footer .footer-contant .unice-copyright-text {
    font-weight: 300;
}
footer .link-btns {
    margin-bottom: -10px;
}
footer .link-btns ul li.buttons {
    padding: 8px 20px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 5px;
    opacity: 0.8;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
footer .link-btns ul li.buttons:last-child {
    margin-right: 0;
}
footer .link-btns ul li.buttons a {
    text-transform: initial;
    color: #fff;
}
footer .link-btns ul li.buttons:hover {
    opacity: 1;
}
footer .link-btns ul li:nth-child(n + 7) {
    margin-bottom: 0;
}
footer .link-btns ul.links li {
    margin-bottom: 10px;
}
footer .link-btns ul.place li {
    display: flex;
    margin-bottom: 40px;
}
footer .footer-lists.op-text li {
    opacity: 0.8;
    transition: 0.2s;
}
footer .footer-lists.op-text li:hover {
    opacity: 1;
    transition: 0.2s;
}
footer .footer-lists li {
    margin-bottom: 10px;
    color: #fff;
    text-transform: initial;
}
footer .footer-lists li a {
    font-weight: 300;
    color: #fff;
    line-height: initial;
}
footer .footer-lists li a:hover {
    color: #fff;
}
footer .footer-lists li:hover a {
    color: #fff;
}
footer .footer-lists.contacts li {
    margin-bottom: 35px;
    display: flex;
    line-height: 1.2;
}
footer .footer-lists.contacts li i {
    margin-right: 18px;
    margin-top: 2px;
}
footer i.fa {
    font-size: 16px;
}
footer.footer2.bg {
    background-size: cover !important;
}
footer.footer2.saas2 {
    background-size: cover;
}
footer.footer2.saas2 .footer-padding {
    padding-top: 245px;
}
footer.footer2.agency {
    background-image: linear-gradient(#b50000, #ebba16);
}
footer.footer2.agency.inner-page .brand-container {
    background: #131313;
}
footer.footer2.agency .brand-container {
    margin-top: 50px;
    padding: 30px;
    background: #0f2469;
    border-radius: 20px;
}
footer.footer2.agency .list ul li {
    padding-bottom: 0;
}
footer.footer2.agency .link-horizontal ul li.borders-right {
    border-right: 3px solid #fff;
    height: 30px;
    margin-right: 15px;
    opacity: 0.051;
}
footer.footer2.gym {
    background-color: #000;
}
footer.dark {
    background-image: linear-gradient(#b50000, #ebba16) !important;
}
footer.dark h1,
footer.dark h2,
footer.dark h3,
footer.dark h4,
footer.dark h5,
footer.dark h6,
footer.dark p,
footer.dark a {
    color: #fff !important;
    opacity: 0.8;
}
footer.dark li {
    color: #fff !important;
}
footer.dark i.white {
    color: #fff !important;
}
footer.dark .form-group i.fa-envelope {
    color: #054a84 !important;
}
footer.dark.resume i {
    color: #fff !important;
}
footer.light {
    background: #fff;
}
footer.light h1,
footer.light h2,
footer.light h3,
footer.light h4,
footer.light h5,
footer.light h6,
footer.light p,
footer.light a,
footer.light li {
    color: #000 !important;
}
footer.light.event form {
    border: 1px solid black;
}
footer.bg-light-inner {
    background: #f8f8f8;
}
.videos .video {
    z-index: 1;
    padding: 125px 0;
    border-radius: 10px;
}
.videos .frame {
    animation: movebounce 10s linear infinite;
}
.videos .frame2 {
    animation: movebounce 10s linear infinite;
    animation-delay: 4s;
}
.videos .reviews {
    padding: 20px;
    background-color: #fff;
}
.videos .reviews img.reviewers {
    border: 5px solid white;
    border-radius: 100%;
    box-shadow: 0 0 0 4px #e2e2e2;
    width: auto;
}
.videos .video-description {
    z-index: 1;
}
.videos .video-description h3 {
    font-size: calc(20px + 22 * (100vw - 300px) / 1620);
    line-height: 1.1;
}
.videos .video-description p {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
    font-size: calc(14px + 2 * (100vw - 300px) / 1620);
    letter-spacing: 0;
}
.videos .video-description p:last-child {
    margin-bottom: 0;
}
.videos .bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
}
.videos .bg .button2 {
    padding: 188px 265px;
}
.videos .review-video-box {
    border-radius: 10px;
}
.videos .review-video-box .clients-review {
    display: -webkit-box;
}
.videos .review-video-box img.border-radius {
    border-radius: 10px 0 0 10px;
    width: auto;
}
.videos .review-video-box .texture {
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    padding: 20px;
}
.videos .review-video-box .texture .inner-text {
    max-width: 162px;
}
.videos .review-video-box .texture .inner-text i {
    font-size: 14px;
}
.videos .review-video-box .texture .unset-width {
    display: flex;
}
.videos .review-video-box .texture .unset-width img {
    width: auto;
}
.videos.saas1 .video {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-modal {
    padding: 0;
    display: flex;
}
.video-modal button.close {
    position: absolute;
    top: -20px;
    right: -20px;
}
.video-modal button.close span {
    color: #fff;
    opacity: 1 !important;
}
.video-modal button.close span:focus {
    outline: 0;
}
.video-modal button:focus {
    outline: 0;
}
.video-modal iframe {
    width: 100%;
    height: 570px;
}
.booking .btn-default {
    font-weight: 500;
    padding: 18px 45px;
    text-transform: uppercase;
}
.booking .form-group input {
    padding: 18px 20px;
    border-radius: 35px;
}
.booking .btn-default {
    border-radius: 50px;
}
.app2 {
    overflow: visible;
}
.app2 h1,
.app2 h2 {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.app2 h3,
.app2 h4,
.app2 h5,
.app2 li {
    margin-top: 0;
    margin-bottom: 0;
}
.app2 h1,
.app2 h2,
.app2 h3,
.app2 h4,
.app2 h5,
.app2 h6 {
    text-transform: initial;
}
.app2 h2,
.app2 h3,
.app2 h4,
.app2 h5,
.app2 h6,
.app2 a {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
}
.app2 li {
    font-weight: 400;
}
.app2 h2,
.app2 h3,
.app2 h4 {
    color: #054a84;
}
.app2 h5,
.app2 h6,
.app2 p {
    color: #434345;
}
.app2 .btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 40px;
}
.app2 h1 {
    font-size: calc(22px + 10 * (100vw - 300px) / 1620);
    margin-bottom: 0;
    line-height: 1.4;
}
.app2 h2 {
    font-size: calc(18px + 10 * (100vw - 300px) / 1620);
    color: #434345;
    margin-top: -5px;
    margin-bottom: -17px;
}
.app2 h3 {
    font-size: calc(16px + 10 * (100vw - 300px) / 1620);
    margin-top: 0;
    line-height: 0.8;
}
.app2 h4 {
    letter-spacing: 2px;
    line-height: 18px;
}
.app2 h5 {
    letter-spacing: 1px;
    line-height: 20px;
}
.app2 h6 {
    letter-spacing: 1px;
}
.app2 p {
    margin-bottom: -3px;
    color: #949494;
}
.app2 .title .title-img {
    height: 50px;
}
.app2.header .img-mobile .headaer-image {
    width: 415px;
}
.app2.about {
    padding-top: 170px;
}
.app2.about .set-height {
    min-height: 632px;
}
.app2.about .set-height .mobile1 {
    position: absolute;
    width: 355px;
    right: 0;
}
.app2.about .set-height .j-img {
    position: absolute;
    right: 20%;
    bottom: 27%;
    width: 56px;
    animation: movej 4s linear infinite;
}
.app2.quality .set-height {
    min-height: 627px;
}
.app2.quality .set-height .mobile2 {
    position: absolute;
    width: 460px;
    top: -36px;
}
.app2.team .team-slider .team-container {
    padding: 25px 30px;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    margin: 5px;
    background: #fff;
}
.app2.team .team-slider .team-container .members {
    width: 80px !important;
    margin: 0 auto 20px;
    border: 5px solid #fff;
    border-radius: 100%;
    filter: drop-shadow(0 0 5px #dbdbdb);
}
.app2.team .team-slider .team-container .name {
    font-size: calc(14px + 4 * (100vw - 300px) / 1620);
    color: #054a84;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.app2.team .team-slider .team-container .post {
    margin-bottom: 15px;
}
.app2.team .team-slider .team-container .team-para {
    letter-spacing: 0;
}
.app2.screenshot .container {
    margin-bottom: 0;
}
.app2.services .animated-bg i,
.app2.screenshot .animated-bg i {
    right: 30%;
}
.app2.services .animated-bg-1 i,
.app2.screenshot .animated-bg-1 i {
    left: 30%;
}
.app2.pricing .price-container .feature-icon {
    color: #fff;
}
.app2.pricing .price-container .price-features .price-feature {
    color: #434345;
    margin-bottom: 15px;
    font-weight: 400;
}
.app2.pricing .price-container .price-feature-container .price-value .price {
    font-size: initial;
    margin: -22px 0 -15px;
}
.app2 .subscribe .button-primary {
    right: 2%;
}
.app2 .subscribe .button-primary button {
    font-size: calc(13px + 1 * (100vw - 300px) / 1620);
    padding: 20px 30px;
    letter-spacing: 0;
    font-weight: 400;
}
.app2 .subscribe input {
    font-size: calc(13px + 1 * (100vw - 300px) / 1620);
}
.app2 .animated-bg i {
    background: #fff6f6;
    box-shadow: 0 15px 30px #f3c4c3;
}
.app2 .animated-bg-1 i {
    background: #fff6f6;
    box-shadow: 0 15px 30px #bad1e4;
}
.bg-black {
    background: #000;
}
.music .left-side,
.music .right-side {
    position: absolute;
    top: 40%;
    align-items: center;
}
.music .left-side {
    left: 0;
    top: 40%;
    transform: rotate(-90deg) translate(-40%);
}
.music .left-side .follow-text {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 5px;
    margin-right: 15px;
}
.music .left-side ul,
.music .left-side ul li {
    display: inline-block;
}
.music .left-side ul li img {
    width: 18px;
    margin-right: 9px;
}
.music .right-side {
    right: 20px;
    top: 60%;
    transform: rotate(90deg) translate(-60%);
}
.music .right-side .circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 2px 3.464px 30px #d0122b;
    background-color: #d0122b;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.music .right-side .circle img {
    transform: rotate(-90deg) translate(-50%, 20%);
    position: absolute;
    top: -10%;
    left: 50%;
}
.music .img-height {
    height: 100vh;
}
.music .img-height img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.music.blog .img-container {
    border-radius: 5px;
    overflow: hidden;
}
.music .music-testimonial-slider img {
    margin: 0 auto;
}
.music .music-container {
    margin-top: -120px;
    margin-bottom: 50px;
}
.music .music-container .play-bg {
    border-radius: 32px;
    background-image: linear-gradient(90deg, #1c255a 0%, #233e80 100%);
    height: 67px;
    margin: 0 auto;
    width: 276px;
    position: relative;
    z-index: 1;
}
.music .music-container .play-bg .song-text-container {
    border-radius: 32px;
    background-image: linear-gradient(90deg, #1c255a 0%, #233e80 100%);
    display: inline-block;
}
.music .music-container .play-bg .song-text-container .center-img {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 10px;
    margin-right: 15px;
}
.music .music-container .play-bg .song-text-container .song-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 25px;
}
.music .music-container .play-bg .song-text-container .song-text .song-head,
.music .music-container .play-bg .song-text-container .song-text .song-sub-head {
    font-family: PT Sans, sans-serif;
}
.music .music-container .play-bg .song-text-container .song-text .song-head {
    font-size: calc(14px + 2 * (100vw - 330px) / 1590);
}
.music .music-container .play-bg .song-text-container .song-text .song-sub-head {
    font-size: 13px;
    text-transform: none;
    opacity: 0.3;
}
.music .music-container .play-bg .play-setting {
    margin-right: 15px;
}
.music .music-container .play-bg .play-setting a:hover {
    color: #fff;
    opacity: 0.7;
}
.music .music-container .play-bg:before,
.music .music-container .play-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-image: linear-gradient(90deg, #1c255a 0%, #233e80 100%);
    height: 100%;
    width: 180%;
    z-index: -1;
    opacity: 0.2;
    border-radius: 36px;
}
.music .music-container .play-bg:after {
    width: 260%;
}
.music.bg-album {
    background-attachment: fixed;
    background-position: center top;
}
.music.bg-artist {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.music.bg-gallery {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-attachment: fixed;
}
.music.bg-video,
.music.bg-footer,
.music.sponsor {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.music h4,
.music h5,
.music li {
    margin-top: 0;
    margin-bottom: 0;
}
.music h1,
.music h2,
.music h3,
.music h4,
.music h5,
.music h6 {
    text-transform: initial;
}
.music h3,
.music h4,
.music h5,
.music h6,
.music li,
.music a {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: normal;
}
.music h2,
.music h3,
.music h4,
.music h5,
.music h6,
.music p {
    color: #434345;
}
.music h1 {
    font-family: PT Sans, sans-serif;
    text-transform: uppercase;
    font-size: calc(22px + 18 * (100vw - 300px) / 1620);
    font-weight: 700;
    margin-top: -13px;
    margin-bottom: -20px;
    display: inline-block;
    letter-spacing: 0;
}
.music h1 span {
    font-size: 20px;
    opacity: 0.2;
    border-left: 3px solid #fff;
    padding-right: 10px;
    padding-left: 8px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.music h2 {
    font-size: calc(20px + 20 * (100vw - 300px) / 1620);
    margin-top: -14px;
    margin-bottom: -16px;
    letter-spacing: 1px;
    font-weight: 700;
}
.music h3 {
    font-size: calc(18px + 17 * (100vw - 300px) / 1620);
}
.music h4 {
    font-size: calc(16px + 9 * (100vw - 300px) / 1620);
    margin-top: -3px;
    margin-bottom: -6px;
}
.music h5 {
    font-size: calc(14px + 6 * (100vw - 300px) / 1620);
    font-weight: 600;
    margin-top: -6px;
}
.music h6 {
    font-size: calc(13px + 5 * (100vw - 300px) / 1620);
    margin-top: 0;
    font-weight: 400;
}
.music p {
    font-size: calc(13px + 3 * (100vw - 300px) / 1620);
    margin-top: 0;
    font-weight: 200;
    margin-bottom: -7px;
    line-height: normal;
    color: #ffffffb3;
}
.music.header .header-sub-text {
    margin-bottom: 0;
}
.music .gradient-text {
    background: -webkit-linear-gradient(#e3154f, #e3154f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.music .progress {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    height: 22px;
}
.music .progress .progress-bar {
    background-color: #fff;
}
.music .title.title3 .sub-title p {
    letter-spacing: 1px;
}
.music div .album-list {
    padding: 55px 25px;
    border-radius: 8px;
    margin-bottom: 50px;
    margin-right: 25px;
    margin-left: 25px;
}
.music div .album-list .list-head {
    margin-bottom: 25px;
}
.music div .album-list .item-sublist {
    margin-top: 18px;
    font-weight: 300;
}
.music div .album-list .item-sublist:first-child {
    margin-top: 0;
}
.music div:nth-child(n + 6) .album-list {
    margin-bottom: 0;
}
.music .overlay-box {
    position: relative;
    overflow: hidden;
    background-color: #0e0e0e;
    border-radius: 8px;
}
.music .overlay-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#ebba16, #b50000);
    transition: opacity 0.6s ease-out;
    z-index: 2;
    opacity: 0;
}
.music .overlay-box h5,
.music .overlay-box h6,
.music .overlay-box img {
    position: relative;
    z-index: 3;
}
.music .overlay-box:hover:after {
    transition: opacity 0.6s ease-out;
    opacity: 1;
}
.music.format .format-small-text {
    margin-bottom: 8px;
}
.music.format .format-head-text {
    margin-bottom: 10px;
}
.music.format .format-sub-text {
    margin-bottom: 55px;
}
.music.format .format-sub-text .sub-heading {
    margin-bottom: 35px;
}
.music.format .link-horizontal ul li a.icon-btn i {
    font-size: 16px;
    height: 62px;
    width: 62px;
    color: #fff;
    border: 2px solid #054a84;
    background-color: #054a84;
}
.music.format .link-horizontal ul li a.icon-btn:hover i {
    color: #fff;
    background-color: #fff;
}
.music.artist .album-artist {
    position: relative;
    display: inline-block;
    margin-bottom: 150px;
    width: 100%;
}
.music.artist .album-artist:hover .overlay-img {
    transition: 0.2s;
    filter: unset;
}
.music.artist .album-artist:hover .cds {
    filter: unset;
    opacity: 1;
}
.music.artist .album-artist:hover .cds .cd-animation {
    animation: movebounce 20s linear infinite;
    transition: all 0.3s ease;
}
.music.artist .album-artist .overlay-img {
    z-index: 2;
    transition: 0.7s;
    filter: grayscale(100%);
    box-shadow: 2.5px 4.33px 76px #000;
}
.music.artist .album-artist .singers {
    padding: 45px;
}
.music.artist .album-artist .singers .name {
    text-transform: uppercase;
}
.music.artist .album-artist .singers .musician {
    font-weight: 300;
}
.music.artist .album-artist .set-z-index {
    z-index: 2;
}
.music.artist .album-artist .cds {
    transition: all 0.3s ease;
    filter: grayscale(100%);
    z-index: 1;
    opacity: 0.2;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -25%);
}
.music.artist .album-artist .cds .cd-animation {
    transition: all 0.3s ease;
}
.music.artist .album-artist .cds .elipse {
    display: inline;
    width: auto;
    top: 50%;
    transform: translate(80%, -50%);
}
.music.artist .album-artist .cds img {
    display: inline;
    width: auto;
}
.music.artist .artist-text {
    padding: 0 15px;
}
.music.artist .artist-text p.text-para {
    margin-bottom: 15px;
    font-size: 140%;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.8;
}
.music.artist .artist-text .dummy-text {
    font-weight: 400;
}
.music .gallery-slider .owl-carousel .overlay {
    background-image: unset;
    background-color: #000;
    opacity: 0;
    transition: 0.5s;
}
.music .gallery-slider .owl-carousel .text-container {
    opacity: 0;
    z-index: 2;
}
.music .gallery-slider .owl-carousel .text-container .overlay-text {
    margin-bottom: -15px;
    font-weight: 300;
}
.music .gallery-slider .owl-carousel .text-container .overlay-text span {
    font-size: 200%;
    display: block;
}
.music .gallery-slider .owl-carousel .owl-item.active.center .overlay {
    transition: 0.5s;
    opacity: 0.8;
}
.music .gallery-slider .owl-carousel .owl-item.active.center .text-container {
    opacity: 1;
}
.music .gallery-slider .owl-carousel .owl-nav {
    margin-top: 40px;
}
.music .gallery-slider .owl-carousel .owl-nav .owl-prev,
.music .gallery-slider .owl-carousel .owl-nav .owl-next {
    background: transparent;
    padding-bottom: 0;
    margin-bottom: 0;
}
.music.format .hash-video {
    font-size: 14px;
    font-weight: 600;
}
.music.format .format-sub-text .sub-heading .sub-small-text {
    font-size: 16px;
    font-weight: 200;
}
.music.format .format-sub-text .sub-para {
    font-size: 14px;
    font-weight: 300;
}
.music.format .video-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.music.format .video-sub-text {
    font-size: 100%;
    font-weight: 400;
    margin-bottom: 35px;
}
.music.format .watch-now {
    height: unset;
    margin-left: 15px;
}
.music.format .watch {
    font-size: 110%;
}
.music .contact-details .contact-heading {
    font-weight: 400;
    margin-bottom: 15px;
    color: #591e1e;
}
.music .contact-details .contact-sub-text {
    font-weight: 300;
    margin-bottom: 8px;
}
.music .form-footer .form-group {
    opacity: 0.7;
    margin-bottom: 30px;
}
.music .form-footer .form-group input,
.music .form-footer .form-group textarea {
    width: 100%;
    background-color: #000;
    padding: 15px 30px;
    border: 1px solid #ebba16;
    border-radius: 25px;
    color: #fff;
}
.music .form-footer .form-group input:focus,
.music .form-footer .form-group textarea:focus {
    outline: none;
}
.music .form-footer .form-group input::-webkit-input-placeholder,
.music .form-footer .form-group textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: initial;
}
.music .form-footer .form-group input::-moz-placeholder,
.music .form-footer .form-group textarea::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: initial;
}
.music .form-footer .form-group input:-ms-input-placeholder,
.music .form-footer .form-group textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: initial;
}
.music .form-footer .form-group input:-moz-placeholder,
.music .form-footer .form-group textarea:-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: initial;
}
.music .form-footer .booking {
    margin: 0 auto;
}
.music .form-footer .booking .btn {
    margin-top: 5px;
}
.music .form-footer .booking .btn:hover {
    background-color: #fff;
    color: #591e1e;
}
.music.blog .img-container .social-list ul li a i {
    background-color: unset;
    height: 28px;
    width: 28px;
    transition: all 0.3s;
}
.music.blog .img-container .social-list ul li a i:hover {
    background-color: #fff;
    color: #054a84;
}
.music.sponsor.bg-music {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.music.sponsor .set-margin {
    margin-bottom: -50px;
}
.music.sponsor div .sponsor-img {
    margin-bottom: 50px;
}
.music.sponsor div .sponsor-img .overlay-box {
    display: inline-block;
}
.bg-pink {
    background-color: #f5f5f8;
}
.resume h1,
.resume h2 {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: initial;
}
.resume h4,
.resume h5,
.resume li {
    margin-top: 0;
    margin-bottom: 0;
}
.resume h1,
.resume h2,
.resume h3,
.resume h4,
.resume h5,
.resume h6 {
    text-transform: initial;
}
.resume h2,
.resume h3,
.resume h4,
.resume h5,
.resume h6,
.resume li,
.resume a {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: normal;
}
.resume h2,
.resume h3,
.resume h4 {
    color: #054a84;
}
.resume h6,
.resume p {
    color: #434345;
}
.resume h1 {
    font-size: calc(22px + 48 * (100vw - 300px) / 1620);
    color: #054a84;
    margin-top: -20px;
    line-height: normal;
}
.resume h2 {
    font-size: calc(20px + 15 * (100vw - 300px) / 1620);
    margin-top: -12px;
    margin-bottom: -4px;
}
.resume h3 {
    font-size: calc(18px + 6 * (100vw - 300px) / 1620);
    margin-top: 0;
}
.resume h4 {
    font-size: calc(16px + 4 * (100vw - 300px) / 1620);
}
.resume h5 {
    font-size: calc(14px + 4 * (100vw - 300px) / 1620);
    margin-bottom: -2px;
    color: #054a84;
}
.resume h6 {
    font-size: calc(13px + 2 * (100vw - 300px) / 1620);
    margin-top: -6px;
    margin-bottom: -6px;
}
.resume p {
    font-size: calc(13px + 2 * (100vw - 300px) / 1620);
    color: #b1b1b1;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: -6px;
}
.resume a {
    font-size: calc(13px + 1 * (100vw - 300px) / 1620);
    color: #054a84;
}
.resume a:hover {
    text-decoration: none;
    cursor: pointer;
}
.resume a:focus {
    outline: none;
}
.resume .center-text > div {
    margin-top: -30px;
}
.resume.pricing {
    margin-bottom: 0;
}
.resume.counter .counters .counter-img {
    opacity: 0.7;
}
.resume.header .header-text {
    margin-bottom: 35px;
}
.resume.header .header-sub-text {
    margin-bottom: 30px;
}
.resume.about .color-light {
    color: #949494;
}
.resume.about .border-container {
    margin: 15px 0;
}
.resume.about .border-container .borders-bottom {
    border-top: 2px solid #c7c7c7;
    width: 48px;
    margin: 0 auto;
}
.resume.filter-section .filter-container ul.filter > li {
    border-radius: 25px;
}
.resume .radial-bar {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 94px;
    height: 94px;
}
.resume .radial-bar.radial-bar-primary {
    background-image: linear-gradient(432deg, #054a84 50%, transparent 50%, transparent), linear-gradient(270deg, #054a84 50%, #e3e3e3 50%, #e3e3e3);
}
.resume .radial-bar.radial-90 {
    background-image: linear-gradient(399deg, #054a84 50%, transparent 50%, transparent), linear-gradient(270deg, #054a84 50%, #e3e3e3 50%, #e3e3e3);
}
.resume .radial-bar.radial-80 {
    background-image: linear-gradient(350deg, #054a84 50%, transparent 50%, transparent), linear-gradient(270deg, #054a84 50%, #e3e3e3 50%, #e3e3e3);
}
.resume .radial-bar.radial-70 {
    background-image: linear-gradient(310deg, #054a84 50%, transparent 50%, transparent), linear-gradient(270deg, #054a84 50%, #e3e3e3 50%, #e3e3e3);
}
.resume .radial-bar:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    text-align: center;
    color: #054a84;
    content: attr(data-label);
    background-color: #fff;
    z-index: 1;
    width: 88px;
    height: 88px;
    margin-left: 3px;
    margin-top: 3px;
    line-height: 90px;
    font-weight: 600;
}
.wedding h1,
.wedding h2,
.wedding h3,
.wedding h4,
.wedding h5,
.wedding h6,
.wedding p,
.wedding li,
.wedding a {
    color: #054a84;
}
.wedding h2,
.wedding h3,
.wedding h4,
.wedding h5,
.wedding h6,
.wedding li,
.wedding a {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.wedding h1 {
    font-size: calc(22px + 178 * (100vw - 300px) / 1620);
    font-family: Alex Brush, cursive;
    margin-top: -33px;
    margin-bottom: -35px;
    line-height: normal;
}
.wedding h2 {
    font-size: calc(20px + 15 * (100vw - 300px) / 1620);
    margin-top: -10px;
    margin-bottom: -7px;
    font-weight: 600;
}
.wedding h3 {
    margin-top: 0;
}
.wedding h5 {
    font-size: calc(14px + 4 * (100vw - 300px) / 1620);
}
.wedding h6 {
    font-size: calc(13px + 3 * (100vw - 300px) / 1620);
    margin-top: 0;
    margin-bottom: -3px;
}
.wedding p {
    font-size: calc(13px + 3 * (100vw - 300px) / 1620);
    margin-top: 0;
    margin-bottom: -2px;
}
.wedding .decore img {
    position: absolute;
}
.wedding .decore img:nth-child(1) {
    top: 0;
    right: 0;
}
.wedding .decore img:nth-child(2) {
    bottom: 0;
}
.wedding.format .format-head-text {
    margin-bottom: 15px;
}
.wedding.format .format-sub-text .about-para {
    margin-bottom: 15px;
    font-weight: 300;
}
.wedding .btn-default {
    padding: 16px 35px;
    font-size: calc(13px + 5 * (100vw - 300px) / 1620);
}
.wedding .header-sub-text {
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.wedding .rightfadediv {
    width: 160px;
}
.wedding.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.wedding.bg.slider-bg {
    background-attachment: fixed;
}
.wedding.bg.countdown-bg .counter-container .gradient-text {
    margin-top: 20px;
    line-height: 1.1;
}
.wedding .owl-theme .owl-dots {
    margin-top: 45px !important;
}
.wedding .gradient-text {
    background: -webkit-linear-gradient(#ebba16, #b50000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.wedding .wedding-banner .frem {
    position: relative;
}
.wedding .wedding-banner .text-container .couple-text .banner-text {
    font-family: Alex Brush, cursive;
    font-size: calc(20px + 60 * (100vw - 300px) / 1620);
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    line-height: normal;
}
.wedding .wedding-banner .text-container .couple-text .banner-text.small {
    font-size: calc(18px + 47 * (100vw - 300px) / 1620);
}
.wedding .wedding-banner .text-container .place {
    font-size: 35px;
    font-weight: 400;
}
.wedding .wedding-banner .text-container .address {
    font-weight: 300;
}
.wedding .schedule .zexson-text,
.wedding .schedule .schedule-date {
    font-weight: 400;
}
.wedding .when-slider .owl-theme .owl-nav {
    margin: 0;
}
.wedding .when-slider .owl-theme .owl-nav .owl-prev,
.wedding .when-slider .owl-theme .owl-nav .owl-next {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.wedding .when-slider .owl-theme .owl-nav .owl-prev {
    left: -130px;
}
.wedding .when-slider .owl-theme .owl-nav .owl-next {
    right: -130px;
}
.wedding.blog .btn.btn-blog:hover {
    color: #fff;
    background-color: #c0882f;
}
.wedding .title .main-title h2 {
    line-height: normal;
}
.wedding .navbar-nav {
    padding-bottom: 0;
}
.wedding .navbar-nav + .navbar-nav {
    padding-top: 0;
}
.yoga h4,
.yoga h5,
.yoga li {
    margin-top: 0;
    margin-bottom: 0;
}
.yoga h1,
.yoga h2,
.yoga h3,
.yoga h4,
.yoga h5,
.yoga h6 {
    text-transform: initial;
}
.yoga h1,
.yoga h2,
.yoga h3,
.yoga h4,
.yoga h5,
.yoga h6,
.yoga p,
.yoga li,
.yoga a {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: normal;
}
.yoga h1 {
    font-size: calc(22px + 38 * (100vw - 300px) / 1620);
    font-weight: 600;
    margin-top: -18px;
    margin-bottom: 0;
    line-height: normal;
}
.yoga h2 {
    font-size: calc(20px + 20 * (100vw - 300px) / 1620);
    margin-top: -14px;
    margin-bottom: 0;
}
.yoga h3 {
    font-size: calc(18px + 12 * (100vw - 300px) / 1620);
    margin-top: 0;
}
.yoga h6 {
    font-size: calc(13px + 3 * (100vw - 300px) / 1620);
    margin-top: 0;
    margin-bottom: 0;
}
.yoga p {
    font-size: calc(13px + 3 * (100vw - 300px) / 1620);
    margin-top: 0;
    margin-bottom: -2px;
    letter-spacing: 1px;
}
.yoga .gradient-text {
    background: -webkit-linear-gradient(#ebba16, #b50000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.yoga.header .header-text {
    margin-bottom: 20px;
}
.yoga.header .header-sub-text {
    margin-bottom: 25px;
}
.yoga.format .format-head-text {
    margin-bottom: 30px;
}
.yoga.format .format-head-text .about-font-header span {
    font-weight: 200;
}
.yoga.format .format-sub-text {
    margin-bottom: 50px;
}
.yoga .trainers-slider.owl-carousel .owl-item.active.center .item img {
    box-shadow: 0 0 10px #bdbdbd !important;
}
.yoga.brand-slider {
    padding: 50px 0;
}
.yoga.img-1.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.yoga .owl-theme .owl-dots {
    margin-top: 0 !important;
}
.yoga .meter {
    position: relative;
    width: 100%;
    height: 42px;
    margin-top: 50px;
    border-radius: 20px;
    background: #f8f8f8;
}
.yoga .meter .progress {
    display: block;
    height: 40px;
    border-radius: 25px;
    background-image: linear-gradient(96deg, #ebba16 0%, #b50000 100%);
    animation: grower 1s linear;
    position: relative;
    border: none;
}
.yoga .meter .progress h6 {
    margin-top: unset;
}
.yoga .meter .progress.progress1,
.yoga .meter .progress.progress2,
.yoga .meter .progress.progress3,
.yoga .meter .progress.progress4 {
    position: relative;
}
.yoga .meter .progress.progress1 {
    width: 90%;
}
.yoga .meter .progress.progress2 {
    width: 80%;
}
.yoga .meter .progress.progress3 {
    width: 85%;
}
.yoga .meter .progress.progress4 {
    width: 70%;
}
.yoga .meter .lorem {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
}
.yoga .meter .percent {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.yoga .meter p {
    position: absolute;
    top: 0;
    margin: 0 10px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #333;
    text-shadow: 0 1px rgba(255, 255, 255, 0.6);
}
@keyframes grower {
    0% {
        width: 0;
    }
}
.yoga.event h4 {
    margin-top: unset;
}
.yoga.event h2 {
    margin-bottom: unset;
}
.yoga.event .row div:nth-child(n + 5) .event-container {
    margin-bottom: 0;
}
.yoga.event .event-container {
    margin-bottom: 80px;
}
.yoga.event .event-container h6 {
    font-size: 14px;
}
.yoga.event .event-container .yoga-circle {
    height: 90px;
    width: 90px;
    background: #fff;
    border-radius: 100%;
    padding: 18px 20px;
    text-align: center;
    position: relative;
    left: 0;
    display: inline-block;
}
.yoga.event .event-container .yoga-circle .gradient-text {
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
.yoga.event .event-container .yoga-circle .month {
    color: #054a84;
}
.yoga.event .event-container .event-info {
    margin-left: 20px;
    height: unset;
    align-items: unset;
}
.yoga.event .event-container .event-info .address {
    font-weight: 400;
}
.yoga.event .event-container .event-info .time,
.yoga.event .event-container .event-info .address {
    margin-bottom: 15px;
}
.yoga.event .event-container .event-info .time,
.yoga.event .event-container .event-info .city {
    font-weight: 300;
}
.yoga.format .experience-container {
    min-height: 455px;
}
.yoga.format .experience-container .exp-img {
    width: 630px;
    position: absolute;
}
.yoga.format .girl-img-container {
    min-height: 543px;
}
.yoga.format .girl-img-container .girl-yoga {
    width: 600px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.yoga.format .icon-collection li a img {
    filter: brightness(0) invert(1);
    transition: 0.5s;
}
.yoga.format .icon-collection li:hover a img {
    filter: unset;
    transition: 0.5s;
}
.yoga.blog .img-container .social-list ul li a i {
    background-color: unset;
    height: 28px;
    width: 28px;
    transition: all 0.2s;
}
.yoga.blog .img-container .social-list ul li a i:hover {
    background-color: #fff;
    color: #ba38d2;
}
.yoga .yoga-gradiant {
    background-image: linear-gradient(96deg, #ba38d2 0%, #6851df 100%) !important;
}
.yoga .navbar-nav {
    padding-bottom: 0;
}
.yoga .navbar-nav + .navbar-nav {
    padding-top: 0;
}
.agency h1,
.agency h2 {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: initial;
}
.agency h4,
.agency h5,
.agency li {
    margin-top: 0;
    margin-bottom: 0;
}
.agency h1,
.agency h2,
.agency h3,
.agency h4,
.agency h5,
.agency h6 {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: initial;
}
.agency h2,
.agency h3,
.agency h4,
.agency h5,
.agency h6,
.agency li,
.agency a {
    font-weight: 500;
}
.agency h1,
.agency h2,
.agency h3,
.agency h4,
.agency h5,
.agency h6 {
    color: #054a84;
}
.agency p {
    color: #434345;
}
.agency h1 {
    font-size: calc(22px + 10 * (100vw - 300px) / 1620);
    letter-spacing: 2px;
    margin-top: -17px;
    font-weight: 500;
}
.agency h1 span.bold-text {
    font-weight: 600;
}
.agency h2 {
    font-size: calc(20px + 10 * (100vw - 300px) / 1620);
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 300;
    line-height: 1.2;
}
.agency h3 {
    font-size: calc(18px + 10 * (100vw - 300px) / 1620);
    line-height: 1.4;
}
.agency h5 {
    font-size: calc(14px + 0 * (100vw - 300px));
    font-weight: 300;
    letter-spacing: 0;
    padding-top: 5px;
}
.agency h6 {
    font-size: calc(13px + 10 * (100vw - 300px) / 1620);
    margin-bottom: -5px;
    font-weight: 300;
    line-height: normal;
}
.agency h6.borders-before {
    margin-left: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.agency h6.borders-before span:before {
    border-top: 2px solid #054a84;
    width: 24px;
}
.agency p {
    font-size: calc(13px + 2 * (100vw - 300px) / 1620);
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 4px;
}
.agency .btn {
    text-transform: uppercase;
}
.agency a {
    text-transform: initial;
    letter-spacing: 1px;
}
.agency.about-bg {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.agency.service-bg {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.agency.video-bg,
.agency.counter-bg,
.agency.price-bg,
.agency.expert-bg,
.agency.blog-bg,
.agency.testimonial-bg {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.agency.testimonial-bg span {
    color: #ffffffb3;
}
.agency.testimonial-bg .borders-before span:before {
    border-color: #ffffffb3;
}
.agency.testimonial-bg .testimonial-container.testimonial-container2 {
    box-shadow: inset 0 0 5px #00000026;
}
.agency .font-600 {
    font-weight: 600;
}
.agency.header .header-top-line {
    font-weight: 400;
}
.agency.header .header-sub-text p {
    font-size: calc(13px + 5 * (100vw - 300px) / 1620);
    letter-spacing: 0;
}
.agency.header .btn-default {
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
}
.agency .girl-boy {
    right: 13%;
    top: 50%;
    transform: translateY(-50%);
}
.agency .circle-container {
    position: absolute;
    bottom: 33%;
    right: -15%;
}
.agency .circle-container.small {
    position: absolute;
    top: 3%;
    left: -6%;
}
.agency .circle-container .gradient-circle-big {
    height: 110px;
    width: 110px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ebba16, #b50000);
}
.agency .circle-container .gradient-circle-small {
    height: 68px;
    width: 68px;
    border-radius: 100%;
    background-image: linear-gradient(90deg, #ebba16, #054a84);
}
.agency .plus-container {
    position: absolute;
    top: 15%;
    left: 5%;
    animation: star 1s infinite;
}
.agency .plus-container.plus-container2 {
    top: 25%;
    left: 25%;
}
.agency .plus-container.plus-container3 {
    top: 50%;
    left: 2%;
}
.agency .plus-container.plus-container4 {
    top: 65%;
    left: 32%;
}
.agency .plus-container.plus-container5 {
    top: 80%;
    left: 10%;
}
.agency .plus-container.plus-container6 {
    top: 80%;
    left: 65%;
}
.agency .plus-container.plus-container7 {
    top: 40%;
    left: 35%;
}
.agency .plus-container.plus-container8 {
    top: 40%;
    left: 98%;
}
.agency .plus-container.plus-container9 {
    top: 45%;
    left: 70%;
}
.agency .plus-container.plus-container10 {
    top: 0;
    left: 8%;
}
.agency .plus-container.plus-container11 {
    top: 70%;
    left: 4%;
}
.agency .plus-container .plus {
    position: relative;
}
.agency .plus-container .plus:before,
.agency .plus-container .plus:after {
    content: "";
    position: absolute;
    border-radius: 2px;
    color: #054a84;
}
.agency .plus-container .plus:before {
    border-left: 6px solid;
    height: 19px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.agency .plus-container .plus:after {
    border-top: 6px solid;
    width: 19px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.agency .plus-container .plus.white:before,
.agency .plus-container .plus.white:after {
    color: #fff;
}
.agency .plus-container .plus.plus-medium:after {
    width: 16px;
    border-top: 5px solid;
}
.agency .plus-container .plus.plus-medium:before {
    height: 16px;
    border-left: 5px solid;
}
.agency .plus-container .plus.plus-small:after {
    width: 9px;
    border-top: 3px solid;
}
.agency .plus-container .plus.plus-small:before {
    height: 9px;
    border-left: 3px solid;
}
@keyframes star {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
    to {
        transform: scale(1);
    }
}
.agency .center-content .icon-collection {
    text-align: center;
}
.agency .center-content.unset-height {
    height: unset;
}
.agency .icon-collection {
    display: inline-block;
}
.agency .icon-collection .about-icon {
    padding: 0;
    margin-bottom: 60px;
}
.agency .icon-collection .about-icon:last-child {
    margin-bottom: 0;
}
.agency .icon-collection .about-icon:hover a img {
    filter: brightness(0) invert(1);
}
.agency.pricing .price-container.shadows {
    box-shadow: 2px 1px 10px #b2b2b280;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    text-align: center;
    filter: none;
}
.agency.format .format-head-text {
    margin-bottom: 25px;
}
.agency.format .format-sub-text {
    margin-bottom: 30px;
}
.agency.format .format-sub-text .about-para {
    letter-spacing: 1px;
}
.agency.format .borders-before span {
    font-size: 16px;
    font-weight: 500;
}
.agency.format .about-icon {
    margin-left: 18px;
    margin-right: 18px;
}
.agency .icon-collection .about-icon a {
    padding: 45px 25px;
}
.agency .block-span {
    display: block;
}
.agency.video .d-inline-block .bg-video {
    width: 70%;
}
.agency.video .video-text {
    letter-spacing: 1px;
    margin-bottom: -5px;
    text-transform: uppercase;
}
.agency.video .video-heading {
    font-size: calc(18px + 17 * (100vw - 300px) / 1620);
    margin-bottom: 25px;
}
.agency.counter .counter-text .count-number h2 {
    font-weight: 500;
}
.agency.counter .counter-text .count-desc h6 {
    font-weight: 400;
}
.agency.testimonial .testimonial-container.testimonial-container2 {
    background: white;
    border-radius: 20px;
    padding: 40px;
}
.agency.testimonial .testimonial-container.testimonial-container2 .center-content {
    height: unset;
    align-items: unset;
}
.agency.testimonial .testimonial-container.testimonial-container2 .center-content .name {
    font-size: 16px;
    font-weight: 500;
    color: #434345;
    margin-bottom: 5px;
}
.agency.testimonial .testimonial-container.testimonial-container2 .center-content .post {
    font-weight: 500;
}
.agency.testimonial .testimonial-container .primary-border {
    border-bottom: 4px solid #054a84;
    border-radius: 1px;
    width: 33px;
}
.agency.testimonial .testimonial-slider .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
}
.agency.testimonial .testimonial-slider .owl-nav .owl-prev,
.agency.testimonial .testimonial-slider .owl-nav .owl-next {
    background: transparent;
}
.agency.blog .blog-agency .blog-contain {
    border: 1px solid #f3f3f3;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(0 0 10px #eee);
    transition: all 0.3s;
}
.agency.blog .blog-agency .blog-contain:hover {
    box-shadow: 1px 1px 10px 1px #eee;
}
.agency.blog .blog-agency .blog-contain .img-container .blog-head {
    color: #054a84;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 0;
}
.agency.blog .blog-agency .blog-contain .img-container i {
    font-size: 16px;
    margin-right: 10px;
    color: #595959;
}
.agency.blog .blog-agency .blog-contain .img-container .blog-info {
    padding: 28px;
}
.agency.blog .blog-agency .blog-contain .img-container .blog-info .font-blog {
    color: #595959;
}
.agency.blog .blog-agency .blog-contain .btn-bottom a {
    transition: 0.5s;
}
.agency.blog .blog-agency .blog-contain .btn-bottom a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
.agency.footer2 .footer-contant .footer-headings {
    color: #fff;
    padding-bottom: 45px;
}
.agency .para2 {
    padding: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: #9c9c9c;
}
.agencyfooter .footer-lists li a:hover,
.agencyfooter .footer-social .footer-social-list a:hover {
    color: #4a71ef;
}
.agency.speaker .team-img .social ul li a i {
    transition: all 0.4s;
}
.agency.speaker .team-img .social ul li a i:hover {
    background-color: #fff;
    color: #061a5e;
}
.agency .blog-description .imported_data_custom {
    font-size: calc(16px + 3 * (100vw - 300px) / 1620) !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
    line-height: 1.8 !important;
    margin-bottom: 24px !important;
}
.agency .blog-description .imported_data_custom p {
    font-size: calc(16px + 3 * (100vw - 300px) / 1620) !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
    line-height: 1.8;
    margin-bottom: 24px !important;
}
.agency .blog-description .imported_data_custom p img {
    margin: 5px 20px 5px 0 !important;
}
.agency .blog-description .imported_data_custom ol {
    padding-inline-start: 40px !important;
    margin-top: 0 !important;
    font-weight: 400 !important;
    line-height: 1.8;
    margin-bottom: 24px !important;
}
.agency .blog-description .imported_data_custom ol li {
    margin: 10px auto !important;
    line-height: 1.8;
}
.agency .blog-description .imported_data_custom ol li ul {
    list-style-type: disc !important;
    padding-inline-start: 35px !important;
    margin: 16px auto !important;
    line-height: 1.8;
}
.agency .blog-description .imported_data_custom ol li ul li {
    margin: 8px auto !important;
    line-height: 1.8;
}
.agency .blog-description .imported_data_custom ul {
    list-style-type: disc !important;
    padding-inline-start: 40px !important;
    margin-top: 0 !important;
    font-weight: 400 !important;
    line-height: 1.8;
    margin-bottom: 24px !important;
}
.agency .blog-description .imported_data_custom ul li {
    margin: 10px auto !important;
    line-height: 1.8;
}
.agency .blog-description h1,
.agency .blog-description h2,
.agency .blog-description h3,
.agency .blog-description h4,
.agency .blog-description h5,
.agency .blog-description h6 {
    color: #054a84;
    font-weight: 300;
}
.agency .blog-description p {
    color: #434345;
}
.agency .blog-description h2 {
    font-size: calc(20px + 16 * (100vw - 300px) / 1620) !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    line-height: 1.8 !important;
}
.agency .blog-description h3 {
    font-size: calc(18px + 10 * (100vw - 300px) / 1620) !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    line-height: 1.8 !important;
}
.agency .blog-description a {
    text-transform: initial;
    letter-spacing: 1px;
}
.agency .blog-description .font-600 {
    font-weight: 600;
}
.agency-content .agency-header-center-container {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.agency-content .agency-header-center-container .agency-head {
    display: flex;
    justify-content: center;
    align-items: center;
}
.agency-content .agency-header-center-container .agency-head .agency-head-text {
    font-size: 308%;
    font-weight: 600;
    margin-top: -16px;
    margin-bottom: -16px;
}
.agency-content .agency-header-center-container .borders {
    margin-right: 30px;
    color: #054a84;
    border-right: 2px solid;
    height: 80px;
}
.agency-content .agency-para {
    font-size: calc(13px + 4 * (100vw - 300px) / 1620);
    letter-spacing: 0;
    margin-left: 30px;
    margin-bottom: 30px;
}
.agency-content .btn-default {
    margin-left: 30px;
}
.agency-content .side-img {
    z-index: 2;
}
.agency-content .blue-img {
    position: absolute;
    left: -14%;
    bottom: 0;
    z-index: 1;
}
.blog .img-container {
    display: block;
}
.blog .img-container .blog-info {
    padding: 28px;
    bottom: 0;
}
.blog .img-container .blog-info p {
    margin-bottom: unset;
}
.blog .img-container .blog-info .blog-text {
    letter-spacing: 0;
    margin-bottom: 15px;
}
.blog .img-container .blog-info .font-blog,
.blog .img-container .blog-info .blog-text,
.blog .img-container .blog-info .borders-before,
.blog .img-container .blog-info .small-font,
.blog .img-container .blog-info i {
    color: #fff;
}
.blog .img-container .blog-info .font-blog {
    font-weight: 400;
    text-transform: none;
}
.blog .img-container .blog-info .borders-before,
.blog .img-container .blog-info .small-font {
    font-size: calc(13px + 1 * (100vw - 300px) / 1620);
    text-transform: none;
    font-weight: 300;
}
.blog .img-container .blog-info .borders-before {
    margin-left: 16px;
    margin-bottom: 10px;
}
.blog .img-container .blog-info .borders-before span:before {
    margin-right: 7px;
    width: 8px;
}
.blog .img-container .blog-info .small-font {
    margin-bottom: 18px;
    line-height: 20px;
}
.blog .img-container .social-list ul {
    display: flex;
}
.blog .img-container .social-list ul li {
    padding: 0 5px;
    text-transform: uppercase;
}
.blog .img-container .social-list ul li a {
    display: inline-block;
    background: linear-gradient(to top, #ebba16, #b50000);
    height: 28px;
    width: 28px;
    border-radius: 100%;
}
.blog .img-container .social-list ul li a i {
    background-color: #61131f;
    font-size: 13px;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: flex;
}
.blog.wedding .blog-container .set-skew {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.blog.wedding .blog-container .blog-text {
    margin-bottom: 5px;
    font-weight: 700;
}
.blog.wedding .blog-container .blog-date {
    font-weight: 600;
    margin-bottom: 5px;
    margin-left: -10px;
}
.blog.wedding .blog-container .blog-place {
    font-weight: 600;
    margin-bottom: 20px;
    margin-left: -20px;
}
.blog.wedding .blog-container .blog-para {
    text-indent: 10px;
    margin-bottom: 20px;
    margin-left: -40px;
}
.blog.wedding .owl-theme .owl-dots .owl-dot.active span {
    width: 40px;
}
.blog.wedding .owl-theme .owl-dots .owl-dot span {
    margin-top: 0;
    margin-bottom: 0;
    background-image: linear-gradient(#ebba16, #b50000);
}
.blog.wedding .btn.btn-blog {
    background: white;
    border: 1px solid #054a84;
    color: #054a84;
    font-size: 12px;
    margin-left: -60px;
    border-radius: 0;
    text-transform: initial;
}
.counter .counters {
    text-align: center;
}
.counter .counters .count-desc h5 {
    line-height: 1;
}
.counter .counters .counter-img,
.counter .counters .count-number {
    margin-bottom: 20px;
}
.counter .counters .counter-text {
    color: #fff;
}
.counter .counters.hover-counter {
    padding: 35px 0;
    transition: 0.8s;
}
.counter .counters.hover-counter:hover,
.counter .counters.hover-counter.active {
    background-color: #fff;
    filter: drop-shadow(0 0 5px #eee);
    cursor: pointer;
    transition: 0.8s;
}
.counter.agency .row .counter-container:nth-child(2) .counters {
    background-color: #fff;
    filter: drop-shadow(0 0 5px #eee);
    cursor: pointer;
    transition: 0.8s;
}
.counter.event .counters .counter-text .count-desc {
    text-transform: uppercase;
}
.counter.resume .counters .counter-text .count-text {
    font-size: 230%;
}
.contact .iframe-container {
    width: 100%;
    height: 100%;
}
.contact .iframe-container iframe {
    height: 100%;
    width: 100%;
}
.contact .set-z-index {
    z-index: 3;
}
.contact .bg-white {
    background-color: #fff;
}
.contact .bg-white form {
    padding: 60px;
}
.contact .bg-white form .form-group {
    margin-bottom: 60px;
}
.contact .bg-white form .form-group .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 0;
    background: transparent;
}
.contact .bg-white form .form-group .form-control:focus {
    box-shadow: none;
}
.contact .bg-white form .form-group label {
    color: #054a84;
    margin-bottom: 0;
    font-weight: 500;
}
.contact .bg-white form .btn-default {
    padding: 14px 30px;
    letter-spacing: 1px;
}
.contact .plane {
    right: 18%;
    z-index: -1;
}
.contact .plane2 {
    opacity: 0.5;
    z-index: 1;
    top: 0;
    right: 0;
}
.contact.event .title {
    z-index: 2;
    position: relative;
}
.schedule .event-container {
    padding-right: 60px;
    max-height: 750px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.schedule .cal-time {
    background-color: #f5f5f8;
    border-radius: 15px;
    padding: 24px;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}
.schedule .cal-time:last-child {
    margin-bottom: 0;
}
.schedule .cal-time .time {
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.schedule .cal-time .time .monday-text {
    font-weight: 600;
}
.schedule .cal-time i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #8f8e94;
    font-size: 25px;
}
.schedule .cal-time i.fa-angle-left {
    left: 35px;
}
.schedule .cal-time i.fa-angle-right {
    right: 35px;
}
.schedule .cal-time.events {
    height: unset;
    background-color: #f5f5f8;
    padding: 40px 80px 40px 40px;
}
.schedule .cal-time.events:last-child .timing .event-time:last-child:before {
    border-left: none;
}
.schedule .cal-time.events .schedule-event .names {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.schedule .cal-time.events .schedule-event .schedule-img {
    margin-bottom: 25px;
}
.schedule .cal-time.events .schedule-event .schedule-description {
    color: #b1b1b1;
    font-size: 150%;
    letter-spacing: 0;
    margin-bottom: -4px;
}
.schedule .cal-time.events .timing {
    text-align: center;
}
.schedule .cal-time.events .timing .event-time {
    color: #8f8e94;
    position: relative;
    padding: 8px;
}
.schedule .cal-time.events .timing .event-time.active {
    margin: 0 auto;
    height: 30px;
    width: 72px;
    border-radius: 14px;
    background-color: #054a84;
    color: #fff;
}
.schedule .cal-time.events .timing .event-time:last-child:before {
    content: "";
    margin: 18px 0;
    border-left: 2px dashed #8f8e94;
    height: 92px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 9;
}
.schedule .cal-time.events .timing .border-container .border-dashed {
    margin: 8px 0;
    border-left: 2px dashed #8f8e94;
    height: 55px;
    display: inline-block;
}
.schedule .cal-time.events .timing .border-container .border-dashed.active {
    border-left: 2px dashed #434345;
}
.schedule .scrollbar {
    overflow-y: scroll;
}
.schedule .scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f1f1f1;
    border-radius: 10px;
    background-color: #f1f1f1;
}
.schedule .scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: #f1f1f1;
}
.schedule .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #054a84;
    padding: 5px;
}
.schedule .force-overflow {
    min-height: 450px;
}
.testimonial.event .testimonial-msg,
.testimonial.saas2 .testimonial-msg {
    z-index: 2;
    display: inline-block;
}
.testimonial.event .testimonial-msg .msg-box,
.testimonial.saas2 .testimonial-msg .msg-box {
    height: 65px;
    width: 65px;
    position: absolute;
    right: -22px;
    top: -30px;
    background-color: #fff;
    border-radius: 100%;
    z-index: -1;
}
.testimonial.event .quotes .left-quote,
.testimonial.saas2 .quotes .left-quote {
    left: -33px;
    top: -29px;
}
.testimonial.event .quotes .right-quote,
.testimonial.saas2 .quotes .right-quote {
    right: 80px;
    top: 60px;
}
.testimonial.event .quotes .quote-text h5,
.testimonial.saas2 .quotes .quote-text h5 {
    font-weight: 400;
    color: #fff;
}
.testimonial.event .rating .stars,
.testimonial.saas2 .rating .stars {
    display: inline-block;
    margin-right: 25px;
}
.testimonial.event .rating .stars i,
.testimonial.saas2 .rating .stars i {
    color: #fff;
    font-size: 20px;
}
.testimonial.event .rating .stars i.yellow,
.testimonial.saas2 .rating .stars i.yellow {
    color: #dce400;
}
.testimonial.event .rating .name,
.testimonial.saas2 .rating .name {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.testimonial.event .rating .name span,
.testimonial.saas2 .rating .name span {
    font-weight: 300;
}
.testimonial.event img,
.testimonial.saas2 img {
    width: auto !important;
}
.testimonial.event .owl-carousel .owl-stage-outer,
.testimonial.saas2 .owl-carousel .owl-stage-outer {
    height: auto !important;
}
.testimonial.event .testimonial .owl-theme .owl-next,
.testimonial.event .testimonial .owl-theme .owl-prev,
.testimonial.saas2 .testimonial .owl-theme .owl-next,
.testimonial.saas2 .testimonial .owl-theme .owl-prev {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial.event .testimonial .owl-theme .owl-prev,
.testimonial.saas2 .testimonial .owl-theme .owl-prev {
    left: 0;
}
.testimonial.event .testimonial .owl-theme .owl-next,
.testimonial.saas2 .testimonial .owl-theme .owl-next {
    right: 0;
}
.testimonial.event .owl-nav {
    margin: 0;
}
.testimonial.gym {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonial.music {
    background-position: center;
}
.testimonial.music .testimonial-info .font-large {
    font-weight: 600;
}
.testimonial.music .testimonial-info .font-small {
    font-weight: 300;
}
.testimonial.music .owl-nav {
    margin: 0;
}
.testimonial.gym .testimonial-info,
.testimonial.music .testimonial-info,
.testimonial.wedding .testimonial-info,
.testimonial.yoga .testimonial-info,
.testimonial.agency .testimonial-info,
.testimonial.creative .testimonial-info {
    margin-top: 50px;
    padding: 0 30px;
}
.testimonial.gym .testimonial-info .testimonial-para,
.testimonial.music .testimonial-info .testimonial-para,
.testimonial.wedding .testimonial-info .testimonial-para,
.testimonial.yoga .testimonial-info .testimonial-para,
.testimonial.agency .testimonial-info .testimonial-para,
.testimonial.creative .testimonial-info .testimonial-para {
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 140%;
    line-height: 1.8;
    letter-spacing: 1px;
}
.testimonial.gym .testimonial-info .font-large,
.testimonial.music .testimonial-info .font-large,
.testimonial.wedding .testimonial-info .font-large,
.testimonial.yoga .testimonial-info .font-large,
.testimonial.agency .testimonial-info .font-large,
.testimonial.creative .testimonial-info .font-large {
    font-size: 130%;
}
.testimonial.gym .testimonial-info .font-small,
.testimonial.music .testimonial-info .font-small,
.testimonial.wedding .testimonial-info .font-small,
.testimonial.yoga .testimonial-info .font-small,
.testimonial.agency .testimonial-info .font-small,
.testimonial.creative .testimonial-info .font-small {
    font-size: 95%;
    margin-bottom: -5px;
}
.testimonial.gym .testimonial-container,
.testimonial.music .testimonial-container,
.testimonial.wedding .testimonial-container,
.testimonial.yoga .testimonial-container,
.testimonial.agency .testimonial-container,
.testimonial.creative .testimonial-container {
    padding: 30px;
    background-color: #fff;
}
.testimonial.gym .testimonial-container .border-around,
.testimonial.music .testimonial-container .border-around,
.testimonial.wedding .testimonial-container .border-around,
.testimonial.yoga .testimonial-container .border-around,
.testimonial.agency .testimonial-container .border-around,
.testimonial.creative .testimonial-container .border-around {
    padding: 25px 0;
    border-left: 1px solid #b50000;
    border-right: 1px solid #ebba16;
    border-image: linear-gradient(to right, #b50000, #ebba16);
    border-image-slice: 1;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.testimonial.gym .testimonial-slider .owl-theme .owl-dots,
.testimonial.music .testimonial-slider .owl-theme .owl-dots,
.testimonial.wedding .testimonial-slider .owl-theme .owl-dots,
.testimonial.yoga .testimonial-slider .owl-theme .owl-dots,
.testimonial.agency .testimonial-slider .owl-theme .owl-dots,
.testimonial.creative .testimonial-slider .owl-theme .owl-dots {
    line-height: 0;
}
.testimonial.gym .testimonial-slider .owl-theme .owl-dots .owl-dot span,
.testimonial.music .testimonial-slider .owl-theme .owl-dots .owl-dot span,
.testimonial.wedding .testimonial-slider .owl-theme .owl-dots .owl-dot span,
.testimonial.yoga .testimonial-slider .owl-theme .owl-dots .owl-dot span,
.testimonial.agency .testimonial-slider .owl-theme .owl-dots .owl-dot span,
.testimonial.creative .testimonial-slider .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid #fff;
    margin-bottom: 0;
}
.testimonial.gym .testimonial-slider .owl-theme .owl-dots .owl-dot.active span,
.testimonial.music .testimonial-slider .owl-theme .owl-dots .owl-dot.active span,
.testimonial.wedding .testimonial-slider .owl-theme .owl-dots .owl-dot.active span,
.testimonial.yoga .testimonial-slider .owl-theme .owl-dots .owl-dot.active span,
.testimonial.agency .testimonial-slider .owl-theme .owl-dots .owl-dot.active span,
.testimonial.creative .testimonial-slider .owl-theme .owl-dots .owl-dot.active span {
    border: none;
    background-image: linear-gradient(#fff, #fff);
}
.testimonial.gym .music-testimonial-slider .owl-theme .owl-nav .owl-prev,
.testimonial.gym .music-testimonial-slider .owl-theme .owl-nav .owl-next,
.testimonial.music .music-testimonial-slider .owl-theme .owl-nav .owl-prev,
.testimonial.music .music-testimonial-slider .owl-theme .owl-nav .owl-next,
.testimonial.wedding .music-testimonial-slider .owl-theme .owl-nav .owl-prev,
.testimonial.wedding .music-testimonial-slider .owl-theme .owl-nav .owl-next,
.testimonial.yoga .music-testimonial-slider .owl-theme .owl-nav .owl-prev,
.testimonial.yoga .music-testimonial-slider .owl-theme .owl-nav .owl-next,
.testimonial.agency .music-testimonial-slider .owl-theme .owl-nav .owl-prev,
.testimonial.agency .music-testimonial-slider .owl-theme .owl-nav .owl-next,
.testimonial.creative .music-testimonial-slider .owl-theme .owl-nav .owl-prev,
.testimonial.creative .music-testimonial-slider .owl-theme .owl-nav .owl-next {
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    font-size: 18px;
}
.testimonial.gym .music-testimonial-slider .owl-theme .owl-nav .owl-prev,
.testimonial.music .music-testimonial-slider .owl-theme .owl-nav .owl-prev,
.testimonial.wedding .music-testimonial-slider .owl-theme .owl-nav .owl-prev,
.testimonial.yoga .music-testimonial-slider .owl-theme .owl-nav .owl-prev,
.testimonial.agency .music-testimonial-slider .owl-theme .owl-nav .owl-prev,
.testimonial.creative .music-testimonial-slider .owl-theme .owl-nav .owl-prev {
    left: -12%;
}
.testimonial.gym .music-testimonial-slider .owl-theme .owl-nav .owl-next,
.testimonial.music .music-testimonial-slider .owl-theme .owl-nav .owl-next,
.testimonial.wedding .music-testimonial-slider .owl-theme .owl-nav .owl-next,
.testimonial.yoga .music-testimonial-slider .owl-theme .owl-nav .owl-next,
.testimonial.agency .music-testimonial-slider .owl-theme .owl-nav .owl-next,
.testimonial.creative .music-testimonial-slider .owl-theme .owl-nav .owl-next {
    right: -12%;
}
.testimonial.gym .music-testimonial-slider .owl-theme .item img,
.testimonial.music .music-testimonial-slider .owl-theme .item img,
.testimonial.wedding .music-testimonial-slider .owl-theme .item img,
.testimonial.yoga .music-testimonial-slider .owl-theme .item img,
.testimonial.agency .music-testimonial-slider .owl-theme .item img,
.testimonial.creative .music-testimonial-slider .owl-theme .item img,
.testimonial.gym img,
.testimonial.music img,
.testimonial.wedding img,
.testimonial.yoga img,
.testimonial.agency img,
.testimonial.creative img {
    width: auto !important;
}
.testimonial.agency .testimonial-info {
    padding: 0;
    margin-top: 20px;
}
.testimonial.yoga .testimonial-info .testimonial-para {
    font-weight: 300;
    padding: 0 100px;
    line-height: 2;
}
.testimonial.wedding .testimonial-info .testimonial-para {
    color: #054a84;
    font-weight: 200;
}
.tap-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 55px;
    right: 30px;
    z-index: 99;
    color: #fff;
    text-align: center;
    background: #b50000;
    border-radius: 100%;
    font-size: 22px;
    cursor: pointer;
    line-height: 2.2;
    border: 1px solid #fff;
}
.saas1 h1,
.saas1 h2,
.saas1 h3,
.saas1 h4,
.saas1 h5,
.saas1 h6,
.saas1 li,
.saas1 a {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.saas1 h2,
.saas1 h3,
.saas1 h4,
.saas1 h5,
.saas1 h6,
.saas1 p {
    color: #434345;
}
.saas1 h1 {
    font-size: calc(22px + 40 * (100vw - 300px) / 1620);
    font-weight: 600;
    margin-top: -17px;
    margin-bottom: -8px;
    line-height: normal;
}
.saas1 h2 {
    font-size: calc(20px + 20 * (100vw - 300px) / 1620);
    font-weight: 600;
}
.saas1 h3 {
    font-size: calc(18px + 6 * (100vw - 300px) / 1620);
    margin-top: 0;
    margin-bottom: 0;
}
.saas1 h5 {
    font-size: calc(14px + 4 * (100vw - 300px) / 1620);
    letter-spacing: 0.085em;
    margin-top: -12px;
    margin-bottom: -12px;
}
.saas1 h6 {
    font-size: calc(13px + 3 * (100vw - 300px) / 1620);
    letter-spacing: 0.025em;
    margin-top: 0;
    margin-bottom: 0;
}
.saas1 p {
    font-size: calc(13px + 1 * (100vw - 300px) / 1620);
    margin-top: 0;
    letter-spacing: 0.05em;
    margin-bottom: -7px;
}
.saas1 span {
    text-transform: none;
}
.saas1 span.theme-color {
    color: #054a84;
}
.saas1 .title img {
    display: inline-block;
    margin-right: 7px;
    vertical-align: baseline;
}
.saas1 .title .main-title {
    display: inline-block;
    margin-bottom: 0;
}
.saas1 .title hr {
    width: 116px;
    height: 2px;
    background-color: #054a84;
    margin-top: 20px;
    margin-bottom: 20px;
}
.saas1 .title .sub-title p {
    margin-bottom: 0;
}
.saas1 .title .sub-title .p-padding {
    padding: 0 30px;
}
.saas1 .center-text > div {
    margin-top: -25px;
}
.saas1.service .chat-box img {
    height: 80px;
}
.saas1.header h1 span {
    text-transform: none;
}
.saas1.header .slider-logo {
    margin-left: 15px;
    align-self: center;
}
.saas1.header .header-text,
.saas1.header .header-sub-text {
    margin-bottom: 30px;
}
.saas1.header .header-sub-text h3 {
    color: #fff;
    font-weight: 200;
}
.saas1.header .header-sub-text h3 span {
    font-size: 30px;
    font-weight: 600;
    color: #054a84;
}
.saas1.header h6 {
    color: #fff;
    font-weight: 200;
    text-transform: none;
}
.saas1.header h6 span {
    font-size: 18px;
    font-weight: 600;
    color: #054a84;
}
.saas1.header .btn-default {
    background-color: #054a84;
    color: #fff !important;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 1px solid #054a84;
    font-weight: 300;
}
.saas1.header .btn-default:hover {
    background-color: transparent !important;
    border: 1px solid #fff;
}
.saas1.header .dot {
    bottom: 4%;
    right: 55px;
}
.saas1.header .background {
    animation: movebounce 150s linear infinite;
    bottom: 0;
    width: 100%;
}
.saas1.service .about-chat {
    margin-bottom: -50px;
}
.saas1.service .about-chat .service-container {
    margin-bottom: 50px;
}
.saas1.service .about-chat .service-container .chat-box:hover hr {
    width: 40%;
    background-color: #fb3b64;
}
.saas1.service .about-chat .service-container .feature-content {
    padding-left: 20px;
}
.saas1.service .about-chat .service-container .feature-content .service-heading {
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: unset;
}
.saas1.service .about-chat .service-container .feature-content hr {
    height: 1px;
    width: 75px;
    background-color: #434345;
    text-align: left;
    margin: 0 0 15px;
    transition: all 0.5s;
}
.saas1.build-bg {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    counter-reset: section;
    min-height: 740px;
}
.saas1.build-bg .container {
    margin-bottom: 5%;
    margin-top: 5%;
}
.saas1.build-bg .build-right-slider {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45%;
    display: block;
}
.saas1.build-bg .build-right-slider .owl-carousel.owl-loaded {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}
.saas1.build-bg .build-right-slider .owl-carousel .owl-item.active {
    display: block;
}
.saas1.build-bg .owl-dots .owl-dot:before {
    position: absolute;
    counter-increment: section;
    content: counter(section);
    color: #fff;
    left: -5px;
}
.saas1.build-bg .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.saas1.build-bg .owl-dots {
    display: inline-block;
    position: absolute;
    margin: 0 -50% 0 0;
    top: 50%;
    transform: translate(-35%, -50%);
    counter-reset: my-sec-counter;
}
.saas1.build-bg .owl-dot {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    display: block;
    margin-bottom: 20px;
}
.saas1.build-bg .owl-theme .owl-dots .owl-dot {
    display: block;
    margin-bottom: 10px;
}
.saas1.build-bg .owl-theme .owl-dots .owl-dot.active span {
    background-color: #054a84;
    width: 95px;
}
.saas1.build-bg .owl-theme .owl-dots .owl-dot.active:before {
    color: #054a84;
}
.saas1.build-bg .owl-theme .owl-dots .owl-dot span {
    width: 75px;
    height: 4px;
    margin-bottom: 25px;
}
.saas1.build-bg .sync1 .item {
    padding: 0;
    margin: 5px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
.saas1.build-bg .sync2 .item {
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
.saas1.build-bg .sync2 .item h1 {
    font-size: 18px;
}
.saas1.build-bg .build-box {
    text-align: left;
}
.saas1.build-bg .build-box .build-head {
    font-size: calc(18px + 27 * (100vw - 300px) / 1620);
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.saas1.build-bg .build-box p {
    color: #fff;
    font-weight: 300;
}
.saas1.build-bg .build-box ul {
    margin-top: 45px;
}
.saas1.build-bg .build-box ul li {
    margin-bottom: 18px;
    font-size: 16px;
    color: #fff;
}
.saas1.build-bg .build-box ul li img {
    margin-right: 15px;
}
.saas1.build-bg .build-box ul li:last-child {
    margin-bottom: 0;
}
.saas1.howitwork {
    background-size: cover;
}
.saas1.howitwork .work-tab .nav-pills .nav-link {
    padding: 0 55px;
    position: relative;
    color: #434345;
}
.saas1.howitwork .work-tab .nav-pills .nav-link img {
    filter: brightness(0) invert(0);
    opacity: 0.4;
}
.saas1.howitwork .work-tab .nav-pills .nav-link h6 {
    margin-top: 15px;
    color: #434345;
    opacity: 0.5;
    letter-spacing: unset;
}
.saas1.howitwork .work-tab .nav-pills .nav-link.active {
    background-color: transparent;
}
.saas1.howitwork .work-tab .nav-pills .nav-link.active img {
    filter: grayscale(0%);
    opacity: 1;
}
.saas1.howitwork .work-tab .nav-pills .nav-link.active h6 {
    color: #434345;
    margin-bottom: 0;
    opacity: 1;
}
.saas1.howitwork .work-tab .nav-pills .nav-link.active span {
    display: block;
}
.saas1.howitwork .work-tab .nav-pills .nav-link span {
    display: none;
    width: 40px;
    height: 5px;
    background-color: #434345;
    position: absolute;
    bottom: -20px;
    left: 0;
    margin: auto;
    right: 30px;
    border-radius: 15px;
}
.saas1.howitwork .work-tab .nav-pills .nav-link span:after,
.saas1.howitwork .work-tab .nav-pills .nav-link span:before {
    position: absolute;
    height: 5px;
    width: 10px;
    content: "";
    background-color: #434345;
    border-radius: 15px;
}
.saas1.howitwork .work-tab .nav-pills .nav-link span:after {
    right: -25px;
    width: 5px;
}
.saas1.howitwork .work-tab .nav-pills .nav-link span:before {
    left: 45px;
}
.saas1.pricing {
    background-color: #434345;
    background-size: cover;
    background-repeat: no-repeat;
}
.saas1.pricing .container {
    margin-bottom: 0;
}
.saas1.pricing .pricing__switcher {
    width: 300px;
    height: 60px;
    margin: 0 auto 50px;
    position: relative;
    background-color: #f7f7f7;
    border-radius: 100px;
}
.saas1.pricing .pricing__switcher span {
    font-weight: 600;
    color: #054a84;
    margin-left: 5px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.saas1.pricing .switcher__buttons {
    width: 100%;
}
.saas1.pricing .switcher__button {
    cursor: pointer;
    width: 50%;
    float: left;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 575;
    transition: 0.3s ease-in-out;
    font-size: 18px;
}
.saas1.pricing .switcher__border {
    height: 60px;
    width: 50%;
    background-color: #054a84;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 555;
    margin: 0;
    border: none;
    transition: 0.3s ease-in-out;
    border-radius: 100px;
}
.saas1.pricing .btn-default.btn-white {
    border: 2px solid #434345;
    color: #434345 !important;
}
.saas1.pricing .btn-default.btn-white:hover {
    background-color: #434345;
    color: #fff !important;
}
.saas1.pricing .switcher__button--enabled,
.saas1.pricing .switcher__button--enabled span {
    color: #fff;
}
.saas1.pricing .switcher__button:nth-child(1).switcher__button--enabled ~ .switcher__border {
    left: 0;
}
.saas1.pricing .switcher__button:nth-child(2).switcher__button--enabled ~ .switcher__border {
    left: 50%;
}
.saas1.pricing .plan-box > div:nth-child(2) .price-box ul li:last-child {
    text-decoration-line: line-through;
    margin-left: 30px;
    margin-bottom: 0;
}
.saas1.pricing .plan-box > div:first-child .price-box ul li:nth-last-child(-n + 3) {
    text-decoration-line: line-through;
    margin-left: 30px;
}
.saas1.pricing .plan-box .price-box {
    background-color: #fff;
    padding: 40px;
    border-radius: 25px;
    transition: all 0.6s;
    opacity: 0.5;
    margin: 16px 9px;
}
.saas1.pricing .plan-box .price-box img {
    width: auto !important;
    display: inline-block;
}
.saas1.pricing .plan-box .price-box .price-heading {
    text-transform: uppercase;
    font-size: calc(18px + 12 * (100vw - 300px) / 1620);
    font-weight: 700;
}
.saas1.pricing .plan-box .price-box h4.no-weight {
    font-weight: unset;
    margin: 45px 0 40px;
    text-transform: initial;
}
.saas1.pricing .plan-box .price-box h4.no-weight span {
    font-weight: 700;
}
.saas1.pricing .plan-box .price-box span {
    font-size: 50px;
}
.saas1.pricing .plan-box .price-box ul {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
}
.saas1.pricing .plan-box .price-box ul li {
    font-size: calc(14px + 2 * (100vw - 300px) / 1620);
    margin-bottom: 11px;
}
.saas1.pricing .plan-box .price-box ul li img {
    margin-right: 15px;
}
.saas1.pricing .plan-box .price-box ul li span {
    font-size: 16px;
    font-weight: 600;
}
.saas1.pricing .plan-box .price-box ul li:nth-last-child(1) {
    margin-bottom: 30px;
}
.saas1.pricing .plan-box .price-box .btn-theme {
    background-color: #434345;
    border: 1px solid #434345;
    padding: 12px 25px;
}
.saas1.pricing .plan-box .price-box .btn-theme:hover {
    border: 1px solid #434345;
    color: #434345 !important;
    background-color: #fff;
}
.saas1.pricing .owl-item.active.center .price-box {
    transform: scale(1.05);
    opacity: 1;
}
.saas1 .testimonial-bg {
    background-size: cover;
    background-repeat: no-repeat;
}
.saas1.testimonial .testimonial {
    padding: 20px 0;
    margin-right: 40px;
    margin-left: 20px;
}
.saas1.testimonial .testimonial-box {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 35px 50px;
    border-radius: 10px;
    box-shadow: -5px 2px 22px #0000001a;
    position: relative;
}
.saas1.testimonial .testimonial-box h6 {
    letter-spacing: 0.05em;
    text-transform: none;
    line-height: 28px;
}
.saas1.testimonial .testimonial-box:before {
    content: "";
    position: absolute;
    left: 12%;
    bottom: -14px;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-top: -137px;
    margin-left: -15px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 7px 7px 12px #00000012;
}
.saas1.testimonial .testimonial-box img {
    position: absolute;
    top: -20px;
}
.saas1.testimonial .testi-profile img {
    padding-top: 25px;
    padding-left: 25px;
    margin-right: 20px;
}
.saas1.testimonial .testi-profile .media-body {
    margin-top: 45px;
}
.saas1.testimonial .testi-profile h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
.saas1.testimonial .testi-profile h6 {
    margin: 0;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: unset;
}
.saas1.testimonial .testimonial-slider .owl-carousel .owl-item img {
    width: auto;
}
.saas1.testimonial .testimonial-slider .owl-theme .owl-dots .owl-dot {
    display: block;
}
.saas1.testimonial .testimonial-slider .owl-theme .owl-dots .owl-dot span {
    background-color: #434345;
    width: 6px;
    height: 7px;
}
.saas1.testimonial .testimonial-slider .owl-theme .owl-dots .owl-dot.active span {
    height: 16px;
    background-color: #434345;
}
.saas1.testimonial .testimonial-slider .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    display: block;
    right: 0;
    margin: 0 -2% 0 0;
    top: 30%;
    transform: translate(-50%, -50%);
}
.saas1.testimonial .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    margin-right: 50px;
    position: relative;
    border-radius: 10px;
}
.saas1.testimonial .video-box img {
    position: absolute;
    inset: 0;
    margin: auto;
    cursor: pointer;
}
.saas1.subscribe {
    background-color: #434345;
    background-size: cover;
    background-repeat: no-repeat;
}
.saas1.subscribe h6 {
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 200;
    line-height: 1.6;
}
.saas1.subscribe input[type="email"],
.saas1.subscribe input[type="submit"] {
    border-radius: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}
.saas1.subscribe input[type="email"] {
    background-color: #fafafb;
    border: solid #fafafb;
    color: #c7c7c7;
    width: 310px;
    height: 57px;
}
.saas1.subscribe input[type="submit"] {
    background-color: #054a84;
    border: solid #054a84;
    color: #fff;
    margin-left: -50px;
    height: 57px;
    width: 158px;
}
.saas1.subscribe .media img {
    margin-right: 20px;
}
.saas1.subscribe form {
    display: flex;
}
.saas1.subscribe .subscribe-input h6 {
    font-weight: 300;
    text-transform: initial;
    margin-right: 16px;
}
.saas1.subscribe .subscribe-input .display-flex h6 {
    padding: 0 12px;
}
.saas1.subscribe .subscribe-input .display-flex h6:first-child {
    padding-left: 0;
}
.saas1.subscribe .subscribe-input .display-flex h6:last-child {
    padding-right: 0;
    text-align: left;
}
.saas1.faq .faq-block .frequent-text {
    font-size: calc(18px + 30 * (100vw - 300px) / 1620);
    margin-bottom: 20px;
    margin-top: -15px;
}
.saas1.faq .faq-block h6 {
    font-weight: 400;
    color: #434345;
    line-height: 1.8;
}
.saas1.faq .faq-block h6.link {
    font-size: calc(14px + 4 * (100vw - 300px) / 1620);
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: -5px;
}
.saas1.faq .faq-block h6.link a {
    color: #41a3ff;
}
.saas1.faq .faq-block .card {
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.saas1.faq .faq-block .card-header {
    background-color: transparent;
    font-size: calc(15px + 3 * (100vw - 300px) / 1620);
    font-weight: 500;
    margin-bottom: 0;
}
.saas1.faq .faq-block .card-header button {
    color: #071828;
    font-weight: 500;
    font-size: calc(15px + 3 * (100vw - 300px) / 1620);
    padding: 0;
}
.saas1.faq .faq-block .card-header button:focus,
.saas1.faq .faq-block .card-header button:hover {
    text-decoration: none;
}
.saas1.faq .faq-block .faq {
    margin-top: calc(14px + 2 * (100vw - 300px) / 1620);
}
.saas1.faq .faq-block .card-body {
    font-size: calc(14px + 2 * (100vw - 300px) / 1620);
    padding-left: 15px;
}
.saas1.faq .faq-block a {
    color: #434345;
}
.saas1.faq .faq-block h5 {
    margin-top: 50px;
}
.saas1.faq .rotate {
    transition: all 0.5s linear;
}
.saas1.faq .rotate.down {
    transform: rotate(-90deg);
}
.saas1.faq a div {
    transform: rotate(270deg);
    margin-right: 20px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.saas1.faq .collapsed a div {
    transform: rotate(0);
    margin-right: 15px;
}
.saas1.blog {
    background-color: #434345;
    background-size: cover;
    background-repeat: no-repeat;
}
.saas1.blog .blog-post-slider .slick-slide {
    margin: 0 15px;
}
.saas1.blog .blog-post-slider .post-item {
    box-shadow: -2px 2px 6px 1px #0000000d;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.saas1.blog .blog-post-slider .post-item img {
    width: 45%;
    float: left;
}
.saas1.blog .blog-post-slider .blog-post-info {
    float: right;
    width: 55%;
    padding: 15px;
}
.saas1.blog .blog-post-slider .blog-post-info h3 {
    font-size: 18px;
    color: #434345;
}
.saas1.blog .blog-post-slider .blog-post-info .dte {
    font-size: 12px;
    color: #949494;
}
.saas1.blog .blog-post-slider .blog-post-info p {
    color: #434345;
}
.saas1.blog .blog-post-slider .slick-prev {
    left: -60px;
}
.saas1.blog .blog-post-slider .slick-prev,
.saas1.blog .blog-post-slider .slick-next {
    display: inline-block;
    background-color: transparent;
    border: none;
    font-size: 32px;
    position: absolute;
    top: 40%;
    color: #434345;
    cursor: pointer;
}
.saas1.footer2 {
    background-color: #434345;
}
.saas1.footer2 .logo-sec .footer-social .footer-social-list {
    padding: 0 5px;
}
.saas1.footer2 .logo-sec li a i {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #054a84;
    border-radius: 50px;
}
.saas1.footer2 h5.footer-headings {
    margin-top: 0;
}
.saas1.client {
    background: #fafafb;
}
header.saas1 nav ul li > a:hover {
    color: #fb3b64;
}
header.header-absolute {
    position: absolute;
    width: 100%;
}
header.ecommerce {
    position: relative !important;
}
header.ecommerce .responsive-btn i {
    color: #000 !important;
    cursor: pointer;
    line-height: 2;
}
.saas2 h1,
.saas2 h2,
.saas2 h3,
.saas2 h4,
.saas2 h5,
.saas2 h6,
.saas2 li,
.saas2 a {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.saas2 h2,
.saas2 h3,
.saas2 h4,
.saas2 h5 {
    color: #054a84;
}
.saas2 h1 {
    margin-top: -14px;
    line-height: 1;
}
.saas2 h2 {
    font-size: calc(20px + 13 * (100vw - 300px) / 1620);
}
.saas2 h3 {
    font-size: calc(18px + 10 * (100vw - 300px) / 1620);
}
.saas2 h4 {
    letter-spacing: 1px;
}
.saas2 h5 {
    font-size: calc(16px + 2 * (100vw - 300px) / 1620);
}
.saas2 h6 {
    font-size: calc(13px + 2 * (100vw - 300px) / 1620);
}
.saas2 p {
    font-size: calc(13px + 3 * (100vw - 300px) / 1620);
    margin-top: 0;
    margin-bottom: -3px;
    color: #aaa;
}
.saas2.header .center-text {
    margin-top: 0;
}
.saas2.brand .brand-slider img {
    filter: brightness(5) invert(0.5);
    transition: all 0.3s ease;
    max-width: 150px;
    margin: 0 auto;
}
.saas2.brand .brand-slider img:hover {
    filter: none;
    transition: all 0.3s ease;
}
.saas2 .link-horizontal {
    margin-top: 40px;
}
.saas2 .saas2-content .header-sub-text h3 {
    line-height: 1;
    margin-bottom: 10px;
}
.saas2.bg-gradient {
    background-image: linear-gradient(#ebba16, #b50000);
}
.saas2 .title .main-title h2 {
    line-height: 0.9;
}
.saas2 .title .sub-title .sub-title-para {
    color: #434345;
}
.saas2.laptop-slider .owl-item img {
    padding: 50px;
    transition: all 0.3s ease;
}
.saas2.laptop-slider .owl-item.center img {
    padding: 0;
    margin-top: 18px;
    transition: all 0.3s ease;
}
.saas2.services .service {
    padding: 30px;
    border: none;
}
.saas2.services .service:hover img {
    animation: scaleDisappear 0.3s;
}
.saas2.feature {
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position: right;
}
.saas2.feature .center-content {
    flex-direction: unset;
    margin-bottom: 50px;
}
.saas2.feature .center-content .feature-content {
    margin-left: 25px;
}
.saas2.feature .center-content .feature-content .feature-head {
    margin-bottom: 8px;
}
.saas2.feature .center-content .feature-content .feature-para {
    font-size: calc(13px + 1 * (100vw - 300px) / 1620);
}
.saas2.feature .image-container .left-one,
.saas2.feature .image-container .right-one {
    position: absolute;
}
.saas2.feature .image-container .advance-feature-img {
    position: relative;
    z-index: 1;
    margin-bottom: -20px;
}
.saas2.feature .image-container .left-one {
    left: -20%;
}
.saas2.feature .image-container .right-one {
    right: -19%;
    bottom: 0;
}
.saas2.quick-sol {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.saas2.quick-sol .set-center-div {
    min-height: 555px;
    position: relative;
}
.saas2.quick-sol .set-center-div .side-img {
    position: absolute;
    right: -14%;
    height: unset;
    top: 50%;
    transform: translateY(-50%);
}
.saas2 .offers-container .offer-heading-text {
    font-size: calc(20px + 13 * (100vw - 300px) / 1620);
    margin-bottom: 25px;
    font-weight: 400;
    margin-top: -11px;
}
.saas2 .offers-container .bottom-border {
    border: 2px solid #fff;
    width: 83px;
    margin-bottom: 70px;
}
.saas2 .offers-container .offers-content {
    margin-bottom: 40px;
}
.saas2 .offers-container .offers-content:last-child {
    margin-bottom: 0;
}
.saas2 .offers-container .offers-content .offer-main-text {
    font-weight: 300;
    margin-bottom: 15px;
}
.saas2 .offers-container .offers-content .offer-sub-text {
    font-weight: 300;
}
.saas2 .offers-container .offers-content .fa-check-circle {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
    margin-top: 5px;
}
.saas2.services .saas2-services .row .service-container:nth-child(n + 5) {
    margin-top: 30px;
}
.saas2.laptop-slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.saas2.laptop-slider .slider-container {
    margin-top: 50px;
}
.saas2.laptop-slider .owl-theme .owl-dots {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: -70px;
}
.saas2.laptop-slider .owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
}
.saas2.laptop-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    transform: scale(1.4);
}
.saas2.laptop-slider .slider-container {
    position: relative;
}
.saas2.laptop-slider .slider-container .trainers-slider .owl-carousel .owl-item.active.center img {
    border: 20px solid #ffffff;
    border-radius: 15px;
    background-color: #f3f6fd;
    margin-bottom: 0;
}
.saas2.laptop-slider .slider-container .trainers-slider .owl-carousel .owl-item.active.center:before {
    content: "";
    position: absolute;
    border-radius: 0 0 20px 20px;
    background: #fff;
    z-index: 999;
    width: calc(100% + 100px);
    bottom: -5px;
    left: -50px;
    height: 12px;
}
.saas2.laptop-slider .slider-container .trainers-slider .owl-carousel .owl-item.active.center:after {
    content: "";
    position: absolute;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    border-radius: 5px;
    background: #e4eaf6;
    z-index: 999;
    height: 4px;
    bottom: 6px;
}
.saas2.laptop-slider .slider-container .center-img {
    position: absolute;
    top: 0;
    transform: translate(-50%);
    left: 50%;
    z-index: 2;
}
.saas2.laptop-slider .slider-container .center-img img {
    max-width: 790px;
}
.saas2.testimonial {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.saas2.testimonial .container {
    margin-bottom: -15px;
}
.saas2.testimonial .quote-margin {
    margin-left: 50px;
}
.saas2.testimonial .quote-text h6 {
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: normal;
}
.saas2.footer2 h5 {
    color: #fff;
}
.saas2.footer2 .footer-lists li a {
    font-weight: 200;
}
.saas2.pricing H6 {
    margin-bottom: 8px;
}
.wedding-time {
    margin-bottom: 60px;
}
.wedding-time .count {
    position: relative;
    padding-left: 15px;
    padding-bottom: 15px;
}
.wedding-time .count .days {
    font-family: Alex Brush, cursive;
    display: block;
}
.wedding-time .count .days .days-text {
    font-family: Alex Brush, cursive;
}
.wedding-time .count .set-border-left {
    position: absolute;
    border-left: 5px solid #b50000;
    height: calc(100% - 20px);
    left: 0;
    bottom: 0;
}
.wedding-time .count:before,
.wedding-time .count:after {
    content: "";
    position: absolute;
}
.wedding-time .count:before {
    border-top: 5px solid #b50000;
    left: 0;
    width: 15px;
    bottom: calc(100% - 20px);
}
.wedding-time .count:after {
    border-right: 5px solid #ebba16;
    top: unset;
    left: calc(100% - 20px);
    right: unset;
    height: 15px;
    bottom: 0;
}
.wedding-time .count .set-border-bottom {
    position: absolute;
    border-image: linear-gradient(to right, #b50000, #ebba16);
    border-image-slice: 1;
    border-bottom: 5px solid;
    width: calc(100% - 20px);
    bottom: 0;
    left: 5px;
}
.wedding-time .count .counter-container {
    background-color: #fff;
    padding: 37px 0;
}
.event h4,
.event h5,
.event li {
    margin-top: 0;
    margin-bottom: 0;
}
.event h1,
.event h2,
.event h3,
.event h4,
.event h5,
.event h6 {
    text-transform: initial;
}
.event h2,
.event h3,
.event h4,
.event h5,
.event h6,
.event li,
.event p,
.event a {
    font-family: Work Sans, sans-serif;
    font-weight: 500;
}
.event h2,
.event h3,
.event h4,
.event h5,
.event h6,
.event p {
    color: #434345;
}
.event h1 {
    font-family: Satisfy, cursive;
    font-size: calc(22px + 38 * (100vw - 300px) / 1620);
    margin-bottom: -12px;
    margin-top: -9px;
}
.event h2 {
    font-size: calc(20px + 10 * (100vw - 300px) / 1620);
    margin-top: -2px;
    margin-bottom: -6px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.4;
}
.event h3 {
    font-size: calc(18px + 12 * (100vw - 300px) / 1620);
}
.event h4 {
    font-size: calc(16px + 9 * (100vw - 300px) / 1620);
    margin-top: -6px;
}
.event h5 {
    font-size: calc(16px + 5 * (100vw - 300px) / 1620);
    margin-bottom: -10px;
}
.event h6 {
    font-size: calc(13px + 3 * (100vw - 300px) / 1620);
    margin-bottom: 0;
}
.event p {
    font-size: calc(13px + 5 * (100vw - 300px) / 1620);
    margin-bottom: -10px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.event .animated-bg i {
    left: unset;
    right: 0;
}
.event .animated-bg-1 i {
    right: unset;
    left: 0;
}
.event .btn {
    font-size: calc(13px + 3 * (100vw - 300px) / 1620);
    padding: 14px 30px;
}
.event ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.event ul li {
    font-size: 14px;
}
.event .circle {
    position: absolute;
    top: 60px;
    height: 26px;
    width: 26px;
    background-color: #fff;
    border: 3px solid #054a84;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.event .circle:after {
    content: "";
    position: absolute;
    height: 60px;
    width: 4px;
    background: #054a84;
    top: -63px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.event .circle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 8px;
    margin: 2px;
    border-radius: 100%;
    background-color: #054a84;
}
.event.bg-img3 {
    background-size: cover;
    background-position: center center;
}
.event.bg-about {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 1;
    z-index: 1;
}
.event.bg-about .testiminial {
    margin-bottom: -10px;
}
.event.bg-about:before {
    content: "";
    background-image: linear-gradient(#ebba16, #b50000);
    top: 0;
    opacity: 0.9;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.event .wedding-time {
    margin-bottom: 50px;
}
.event .count {
    margin: 0 5px;
}
.event .count .days,
.event .count .days .days-text {
    font-family: Satisfy, cursive;
}
.event .count .counter-container {
    background-color: transparent;
    padding: 0 0 20px;
}
.event .count .set-border-left {
    border-left: 5px solid #fff;
}
.event .count .set-border-bottom {
    border-image: unset;
    border-bottom: 5px solid #fff;
}
.event .count:before {
    width: 25px;
    border-top: 5px solid #fff;
}
.event .count:after {
    border-right: 5px solid #fff;
    height: 25px;
}
.event .borders-before {
    margin-bottom: 20px;
}
.event .format .format-head-text {
    margin-bottom: 40px;
}
.event .format .format-sub-text p {
    font-weight: 300;
}
.event.speaker .team-img .social ul li a i {
    transition: all 0.4s;
}
.event.speaker .team-img .social ul li a i:hover {
    background-color: #fff;
    color: #054a84;
}
.event.blog .img-container {
    border-radius: 10px;
    overflow: hidden;
}
.event.blog .img-container .social-list ul li a i {
    background-color: unset;
    height: 28px;
    width: 28px;
}
.event.blog .img-container .social-list ul li a i:hover {
    background-color: #fff;
    color: #ba38d2;
}
.event.testimonial h5 {
    line-height: 1.8;
}
.event.sponsor .sponsor-img {
    margin-bottom: 50px;
}
.event.sponsor .sponsor-img:nth-last-child(-n + 4) {
    margin-bottom: 0;
}
.event.pricing .price-container .price {
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #464545;
}
.event .filter-section .filter-container ul.filter > li.active {
    border-radius: 25px;
}
.event.portfolio-section .isotopeSelector .overlay {
    border-radius: 15px;
    overflow: hidden;
}
.event.portfolio-section .isotopeSelector .overlay:hover .overlay-background i {
    border-radius: 10px;
}
.event.contact .iframe-container {
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}
.event.contact .bg-white {
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}
.gym h1,
.gym h2 {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: initial;
}
.gym h4,
.gym h5,
.gym li {
    margin-top: 0;
    margin-bottom: 0;
}
.gym h1,
.gym h2,
.gym h3,
.gym h4,
.gym h5,
.gym h6 {
    text-transform: initial;
}
.gym h2,
.gym h3,
.gym h4,
.gym h5,
.gym h6,
.gym li,
.gym a {
    font-family: proxima_nova_rgregular, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
}
.gym h2,
.gym h3,
.gym h4 {
    color: #054a84;
}
.gym h5,
.gym h6,
.gym p {
    color: #434345;
}
.gym h1 {
    font-size: calc(22px + 38 * (100vw - 300px) / 1620);
    color: #fff;
    font-weight: 200;
    margin-top: -5px;
    margin-bottom: -10px;
}
.gym h2 {
    font-size: calc(20px + 20 * (100vw - 300px) / 1620);
    margin-top: -5px;
    margin-bottom: -5px;
}
.gym h3 {
    letter-spacing: 1px;
}
.gym h4 {
    font-size: calc(16px + 2 * (100vw - 300px) / 1620);
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: -8px;
}
.gym h6 {
    font-size: calc(13px + 1 * (100vw - 300px) / 1620);
    margin-top: 0;
    margin-bottom: 0;
}
.gym .borders-before span:before {
    border-top: 2px solid #434345;
}
.gym.pricing .btn-default {
    background-color: #434345;
}
.gym.pricing .btn-default:hover {
    background-color: #fff;
    transition: all 0.3s ease;
}
.gym.brand-slider {
    padding: 50px 0;
}
.gym .btn {
    padding: 14px 35px;
}
.gym .borders-before {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.gym .owl-theme .owl-dots {
    margin-top: 20px !important;
}
.gym .title .borders-before {
    margin-left: 0;
}
.gym .about-img {
    position: relative;
    margin: 35px 0;
}
.gym .about-img .format-img {
    width: 65%;
}
.gym .about-img .border-size {
    position: absolute;
    width: 284px;
    height: 284px;
}
.gym .about-img .border-size.set-border-top {
    top: 0;
    left: 0;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    margin: 8px;
}
.gym .about-img .border-size.set-border-bottom {
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    margin: 8px;
}
.gym .about-img .borders-around .bg-black {
    width: 60%;
}
.gym .about-img .borders-around .bg-black:before,
.gym .about-img .borders-around .bg-black:after {
    width: 184px;
    height: 184px;
}
.gym.format .format-head-text {
    margin-bottom: 30px;
}
.gym.format .format-head-text .about-font-header {
    font-weight: 600;
    font-size: calc(25px + 15 * (100vw - 300px) / 1620);
}
.gym.format .format-sub-text {
    margin-bottom: 45px;
}
.gym.format .format-sub-text .about-para {
    font-size: calc(13px + 3 * (100vw - 300px) / 1620);
    letter-spacing: 0;
}
.gym.format .icon-collection .about-icon .icons {
    filter: brightness(0) invert(1);
}
.gym.format .icon-collection .about-icon:hover .icons {
    filter: unset;
}
.gym input {
    margin-right: 12px;
    padding: 22px;
}
.gym.bg-schedule {
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1150px;
    background-color: #000;
}
.gym.bg-cal-bmi {
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-color: #000;
}
.gym.bg-img3 {
    background-size: cover;
    background-position: center center;
}
.gym .owl-carousel .owl-dots {
    line-height: 0.5;
}
.gym .owl-carousel .owl-dots .owl-dot span {
    margin-bottom: 0;
}
.gym .gym-slider .owl-theme .owl-dots {
    position: absolute;
}
.gym .gym-slider.default-dots .item {
    position: relative;
}
.gym .gym-slider.default-dots .owl-nav {
    display: none;
}
.gym .gym-slider.default-dots .owl-dots {
    bottom: 70px;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 3;
}
.gym .gym-slider.default-dots .owl-dots .owl-dot.active span {
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 10px 1px #c1c0c0;
}
.gym .gym-slider.default-dots .owl-dots .owl-dot span {
    background: #fff;
    width: 34px;
    height: 3px;
    border-radius: unset;
    opacity: 1;
}
.gym .gym-about-slider .owl-theme .owl-dots {
    position: absolute;
}
.gym .gym-about-slider.default-dots .item {
    position: relative;
}
.gym .gym-about-slider.default-dots .owl-nav {
    display: none;
}
.gym .gym-about-slider.default-dots .owl-dots {
    bottom: -40px !important;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 3;
}
.gym .gym-about-slider.default-dots .owl-dots .owl-dot.active span {
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 10px 1px #c1c0c0;
}
.gym .gym-about-slider.default-dots .owl-dots .owl-dot span {
    background: #fff;
    width: 34px;
    height: 3px;
    border-radius: unset;
    opacity: 1;
}
.gym .borders-around .bg-black {
    height: 100%;
    width: 80%;
    position: absolute;
    background-color: #000;
    z-index: -1;
    left: 50%;
    transform: translate(-50%);
}
.gym .borders-around .bg-black:before,
.gym .borders-around .bg-black:after {
    content: "";
    position: absolute;
    width: 125px;
    height: 125px;
}
.gym .borders-around .bg-black:before {
    top: -35px;
    left: -35px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
}
.gym .borders-around .bg-black:after {
    bottom: -35px;
    right: -35px;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
}
.gym .calculate-bmi {
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    overflow: hidden;
}
.gym .calculate-bmi tr:last-child td {
    border-bottom: none;
}
.gym .calculate-bmi tr td:last-child {
    border-right: none;
}
.gym .calculate-bmi tr td {
    font-size: 16px;
    color: #fff;
    padding: 25px 0 25px 60px;
    font-weight: 500;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transition: all 0.2s;
}
.gym .calculate-bmi tr td:hover {
    background: rgba(255, 255, 255, 0.2);
}
.gym.testimonial .testimonial-slider img {
    width: auto !important;
}
.gym.testimonial .testimonial-slider .testimonial-info .testimonial-para {
    font-weight: 200;
    letter-spacing: 0;
    font-size: 138%;
}
.gym.testimonial .testimonial-slider .testimonial-name {
    margin-bottom: 10px;
}
.gym.testimonial .testimonial-slider .testimonial-name .name {
    font-size: 20px;
}
.gym.testimonial .testimonial-slider .testimonial-post .post {
    font-weight: 200;
}
.gym.brand-slider img {
    width: 70%;
    margin: 0 auto;
}
.gym .icon-collection .about-icon,
.yoga .icon-collection .about-icon {
    background-color: transparent;
    border: 1px solid #fff;
    filter: none;
}
.gym .icon-collection .about-icon:hover,
.yoga .icon-collection .about-icon:hover {
    background-color: #fff;
    box-shadow: none;
}
.login-popup h2 {
    font-weight: 300;
}
.login-modal p {
    color: #8f8e94;
}
.login-modal .btn-default {
    padding: 10px 30px;
}
.login-modal .modal-content {
    border-radius: 0;
}
.login-modal .modal-header {
    background: #ebba16;
    padding: 0;
}
.login-modal .modal-body {
    padding: 40px;
}
.login-modal .form-group {
    margin-bottom: 25px;
}
.login-modal .form-group input {
    border: 1px solid #eaeaea;
    background-color: #efefef;
    border-radius: 50px;
    padding: 12px 12px 12px 30px;
    font-size: 12px;
    height: auto;
}
.login-modal .form-group input::-webkit-input-placeholder {
    color: #054a84;
    opacity: 0.7;
}
.login-modal .form-group input::-moz-placeholder {
    color: #054a84;
    opacity: 0.7;
}
.login-modal .form-group input:-ms-input-placeholder {
    color: #054a84;
    opacity: 0.7;
}
.login-modal .form-group input:-moz-placeholder {
    color: #054a84;
    opacity: 0.7;
}
.login-modal .form-group label {
    font-weight: 500;
    color: #777;
}
.login-modal .btn {
    margin-top: 20px;
    z-index: 2;
}
.login-modal .nav-item {
    margin-right: 20px;
}
.login-modal .nav-pills .nav-link {
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #b1b1b1;
}
.login-modal .nav-pills .nav-link.active {
    color: #054a84;
    border-bottom: 2px solid #ebba16;
    border-radius: 0;
}
.login-modal .close {
    position: absolute;
    right: -45px;
    top: 0;
    background: #f5f5f5;
    opacity: 1 !important;
    color: #000;
    z-index: 2;
    margin: 0;
}
.loader-wrapper {
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    top: 0;
}
.loader-wrapper .loader {
    position: relative;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 2px;
    width: 100px;
    height: 100px;
}
.loader-wrapper .loader > div {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #054a84;
    transform: scale(0);
    transform-origin: center center;
    animation: loader 2s infinite linear;
}
.loader-wrapper .loader > div:nth-of-type(1),
.loader-wrapper .loader > div:nth-of-type(5),
.loader-wrapper .loader > div:nth-of-type(9) {
    animation-delay: 0.4s;
}
.loader-wrapper .loader > div:nth-of-type(4),
.loader-wrapper .loader > div:nth-of-type(8) {
    animation-delay: 0.2s;
}
.loader-wrapper .loader > div:nth-of-type(2),
.loader-wrapper .loader > div:nth-of-type(6) {
    animation-delay: 0.6s;
}
.loader-wrapper .loader > div:nth-of-type(3) {
    animation-delay: 0.8s;
}
@keyframes loader {
    0% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
    }
    to {
        transform: scale(0);
    }
}
.speaker.team-sec .team-img {
    margin-bottom: 8px;
}
.speaker .team-img {
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    transition: 0.6s;
    margin-bottom: 10px;
}
.speaker .team-img img {
    opacity: 1;
    transition: 0.5s;
}
.speaker .team-img .overlay {
    opacity: 0;
    transition: 0.6s;
}
.speaker .team-img .social {
    transition: 0.6s;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.speaker .team-img .social ul {
    display: flex;
}
.speaker .team-img .social ul li {
    margin-right: 20px;
}
.speaker .team-img .social ul li:last-child {
    margin-right: 0;
}
.speaker .team-img .social ul li a i {
    display: flex;
    height: 30px;
    width: 30px;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
}
.speaker .team-img:hover .overlay {
    transition: 0.6s;
    background-image: linear-gradient(#ebba16, #b50000);
    top: 0;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    position: absolute;
}
.speaker .team-img:hover .social {
    transition: 0.6s;
    opacity: 1;
}
.speaker .employee .e-name {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}
.speaker .employee .post {
    color: #054a84;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.gym .trainers-slider .owl-carousel .owl-stage-outer,
.yoga .trainers-slider .owl-carousel .owl-stage-outer,
.creative .trainers-slider .owl-carousel .owl-stage-outer {
    min-height: 405px !important;
    padding-top: 45px;
}
.gym .trainers-slider .owl-carousel .owl-dots .owl-dot.active span,
.gym .trainers-slider .owl-carousel .owl-dots .owl-dot:hover span,
.yoga .trainers-slider .owl-carousel .owl-dots .owl-dot.active span,
.yoga .trainers-slider .owl-carousel .owl-dots .owl-dot:hover span,
.creative .trainers-slider .owl-carousel .owl-dots .owl-dot.active span,
.creative .trainers-slider .owl-carousel .owl-dots .owl-dot:hover span {
    background: #054a84;
}
.gym .trainers-slider .owl-carousel .owl-item .trainers-info,
.yoga .trainers-slider .owl-carousel .owl-item .trainers-info,
.creative .trainers-slider .owl-carousel .owl-item .trainers-info {
    display: none;
}
.gym .trainers-slider .owl-carousel .owl-item.active.center,
.yoga .trainers-slider .owl-carousel .owl-item.active.center,
.creative .trainers-slider .owl-carousel .owl-item.active.center {
    z-index: 1;
    transition: 1s;
}
.gym .trainers-slider .owl-carousel .owl-item.active.center .trainers-info,
.yoga .trainers-slider .owl-carousel .owl-item.active.center .trainers-info,
.creative .trainers-slider .owl-carousel .owl-item.active.center .trainers-info {
    padding-top: 50px;
}
.gym .trainers-slider .owl-carousel .owl-item.active.center img,
.yoga .trainers-slider .owl-carousel .owl-item.active.center img,
.creative .trainers-slider .owl-carousel .owl-item.active.center img {
    transition: 1s;
    transform: scale(1.2);
    box-shadow: 0 0 10px #000;
    margin-bottom: 15px;
}
.gym .trainers-slider .owl-carousel .owl-item.active.center .trainers-info,
.yoga .trainers-slider .owl-carousel .owl-item.active.center .trainers-info,
.creative .trainers-slider .owl-carousel .owl-item.active.center .trainers-info {
    display: block;
}
.gym .trainers-slider .socials-lists ul li a i,
.yoga .trainers-slider .socials-lists ul li a i,
.creative .trainers-slider .socials-lists ul li a i {
    height: 30px;
    width: 30px;
    font-size: 10px;
}
.radius-0 {
    border-radius: 0;
}
.owl-theme .owl-nav {
    margin-top: 0;
    display: none;
}
.breadcrumb-section {
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    padding: 230px 0;
}
.breadcrumb-section:not(.breadcrumb-left),
.breadcrumb-section:not(.breadcrumb-right),
.breadcrumb-section:not(.breadcrumb-slider) {
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
}
.breadcrumb-section li {
    line-height: normal;
}
.breadcrumb-section.bredcrumb-color {
    background: #054a84;
}
.breadcrumb-section.breadcrumb-gradient {
    background: linear-gradient(200deg, #ebba16, #b50000);
}
.breadcrumb-section.bg1 {
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #00000094;
}
.breadcrumb-section.bredcrumb-color .breadcrumb-text,
.breadcrumb-section.breadcrumb-gradient .breadcrumb-text,
.breadcrumb-section.bredcrumb-color .breadcrumb li,
.breadcrumb-section.breadcrumb-gradient .breadcrumb li {
    color: #fff;
}
.breadcrumb-section.bredcrumb-color .breadcrumb li a,
.breadcrumb-section.breadcrumb-gradient .breadcrumb li a {
    color: #fff;
    opacity: 0.7;
}
.breadcrumb-section.bredcrumb-color .breadcrumb li + li:before,
.breadcrumb-section.breadcrumb-gradient .breadcrumb li + li:before {
    color: #fff;
}
.breadcrumb-section .breadcrumb-text {
    color: #000;
    font-size: calc(20px + 15 * (100vw - 300px) / 1620);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.breadcrumb-section .breadcrumb {
    padding: 0;
    background: transparent;
    justify-content: flex-end;
    margin: 0;
    display: flex;
    align-items: center;
}
.breadcrumb-section .breadcrumb li {
    letter-spacing: 1px;
    text-transform: initial;
    color: #000;
}
.breadcrumb-section .breadcrumb li + li:before {
    padding: 8px;
    color: #000;
    content: "/\a0";
}
.breadcrumb-section .breadcrumb li a {
    color: #000;
    text-decoration: none;
}
.breadcrumb-section .breadcrumb li a:hover {
    color: #000;
    text-decoration: underline;
}
.breadcrumb-section.bg-dark.set-bg-dark {
    background-image: linear-gradient(#b50000, #ebba16) !important;
}
.breadcrumb-section.bg-dark.bg-unset {
    background: unset;
}
.breadcrumb-section.bg-dark h2,
.breadcrumb-section.bg-dark li,
.breadcrumb-section.bg-dark li a {
    color: #fff;
}
.breadcrumb-section.bg-dark li a:hover {
    color: #fff;
    opacity: 0.8;
}
.breadcrumb-section.bg-dark li:before {
    color: #fff !important;
}
.breadcrumb-section.bg-dark.bg-fixed {
    background-attachment: fixed;
}
.breadcrumb-section.big-type h2 {
    font-size: calc(20px + 30 * (100vw - 300px) / 1620);
}
.breadcrumb-section.breadcrumb-slider {
    position: relative;
}
.breadcrumb-section.breadcrumb-slider .owl-nav .owl-prev,
.breadcrumb-section.breadcrumb-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    opacity: 0;
    transition: 0.9s;
    background: transparent;
}
.breadcrumb-section.breadcrumb-slider .owl-nav .owl-prev:hover,
.breadcrumb-section.breadcrumb-slider .owl-nav .owl-next:hover {
    background: transparent;
    opacity: 0.7;
}
.breadcrumb-section.breadcrumb-slider .owl-nav .owl-prev i,
.breadcrumb-section.breadcrumb-slider .owl-nav .owl-next i {
    font-size: 20px;
}
.breadcrumb-section.breadcrumb-slider .owl-nav .owl-prev {
    left: -20%;
    transition: 0.9s;
}
.breadcrumb-section.breadcrumb-slider .owl-nav .owl-next {
    right: -20%;
    transition: 0.9s;
}
.breadcrumb-section.breadcrumb-slider:hover .owl-nav .owl-prev,
.breadcrumb-section.breadcrumb-slider:hover .owl-nav .owl-next {
    opacity: 1;
    transition: 0.9s;
}
.breadcrumb-section.breadcrumb-slider:hover .owl-nav .owl-prev {
    left: 2%;
    transition: 0.9s;
}
.breadcrumb-section.breadcrumb-slider:hover .owl-nav .owl-next {
    right: 2%;
    transition: 0.9s;
}
.breadcrumb-section.breadcrumb-slider .img-slider .bg1,
.breadcrumb-section.breadcrumb-slider .img-slider .bg2,
.breadcrumb-section.breadcrumb-slider .img-slider .bg3,
.breadcrumb-section.breadcrumb-slider .img-slider .bg4 {
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #00000094;
}
.breadcrumb-section.breadcrumb-slider .set-over {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.breadcrumb-section.video-sec {
    background: unset;
    background-color: unset !important;
    height: 70vh;
}
.breadcrumb-section.video-sec .blocks:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #00000061;
    position: absolute;
}
.breadcrumb-back-none {
    background-image: none !important;
}
.breadcrumb-section-main {
    padding: 150px 0;
    background-color: #f8f8f8;
}
.breadcrumb-section-main .breadcrumb-contain {
    display: flex;
    align-items: center;
}
.breadcrumb-section-main .breadcrumb-contain > div {
    width: 50%;
}
.breadcrumb-section-main .breadcrumb-contain > div ul li {
    line-height: normal;
    display: inline;
    margin-right: 15px;
    position: relative;
}
.breadcrumb-section-main .breadcrumb-contain > div ul li a i {
    margin-right: 15px;
}
.breadcrumb-section-main .breadcrumb-contain > div ul li a:hover {
    color: #000;
}
.breadcrumb-section-main .breadcrumb-contain > div ul li:last-child {
    margin-right: 0;
}
.breadcrumb-section-main .breadcrumb-contain > div .breadcrumb-txt {
    font-weight: 500;
    font-size: calc(20px + 10 * (100vw - 300px) / 1620);
    margin-top: 0;
    margin-bottom: 0;
}
.breadcrumb-section-main .breadcrumb-contain > div:last-child {
    text-align: right;
    width: 50%;
}
.breadcrumb-section-main.inner-1 {
    background-color: #f8f8f8;
}
.breadcrumb-section-main.inner-1 .breadcrumb-txt {
    font-size: calc(20px + 25 * (100vw - 300px) / 1620);
    margin-bottom: 0;
    font-weight: 500;
}
.breadcrumb-section-main.inner-2 {
    background-color: #f8f8f8;
}
.breadcrumb-section-main.inner-2 .breadcrumb-contain ul li a {
    font-size: calc(14px + 6 * (100vw - 300px) / 1620);
}
.breadcrumb-section-main.inner-2 .breadcrumb-contain .breadcrumb-txt {
    margin-bottom: 0;
}
.breadcrumb-section-main.inner-2 .breadcrumb-contain .breadcrumb {
    text-align: right;
    height: 100%;
    flex: auto;
}
.breadcrumb-section-main.inner-3 {
    background: #f8f8f8;
}
.breadcrumb-section-main.inner-3 .breadcrumb-contain ul li a {
    font-size: calc(16px + 4 * (100vw - 300px) / 1620);
}
.breadcrumb-section-main.inner-3 .breadcrumb-text {
    font-size: calc(20px + 10 * (100vw - 300px) / 1620);
    font-weight: 500;
    margin-top: 0;
}
.breadcrumb-section-main.inner-4 .breadcrumb-contain ul li a {
    font-size: calc(14px + 6 * (100vw - 300px) / 1620);
}
.breadcrumb-section-main.breadcrumb-section-sm {
    padding: 50px 0;
}
.breadcrumb-section-main.breadcrumb-section-sm .breadcrumb-contain .breadcrumb-txt {
    font-size: calc(18px + 2 * (100vw - 300px) / 1620);
}
.breadcrumb-section-main.breadcrumb-section-sm .breadcrumb-contain ul li a {
    font-size: calc(14px + 2 * (100vw - 300px) / 1620);
}
.blog-sec .blog-list .blog-agency .blog-contain {
    display: flex;
}
.blog-sec.videos .video {
    background-blend-mode: overlay;
    background-color: #00000094;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
}
.blog-sec.detail2 .bg-blog-detail {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 90px);
    background-blend-mode: overlay;
    background-color: #000000a6;
}
.blog-sec.detail2 .bg-blog-detail .feature-text {
    font-size: calc(20px + 30 * (100vw - 300px) / 1620);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.blog-sec .blog-detail-slider .owl-nav .owl-prev,
.blog-sec .blog-detail-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}
.blog-sec .blog-detail-slider .owl-nav .owl-prev img,
.blog-sec .blog-detail-slider .owl-nav .owl-next img {
    transition: 1s;
}
.blog-sec .blog-detail-slider .owl-nav .owl-prev:hover,
.blog-sec .blog-detail-slider .owl-nav .owl-next:hover {
    background: transparent;
}
.blog-sec .blog-detail-slider .owl-nav .owl-prev:hover img,
.blog-sec .blog-detail-slider .owl-nav .owl-next:hover img {
    filter: grayscale(0) brightness(0);
    transition: 1s;
}
.blog-sec .blog-detail-slider .owl-nav .owl-prev {
    left: 5px;
}
.blog-sec .blog-detail-slider .owl-nav .owl-next {
    right: 5px;
}
.blog-sec.blog .isotopeContainer .blog-agency .blog-contain {
    display: block;
}
.blog-sec.blog .container,
.blog-sec.blog .container-fluid,
.blog-sec.blog .container-sm,
.blog-sec.blog .container-md,
.blog-sec.blog .container-lg,
.blog-sec.blog .container-xl {
    margin-bottom: -30px;
}
.blog-sec.blog .blog-agency {
    margin-bottom: 30px;
}
.blog-sec.blog .blog-agency .blog-info .btn-bottom {
    margin-bottom: -5px;
}
.blog-sec.portfolio-section .isotopeSelector:hover img {
    transform: unset;
}
.blog-sec.portfolio-section .btn {
    border-radius: 50px;
}
.blog-sidebar .blog-title {
    position: relative;
    text-transform: uppercase;
    color: #054a84;
    margin-bottom: 30px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1;
}
.blog-sidebar .blog-title:before {
    content: "";
    border-bottom: 4px solid #054a84;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    transition: 0.5s;
}
.blog-sidebar .blog-title:hover:before {
    width: 25%;
    transition: 0.5s;
}
.blog-sidebar .sidebar-container {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.blog-sidebar .sidebar-container.insta {
    margin-bottom: 0;
}
.blog-sidebar .sidebar-container .sidebar-list li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.blog-sidebar .sidebar-container .sidebar-list li a {
    color: #000;
    margin-left: 15px;
    transition: all 0.4s;
}
.blog-sidebar .sidebar-container .sidebar-list li a:hover {
    margin-left: 25px;
}
.blog-sidebar .sidebar-container .sidebar-list li a i {
    position: absolute;
    left: 10px;
    top: 12px;
}
.blog-sidebar .sidebar-container .newsletter .form-group {
    position: relative;
}
.blog-sidebar .sidebar-container .newsletter .form-group i {
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}
.blog-sidebar .post-container {
    margin-bottom: 20px;
}
.blog-sidebar .post-container .post-head {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-sidebar .post-container .date {
    color: #000;
}
.blog-sidebar .post-container div {
    position: relative;
}
.blog-sidebar .post-container div.w-35 {
    width: 35%;
}
.blog-sidebar .post-container div.w-35 img {
    border-radius: 4px;
}
.blog-sidebar .post-container div .badge {
    background: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 0;
}
.blog-sidebar .post-container div .badge.badge-red {
    background: #e3154f;
}
.blog-sidebar .post-container div .badge.badge-blue {
    background: #41a3ff;
}
.blog-sidebar .post-container div .badge.badge-yellow {
    background: #ffd200;
}
.blog-sidebar .blog-insta {
    display: flex;
}
.blog-sidebar .blog-insta:last-child li {
    margin-bottom: 0;
}
.blog-sidebar .blog-insta li {
    margin-right: 5px;
    margin-bottom: 5px;
}
.blog-sidebar .blog-insta li:last-child {
    margin-right: 0;
}
.blog-sidebar.blog-split .blog-list:nth-child(2n) {
    text-align: right;
}
.blog-sidebar.blog-split .blog-list:nth-child(2n) .center-text {
    justify-content: flex-end;
}
.error-sec {
    background: linear-gradient(#b50000, #ebba16);
    background-position: center;
    height: 100vh;
}
.error-sec .error-title {
    margin-top: -100px;
    margin-bottom: -50px;
    line-height: normal;
    font-size: 260px;
    font-weight: 500;
    color: #fff;
}
.error-sec .error-msg {
    font-weight: 500;
}
.spin-earth-on-hover {
    transition: ease 200s !important;
    transform: rotate(-3600deg) !important;
}
@keyframes rocket-movement {
    to {
        transform: translate(120px, -60px);
    }
}
@keyframes spin-earth {
    to {
        transform: rotate(-360deg);
        transition: transform 20s;
    }
}
@keyframes move-astronaut {
    to {
        transform: translate(-10px, -10px);
    }
}
@keyframes rotate-astronaut {
    to {
        transform: rotate(-720deg);
    }
}
@keyframes glow-star {
    40% {
        opacity: 0.3;
    }
    90%,
    to {
        opacity: 1;
        transform: scale(1.2);
        border-radius: 999999px;
    }
}
.bg-purple {
    background: linear-gradient(#ebba16, #b50000);
    height: 100vh;
    overflow: hidden;
}
.section-404 .btn-default:hover {
    box-shadow: 0 20px 20px #0000001a;
}
.section-404 .text-404 {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 10px 50px;
    font-weight: 300;
}
.section-404 .central-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}
.section-404 .sub-text {
    margin-top: 50px;
    margin-bottom: 10px;
}
.section-404 .objects img {
    z-index: 90;
    pointer-events: none;
}
.section-404 .object_rocket {
    z-index: 95;
    position: absolute;
    transform: translate(-50px);
    top: 75%;
    pointer-events: none;
    width: 150px;
    animation: rocket-movement 20s linear infinite both running;
}
.section-404 .object_earth {
    position: absolute;
    top: 20%;
    left: 15%;
    z-index: 90;
    width: 100px;
}
.section-404 .object_moon {
    position: absolute;
    top: 12%;
    left: 25%;
    width: 80px;
}
.section-404 .object_astronaut {
    width: 170px;
    animation: rotate-astronaut 200s infinite linear both alternate;
}
.section-404 .box_astronaut {
    z-index: 110 !important;
    position: absolute;
    top: 60%;
    right: 16%;
    will-change: transform;
    animation: move-astronaut 5s infinite linear both alternate;
}
.section-404 .image-404 {
    position: relative;
    z-index: 100;
    pointer-events: none;
}
.section-404 .stars {
    background-repeat: repeat;
    background-size: contain;
    background-position: left top;
    height: 100vh;
}
.section-404 .text-inner {
    font-size: calc(100px + 150 * (100vw - 300px) / 1620);
    font-weight: 700;
    margin-top: -52px;
    line-height: 1;
}
.section-404 .glowing_stars .star {
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
    width: 3px;
    height: 3px;
    opacity: 0.3;
    will-change: opacity;
}
.section-404 .glowing_stars .star:nth-child(1) {
    top: 80%;
    left: 25%;
    animation: glow-star 2s infinite ease-in-out alternate 1s;
}
.section-404 .glowing_stars .star:nth-child(2) {
    top: 20%;
    left: 40%;
    animation: glow-star 2s infinite ease-in-out alternate 3s;
}
.section-404 .glowing_stars .star:nth-child(3) {
    top: 25%;
    left: 25%;
    animation: glow-star 2s infinite ease-in-out alternate 5s;
}
.section-404 .glowing_stars .star:nth-child(4) {
    top: 75%;
    left: 80%;
    animation: glow-star 2s infinite ease-in-out alternate 7s;
}
.section-404 .glowing_stars .star:nth-child(5) {
    top: 90%;
    left: 50%;
    animation: glow-star 2s infinite ease-in-out alternate 9s;
}
.coming-soon {
    min-height: 100vh;
}
.coming-soon.coming-soon-2 {
    background-position: center;
    background-size: cover;
    min-height: 100%;
    background-blend-mode: overlay;
    background-color: #0009;
}
.coming-soon .bg-coming-soon {
    background-position: center;
    background-size: cover;
    height: 100%;
}
.coming-soon .socials-lists ul li {
    padding: 0 10px;
}
.coming-soon .center-container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.coming-soon .our-web-text {
    font-weight: 500;
    letter-spacing: 1px;
}
.coming-soon .launch-text,
.coming-soon .launch-text2 {
    text-transform: uppercase;
    color: #b1b1b1;
}
.coming-soon .launch-text {
    margin-top: 20px;
    margin-bottom: 80px;
    letter-spacing: 1px;
}
.coming-soon .launch-text2 {
    margin-top: 30px;
    margin-bottom: 60px;
}
.coming-soon .coming-logo {
    margin-bottom: 45px;
}
.coming-soon .counters-content {
    display: inline-block;
}
.coming-soon .count {
    text-align: center;
    border-right: 1px solid #777;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.coming-soon .count.no-border {
    border-right: none;
}
.coming-soon .count span {
    font-size: calc(13px + 3 * (100vw - 320px) / 1600);
    display: block;
    padding-top: 10px;
}
.coming-soon .count h2 {
    font-family: Work Sans, sans-serif;
    padding: 0 40px;
}
.coming-soon .count .days {
    font-weight: 300;
}
.coming-soon .count .days-text {
    font-size: calc(20px + 0.01125 * (100vw - 320px));
}
.filter-section .filter-container {
    text-align: center;
    padding: 0 0 50px;
}
.filter-section .filter-container ul.filter > li {
    padding: 0 25px;
}
.filter-section .filter-container ul.filter > li > a {
    color: #777;
    font-size: calc(14px + 1 * (100vw - 320px) / 1600);
    line-height: 2.2;
    letter-spacing: 1px;
}
.filter-section .filter-container ul.filter > li > a:hover,
.filter-section .filter-container ul.filter > li > a:focus {
    text-decoration: none;
    color: #054a84;
    outline: none;
}
.filter-section .filter-container ul.filter > li.active {
    background-color: #054a84;
}
.filter-section .filter-container ul.filter > li.active a {
    color: #fff;
}
.filter-section .filter-container ul.filter > li span {
    color: #ddd;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px;
}
.filter-section .filter-container .filter > li {
    padding: 0;
    margin: 0;
}
.filter-section .title1 .title-inner1 {
    margin-top: -5px;
}
.filter-section h1 {
    text-align: center;
}
.portfolio-section.videos .video {
    background-blend-mode: overlay;
    background-color: #00000094;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
}
.portfolio-section.resume .container,
.portfolio-section.resume .container-fluid,
.portfolio-section.resume .container-sm,
.portfolio-section.resume .container-md,
.portfolio-section.resume .container-lg,
.portfolio-section.resume .container-xl,
.portfolio-section.event .container,
.portfolio-section.event .container-fluid,
.portfolio-section.event .container-sm,
.portfolio-section.event .container-md,
.portfolio-section.event .container-lg,
.portfolio-section.event .container-xl,
.portfolio-section.wedding .container,
.portfolio-section.wedding .container-fluid,
.portfolio-section.wedding .container-sm,
.portfolio-section.wedding .container-md,
.portfolio-section.wedding .container-lg,
.portfolio-section.wedding .container-xl,
.portfolio-section.creative .container,
.portfolio-section.creative .container-fluid,
.portfolio-section.creative .container-sm,
.portfolio-section.creative .container-md,
.portfolio-section.creative .container-lg,
.portfolio-section.creative .container-xl,
.portfolio-section.portfolio-metro .container,
.portfolio-section.portfolio-metro .container-fluid,
.portfolio-section.portfolio-metro .container-sm,
.portfolio-section.portfolio-metro .container-md,
.portfolio-section.portfolio-metro .container-lg,
.portfolio-section.portfolio-metro .container-xl {
    margin-bottom: -30px;
}
.portfolio-section.resume .container .isotopeSelector,
.portfolio-section.resume .container-fluid .isotopeSelector,
.portfolio-section.resume .container-sm .isotopeSelector,
.portfolio-section.resume .container-md .isotopeSelector,
.portfolio-section.resume .container-lg .isotopeSelector,
.portfolio-section.resume .container-xl .isotopeSelector,
.portfolio-section.event .container .isotopeSelector,
.portfolio-section.event .container-fluid .isotopeSelector,
.portfolio-section.event .container-sm .isotopeSelector,
.portfolio-section.event .container-md .isotopeSelector,
.portfolio-section.event .container-lg .isotopeSelector,
.portfolio-section.event .container-xl .isotopeSelector,
.portfolio-section.wedding .container .isotopeSelector,
.portfolio-section.wedding .container-fluid .isotopeSelector,
.portfolio-section.wedding .container-sm .isotopeSelector,
.portfolio-section.wedding .container-md .isotopeSelector,
.portfolio-section.wedding .container-lg .isotopeSelector,
.portfolio-section.wedding .container-xl .isotopeSelector,
.portfolio-section.creative .container .isotopeSelector,
.portfolio-section.creative .container-fluid .isotopeSelector,
.portfolio-section.creative .container-sm .isotopeSelector,
.portfolio-section.creative .container-md .isotopeSelector,
.portfolio-section.creative .container-lg .isotopeSelector,
.portfolio-section.creative .container-xl .isotopeSelector,
.portfolio-section.portfolio-metro .container .isotopeSelector,
.portfolio-section.portfolio-metro .container-fluid .isotopeSelector,
.portfolio-section.portfolio-metro .container-sm .isotopeSelector,
.portfolio-section.portfolio-metro .container-md .isotopeSelector,
.portfolio-section.portfolio-metro .container-lg .isotopeSelector,
.portfolio-section.portfolio-metro .container-xl .isotopeSelector {
    margin-bottom: 30px;
}
.portfolio-section .list-inline {
    display: block;
}
.portfolio-section .list-inline li {
    display: inline-block;
}
.portfolio-section .list-inline li a {
    font-family: Work Sans, sans-serif;
    letter-spacing: 0;
}
.portfolio-section .center_tag {
    display: flex;
    justify-content: center;
}
.portfolio-section .article-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    transition: all 0.5s ease;
    text-align: center;
    float: left;
    font-size: 18px;
    line-height: 24px;
}
.portfolio-section .article-title a {
    color: #fff;
}
.portfolio-section .isotopeSelector {
    float: left;
    width: 100%;
    position: relative;
}
.portfolio-section .isotopeSelector .overlay {
    opacity: 1;
    position: relative;
}
.portfolio-section .isotopeSelector .overlay:before {
    content: "";
}
.portfolio-section .isotopeSelector img {
    width: 100%;
    height: auto;
}
.portfolio-section .isotopeSelector img {
    transition: all 0.4s ease;
}
.portfolio-section .isotopeSelector .overlay-background {
    transform: scale(0);
    transition: all 0.4s ease;
}
.portfolio-section .isotopeSelector .overlay-background i {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    color: #054a84;
    font-size: 22px;
    display: none;
    transition: all 0.4s ease;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.portfolio-section .isotopeSelector .overlay:hover img {
    transform: scale(1.2) rotate(2deg);
    transition: all 0.4s ease;
}
.portfolio-section .isotopeSelector .overlay:hover .overlay-background {
    transform: scale(1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #00000080;
    transition: all 0.4s ease;
}
.portfolio-section .isotopeSelector .overlay:hover .overlay-background i {
    display: flex;
    transition: all 0.4s ease;
}
.portfolio-section .isotopeSelector .overlay:hover .overlay-background.wedding-overlay {
    background-color: unset;
    background-image: linear-gradient(109deg, rgba(37, 174, 136, 0.7) 0%, rgba(235, 186, 22, 0.7) 52%, rgba(37, 174, 136, 0.7) 100%);
}
.portfolio-section .border-portfolio {
    overflow: hidden;
}
.portfolio-section #form2 {
    padding-bottom: 20px;
}
.portfolio-section #form2 .filter-button {
    width: unset !important;
}
.portfolio-section .filter-button {
    padding: 0 24px;
    font-size: calc(16px + 0.00125 * (100vw - 320px));
    line-height: 35px;
    border: none;
    background-color: #fff;
    cursor: pointer;
}
.portfolio-section .filter-button.active {
    background-color: #054a84;
    color: #fff;
}
.portfolio-section.metro-section .product-box .product-detail {
    opacity: 0;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    transition: all 0.5s ease;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    text-align: center;
}
.portfolio-section.metro-section .product-box .product-detail a {
    padding-top: 0;
}
.portfolio-section.metro-section .product-box .product-detail h6 {
    color: #777;
    padding-top: 0;
    line-height: normal;
    margin-top: 0;
}
.portfolio-section.metro-section .product-box .product-detail h4 {
    font-weight: 400;
    color: #000;
}
.portfolio-section.metro-section .product-box .cart-wrap {
    top: 30px;
    bottom: unset;
    right: 30px;
}
.portfolio-section.metro-section .product-box .cart-wrap button {
    border: 1px solid #fff;
    background-color: #fffc;
    opacity: 1;
}
.portfolio-section.metro-section .product-box .cart-wrap button i {
    padding: 7px;
    color: #777;
}
.portfolio-section.metro-section .product-box .cart-wrap a i {
    border: 1px solid #fff;
    margin: 5px 0;
    background-color: #fffc;
    padding: 7px;
    color: #777;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-section.metro-section .product-box:hover .product-detail {
    opacity: 1;
    transition: all 0.5s ease;
    bottom: 15px;
}
.portfolio-section.metro-section .product-box:hover .cart-wrap button {
    animation: none;
}
.portfolio-section.metro-section .product-box:hover .cart-wrap a i {
    opacity: 1;
}
.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(2) i {
    animation: fadeInDown 0.5s ease-in-out;
}
.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(3) i {
    animation: fadeInDown 0.7s ease-in-out;
}
.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(4) i {
    animation: fadeInDown 1s ease-in-out;
}
.portfolio-section .portfolio-text {
    margin-top: 10px;
}
.portfolio-section .portfolio-text .head-text {
    text-transform: initial;
    margin-bottom: 10px;
    line-height: 100px;
}
.portfolio-section .portfolio-text .head-sub-text {
    color: gray;
}
.portfolio-section.masonray-sec .filter-section .filter-container {
    padding: 0 0 20px;
}
.portfolio-section.masonray-sec .border-portfolio {
    margin-top: 30px;
}
.portfolio-section.masonray-sec.titles .head-text {
    line-height: 2;
    margin-bottom: 0;
}
.portfolio-creative .isotopeSelector {
    overflow: hidden;
}
.portfolio-creative .head-text {
    font-size: calc(20px + 30 * (100vw - 300px) / 1620);
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -20px;
    margin-bottom: 12px;
    position: relative;
}
.portfolio-creative .head-text:before {
    content: "";
    border-bottom: 3px solid;
    width: 60px;
    position: absolute;
    bottom: 0;
    transform: translate(-50%);
    left: 50%;
}
.portfolio-creative .head-sub-text {
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: gray;
    padding: 0 80px;
    margin-top: 15px;
}
.portfolio-creative.creative2 .head-text {
    font-size: calc(20px + 5 * (100vw - 300px) / 1620);
    line-height: 60px;
}
.portfolio-creative.creative3 .portfolio-text {
    padding: 50px 15px;
    margin-top: 0;
}
.portfolio-creative.creative3 .portfolio-text .head-text,
.portfolio-creative.creative3 .portfolio-text .header-sub-text {
    display: inline-block;
}
.portfolio-creative.creative3 .portfolio-text .head-text:before {
    transform: unset;
    left: 0;
}
.portfolio-creative.creative3 .portfolio-text .head-sub-text {
    padding: 0;
    margin: 0;
}
.pagination_sec {
    margin-top: 50px;
    justify-content: center;
    display: flex;
}
.pagination_sec ul li {
    height: 50px;
    width: 50px;
    margin: 0 10px;
    background: #eceaea;
    display: inline-block;
}
.pagination_sec ul li .prev,
.pagination_sec ul li .next {
    background: #f7f7f7;
}
.pagination_sec ul li a {
    color: #054a84;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.5s;
}
.pagination_sec ul li a.active,
.pagination_sec ul li a:hover {
    transition: 0.5s;
    background: #054a84;
    color: #eceaea;
}
.portfolio-detail h5 {
    margin-top: -6px;
}
.portfolio-detail .detail-head {
    font-size: calc(18px + 12 * (100vw - 300px) / 1620);
    margin-bottom: 25px;
}
.portfolio-detail .detail-container {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.portfolio-detail .detail-container .portfolio-left {
    width: 25%;
}
.portfolio-detail .detail-container .portfolio-left .text-left {
    font-weight: 500;
}
.portfolio-detail .detail-container .portfolio-right {
    width: 75%;
}
.single_blog_item .blog-text h6 {
    margin-top: 15px;
    font-weight: 500;
    color: #777;
}
.single_blog_item .blog-text .blog-head {
    font-weight: 500;
    margin-bottom: 22px;
    margin-top: 10px;
}
.single_blog_item .blog-text .blog-description {
    border-bottom: 1px solid rgba(51, 51, 51, 0.25);
    padding-bottom: 20px;
}
.single_blog_item .blog-text .blog-description p {
    font-weight: 400;
    color: #777;
    margin-bottom: 25px;
    letter-spacing: 0;
}
.single_blog_item .blog-text .blog-description h5 {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.single_blog_item .blog-text .blog-description h5.pull-right {
    display: inline-block;
}
.single_blog_item .blog-text .blog-description h5.pull-right i {
    color: #054a84;
}
.page-header-comment {
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 500;
}
.blog_comment.comment-list .comment_sec {
    padding: 15px 0 0;
}
.blog_comment.comment-list .comment_sec .blog_center {
    display: flex;
}
.blog_comment.comment-list .comment_sec .blog_center .thumbnail {
    display: block;
    padding: 4px;
    margin: 0;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}
.blog_comment.comment-list .comment_sec .blog_center .thumbnail img {
    border-radius: 50%;
    width: 50px;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user {
    margin-left: 15px;
    width: 100%;
    position: relative;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .link-btn {
    color: #054a84;
    transition: 0.5s;
    float: right;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .link-btn:hover {
    color: #777;
    transition: 0.5s;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .right {
    float: right;
    padding: 5px 10px 0;
    color: #777;
    text-transform: initial;
    font-weight: 300;
    margin-bottom: -3px;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .right:hover {
    color: #054a84;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left {
    display: flex;
    border-bottom: 1px solid rgba(51, 51, 51, 0.25);
    padding: 10px 0;
    position: relative;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .right_text {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    background-color: gray;
    font-weight: 500;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user {
    display: flex;
    height: 100%;
    align-items: center;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user h6 {
    margin: 0;
    line-height: 0;
    font-weight: 500;
    color: #777;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user i {
    color: #054a84;
    margin-right: 5px;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date {
    margin-left: 10px;
    display: flex;
    height: 100%;
    align-items: center;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date h6 {
    margin: 0;
    line-height: 0;
    color: #777;
    font-weight: 500;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date i {
    color: #054a84;
    margin-right: 5px;
}
.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .comment-post p {
    margin-bottom: 0;
    padding: 15px 0 0;
    font-weight: 400;
    color: #777;
    letter-spacing: 0;
}
.blog_comment.comment-list .comment_sec .blog_center.re_comment {
    margin-top: 5px;
}
.comment_form {
    margin: 0 auto;
    position: relative;
}
.comment_form .title {
    color: #777;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
}
.comment_form .comment-form .form-field {
    position: relative;
    margin: 35px 0;
    padding: 0 35px 0 20px;
}
.comment_form .comment-form .form-field textarea {
    resize: none;
}
.comment_form .comment-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #777;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.comment_form .comment-form .input-text:focus {
    outline: none;
}
.comment_form .comment-form .input-text:focus + .label,
.comment_form .comment-form .input-text.not-empty + .label {
    transform: translateY(-24px);
}
.comment_form .comment-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: gray;
    cursor: text;
    transition: transform 0.2s ease-in-out;
}
.comment_form .comment-form .submit-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}
.comment_form .comment-form .comment_btn {
    display: flex;
    justify-content: center;
}
.comment_form .note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
}
.comment_form .note .link {
    color: gray;
    text-decoration: none;
}
.comment_form .note .link:hover {
    text-decoration: underline;
}
.comment_form.map_form .map_text {
    padding: 60px 30px;
    background-color: gray;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.comment_form.map_form .map_text .title {
    color: #fff;
}
.comment_form.map_form .map_text p {
    margin: 15px 0 35px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #444444ab;
}
.comment_form.map_form .map_text .title {
    margin-top: 0;
    text-align: unset;
    color: #777;
    font-weight: 600;
}
.comment_form.map_form .map_text .contect_info .contect-title h3 {
    margin-bottom: 16px;
    color: #777;
}
.comment_form.map_form .map_text .contect_info .contant-text ul {
    color: #777;
}
.comment_form.map_form .map_text .contect_info .contant-text ul li {
    display: flex;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    color: #444444ab;
    font-weight: 500;
}
.comment_form.map_form .map_text .contect_info .contant-text ul li:nth-child(4) {
    margin-bottom: 0;
}
.comment_form.map_form .map_text .contect_info .contant-text ul li i {
    margin-right: 10px;
}
.comment_form.map_form .center {
    padding: 0;
}
.comment_form.map_form .center .contect_form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.comment_form.map_form .center .contect_form .full_form {
    width: 100%;
    padding: 90px;
    background-color: #fff;
}
.comment_form.map_form .center .contect_form .full_form h3 {
    font-weight: 500;
}
.comment_form.map_form .center .contect_form .full_form .comment-form .form-field {
    padding: 0 20px;
    margin: 30px 0;
}
.comment_form.map_form .center .contect_form .full_form .comment-form .input-text {
    background-color: #fff;
}
.comment_form.map_form .center .contect_form .full_form .comment-form .comment_btn {
    margin-top: 25px;
    display: unset;
    justify-content: unset;
}
.comment_form.map_form .center .contect_form .full_form .comment-form .comment_btn .con_btn {
    margin-top: 20px;
}
.comment_form.coming-soon .comment-form .input-text {
    background-color: transparent;
}
.comment_form.coming-soon .comment-form .form-field {
    margin: 20px 0;
}
.compare-page .table-wrapper {
    padding-bottom: 0;
}
.compare-page .table-wrapper .table {
    border: 1px solid #eeeeee;
    text-transform: initial;
    color: #000;
}
.compare-page .table-wrapper .table .product-name {
    width: 15%;
}
.compare-page .table-wrapper .table .featured-image {
    width: 185px;
}
.compare-page .table-wrapper .table td {
    border-top: none;
}
.compare-page .table-wrapper .table thead .th-compare td {
    font-size: 14px;
    font-weight: 700;
    background: #f8f8f8;
    border-right: 1px solid #eee;
}
.compare-page .table-wrapper .table thead .th-compare th {
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.compare-page .table-wrapper .table thead .th-compare th .remove-compare {
    float: left;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}
.compare-page .table-wrapper .table tbody tr th {
    background: #f8f8f8;
}
.compare-page .table-wrapper .table tbody tr td {
    border-right: 1px solid #eee;
    position: relative;
}
.compare-page .table-wrapper .table tbody tr th,
.compare-page .table-wrapper .table tbody tr td {
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}
.compare-page .table-wrapper .table tbody tr .grid-link__title {
    font-size: 15px;
}
.compare-page .table-wrapper .table tbody tr .product_price {
    margin: 15px 0;
}
.compare-page .table-wrapper .table tbody tr .product_price span.money {
    padding-left: 5px;
}
.compare-page .table-wrapper .table tbody tr p {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.compare-page .table-wrapper .table tbody tr .add-to-cart,
.compare-page .table-wrapper .table tbody tr .select-option-cls {
    padding: 6px 10px;
}
.compare-section .item {
    position: relative;
    border: 1px solid #dddddd;
    border-left: none;
}
.compare-section .item:first-child {
    border-left: 1px solid #dddddd;
}
.compare-section .item .close-btn {
    background-color: transparent;
    border: none;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
}
.compare-section .item .img-secton {
    padding: 0 15px 15px;
}
.compare-section .item .img-secton img {
    width: 50%;
    margin: 0 auto;
    padding-top: 25px;
}
.compare-section .item .img-secton a h5 {
    margin-bottom: 0;
    text-transform: initial;
    margin-top: 10px;
}
.compare-section .item .img-secton h5 {
    margin-bottom: 0;
    line-height: 1.2;
}
.compare-section .item .detail-part .title-detail {
    background-color: #f7f7f7;
    padding: 8px 10px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.compare-section .item .detail-part .title-detail h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}
.compare-section .item .detail-part .inner-detail {
    padding: 15px;
}
.compare-section .item .detail-part .inner-detail p {
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: 0.05em;
}
.compare-section .item .btn-part {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #dddddd;
}
.compare-section .item .btn-part .btn-solid,
.compare-section .item .btn-part .btn-outline {
    padding: 5px 10px;
}
.compare-section .slick-slide > div {
    border: 1px solid #dddddd;
    border-left: none;
}
.compare-section .slick-slide:first-child {
    border-left: 1px solid #dddddd;
}
.cart-section .btn-default,
.wishlist-section .btn-default {
    border-radius: 0;
}
.cart-section .table tbody + tbody,
.wishlist-section .table tbody + tbody {
    border-top: none;
}
.cart-section .cart-buttons,
.wishlist-section .cart-buttons {
    padding-top: 35px;
}
.cart-section .cart-buttons > div:last-child,
.wishlist-section .cart-buttons > div:last-child {
    text-align: right;
    padding-right: 59px;
}
.cart-section .wishlist-buttons,
.wishlist-section .wishlist-buttons {
    padding-top: 35px;
    text-align: right;
}
.cart-section .wishlist-buttons:last-child a,
.wishlist-section .wishlist-buttons:last-child a {
    margin-left: 15px;
}
.cart-section .cart-table,
.wishlist-section .cart-table {
    overflow: hidden;
    margin-bottom: 0;
}
.cart-section .cart-table thead th,
.wishlist-section .cart-table thead th {
    border-bottom-width: 1px;
    font-weight: 700;
    color: #054a84;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center;
    padding: 0 0.75rem 0.75rem;
}
.cart-section tbody h2,
.wishlist-section tbody h2 {
    margin-bottom: 0;
}
.cart-section tbody tr td,
.wishlist-section tbody tr td {
    min-width: 210px;
    vertical-align: middle;
    color: gray;
    border-top: 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}
.cart-section tbody tr td a,
.cart-section tbody tr td p,
.wishlist-section tbody tr td a,
.wishlist-section tbody tr td p {
    color: gray;
    font-weight: 400;
    font-size: 14px;
    text-transform: initial;
    margin-bottom: 0;
    letter-spacing: 0;
}
.cart-section tbody tr td a img,
.cart-section tbody tr td p img,
.wishlist-section tbody tr td a img,
.wishlist-section tbody tr td p img {
    height: 90px;
}
.cart-section tbody tr td .td-color,
.wishlist-section tbody tr td .td-color {
    color: #054a84;
}
.cart-section tbody tr td h2,
.wishlist-section tbody tr td h2 {
    font-size: 24px;
    color: #054a84;
    font-weight: 400;
}
.cart-section tbody tr td .mobile-cart-content,
.wishlist-section tbody tr td .mobile-cart-content {
    display: none;
    justify-content: center;
    margin-top: 10px;
}
.cart-section tbody tr td .mobile-cart-content .qty-box,
.wishlist-section tbody tr td .mobile-cart-content .qty-box {
    border-radius: 5px;
}
.cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control,
.wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
    width: 48px;
    padding: 6px;
    border-radius: 0;
}
.cart-section tbody tr td .mobile-cart-content .col-xs-3,
.wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
}
.cart-section tbody tr td .mobile-cart-content h2,
.wishlist-section tbody tr td .mobile-cart-content h2 {
    font-size: 20px;
}
.cart-section tfoot tr th,
.wishlist-section tfoot tr th {
    padding-top: 35px;
    text-align: right;
}
.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
    padding-top: 35px;
    padding-bottom: 0;
    text-align: right;
    border: none;
    padding-right: 63px;
}
.cart-section tfoot tr td h2,
.wishlist-section tfoot tr td h2 {
    font-size: 24px;
    margin-bottom: 0;
}
.cart-section tfoot tr td:first-child,
.wishlist-section tfoot tr td:first-child {
    width: 85%;
    font-size: 15px;
    padding-right: 10px;
    text-transform: initial;
    font-weight: 700;
}
.collection .container {
    margin-bottom: -30px;
}
.collection .collection-block {
    text-align: center;
    margin-bottom: 30px;
}
.collection .collection-block .collection-content {
    padding: 15px;
    text-align: center;
}
.collection .collection-block .collection-content h3 {
    margin-bottom: 20px;
    color: #054a84;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.collection .collection-block .collection-content h4 {
    margin-bottom: 12px;
    font-size: calc(14px + 2 * (100vw - 300px) / 1620);
    color: #666;
}
.collection .collection-block .collection-content p {
    margin-bottom: 10px;
    color: #8f8e94;
}
.collection .collection-block .collection-content .btn-solid,
.collection .collection-block .collection-content .btn-outline {
    padding: 10px 25px;
}
.checkout-page .form-group input {
    width: unset;
}
.checkout-page .checkout-title {
    margin-bottom: 25px;
}
.checkout-page .checkout-title h3 {
    color: #054a84;
    font-weight: 700;
}
.checkout-page .checkout-form .checkout-details {
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #dddddd;
    padding: 40px;
}
.checkout-page .checkout-form .check-out .form-group:last-child {
    margin-bottom: -5px;
}
.checkout-page .checkout-form .check-out .form-group:last-child label {
    margin-bottom: -5px;
}
.checkout-page .checkout-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.checkout-page .checkout-form .form-group h3 {
    color: gray;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
}
.checkout-page .checkout-form .form-group .field-label {
    line-height: 24px;
    text-transform: initial;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700;
}
.checkout-page .checkout-form .form-group .field-label span {
    font-size: calc(14px + 2 * (100vw - 300px) / 1620);
    color: #054a84;
    font-weight: 600;
}
.checkout-page .checkout-form .form-group label {
    color: gray;
}
.checkout-page .checkout-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
}
.checkout-page .checkout-form input[type="text"],
.checkout-page .checkout-form input[type="email"],
.checkout-page .checkout-form input[type="password"],
.checkout-page .checkout-form input[type="tel"],
.checkout-page .checkout-form input[type="number"],
.checkout-page .checkout-form input[type="url"],
.checkout-page .checkout-form select,
.checkout-page .checkout-form textarea {
    width: 100%;
    padding: 0 22px;
    height: 45px;
    border: 1px solid #dddddd;
}
.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}
.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: 400;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    color: gray;
}
.checkout-page .lower-content {
    margin-top: 30px;
}
.checkout-page .lower-content .order-column {
    margin-bottom: 40px;
}
.order-box {
    position: relative;
    margin-bottom: 50px;
}
.order-box .title-box {
    position: relative;
    padding-bottom: 25px;
    color: #054a84;
    font-weight: 600;
    font-size: calc(18px + 4 * (100vw - 300px) / 1620);
    border-bottom: 1px solid #eceaea;
    margin-bottom: 20px;
}
.order-box .title-box span {
    position: relative;
    width: 35%;
    float: right;
    line-height: 1.2em;
}
.order-box .qty {
    position: relative;
    border-bottom: 1px solid #eceaea;
    margin-bottom: 30px;
}
.order-box .qty li {
    position: relative;
    display: block;
    font-size: calc(13px + 2 * (100vw - 300px) / 1620);
    color: gray;
    line-height: 20px;
    margin-bottom: 20px;
}
.order-box .qty li span {
    float: right;
    font-size: calc(15px + 3 * (100vw - 300px) / 1620);
    line-height: 20px;
    color: #000;
    font-weight: 400;
    width: 35%;
}
.order-box .sub-total {
    position: relative;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}
.order-box .sub-total li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.order-box .sub-total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #054a84;
    font-weight: 400;
    width: 35%;
    float: right;
}
.order-box .sub-total .shopping-option label {
    position: relative;
    font-size: calc(14px + 2 * (100vw - 300px) / 1620);
    line-height: 32px;
    padding-left: 10px;
    color: gray;
    font-weight: 500;
}
.order-box .sub-total .shipping {
    width: 35%;
    float: right;
}
.order-box .total {
    position: relative;
    margin-bottom: 40px;
}
.order-box .total li {
    position: relative;
    display: block;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: calc(15px + 3 * (100vw - 300px) / 1620);
}
.order-box .total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #054a84;
    font-weight: 400;
}
.order-box .total li span {
    float: right;
    font-size: 15px;
    line-height: 20px;
    color: gray;
    font-weight: 400;
    width: 35%;
    display: block;
}
.payment-box,
.payment-box .upper-box {
    position: relative;
}
.payment-box .payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
.payment-box .payment-options li {
    display: flex;
    margin-bottom: 15px;
}
.payment-box .payment-options li .radio-option {
    position: relative;
}
.payment-box .payment-options li .radio-option label {
    position: relative;
    padding-left: 30px;
    text-transform: initial;
    color: gray;
    cursor: pointer;
    font-weight: 500;
    font-size: calc(14px + 2 * (100vw - 300px) / 1620);
    line-height: 20px;
    margin-bottom: 0;
}
.payment-box .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0;
    top: 5px;
}
.payment-box .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    color: #666;
    margin-top: 10px;
}
.payment-box .payment-options li .radio-option label img {
    position: relative;
    display: block;
    max-width: 100%;
    margin-left: -30px;
    margin-top: 5px;
}
.collection-filter-block {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #dddddd;
    background-color: #fff;
}
.collection-filter-block .product-service {
    padding: 0;
}
.collection-filter-block .product-service .media {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.collection-filter-block .product-service .media svg {
    height: 40px;
    width: 40px;
}
.collection-filter-block .product-service .media svg path {
    fill: #054a84;
}
.collection-filter-block .product-service .media .media-body {
    padding-left: 10px;
}
.collection-filter-block .product-service .media .media-body h4 {
    margin-bottom: 5px;
}
.collection-filter-block .product-service .media .media-body p {
    margin-bottom: 0;
    text-transform: initial;
    letter-spacing: 0;
    font-size: calc(13px + 1 * (100vw - 300px) / 1620);
}
.collection-filter-block .product-service .media:last-child {
    padding-bottom: 0;
}
.collection-mobile-back {
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
    display: none;
}
.collection-mobile-back span {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}
.collection-mobile-back span i {
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
}
.collection-collapse-block {
    padding-top: 30px;
}
.collection-collapse-block.top_filter {
    padding-top: 0;
}
.collection-collapse-block .collapse-block-title {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.collection-collapse-block .collapse-block-title:after {
    display: none;
}
.collection-collapse-block .collection-collapse-block-content .color-selector {
    margin-top: 20px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li {
    display: flex;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
    color: gray;
    padding-bottom: 10px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child a {
    padding-bottom: 0;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
    margin-top: 20px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
    margin-bottom: 12px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child {
    margin-top: 20px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
    margin-bottom: 0;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    color: #777;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
    top: 1px;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 1px solid #777777;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
    top: 1px;
    height: 15px;
    width: 15px;
    background-size: 65%;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
}
.color-selector ul li {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #808080;
}
.color-selector ul .color-1 {
    background-color: #fff;
}
.color-selector ul .color-2 {
    background-color: #f3e5e4;
}
.color-selector ul .color-3 {
    background-color: #d5d5ec;
}
.color-selector ul .color-4 {
    background-color: #bcecf7;
}
.color-selector ul .color-5 {
    background-color: #fff2cf;
}
.color-selector ul .color-6 {
    background-color: #ffcfcf;
}
.color-selector ul .color-7 {
    background-color: #d1d1d1;
}
.color-selector ul li.active {
    border: 1px solid #000;
    position: relative;
}
.color-selector ul li.active:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
    top: 10px;
    right: 4px;
    height: 15px;
    width: 15px;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute;
}
.theme-card {
    position: relative;
}
.theme-card.center-align {
    display: flex;
    height: 100%;
    align-items: center;
}
.theme-card.center-align .offer-slider .product-box2 .media .media-body {
    margin-top: 0;
}
.theme-card.card-border {
    border: 1px solid #dddddd;
}
.theme-card.card-border h5 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-top: 0;
}
.theme-card.card-border .slick-prev,
.theme-card.card-border .slick-next {
    top: -45px;
}
.theme-card.card-border .slick-next {
    right: 30px;
}
.theme-card.card-border .slick-prev {
    right: 50px;
}
.theme-card.card-border .offer-slider {
    padding-top: 0;
    padding-bottom: 10px;
}
.theme-card.card-border .offer-slider img {
    padding: 15px 15px 15px 30px;
}
.theme-card.card-border .offer-slider .media .media-body a h6 {
    margin-right: 25px;
}
.theme-card h5 {
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: -5px;
}
.theme-card h5.title-border {
    border-bottom: 1px solid #dddddd;
}
.theme-card .slick-prev,
.theme-card .slick-next {
    top: -35px;
}
.theme-card .slick-prev:before,
.theme-card .slick-next:before {
    font: 30px/1 FontAwesome;
    color: #000;
    opacity: 0.6;
}
.theme-card .slick-next {
    right: 0;
}
.theme-card .slick-next:before {
    content: "\f105";
}
.theme-card .slick-prev {
    left: unset;
    right: 25px;
}
.theme-card .slick-prev:before {
    content: "\f104";
}
.theme-card .offer-slider img {
    height: 160px;
    padding: 15px 15px 15px 0;
}
.theme-card .offer-slider > div .media:last-child .media-body {
    margin-top: 15px;
}
.theme-card .offer-slider > div .media:last-child img {
    margin-bottom: -15px;
}
.theme-card .offer-slider .media .media-body .rating {
    margin-top: 0;
}
.theme-card .offer-slider .media .media-body .rating i {
    padding-right: 5px;
}
.theme-card .offer-slider .media .media-body .rating i:nth-child(-n + 4) {
    color: #ffa200;
}
.theme-card .offer-slider .media .media-body .rating i:last-child {
    color: #ddd;
}
.theme-card .offer-slider .media .media-body a h6 {
    margin-right: 61px;
    line-height: 17px;
    margin-top: 5px;
    margin-bottom: 0;
}
.theme-card .offer-slider .media .media-body h4 {
    margin-top: 10px;
    font-weight: 700;
    color: #054a84;
    margin-bottom: 0;
}
.collection-sidebar-banner {
    margin-top: 30px;
}
.collection-sidebar-banner img {
    width: 100%;
}
.top-banner-wrapper {
    background-color: #f9f9f9 !important;
}
@media screen and (max-width: 767px) {
    .top-banner-wrapper .top-banner-content {
        padding: 5px;
    }
}
.top-banner-wrapper .top-banner-content h1 {
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 4px solid #ebba16;
    margin-bottom: 10px !important;
}
.top-banner-wrapper .top-banner-content h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.top-banner-wrapper .top-banner-content h5 {
    font-weight: 600;
    color: #444;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 16px;
}
.top-banner-wrapper .top-banner-content p {
    line-height: 1.5;
    color: #777;
    margin-bottom: 0;
}
.product-wrapper-grid.list-view .product-wrap .product-info {
    text-align: left;
    align-self: center;
    padding-left: 15px;
}
.product-wrapper-grid.list-view .product-box,
.product-wrapper-grid.list-view .list-product {
    display: flex;
    padding-bottom: 0;
}
.product-wrapper-grid.list-view .product-box .img-wrapper,
.product-wrapper-grid.list-view .product-box .img-block,
.product-wrapper-grid.list-view .list-product .img-wrapper,
.product-wrapper-grid.list-view .list-product .img-block {
    width: 20%;
}
.product-wrapper-grid.list-view .product-box .product-detail,
.product-wrapper-grid.list-view .list-product .product-detail {
    padding-left: 15px;
    align-self: center;
    width: 80%;
    text-align: left !important;
}
.product-wrapper-grid.list-view .product-box .product-detail .rating,
.product-wrapper-grid.list-view .list-product .product-detail .rating {
    margin-top: 0;
}
.product-wrapper-grid.list-view .product-box .product-detail p,
.product-wrapper-grid.list-view .list-product .product-detail p {
    display: block !important;
    margin-bottom: 5px;
    line-height: 18px;
}
.product-wrapper-grid.list-view .product-box .product-detail .color-variant,
.product-wrapper-grid.list-view .list-product .product-detail .color-variant {
    padding-top: 10px;
}
.product-wrapper-grid.list-view .product-box .product-detail h6,
.product-wrapper-grid.list-view .list-product .product-detail h6 {
    font-weight: 700;
    padding-bottom: 15px;
}
.product-accordion .btn-link {
    color: #054a84;
}
.product-accordion .btn-link:hover {
    text-decoration: none;
}
.product-accordion .card {
    border: none;
}
.product-accordion .card-body {
    width: 100%;
    height: auto;
}
.product-accordion .card-header {
    padding: 5px 8px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
    background-color: #7f7f7f08;
}
.product-accordion .card-header h5 {
    font-weight: 600;
}
.bundle {
    margin-top: 10px;
}
.bundle .bundle_img {
    display: flex;
}
.bundle .bundle_img .img-box img {
    max-width: 115px;
    border: 1px solid #ddd;
    padding: 2px;
}
.bundle .bundle_img .plus {
    display: flex;
    align-items: center;
    padding: 0 7px;
    font-size: 22px;
}
.bundle .bundle_detail {
    margin-top: 15px;
}
.bundle .bundle_detail .price_product {
    color: #000;
    padding-left: 3px;
    font-weight: 700;
}
.bundle .bundle_detail label {
    display: block;
}
.bundle .theme_checkbox label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
    text-transform: initial;
    color: #054a84;
}
.bundle .theme_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.bundle .theme_checkbox label input:checked ~ .checkmark:after {
    display: block;
}
.bundle .theme_checkbox label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #dddddd;
}
.bundle .theme_checkbox label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
.collection-product-wrapper .col-grid-box .cart-info.cart-wrap i {
    background: white;
    margin-bottom: 5px;
    border: 1px solid #dddddd;
}
.collection-product-wrapper .isotopeSelector {
    margin-bottom: 30px;
}
.collection-product-wrapper .product-top-filter .product-filter-content,
.collection-product-wrapper .product-top-filter .popup-filter {
    display: flex;
    flex-wrap: wrap;
}
.collection-product-wrapper .product-top-filter .product-filter-content .search-count,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,
.collection-product-wrapper .product-top-filter .popup-filter .search-count,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    font-size: calc(14px + 2 * (100vw - 300px) / 1620);
    border-right: 1px solid #dddddd;
    padding: 20px 16px;
    text-transform: initial;
    width: 33%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5,
.collection-product-wrapper .product-top-filter .popup-filter .search-count h5,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
    margin-bottom: 0;
    padding-top: 0;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    padding: 20px;
    width: 12%;
    display: flex;
    align-items: center;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
    margin-right: 14px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    padding: 20px;
    width: 20%;
    border-right: 1px solid #dddddd;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
    display: flex;
    justify-content: flex-end;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
    margin-left: 10px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
    height: 18px;
    cursor: pointer;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    position: relative;
    width: 20%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    border: 0;
    padding: 24px;
    border-right: 1px solid #dddddd;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
    outline: unset;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
    padding: 20px 0;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 44.85%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    right: 10px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    border-right: none;
}
.collection-product-wrapper .product-top-filter .popup-filter {
    justify-content: unset;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
    width: 3px;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
    background: #dddddd;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
    background: #808080;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
    background: #808080;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    position: relative;
    cursor: pointer;
    width: 22%;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
    font-size: 16px;
    color: #054a84;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
    background-color: #f8f8f8;
    width: 270px;
    height: 600px;
    overflow-y: scroll;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
    border: none;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
    padding: 0 30px;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
    width: 100%;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup {
    display: none;
    position: absolute;
    z-index: 9;
    top: 75px;
    left: 0;
    border: 1px solid #808080;
    box-shadow: 0 0 5px #ddd;
    min-width: 330px;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
    display: block;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
    margin-bottom: 0;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 20%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    padding-right: 45px;
    font-size: 16px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    right: 35px;
}
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    padding: 20px;
}
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    width: 20%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    right: 25px !important;
}
.collection-product-wrapper .product-wrapper-grid .product-box {
    margin-top: 50px;
}
.collection-product-wrapper .product-wrapper-grid .product-box .product-detail p {
    display: none;
}
.collection-product-wrapper .product-wrapper-grid .product-five {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6 {
    font-size: 13px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4 {
    font-size: 18px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
    padding-right: 0;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3 {
    padding: 8px 4px;
    font-size: 12px;
}
.filter-main-btn {
    display: none;
    margin-bottom: 20px;
    cursor: pointer;
}
.filter-main-btn span {
    width: 40%;
    border-radius: 0;
    font-size: 20px;
}
.product-box .badge,
.product-wrap .badge {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
}
.product-box .product-detail p,
.product-wrap .product-detail p {
    display: none;
}
.product-box .product-detail a,
.product-wrap .product-detail a {
    padding-top: 15px;
    display: block;
}
.product-box .product-detail .rating ~ a,
.product-wrap .product-detail .rating ~ a {
    padding-top: 0;
}
.product-box .product-detail .rating,
.product-box .product-info .rating,
.product-wrap .product-detail .rating,
.product-wrap .product-info .rating {
    margin-top: 15px;
    margin-bottom: 10px;
}
.product-box .product-detail h6,
.product-box .product-info h6,
.product-wrap .product-detail h6,
.product-wrap .product-info h6 {
    line-height: 1;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 10px;
    transition: all 0.5s ease;
    font-size: 16px;
    font-weight: 400;
}
.image-swatch {
    margin-bottom: 10px;
}
.image-swatch li img {
    width: 33px;
    height: 33px;
    padding: 2px;
    border: 1px solid #dddddd;
    margin-right: 5px;
    transition: all 0.5s ease;
}
.image-swatch li:last-child {
    margin-right: 0;
}
.image-swatch li.active img {
    border: 1px solid #054a84;
}
.image-swatch li:hover img {
    border: 1px solid #054a84;
    transition: all 0.5s ease;
}
.tab-product .nav-material.nav-tabs,
.product-full-tab .nav-material.nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    color: #212121;
    text-align: center;
    padding: 0 15px 20px;
    text-transform: uppercase;
    border: 0;
}
.tab-product .nav-material.nav-tabs .nav-item .material-border,
.product-full-tab .nav-material.nav-tabs .nav-item .material-border {
    border-bottom: 2px solid #054a84;
    opacity: 0;
}
.tab-product .nav-material.nav-tabs .nav-link,
.product-full-tab .nav-material.nav-tabs .nav-link {
    font-size: calc(14px + 2 * (100vw - 300px) / 1620);
}
.tab-product .nav-material.nav-tabs .nav-link.active,
.product-full-tab .nav-material.nav-tabs .nav-link.active {
    color: #054a84;
    font-weight: 600;
}
.tab-product .nav-material.nav-tabs .nav-link.active ~ .material-border,
.product-full-tab .nav-material.nav-tabs .nav-link.active ~ .material-border {
    transition: all 0.3s ease;
    opacity: 1;
}
.tab-product .tab-content.nav-material p,
.product-full-tab .tab-content.nav-material p {
    padding: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.tab-product .tab-content.nav-material .media,
.product-full-tab .tab-content.nav-material .media {
    margin-top: 20px;
}
.tab-product .title,
.product-full-tab .title {
    padding-right: 45px;
    color: #054a84;
    padding-bottom: 20px;
}
.tab-product .product-box .cart-info a,
.tab-product .product-box .cart-info button,
.product-full-tab .product-box .cart-info a,
.product-full-tab .product-box .cart-info button {
    color: #054a84;
    transition: all 0.3s ease;
    background-color: #fff;
    height: 35px;
    width: 35px;
    margin: 7px 0;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: 0 0 12px #ddd;
}
.tab-product .product-box .cart-info a :hover,
.tab-product .product-box .cart-info button :hover,
.product-full-tab .product-box .cart-info a :hover,
.product-full-tab .product-box .cart-info button :hover {
    transition: all 0.3s ease;
    color: #ddd;
}
.tab-product .product-box .lbl-1,
.product-full-tab .product-box .lbl-1 {
    background-color: #054a84;
    padding: 2px 20px 2px 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0;
}
.tab-product .product-box .lbl-1:before,
.product-full-tab .product-box .lbl-1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #054a84;
    border-bottom: 13px solid #054a84;
    border-right: 7px solid #fff;
}
.tab-product .product-box .product-details .price,
.product-full-tab .product-box .product-details .price {
    padding-bottom: 10px;
    font-size: 16px;
    color: #054a84;
}
.qty-box .input-group {
    justify-content: center;
}
.qty-box .input-group span button {
    background: #fff !important;
    border: 1px solid #ced4da;
}
.qty-box .input-group .form-control {
    text-align: center;
    width: 80px;
    flex: unset;
}
.qty-box .input-group button {
    background-color: transparent;
    border: 0;
    color: gray;
    cursor: pointer;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}
.qty-box .input-group button i {
    font-weight: 900;
    color: #054a84;
}
.qty-box .input-group .icon {
    padding-right: 0;
}
.bg-light0 {
    background-color: #d0edff;
}
.bg-light1 {
    background-color: #f1e7e6;
}
.bg-light2 {
    background-color: #bfbfbf;
}
.team-sec .container {
    margin-bottom: -30px;
}
.team-sec .container .speker-container {
    margin-bottom: 30px;
}
.team-sec .container .speker-container .e-name {
    margin-bottom: 15px !important;
}
.team-sec.team-grid .team-img {
    flex: none;
    margin-bottom: 0 !important;
}
.team-sec.team-grid .employee {
    padding: 20px;
    text-align: left !important;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.team-sec.team-grid .employee {
    background: white;
    box-shadow: 1px 0 15px 2px #f3f3f3;
}
.team-sec.team-grid .e-name {
    margin-bottom: 15px;
}
.team-sec.team-grid .team-para {
    margin-top: 25px;
    font-size: calc(13px + 2 * (100vw - 300px) / 1620);
    letter-spacing: 0;
}
.product-right p {
    margin-bottom: 0;
    line-height: 1.5em;
    margin-top: unset;
}
.product-right .product-title {
    color: #054a84;
    text-transform: initial;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-right .product-title.size-text {
    text-align: left;
}
.product-right h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.2em;
    margin-top: 0;
    font-weight: 600;
}
.product-right h3 {
    color: #054a84;
    margin-bottom: 15px;
}
.product-right h4 del {
    color: gray;
}
.product-right h4 span {
    padding-left: 5px;
    color: #054a84;
}
.product-right .color-variant li {
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    transition: all 0.3s ease;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.product-right .product-buttons .btn-solid,
.product-right .product-buttons .btn-outline {
    padding: 7px 25px;
}
.product-right .size-box ul li {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #f0eeee;
    text-align: center;
}
.product-right .size-box ul li a {
    color: #054a84;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.product-right .size-box ul li.active {
    background-color: #f0eeee;
    box-shadow: 0 2px 5px #777;
}
.product-right .product-icon .product-social li {
    padding-right: 30px;
    display: inline-block;
}
.product-right .product-icon .product-social li a {
    color: #054a84;
    transition: all 0.3s ease;
}
.product-right .product-icon .product-social li a:hover {
    color: #054a84;
}
.product-right .product-icon .wishlist-btn:hover i {
    color: #054a84;
    transition: all 0.5s ease;
}
.load-more-sec a {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    width: 100%;
    color: #054a84;
}
.product-box,
.product-wrap {
    position: relative;
    transition: all 0.5s ease;
    vertical-align: middle;
}
.product-box .img-block,
.product-wrap .img-block {
    background-color: gray;
    position: relative;
    overflow: hidden;
}
.product-box .img-block .front,
.product-wrap .img-block .front {
    opacity: 1;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}
.product-box .img-block .front a,
.product-wrap .img-block .front a {
    display: block;
    width: 100%;
}
.product-box .img-block .back,
.product-wrap .img-block .back {
    opacity: 0;
    position: absolute;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    transform: translate(-100px);
}
.product-box .img-block .back a,
.product-wrap .img-block .back a {
    display: block;
    height: 500px;
    width: 100%;
}
.product-box .img-block .lable-wrapper,
.product-wrap .img-block .lable-wrapper {
    margin: 0 auto;
    top: 40px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.5s ease;
    z-index: 2;
}
.product-box .img-block .lable-wrapper .lable1,
.product-box .img-block .lable-wrapper .lable2,
.product-wrap .img-block .lable-wrapper .lable1,
.product-wrap .img-block .lable-wrapper .lable2 {
    font-size: 14px;
    padding: 10px 14px 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}
.product-box .img-block .lable-wrapper .lable1,
.product-wrap .img-block .lable-wrapper .lable1 {
    background-color: #054a84;
    color: #fff;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.product-box .img-block .lable-wrapper .lable2,
.product-wrap .img-block .lable-wrapper .lable2 {
    background-color: #fff;
    color: #000;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}
.product-box .img-wrapper,
.product-wrap .img-wrapper {
    position: relative;
    overflow: hidden;
}
.product-box .img-wrapper .front,
.product-wrap .img-wrapper .front {
    opacity: 1;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}
.product-box .img-wrapper .back,
.product-wrap .img-wrapper .back {
    opacity: 0;
    position: absolute;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    transform: translate(-100px);
    width: 100%;
}
.product-box .img-wrapper .cart-box,
.product-wrap .img-wrapper .cart-box {
    position: absolute;
    margin: 0 auto;
    display: inline-block;
    right: 0;
    left: 0;
    border-radius: 50px;
    width: max-content;
    padding: 12px 15px;
    box-shadow: 0 0 12px #ddd;
    bottom: 30px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.2s ease;
}
.product-box .img-wrapper .cart-box button,
.product-wrap .img-wrapper .cart-box button {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}
.product-box .img-wrapper .cart-box i,
.product-wrap .img-wrapper .cart-box i {
    color: #6f6f6f;
    font-size: 18px;
    padding-left: 8px;
    padding-right: 8px;
    transition: all 0.2s ease;
    display: inline-block;
}
.product-box .img-wrapper .cart-box i:hover,
.product-wrap .img-wrapper .cart-box i:hover {
    color: #054a84;
    transition: all 0.2s ease;
}
.product-box .img-wrapper .lable-block .lable3,
.product-wrap .img-wrapper .lable-block .lable3 {
    border-radius: 100%;
    background-color: #054a84;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    padding: 12px 6px;
    text-transform: uppercase;
    color: #fff;
    top: 7px;
    left: 7px;
    z-index: 1;
}
.product-box .img-wrapper .lable-block .lable4,
.product-wrap .img-wrapper .lable-block .lable4 {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    top: 7px;
    right: 7px;
    letter-spacing: 0.1em;
    z-index: 1;
}
.product-box .cart-info,
.product-box .cart-wrap,
.product-wrap .cart-info,
.product-wrap .cart-wrap {
    position: absolute;
    bottom: 40px;
    text-align: center;
    margin: 0 auto 10px;
    display: inline-block;
    right: 5px;
    left: 0;
    justify-content: center;
    background-color: #fff;
    padding: 5px;
    opacity: 0;
    transition: all 0.5s ease;
}
.product-box .cart-info a [class^="icon-"],
.product-box .cart-info a [class*=" icon-"],
.product-box .cart-wrap a [class^="icon-"],
.product-box .cart-wrap a [class*=" icon-"],
.product-wrap .cart-info a [class^="icon-"],
.product-wrap .cart-info a [class*=" icon-"],
.product-wrap .cart-wrap a [class^="icon-"],
.product-wrap .cart-wrap a [class*=" icon-"] {
    display: inline-block;
}
.product-box .cart-info a:last-child i,
.product-box .cart-wrap a:last-child i,
.product-wrap .cart-info a:last-child i,
.product-wrap .cart-wrap a:last-child i {
    margin-bottom: 0;
}
.product-box .cart-info.cart-wrap,
.product-box .cart-wrap.cart-wrap,
.product-wrap .cart-info.cart-wrap,
.product-wrap .cart-wrap.cart-wrap {
    bottom: 0;
    text-align: right;
    left: unset;
}
.product-box .cart-info.cart-wrap i,
.product-box .cart-wrap.cart-wrap i,
.product-wrap .cart-info.cart-wrap i,
.product-wrap .cart-wrap.cart-wrap i {
    display: block;
    padding-bottom: 7px;
    padding-top: 7px;
}
.product-box .cart-info.cart-wrap.cart-effect-left,
.product-box .cart-wrap.cart-wrap.cart-effect-left,
.product-wrap .cart-info.cart-wrap.cart-effect-left,
.product-wrap .cart-wrap.cart-wrap.cart-effect-left {
    left: 0;
    right: unset;
}
.product-box .cart-info button,
.product-box .cart-wrap button,
.product-wrap .cart-info button,
.product-wrap .cart-wrap button {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}
.product-box .cart-info i,
.product-box .cart-wrap i,
.product-wrap .cart-info i,
.product-wrap .cart-wrap i {
    color: #6f6f6f;
    font-size: 16px;
    padding-right: 7px;
    padding-left: 7px;
}
.product-box .cart-info i:hover,
.product-box .cart-wrap i:hover,
.product-wrap .cart-info i:hover,
.product-wrap .cart-wrap i:hover {
    color: #054a84;
}
.product-box .cart-detail,
.product-wrap .cart-detail {
    position: absolute;
    top: 15px;
    right: 20px;
    opacity: 0;
}
.product-box .cart-detail i,
.product-wrap .cart-detail i {
    color: #6f6f6f;
    font-size: 18px;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
}
.product-box .cart-detail button,
.product-wrap .cart-detail button {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
}
.product-box .product-detail,
.product-box .product-info,
.product-wrap .product-detail,
.product-wrap .product-info {
    padding-left: 5px;
}
.product-box .product-detail .rating,
.product-box .product-info .rating,
.product-wrap .product-detail .rating,
.product-wrap .product-info .rating {
    margin-top: 15px;
}
.product-box .product-detail .rating i,
.product-box .product-info .rating i,
.product-wrap .product-detail .rating i,
.product-wrap .product-info .rating i {
    padding-right: 5px;
}
.product-box .product-detail .rating i:nth-child(-n + 4),
.product-box .product-info .rating i:nth-child(-n + 4),
.product-wrap .product-detail .rating i:nth-child(-n + 4),
.product-wrap .product-info .rating i:nth-child(-n + 4) {
    color: #ffa200;
}
.product-box .product-detail .rating i:last-child,
.product-box .product-info .rating i:last-child,
.product-wrap .product-detail .rating i:last-child,
.product-wrap .product-info .rating i:last-child {
    color: #ddd;
}
.product-box .product-detail h6,
.product-box .product-info h6,
.product-wrap .product-detail h6,
.product-wrap .product-info h6 {
    line-height: 1;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 5px;
    transition: all 0.5s ease;
    font-size: 16px;
}
.product-box .product-detail h4,
.product-box .product-info h4,
.product-wrap .product-detail h4,
.product-wrap .product-info h4 {
    font-size: 18px;
    color: #054a84;
    font-weight: 600;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.product-box .product-detail .color-variant,
.product-box .product-info .color-variant,
.product-wrap .product-detail .color-variant,
.product-wrap .product-info .color-variant {
    padding-top: 15px;
}
.product-box .product-detail .color-variant li,
.product-box .product-info .color-variant li,
.product-wrap .product-detail .color-variant li,
.product-wrap .product-info .color-variant li {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.product-box .product-info,
.product-wrap .product-info {
    padding: 0;
    text-align: center;
    position: relative;
}
.product-box .product-info .add-btn,
.product-wrap .product-info .add-btn {
    position: absolute;
    bottom: 110px;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.2s ease;
    z-index: 1;
}
.product-box .product-info .add-btn i,
.product-wrap .product-info .add-btn i {
    color: #054a84;
}
.product-box .product-info .add-btn .btn-outline,
.product-wrap .product-info .add-btn .btn-outline {
    transition: all 0.2s ease;
    color: #054a84;
}
.product-box .product-info .add-btn .btn-outline:hover,
.product-wrap .product-info .add-btn .btn-outline:hover,
.product-box .product-info .add-btn .btn-outline:hover i,
.product-wrap .product-info .add-btn .btn-outline:hover i {
    color: #fff;
}
.product-box.effect-center .front img,
.product-wrap.effect-center .front img {
    transition: all 0.5s ease;
}
.product-box.effect-center .img-wrapper .cart-box,
.product-wrap.effect-center .img-wrapper .cart-box {
    bottom: 20%;
    transition: all 0.5s ease;
}
.product-box:hover.effect-center .front img,
.product-wrap:hover.effect-center .front img {
    opacity: 0.3;
    transition: all 0.5s ease;
}
.product-box:hover.effect-center .img-wrapper .cart-box,
.product-wrap:hover.effect-center .img-wrapper .cart-box {
    bottom: 35%;
    transition: all 0.5s ease;
}
.product-box:hover .img-block .first,
.product-box:hover .img-wrapper .first,
.product-wrap:hover .img-block .first,
.product-wrap:hover .img-wrapper .first {
    opacity: 0;
    transition: all 0.5s ease;
}
.product-box:hover .img-block .back,
.product-box:hover .img-wrapper .back,
.product-wrap:hover .img-block .back,
.product-wrap:hover .img-wrapper .back {
    opacity: 1;
    transition: all 0.5s ease;
    transform: translate(0);
}
.product-box:hover .cart-info,
.product-wrap:hover .cart-info {
    opacity: 1;
    transition: all 0.5s ease;
}
.product-box:hover .cart-info button,
.product-wrap:hover .cart-info button {
    animation: fadeInUp 0.3s ease-in-out;
}
.product-box:hover .cart-info a:nth-child(2) i,
.product-wrap:hover .cart-info a:nth-child(2) i {
    animation: fadeInUp 0.5s ease-in-out;
}
.product-box:hover .cart-info a:nth-child(3) i,
.product-wrap:hover .cart-info a:nth-child(3) i {
    animation: fadeInUp 0.7s ease-in-out;
}
.product-box:hover .cart-info a:nth-child(4) i,
.product-wrap:hover .cart-info a:nth-child(4) i {
    animation: fadeInUp 1s ease-in-out;
}
.product-box:hover .cart-wrap button,
.product-wrap:hover .cart-wrap button {
    animation: fadeInRight 0.3s ease-in-out;
}
.product-box:hover .cart-wrap a:nth-child(2) i,
.product-wrap:hover .cart-wrap a:nth-child(2) i {
    animation: fadeInRight 0.5s ease-in-out;
}
.product-box:hover .cart-wrap a:nth-child(3) i,
.product-wrap:hover .cart-wrap a:nth-child(3) i {
    animation: fadeInRight 0.7s ease-in-out;
}
.product-box:hover .cart-wrap a:nth-child(4) i,
.product-wrap:hover .cart-wrap a:nth-child(4) i {
    animation: fadeInRight 1s ease-in-out;
}
.product-box:hover .cart-wrap.cart-effect-left button,
.product-wrap:hover .cart-wrap.cart-effect-left button {
    animation: fadeInLeft 0.3s ease-in-out;
}
.product-box:hover .cart-wrap.cart-effect-left a:nth-child(2) i,
.product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(2) i {
    animation: fadeInLeft 0.5s ease-in-out;
}
.product-box:hover .cart-wrap.cart-effect-left a:nth-child(3) i,
.product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(3) i {
    animation: fadeInLeft 0.7s ease-in-out;
}
.product-box:hover .cart-wrap.cart-effect-left a:nth-child(4) i,
.product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(4) i {
    animation: fadeInLeft 1s ease-in-out;
}
.product-box:hover .cart-detail,
.product-wrap:hover .cart-detail {
    opacity: 1;
    transition: all 0.5s ease;
}
.product-box:hover .cart-detail button,
.product-wrap:hover .cart-detail button {
    animation: fadeInRight 0.3s ease-in-out;
}
.product-box:hover .cart-detail a:nth-child(2) i,
.product-wrap:hover .cart-detail a:nth-child(2) i {
    animation: fadeInRight 0.5s ease-in-out;
}
.product-box:hover .cart-detail a:nth-child(3) i,
.product-wrap:hover .cart-detail a:nth-child(3) i {
    animation: fadeInRight 0.7s ease-in-out;
}
.product-box:hover .cart-detail a:nth-child(4) i,
.product-wrap:hover .cart-detail a:nth-child(4) i {
    animation: fadeInRight 1s ease-in-out;
}
.product-box:hover .product-info .add-btn,
.product-wrap:hover .product-info .add-btn {
    opacity: 1;
    transition: all 0.2s ease;
    animation: fadeInUp 0.5s ease-in-out;
}
.product-box:hover .img-wrapper .cart-box,
.product-wrap:hover .img-wrapper .cart-box {
    opacity: 1;
    transition: all 0.2s ease;
    animation: fadeInUp 0.4s ease-in-out;
}
.single-product-tables.detail-section table {
    width: 75%;
}
.product-pagination {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin: 50px 0;
}
.product-pagination .product-search-count-bottom {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding-right: 15px;
}
.product-pagination .product-search-count-bottom h5 {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 0;
}
.product-pagination .pagination,
.product-pagination .pagination .page-item {
    border-radius: 0;
}
.product-pagination .pagination .page-item a {
    padding: 18px;
    border-bottom: 0;
    border-top: 0;
    color: #777;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.product-pagination .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.product-pagination .pagination .page-item.active a {
    color: #fff;
    background-color: #054a84;
    border-color: #ddd;
}
.typography_section .typography-box {
    margin-bottom: 30px;
    box-shadow: 0 1px 11px #0000001a;
}
.typography_section .typography-box p {
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 22px;
    font-size: 14px;
    color: #757575;
}
.typography_section .typography-box dl dt {
    margin-bottom: 6px;
}
.typography_section .typography-box dl dd {
    margin-bottom: 15px;
}
.typography_section .typography-box .headings {
    border-bottom: 1px solid #f1f1f1;
    background-color: #f7f7f780;
    padding: 20px;
    margin-bottom: 0;
}
.typography_section .typography-box .headings h3 {
    text-transform: initial;
    color: #2d2d2d;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
}
.typography_section .typography-box .headings span {
    display: block;
    color: gray;
    margin-top: 5px;
}
.typography_section .typography-box .headings span h1 {
    margin-top: 0;
}
.typography_section .typography-box .headings span code {
    color: gray;
}
.typography_section .typography-box .typo-content {
    padding: 15px;
}
.typography_section .typography-box .typo-content h1 {
    margin-top: 0;
}
.typography_section .typography-box .typo-content.lists ul {
    margin-bottom: 25px;
}
.typography_section .typography-box .typo-content.heading_content h1,
.typography_section .typography-box .typo-content.heading_content h2,
.typography_section .typography-box .typo-content.heading_content h3,
.typography_section .typography-box .typo-content.heading_content h4,
.typography_section .typography-box .typo-content.heading_content h5,
.typography_section .typography-box .typo-content.heading_content h6 {
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}
.typography_section .typography-box .typo-content ul li,
.typography_section .typography-box .typo-content ol li {
    margin-bottom: 8px;
}
.typography_section .typography-box .typo-content .sub-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #054a84;
    text-transform: initial;
}
.typography_section .typography-box .typo-content.product-pagination {
    border: none;
    margin: 0;
}
.typography_section .typography-box .typo-content.product-pagination .pagination .page-item {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.typography_section .typography-box .typo-content.product-pagination .pagination .page-item a {
    padding: 10px 14px;
}
.typography_section .typography-box .typo-content.input_button input {
    margin-bottom: 10px;
}
.typography_section .typography-box .typo-content.input_button label {
    font-size: 16px;
    text-transform: initial;
    padding-left: 5px;
}
.typography_section .typography-box .typo-content.loader-typo {
    width: 100%;
    justify-content: center;
    display: flex;
}
.typography_section .typography-box .typo-content.loader-typo .pre-loader {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #054a84;
    border-radius: 50%;
}
.typography_section .typography-box .typo-content.loader-typo .pre-loader:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 0 solid white;
    transform: translate(-50%, -50%);
    animation: loading 1s ease-out forwards infinite;
    transition: all 0.3s ease;
}
.typography_section .typography-box .typo-content .footer-social {
    margin-top: 0;
    justify-content: center;
}
.typography_section .typography-box:last-child {
    margin-bottom: 0;
}
.typography_section code {
    color: #054a8499;
    background-color: #f7f7f7;
    padding: 3px;
    margin: 0 3px;
    border-radius: 2px;
}
.login-page h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #054a84;
    font-weight: 700;
    margin-top: -5px;
}
.login-page .theme-card {
    padding: 30px;
    border: 1px solid #dddddd;
    line-height: 1;
}
.login-page .theme-card .theme-form label {
    text-transform: initial;
    color: #054a84;
    font-size: 14px;
    font-weight: 600;
}
.login-page .theme-card .theme-form input {
    border-color: #ddd;
    font-size: 12px;
    padding: 17px 25px;
    margin-bottom: 30px;
    height: inherit;
}
.login-page .authentication-right {
    height: calc(100% - 48px);
}
.login-page .authentication-right h6 {
    text-transform: uppercase;
    color: #054a84;
    font-weight: 600;
    margin-bottom: 20px;
}
.login-page .authentication-right p {
    font-size: 14px;
    color: gray;
    line-height: 2;
    margin-bottom: 1rem;
}
.bg-light-inner {
    background: #f8f8f8 !important;
}
.bg-gradient-color {
    background: linear-gradient(#b50000, #ebba16);
}
.register-page .text-sub {
    margin-bottom: 15px;
}
.register-page h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #054a84;
    font-weight: 700;
    margin-top: -5px;
}
.register-page .theme-card {
    padding: 30px;
    border: 1px solid #dddddd;
    line-height: 1;
}
.register-page .theme-card .theme-form label {
    text-transform: initial;
    color: #054a84;
    font-size: 14px;
    font-weight: 600;
}
.register-page .theme-card .theme-form input,
.register-page .theme-card .theme-form textarea {
    border: 1px solid;
    border-color: #ddd;
    font-size: 12px;
    padding: 15px 25px;
    margin-bottom: 30px;
    height: inherit;
    background: #fff;
    border-radius: 0;
}
.register-page .theme-card .theme-form::-webkit-input-placeholder {
    color: #495057;
}
.register-page .theme-card .theme-form::-moz-placeholder {
    color: #495057;
}
.register-page .theme-card .theme-form:-ms-input-placeholder {
    color: #495057;
}
.register-page .theme-card .theme-form:-moz-placeholder {
    color: #495057;
}
.alert-section .card {
    box-shadow: 0 1px 11px #0000001a;
    margin-bottom: 30px;
    border: 0;
}
.alert-section .card .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 30px 20px;
    background: #fff;
}
.alert-section .card .card-header .card-head {
    margin-top: 0;
}
.alert-section .card .card-body .alert.outline {
    background-color: transparent !important;
}
.alert-section .card .card-body .alert.outline.alert-primary {
    border-color: #004085;
    color: #004085;
}
.alert-section .card .card-body .alert.outline.alert-secondary {
    border-color: #383d41;
    color: #383d41;
}
.alert-section .card .card-body .alert.outline.alert-success {
    border-color: #155724;
    color: #155724;
}
.alert-section .card .card-body .alert.outline.alert-info {
    border-color: #0c5460;
    color: #0c5460;
}
.alert-section .card .card-body .alert.outline.alert-warning {
    border-color: #856404;
    color: #856404;
}
.alert-section .card .card-body .alert.outline.alert-danger {
    border-color: #721c24;
    color: #721c24;
}
.alert-section .card .card-body .alert.outline.alert-dark {
    border-color: #1b1e21;
    color: #1b1e21;
}
.alert-section .card .card-body .alert a {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
}
.saas1.according .text-sub {
    margin-bottom: 20px;
}
.saas1 .client-box .saas-brand .owl-item img {
    max-width: 100px;
    margin: 0 auto;
}
.saas1.client {
    padding: 50px 0;
    overflow: hidden;
}
.saas1 .testimonial-slider .owl-stage-outer {
    margin-right: 28px;
}
.shadow-section .shadow-showcase .shadow-font {
    font-weight: 500;
}
.btn-section .margin-buttons {
    margin-bottom: -15px;
}
.btn-section .btn-default {
    margin-right: 12px;
    margin-bottom: 15px;
}
.btn-section .btn-default.primary-btn.secondary {
    background: #434345;
}
.btn-section .btn-default.primary-btn.secondary:hover {
    background: transparent;
    color: #434345 !important;
    border-color: #434345;
}
.btn-section .btn-default.primary-btn.secondary.btn-white {
    color: #434345 !important;
    border-color: #434345 !important;
    background: #fff;
}
.btn-section .btn-default.primary-btn.secondary.btn-white:hover {
    color: #fff !important;
    background: #434345;
}
.btn-section .btn-default.primary-btn.success {
    background: #35b53e;
}
.btn-section .btn-default.primary-btn.success:hover {
    background: transparent;
    color: #35b53e !important;
    border-color: #35b53e;
}
.btn-section .btn-default.primary-btn.success.btn-white {
    color: #35b53e !important;
    border-color: #35b53e !important;
    background: #fff;
}
.btn-section .btn-default.primary-btn.success.btn-white:hover {
    color: #fff !important;
    background: #35b53e;
}
.btn-section .btn-default.primary-btn.info {
    background: #357fef;
}
.btn-section .btn-default.primary-btn.info:hover {
    background: transparent;
    color: #357fef !important;
    border-color: #357fef;
}
.btn-section .btn-default.primary-btn.info.btn-white {
    color: #357fef !important;
    border-color: #357fef !important;
    background: #fff;
}
.btn-section .btn-default.primary-btn.info.btn-white:hover {
    color: #fff !important;
    background: #357fef;
}
.btn-section .btn-default.primary-btn.warning {
    background: #c0882f;
}
.btn-section .btn-default.primary-btn.warning:hover {
    background: transparent;
    color: #c0882f !important;
    border-color: #c0882f;
}
.btn-section .btn-default.primary-btn.warning.btn-white {
    color: #c0882f !important;
    border-color: #c0882f !important;
    background: #fff;
}
.btn-section .btn-default.primary-btn.warning.btn-white:hover {
    color: #fff !important;
    background: #c0882f;
}
.btn-section .btn-default.primary-btn.danger {
    background: #e3154f;
}
.btn-section .btn-default.primary-btn.danger:hover {
    background: transparent;
    color: #e3154f !important;
    border-color: #e3154f;
}
.btn-section .btn-default.primary-btn.danger.btn-white {
    color: #e3154f !important;
    border-color: #e3154f !important;
    background: #fff;
}
.btn-section .btn-default.primary-btn.danger.btn-white:hover {
    color: #fff !important;
    background: #e3154f;
}
.btn-section .btn-default.primary-btn.light {
    background: #ecc878;
}
.btn-section .btn-default.primary-btn.light:hover {
    background: transparent;
    color: #ecc878 !important;
    border-color: #ecc878;
}
.btn-section .btn-default.primary-btn.light.btn-white {
    color: #ecc878 !important;
    border-color: #ecc878 !important;
    background: #fff;
}
.btn-section .btn-default.primary-btn.light.btn-white:hover {
    color: #fff !important;
    background: #ecc878;
}
.borders-before span.white-border:before {
    border-color: #fff !important;
}
.title.title2.title-inner .borders span.white-border:before,
.title.title2.title-inner .borders span.white-border:after {
    border-color: #fff;
}
.title.title2.title-inner .borders span:before,
.title.title2.title-inner .borders span:after {
    border-color: #054a84;
    opacity: 0.6;
}
.side-section {
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 400px;
    background: #fff;
    display: none;
    z-index: 608;
    box-shadow: 0 3px 15px 3px #2e61dc59;
    overflow-y: scroll;
}
.parallex-section .parallex-container {
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.vertical-slider .prtfolio-full-screen img {
    width: 100vw;
    height: 100vh;
}
.vertical-slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}
.vertical-slider .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    box-sizing: border-box;
    list-style: none;
    display: block;
    cursor: pointer;
}
.vertical-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: transparent;
}
.vertical-slider .owl-dots .owl-dot.active span,
.vertical-slider .owl-dots .owl-dot.my-active-class,
.vertical-slider .owl-dots .owl-dot:hover {
    background-color: #fff;
}
.multiple-carousel,
.center-slide {
    height: 100vh;
}
.multiple-carousel .imgs-carousel,
.center-slide .imgs-carousel {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.multiple-carousel .imgs-carousel:before,
.center-slide .imgs-carousel:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0009;
    opacity: 0;
    transition: 0.5s;
}
.multiple-carousel .text-container .overlay-text,
.multiple-carousel .text-container .right-side,
.center-slide .text-container .overlay-text,
.center-slide .text-container .right-side {
    opacity: 0;
    transition: 0.5s;
}
.multiple-carousel .text-container .overlay-text,
.center-slide .text-container .overlay-text {
    font-size: 26px;
    margin-bottom: 10px;
    transform: translate(-50%);
}
.multiple-carousel .text-container .right-side,
.center-slide .text-container .right-side {
    padding: 0 20px;
    transform: translate(50%);
    color: #b1b1b1;
}
.multiple-carousel .owl-item,
.center-slide .owl-item {
    overflow: hidden;
}
.multiple-carousel .owl-item.center .imgs-carousel:before,
.center-slide .owl-item.center .imgs-carousel:before {
    opacity: 1;
    transition: 0.5s;
}
.multiple-carousel .owl-item.center .text-container .overlay-text,
.multiple-carousel .owl-item.center .text-container .right-side,
.center-slide .owl-item.center .text-container .overlay-text,
.center-slide .owl-item.center .text-container .right-side {
    transition: 0.5s;
    transform: unset;
    opacity: 1;
}
.multiple-carousel .owl-item:hover .imgs-carousel:before {
    opacity: 1;
    transition: 0.5s;
}
.multiple-carousel .owl-item:hover .text-container .overlay-text,
.multiple-carousel .owl-item:hover .text-container .right-side {
    transition: 0.5s;
    transform: unset;
    opacity: 1;
}
.maintenance-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100vh;
}
.maintenance-sec .maintenance-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.maintenance-sec .maintenance-container h1,
.maintenance-sec .maintenance-container h2,
.maintenance-sec .maintenance-container h4 {
    color: #fff;
}
.maintenance-sec .maintenance-container h1 {
    font-size: 100px;
    font-weight: 500;
    margin-bottom: 80px;
    margin-top: 0;
}
.maintenance-sec .maintenance-container .borders {
    border-bottom: 0.5px solid #fff;
    margin: 0 auto;
}
.maintenance-sec .maintenance-container .borders.b1 {
    width: 220px;
}
.maintenance-sec .maintenance-container .borders.b2 {
    width: 180px;
}
.maintenance-sec .maintenance-container .borders.b3 {
    width: 150px;
}
.maintenance-sec .maintenance-container .borders.b4 {
    width: 130px;
}
.maintenance-sec .maintenance-container h2 {
    margin-top: 10px;
}
.maintenance-sec .social ul li,
.coming-soon .social ul li {
    display: inline-block;
    padding: 5px 8px;
    margin-left: 10px;
    background-color: #054a84;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}
.maintenance-sec .social ul li a i,
.coming-soon .social ul li a i {
    color: #fff;
    font-size: 20px;
    opacity: 0.7;
    transition: 0.5s;
}
.maintenance-sec .social ul li:hover a i,
.coming-soon .social ul li:hover a i {
    opacity: 1;
    transition: 0.5s;
}
.maintenance-sec .center-content .form-group,
.coming-soon .center-content .form-group {
    width: 60%;
}
.maintenance-sec .center-content .form-group .d-flex,
.coming-soon .center-content .form-group .d-flex {
    align-items: center;
}
.maintenance-sec .center-content .form-group input,
.coming-soon .center-content .form-group input {
    border-radius: 25px;
    padding: 15px 25px;
    height: auto;
}
.maintenance-sec .center-content button,
.coming-soon .center-content button {
    border-radius: 35px;
    margin-left: -50px;
}
.bg-background-fade {
    transition: all 0.5s;
    background: #ef6767;
}
.creative-content {
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: bottom;
}
.creative body,
.creative h1,
.creative h2,
.creative h3,
.creative h4,
.creative h5,
.creative h6,
.creative p,
.creative li,
.creative a {
    font-family: Work Sans, sans-serif;
}
.creative h1 {
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.creative hr {
    margin-bottom: 20px;
    background: #fff;
}
.creative h6 {
    margin: 0;
}
.creative .center-header {
    font-size: calc(18px + 22 * (100vw - 300px) / 1620);
    margin-bottom: 20px;
}
.creative .agency-para {
    padding: 0 50px;
    margin: 0 50px;
}
.creative .btn-default {
    padding: 10px 36px;
}
.creative .sub-texts {
    color: #fff;
}
.creative .title.title2 .borders span:before,
.creative .title.title2 .borders span:after {
    border-top: 1px solid #f5f5f8;
    width: 40px;
}
.portfolio-metro.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio-metro body,
.portfolio-metro h1,
.portfolio-metro h2,
.portfolio-metro h3,
.portfolio-metro h4,
.portfolio-metro h5,
.portfolio-metro h6,
.portfolio-metro p,
.portfolio-metro li,
.portfolio-metro a {
    font-family: Montserrat, sans-serif;
}
.portfolio-metro h1 {
    font-size: 80px;
    margin-bottom: 50px;
}
.portfolio-metro .portfolio_section {
    display: flex;
    align-items: center;
    height: 100%;
}
.portfolio-metro .portfolio_section h1 {
    margin-top: 0;
}
.portfolio-metro .portfolio_section h6 {
    margin-bottom: -3px;
}
.portfolio-metro .sub-header {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #777;
}
.portfolio-metro .center-content {
    height: auto;
}
.music ::-webkit-scrollbar {
    width: 10px;
}
.music ::-webkit-scrollbar-thumb {
    background-image: linear-gradient(rgba(35, 62, 128, 0.92) 0%, #1c255a 100%);
    border-radius: 25px;
}
.music.side-section .btn-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #fff !important;
    opacity: 0.8;
    padding: 25px 18px;
}
.music.side-section .jp-type-playlist .jp-gui .gradient-block {
    background-image: linear-gradient(rgba(35, 62, 128, 0.92) 0%, #1c255a 100%);
    position: relative;
    overflow: hidden;
    height: 30vh;
}
.music.side-section .jp-type-playlist .jp-gui .gradient-block .animation-circle-inverse {
    opacity: 0.25;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.music.side-section .jp-type-playlist .jp-gui .gradient-block .animation-circle-inverse i {
    background: #fff;
    position: absolute;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    left: -28px;
    bottom: -33px;
    opacity: 0.3;
    animation: ripple1 3s linear infinite;
}
.music.side-section .jp-type-playlist .jp-gui .gradient-block .animation-circle-inverse i:nth-child(2) {
    animation: ripple2 3s linear infinite;
}
.music.side-section .jp-type-playlist .jp-gui .gradient-block .animation-circle-inverse i:nth-child(3) {
    animation: ripple3 3s linear infinite;
}
.music.side-section .jp-type-playlist .jp-gui .gradient-block .now-play {
    font-size: calc(13px + 3 * (100vw - 330px) / 1590);
    padding-top: 30px;
    opacity: 0.8;
}
.music.side-section .jp-type-playlist .jp-gui .girls {
    border-radius: 100%;
    padding: 20px;
    background-color: #fff;
    transform: translateY(-50%);
    box-shadow: 0 6px 30px 1px #25438a2e;
}
.music.side-section .jp-type-playlist .jp-gui .author-text {
    z-index: 3;
    position: relative;
}
.music.side-section .jp-type-playlist .jp-gui .author-text h4,
.music.side-section .jp-type-playlist .jp-gui .author-text h6 {
    color: #000;
}
.music.side-section .jp-type-playlist .jp-gui .author-text .song-text {
    margin-top: -50px;
    margin-bottom: 3px;
    color: #000;
}
.music.side-section .jp-type-playlist .jp-gui .author-text .song-sub-text {
    color: gray;
}
.music.side-section .jp-playlist {
    margin-top: 30px;
}
.music.side-section .jp-details,
.music.side-section .jp-playlist {
    width: 100%;
    border-top: 1px solid #b1b1b1;
}
.music.side-section .side-player .author-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.music.side-section .side-player .jp-progress {
    margin-top: 35px;
}
.music.side-section .jp-controls .button-container {
    padding: 20px;
}
.music.side-section .jp-controls .button-container button {
    height: 30px;
    width: 30px;
    color: #fff;
    border-radius: 100%;
    background-color: #8080804f;
}
.music.side-section .jp-controls .button-container button.jp-play {
    height: 50px;
    width: 50px;
    background-image: linear-gradient(#233e80 0%, #1c255a 100%);
    background-color: #fff;
    box-shadow: 0 3px 15px 3px #2e61dc40;
}
.animated-bg-1 i {
    background: #dddddd;
    bottom: 10px;
    right: 0;
    box-shadow: 0 15px 30px #ddd;
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    opacity: 0.3;
    transform: scale(1.3);
    animation: ripple1 3s linear infinite;
}
.animated-bg-1 i:nth-child(2) {
    animation: ripple2 3s linear infinite;
}
.animated-bg-1 i:nth-child(3) {
    animation: ripple3 3s linear infinite;
}
.animated-bg i {
    background: #dddddd;
    bottom: 0;
    box-shadow: 0 15px 30px #ddd;
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    opacity: 0.3;
    transform: scale(1.3);
    animation: ripple1 3s linear infinite;
}
.animated-bg i:nth-child(2) {
    animation: ripple2 3s linear infinite;
}
.animated-bg i:nth-child(3) {
    animation: ripple3 3s linear infinite;
}
@keyframes ripple1 {
    0% {
        transform: scale(5.5);
        opacity: 0.3;
    }
    to {
        transform: scale(8.5);
        opacity: 0;
    }
}
@keyframes ripple2 {
    0% {
        transform: scale(3.5);
    }
    to {
        transform: scale(5.5);
    }
}
@keyframes ripple3 {
    0% {
        transform: scale(1.5);
    }
    to {
        transform: scale(3.5);
    }
}
header {
    z-index: 600;
    width: 100%;
}
header.nav-lg {
    padding: 2rem 1rem;
}
header.nav-lg nav ul li a {
    font-size: 15px;
}
header.resume .responsive-btn i {
    color: #000 !important;
}
header.wedding .responsive-btn i {
    color: #054a84 !important;
}
header.ecommerce .navbar {
    position: unset;
}
header.ecommerce nav {
    justify-content: space-between;
}
header.ecommerce nav ul.main-menu > li > a {
    color: #ebba16;
    padding-top: 30px;
    padding-bottom: 30px;
}
header.ecommerce nav ul.main-menu > li:hover > a {
    color: #676767;
}
header.ecommerce nav .top-header-right ul li.cart .dropdown-menu {
    border: 0;
    padding: 0;
    margin-top: 20px;
}
header.ecommerce nav .top-header-right ul li .shopping-cart {
    width: 350px;
    padding: 30px;
    border: 1px solid #ddd;
    right: 0;
}
header.ecommerce nav .top-header-right ul li .shopping-cart li .total {
    border-top: 1px solid gray;
    padding-top: 10px;
    margin-top: 20px;
}
header.ecommerce nav .top-header-right ul li .shopping-cart li .total h5 {
    text-transform: initial;
    margin-bottom: 0;
    color: gray;
}
header.ecommerce nav .top-header-right ul li .shopping-cart li .total h5 span {
    float: right;
}
header.ecommerce nav .top-header-right ul li .shopping-cart li .buttons a {
    font-size: 16px;
    color: #333;
    text-transform: initial;
    font-weight: 700;
}
header.ecommerce nav .top-header-right ul li .shopping-cart li .buttons a:hover {
    color: #000;
}
header.ecommerce nav .top-header-right ul li .shopping-cart li .buttons .checkout {
    float: right;
}
header.ecommerce nav .top-header-right ul li .shopping-cart li + li {
    margin-top: 15px;
}
header.ecommerce nav .top-header-right ul li .shopping-cart .close-circle {
    position: absolute;
    right: 0;
    top: 10px;
}
header.ecommerce nav .top-header-right ul li .shopping-cart .close-circle i {
    color: #acacac;
}
header.ecommerce nav .top-header-right ul li .shopping-cart a {
    min-width: unset;
    width: unset;
    padding: 0;
}
header.ecommerce nav .top-header-right ul li .shopping-cart img {
    width: 70px;
}
header.ecommerce nav .top-header-right ul li.search .dropdown-menu {
    border: 0;
    padding: 0;
}
header.ecommerce nav .top-header-right ul li.search .dropdown-menu .form-control-plaintext {
    padding: 10px 20px;
    margin-top: 20px;
    border: 1px solid #dddddd;
    background-color: #fff;
}
header.ecommerce nav .top-header-right ul li.account .dropdown-menu {
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 0;
}
header.ecommerce nav .top-header-right ul li a {
    padding: 12px;
}
header.ecommerce nav .top-header-right ul li i {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
header.ecommerce nav .top-header-right ul li i.icon-shopping-cart-full {
    font-size: 22px;
}
header.nav-abs {
    position: absolute;
}
header .responsive-btn {
    display: none;
}
header .responsive-btn i {
    font-size: calc(22px + 3 * (100vw - 300px) / 1620);
    color: #fff;
}
header nav {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    border: 0;
}
header nav .navbar-container {
    padding: 10px 0;
}
header nav ul {
    margin: 0;
    border: 0;
    line-height: 1;
    list-style-type: none;
    text-align: center;
}
header nav ul li {
    margin: 0;
    border: 0;
    line-height: 1;
    position: relative;
    display: inline-block;
    text-align: center;
}
header nav ul li a {
    margin: 0;
    border: 0;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    padding: 18px;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    letter-spacing: 0;
}
header nav ul li > a {
    color: #fff;
}
header nav ul li > a:hover {
    color: #fff;
}
header nav ul li > ul {
    display: none;
}
header nav ul li:hover .mega-menu-container {
    display: block;
}
header nav ul li:hover > ul {
    display: block;
}
header nav ul .sub-menu ul {
    box-shadow: 0 0 15px #0000001a;
    z-index: 1;
}
header nav ul .sub-menu > a:before,
header nav ul .dropdown:before {
    position: absolute;
    font: 14px/1 FontAwesome;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f105";
}
header nav ul .dropdown:before {
    content: "\f0d7";
}
header nav ul ul {
    margin: 0;
    border: 0;
    line-height: 1;
    transition: all 0.4s ease-in-out;
    background: #fff;
    padding: 15px 0;
}
header nav ul ul li {
    margin: 0;
    border: 0;
    line-height: 1;
    display: block;
    text-align: left;
    transition: all 0.4s ease-in-out;
    position: relative;
}
header nav ul ul li a {
    margin: 0;
    border: 0;
    text-transform: initial;
    width: 100%;
    min-width: 240px;
    padding: 10px 18px;
    white-space: nowrap;
    color: #323232 !important;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 13px;
}
header nav ul ul li a:hover {
    color: #054a84 !important;
    transition: all 0.5s ease;
}
header nav ul ul li:hover > a,
header nav ul ul li:focus > a,
header nav ul ul li:active > a {
    color: #777;
    transform: translate(2%);
}
header nav ul .mega-menu {
    position: unset;
}
header nav ul .mega-menu .mega-menu-container {
    transition: all 0.3s ease-in;
    min-width: 1020px;
    left: unset;
    right: 0;
    padding: 20px 0;
    background: #fff;
    z-index: 9;
    overflow: hidden;
    box-shadow: 0 5px 40px #00000026;
    display: none;
}
header nav ul .mega-menu .mega-menu-container ul {
    position: relative;
    padding: 0 10px;
}
header nav .menu-head {
    margin-bottom: 10px;
    color: #054a84 !important;
    display: flex;
    padding: 10px 28px 10px 10px;
    letter-spacing: 0;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    text-transform: initial;
}
header nav .menu-arrow {
    font-size: 10px;
}
header.music {
    position: absolute;
}
header.resume nav ul li a:hover {
    color: #262626;
}
header.wedding .logo-abs {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
header.wedding.header-rel {
    background-color: #ffffffbf;
    border-bottom: 1px dashed #054a84;
}
header.yoga .logo-abs {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%);
}
header.portfolio-metro nav .responsive-btn a:hover {
    color: #000;
    opacity: 0.7;
}
header.portfolio-metro nav ul li > a {
    color: #000;
}
header.portfolio-metro nav ul li > a:hover {
    color: #000;
}
header.wedding nav ul li > a:hover {
    color: #054a84;
}
header.dark {
    position: absolute;
}
header.dark nav .responsive-btn a:hover {
    color: #000;
    opacity: 0.7;
}
header.dark nav ul li > a {
    color: #054a84;
}
header.dark nav ul li > a:hover {
    color: #000;
}
footer.app2 h5 {
    color: #fff;
    padding-bottom: 55px;
}
footer.gym h5 {
    color: #fff;
    padding-bottom: 55px;
}
footer.saas1 h5 {
    color: #fff;
    padding-bottom: 55px;
    margin-bottom: unset;
}
.inner-pages-footer.resume .link-horizontal.social-link {
    margin-bottom: -5px;
    margin-top: 20px;
}
.blog-sidebar .sidebar-container .post-container:last-child {
    margin-bottom: 0;
}
.form-control:focus {
    box-shadow: none;
    background-color: #f5f5f8;
}
.event .event-btn {
    color: #fff !important;
    border: 1px solid white !important;
    background-color: #e3154f !important;
}
.event .event-btn:hover {
    background-color: #fff !important;
    color: #e3154f !important;
    border: 1px solid #e3154f !important;
}
.event.event-gradient:before {
    background-image: linear-gradient(#321575, #e3154f);
}
.color-animated {
    animation: color-change 1s infinite;
    color: #000;
    margin-left: 10px;
}
.menu-container .color-animated {
    animation: color-change 1s infinite;
    color: #054a84;
    margin-left: 10px;
}
@keyframes color-change {
    0% {
        color: #054a84;
    }
    50% {
        color: #e3154f;
    }
    to {
        color: #ebba16;
    }
}
.menu-container .menu-icon {
    position: absolute;
}
.menu-container .menu-icon li a {
    padding-left: 22px;
}
.menu-container .menu-icon li a:before {
    display: none;
}
.menu-container .menu-icon li a i {
    position: absolute;
    left: 0;
}
.menu-container li a:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 1px;
    background-color: #000;
    left: 0;
    top: 50%;
}
.breadcrumb-section .breadcrumb {
    margin-bottom: -2px;
}
.blog-contain:hover {
    box-shadow: 1px 1px 10px 1px #eee;
}
.product-slick .owl-carousel,
.rtl-product-slick .owl-carousel,
.product-right-slick .owl-carousel,
.rtl-product-right-slick .owl-carousel {
    display: flex;
    margin-bottom: 15px;
}
.product-slick:hover .slick-prev,
.product-slick:hover .slick-next,
.rtl-product-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-next,
.product-right-slick:hover .slick-prev,
.product-right-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-next {
    opacity: 1;
    transform: scale(1.05);
    transition: all 0.5s ease;
}
.product-slick:hover .slick-prev:before,
.product-slick:hover .slick-next:before,
.rtl-product-slick:hover .slick-prev:before,
.rtl-product-slick:hover .slick-next:before,
.product-right-slick:hover .slick-prev:before,
.product-right-slick:hover .slick-next:before,
.rtl-product-right-slick:hover .slick-prev:before,
.rtl-product-right-slick:hover .slick-next:before {
    opacity: 1;
}
.product-slick:hover .slick-next,
.rtl-product-slick:hover .slick-next,
.product-right-slick:hover .slick-next,
.rtl-product-right-slick:hover .slick-next {
    right: 20px;
}
.product-slick:hover .slick-prev,
.rtl-product-slick:hover .slick-prev,
.product-right-slick:hover .slick-prev,
.rtl-product-right-slick:hover .slick-prev {
    left: 20px;
}
.slider-nav .owl-carousel,
.rtl-slider-nav .owl-carousel,
.slider-right-nav .owl-carousel,
.rtl-slider-right-nav .owl-carousel {
    display: flex;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.slider-right-nav .slick-slide:first-child > div,
.rtl-slider-right-nav .slick-slide:first-child > div {
    margin-top: 0;
}
.pro_sticky_info {
    border: 1px solid #dddddd;
    padding: 20px;
}
.is_stuck {
    margin-top: 80px;
}
.image-scroll div > div {
    padding-bottom: 20px;
}
.image-scroll div > div:last-child {
    padding: 0;
}
.product-right p {
    margin-bottom: 0;
    line-height: 1.5em;
}
.product-right .product-title {
    color: #222;
    text-transform: initial;
    font-weight: 700;
    margin-bottom: 0;
}
.product-right .border-product {
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px dashed #dddddd;
}
.product-right h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.2em;
}
.product-right h3 {
    font-size: 26px;
    color: #222;
    margin-bottom: 15px;
}
.product-right h4 {
    font-size: 16px;
    margin-bottom: 7px;
}
.product-right h4 del {
    color: #777;
}
.product-right h4 span {
    padding-left: 5px;
    color: #000;
}
.product-right .color-variant {
    margin-bottom: 10px;
}
.product-right .color-variant li {
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.product-right .color-variant li.white {
    border: 1px solid #ddd;
}
.product-right .product-buttons {
    margin-bottom: 20px;
}
.product-right .product-buttons .btn-default {
    padding: 7px 25px;
}
.product-right .product-buttons a:last-child {
    margin-left: 10px;
}
.product-right .product-description h6 span {
    float: right;
}
.product-right .product-description .qty-box {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.product-right .product-description .qty-box .input-group {
    justify-content: unset;
    width: unset;
}
.product-right .product-description .qty-box .input-group .form-control {
    border-right: none;
}
.product-right .size-box {
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-right .size-box ul li {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #f7f7f7;
    text-align: center;
}
.product-right .size-box ul li a {
    color: #222;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.product-right .size-box ul li.active {
    background-color: #f7f7f7;
}
.product-right .product-icon {
    display: flex;
}
.product-right .product-icon .product-social {
    margin-top: 5px;
}
.product-right .product-icon .product-social li {
    padding-right: 30px;
}
.product-right .product-icon .product-social li a {
    color: #333;
    transition: all 0.3s ease;
}
.product-right .product-icon .product-social li a i {
    font-size: 18px;
}
.product-right .product-icon .product-social li a:hover {
    color: #000;
}
.product-right .product-icon .product-social li:last-child {
    padding-right: 0;
}
.product-right .product-icon .wishlist-btn {
    background-color: transparent;
    border: none;
}
.product-right .product-icon .wishlist-btn i {
    border-left: 1px solid #dddddd;
    font-size: 18px;
    padding-left: 10px;
    margin-left: 5px;
    transition: all 0.5s ease;
}
.product-right .product-icon .wishlist-btn span {
    padding-left: 10px;
    font-size: 18px;
}
.product-right .product-icon .wishlist-btn:hover i,
.product-right .product-icon .wishlist-btn.active i {
    color: red;
    transition: all 0.5s ease;
}
.product-right .payment-card-bottom {
    margin-top: 10px;
}
.product-right .payment-card-bottom ul li {
    padding-right: 10px;
}
.product-right .timer {
    margin-top: 10px;
    background-color: #f7f7f7;
}
.product-right .timer p {
    color: #222;
}
.product-right.product-form-box {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 20px;
}
.product-right.product-form-box .product-description .qty-box {
    margin-bottom: 5px;
}
.product-right.product-form-box .product-description .qty-box .input-group {
    justify-content: center;
    width: 100%;
}
.product-right.product-form-box .product-buttons {
    margin-bottom: 0;
}
.product-right.product-form-box .timer {
    margin-bottom: 10px;
    text-align: left;
}
.single-product-tables {
    display: flex;
    margin-top: 20px;
}
.single-product-tables table {
    width: 20%;
}
.single-product-tables table tr {
    height: 35px;
}
.single-product-tables table tr td:first-child {
    font-weight: 600;
}
.single-product-tables.detail-section {
    margin-top: 0;
}
.single-product-tables.detail-section table {
    width: 55%;
}
.product-related h2 {
    color: #222;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddada;
    margin-bottom: 20px;
}
.rating {
    margin-top: 0;
}
.rating i {
    padding-right: 5px;
}
.rating i:nth-child(-n + 4) {
    color: #ffa200;
}
.rating i:last-child {
    color: #ddd;
}
.rating .three-star {
    padding-bottom: 5px;
}
.rating .three-star i {
    color: #acacac;
}
.rating .three-star i:nth-child(-n + 3) {
    color: #ffd200;
}
.tab-border {
    border: 1px solid #dddddd;
    margin: 0;
    padding: 8px 0;
}
.tab-border .nav-border {
    border-bottom: 0;
    border-right: 1px solid #dddddd;
}
.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
}
.tab-product,
.product-full-tab {
    padding-top: 30px;
}
.tab-product .nav-tabs,
.product-full-tab .nav-tabs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.tab-product .nav-tabs .nav-item .nav-link,
.product-full-tab .nav-tabs .nav-item .nav-link {
    color: #212121;
    text-align: center;
    padding: 0 15px 20px;
    text-transform: uppercase;
    border: 0;
}
.tab-product .nav-tabs .nav-item .material-border,
.product-full-tab .nav-tabs .nav-item .material-border {
    border-bottom: 2px solid #000;
    opacity: 0;
}
.tab-product .nav-tabs .nav-link.active,
.product-full-tab .nav-tabs .nav-link.active {
    color: #000;
    border-bottom: 2px solid #000;
}
.tab-product .nav-tabs .nav-link.active ~ .material-border,
.product-full-tab .nav-tabs .nav-link.active ~ .material-border {
    transition: all 0.3s ease;
    opacity: 1;
}
.tab-product .theme-form input,
.product-full-tab .theme-form input {
    border-color: #ddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left;
}
.tab-product .theme-form .btn-solid,
.tab-product .theme-form .btn-outline,
.product-full-tab .theme-form .btn-solid,
.product-full-tab .theme-form .btn-outline {
    margin: 0 auto;
}
.tab-product .theme-form textarea,
.product-full-tab .theme-form textarea {
    border-color: #ddd;
    font-size: 15px;
    padding: 17px 25px;
    margin-bottom: 15px;
    height: inherit;
}
.tab-product .tab-content p,
.product-full-tab .tab-content p {
    padding: 20px;
    line-height: 2;
    letter-spacing: 0.05em;
}
.tab-product .tab-content .media,
.product-full-tab .tab-content .media {
    margin-top: 20px;
}
.tab-product .title,
.product-full-tab .title {
    padding-right: 45px;
    color: #000;
    padding-bottom: 20px;
}
.tab-product .theme-slider .slick-arrow,
.product-full-tab .theme-slider .slick-arrow {
    top: -45px;
    height: auto;
}
.tab-product .theme-slider .slick-arrow :before,
.product-full-tab .theme-slider .slick-arrow :before {
    color: #000;
    font-size: 18px;
}
.tab-product .product-box,
.product-full-tab .product-box {
    position: relative;
    margin: 5px;
}
.tab-product .product-box:hover,
.product-full-tab .product-box:hover {
    box-shadow: 0 0 12px #ddd;
}
.tab-product .product-box:hover .lbl-1,
.product-full-tab .product-box:hover .lbl-1 {
    opacity: 1;
    transition: all 0.3s ease;
}
.tab-product .product-box:hover .lbl-2,
.product-full-tab .product-box:hover .lbl-2 {
    opacity: 1;
    animation: flipInY 1s ease-in-out;
}
.tab-product .product-box:hover .color-variant li,
.product-full-tab .product-box:hover .color-variant li {
    opacity: 1 !important;
    animation: fadeInUp 0.5s ease-in-out;
}
.tab-product .product-box .img-block,
.product-full-tab .product-box .img-block {
    min-height: unset;
}
.tab-product .product-box .cart-info,
.product-full-tab .product-box .cart-info {
    position: absolute;
    padding: 10px 0;
    top: 25%;
    right: 15px;
    width: 40px;
    margin-right: 0;
}
.tab-product .product-box .cart-info i,
.product-full-tab .product-box .cart-info i {
    padding-right: 0;
}
.tab-product .product-box .cart-info a,
.tab-product .product-box .cart-info button,
.product-full-tab .product-box .cart-info a,
.product-full-tab .product-box .cart-info button {
    color: #333;
    transition: all 0.3s ease;
    background-color: #fff;
    height: 35px;
    width: 35px;
    margin: 7px 0;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: 0 0 12px #ddd;
}
.tab-product .product-box .cart-info a :hover,
.tab-product .product-box .cart-info button :hover,
.product-full-tab .product-box .cart-info a :hover,
.product-full-tab .product-box .cart-info button :hover {
    transition: all 0.3s ease;
    color: #000;
}
.tab-product .product-box .lbl-1,
.product-full-tab .product-box .lbl-1 {
    background-color: #000;
    padding: 2px 20px 2px 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0;
}
.tab-product .product-box .lbl-1:before,
.product-full-tab .product-box .lbl-1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #000;
    border-bottom: 13px solid #000;
    border-right: 7px solid #fff;
}
.tab-product .product-box .lbl-2,
.product-full-tab .product-box .lbl-2 {
    font-size: 14px;
    top: 15px;
    position: absolute;
    right: 10px;
    color: #333;
    font-weight: 600;
    text-transform: initial;
    opacity: 0;
}
.tab-product .product-box a,
.product-full-tab .product-box a {
    color: #0072bb;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}
.tab-product .product-box .color-variant,
.product-full-tab .product-box .color-variant {
    position: absolute;
    top: -35px;
    width: 100%;
}
.tab-product .product-box .slick-slide img,
.product-full-tab .product-box .slick-slide img {
    display: block;
}
.tab-product .product-box .product-details,
.product-full-tab .product-box .product-details {
    position: relative;
}
.tab-product .product-box .product-details .color-variant,
.product-full-tab .product-box .product-details .color-variant {
    position: absolute;
    top: -35px;
    width: 100%;
}
.tab-product .product-box .product-details .color-variant li,
.product-full-tab .product-box .product-details .color-variant li {
    opacity: 0;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 0 3px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.tab-product .product-box .product-details h6,
.product-full-tab .product-box .product-details h6 {
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: initial;
}
.tab-product .product-box .product-details .price,
.product-full-tab .product-box .product-details .price {
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
}
.product-full-tab {
    padding-top: 70px;
}
.product-load-more .col-grid-box {
    display: none;
}
.load-more-sec {
    margin-top: 40px;
    text-align: center;
}
.load-more-sec a {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    color: #000;
}
.product_image_4 > div:nth-last-child(-n + 2) {
    margin-top: 25px;
}
.btn-app1-theme {
    border: transparent !important;
    position: relative !important;
    background-color: #4e56f3 !important;
    background-image: linear-gradient(to right, #13b8ea, #4e56f3, #4e56f3, #13b8ea) !important;
    transition: all 0.4s ease-in-out !important;
    background-size: 300% 100% !important;
}
.saas1-btn {
    border: 2px solid #071828 !important;
    color: #071828 !important;
}
.saas1-btn:hover {
    background-color: #071828 !important;
    color: #fff !important;
}
.saas2-btn {
    border: transparent !important;
    position: relative !important;
    background-color: #5e57ea !important;
    background-image: linear-gradient(to right, #9647db, #5e57ea, #5e57ea, #9647db) !important;
    transition: all 0.4s ease-in-out !important;
    background-size: 300% 100% !important;
}
.copyright.inner-page li {
    line-height: normal;
}
.app1 .title .main-title h2 {
    line-height: 0.9;
}
.bg-shadow-top-bottom {
    box-shadow: inset 0 70px 75px -15px #000c, inset 0 -70px 75px -15px #000c;
}
.bg-shadow-top {
    box-shadow: inset 0 -70px 90px -44px #000;
}
.bg-unset {
    background: unset !important;
}
.about-page,
.about-page.testimonial {
    background-color: #f8f8f8;
}
.about-page.testimonial img {
    filter: brightness(25%);
}
.about-page.testimonial .avtar-img {
    filter: unset;
}
.about-page.testimonial .quotes .quote-text h5 {
    color: #0b0b0b;
}
.about-page.testimonial .rating .name {
    color: #000;
}
.about-page.testimonial .rating .stars i {
    color: #ddd;
}
.about-page.counter img {
    filter: brightness(25%);
}
.layout-ecommerce section {
    padding: 70px 0;
}
.layout-ecommerce .ecommerce-footer {
    padding-top: 70px;
}
.layout-ecommerce .blog-sec.blog .blog-agency {
    margin-bottom: 0;
}
.ecommerce.collection {
    padding-top: 0;
    margin-top: -100px;
    margin-bottom: 30px;
}
.ecommerce.feature-product {
    padding-top: 0;
    margin-bottom: -5px;
}
.ecommerce .banner-three {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 30px 15px;
    z-index: 1;
    position: relative;
}
.ecommerce .banner-three .main-wrapper img {
    height: 200px;
    background-blend-mode: overlay;
    background-color: #f5f5f533;
    filter: grayscale(1);
    width: 100%;
}
.ecommerce .banner-three .main-wrapper .banner-contain {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
}
.ecommerce .banner-three .main-wrapper:hover img {
    filter: grayscale(0);
}
.ecommerce .banner-three .main-wrapper:hover .banner-contain {
    opacity: 1;
    transition: all 0.3s ease;
    transform: scale(1);
}
.ecommerce .contain {
    height: 80vh;
    display: flex;
    align-items: center;
}
.ecommerce .contain h1 {
    color: #333;
    margin-bottom: 30px;
    font-weight: 600;
}
.ecommerce .contain .btn-default {
    margin-top: 20px;
}
.ecommerce.ecommerce-home {
    padding-top: 90px;
    padding-bottom: 0;
}
.ecommerce.ecommerce-home .ecommerce-home-slider .owl-item,
.ecommerce.ecommerce-home .ecommerce-home-slider .bg-size {
    height: 80vh;
}
.ecommerce.ecommerce-home .ecommerce-home-slider .owl-item .item-class,
.ecommerce.ecommerce-home .ecommerce-home-slider .bg-size .item-class {
    background-size: cover;
    background-position: center center;
    display: block;
    height: 80vh;
}
.ecommerce .owl-nav {
    margin: 0;
}
.ecommerce .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    color: #333;
    font-size: 24px;
    padding: 12px 13px;
    background: #fff;
    border-radius: 100%;
    line-height: 1;
    box-shadow: 0 1px 10px #0000001a;
}
.ecommerce .owl-nav [class*="owl-"]:hover {
    background-color: #f8f8f8;
    color: #333;
}
.ecommerce .owl-nav [class*="owl-"].owl-prev {
    left: 15px;
}
.ecommerce .owl-nav [class*="owl-"].owl-next {
    right: 15px;
}
.ecommerce.nav-fix {
    background-color: #fff;
}
.ecommerce .brand-slider .item img {
    max-width: 150px;
    margin: 0 auto;
}
.ecommerce-footer {
    background-color: #212121;
    padding-bottom: 0;
}
.ecommerce-footer .sub-footer {
    padding-top: 30px;
    background-color: #000;
    margin-top: 50px;
    padding-bottom: 20px;
}
.ecommerce-footer .sub-footer p {
    padding-top: 8px;
}
.ecommerce-footer .payment-card-bottom {
    text-align: right;
}
.ecommerce-footer .payment-card-bottom ul li {
    display: inline-block;
}
.ecommerce-footer .payment-card-bottom ul li + li {
    padding-left: 10px;
}
.ecommerce-footer .footer-title h4 {
    color: #e3e3e3;
}
.ecommerce-footer .footer-contant > ul li + li {
    margin-top: 15px;
}
.ecommerce-footer .footer-contant > ul li a {
    color: #acacac;
}
.ecommerce-footer .footer-contant .contact-list li {
    color: #acacac;
    padding-left: 25px;
    position: relative;
}
.ecommerce-footer .footer-contant .contact-list li i {
    position: absolute;
    left: 0;
    top: 3px;
}
.ecommerce-footer .footer-social ul li {
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color: #e3e3e3;
    text-align: center;
    line-height: 2.6;
    margin-top: 20px;
    margin-right: 10px;
    border-radius: 100%;
}
.ecommerce-footer .footer-logo,
.ecommerce-footer h4 {
    margin-bottom: 30px;
}
.ecommerce-footer p {
    color: #acacac;
}
.ecommerce-footer .footer-mobile-title {
    display: none;
}
.bg-decore {
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    padding: 0 15px;
    animation: 10s linear 0s normal none infinite animate;
}
.modal1 .modal-bg {
    height: 350px;
}
.modal1 p {
    padding-top: 10px;
}
.modal1 .form-group input {
    padding: 12px 20px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.modal1 .offer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    text-align: center;
}
.modal1 .offer-content > div {
    padding: 30px;
}
.modal1 .close {
    position: absolute;
    top: 10px;
    right: 30px;
}
@keyframes animate {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 0 500px;
    }
}
.down-banner {
    padding-top: 0 !important;
}
.down-banner > .container {
    position: relative;
}
.down-banner .banner-contain {
    margin-left: 50px;
}
.down-banner .banner-contain .btn-default {
    padding: 8px 21px;
    font-size: 13px;
}
.down-banner .small-banner {
    height: 250px;
}
.down-banner .banner-contain {
    position: absolute;
    height: 100%;
    max-width: 50%;
    top: 0;
    display: flex;
    align-items: center;
}
.parallax-banner {
    padding: 0 !important;
}
.parallax-banner .full-banner {
    height: 500px;
    background-attachment: fixed;
}
.parallax-banner .banner-contain {
    position: absolute;
    height: 100%;
    max-width: 25%;
    top: 0;
    display: flex;
    align-items: center;
}
.parallax-banner .banner-contain h2 {
    margin-bottom: 30px;
}
.parallax-banner .banner-contain .btn-default {
    padding: 8px 21px;
    font-size: 13px;
}
.ecommerce-tab .isotopeContainer {
    margin-bottom: -30px;
}
.ecommerce-tab .isotopeContainer .product-box {
    margin-bottom: 30px;
}
.ecommerce-tab .filter-section .filter-container ul.filter > li {
    display: inline-block;
}
.ecommerce-tab .filter-section .filter-container ul.filter > li.active {
    background-color: #7b7b7c;
}
.m-layout .m-width {
    padding: 0 15px;
}
.m-layout .m-width.m-3-col {
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 33.33%;
}
.m-layout .m-width.m-2-col {
    width: 50%;
    max-width: 50%;
    flex: 0 50%;
}
.m-layout .m-width.m-4-col {
    width: 25%;
    max-width: 25%;
    flex: 0 25%;
}
.m-layout .m-width.m-2-s-col {
    width: 525px;
}
.m-layout .m-width.m-3col-ns {
    width: 470px;
}
.m-layout .m-width .blog-agency {
    margin-bottom: 30px;
}
.m-layout .m-width .blog-agency .blog-contain {
    border: 1px solid #f3f3f3;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow(0 0 10px #eee);
    transition: all 0.3s;
}
.m-layout .m-width .blog-agency .blog-contain img {
    width: 100%;
}
.m-layout .m-width .blog-agency .blog-contain .img-container .blog-info {
    padding: 28px;
}
.m-layout .m-width .blog-agency .blog-contain .img-container .blog-info i {
    font-size: 16px;
    margin-right: 10px;
    color: #595959;
}
.m-layout .m-width .blog-agency .blog-contain .img-container .blog-info .font-blog {
    color: #595959;
    font-weight: 400;
    text-transform: none;
}
.m-layout .m-width .blog-agency .blog-contain .img-container .blog-info .blog-head {
    color: #000;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 0;
}
.m-layout .m-width .blog-agency .blog-contain .img-container .blog-info .para2 {
    padding: 0;
    letter-spacing: 0;
    color: #9c9c9c;
}
.m-layout .m-width .blog-agency .blog-contain .img-container .blog-info .btn-bottom {
    margin-bottom: -5px;
}
.p-4col-width .p-width {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}
.p-3col-width .p-width {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: 15px;
    padding-left: 15px;
}
.p-2col-width .p-width {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
.p-4col-fwidth .p-width {
    flex: 0 0 25%;
    max-width: 25%;
}
.p-3col-fwidth .p-width {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.p-2col-fwidth .p-width {
    flex: 0 0 50%;
    max-width: 50%;
}
.success-text {
    text-align: center;
}
.success-text i {
    font-size: 50px;
    color: #4ead4e;
}
.success-text h2 {
    margin-top: 10px;
    margin-bottom: 15px;
}
.success-text p {
    font-size: 18px;
    text-transform: initial;
}
.success-text.order-fail i {
    color: #ff4c3b;
}
.order-success-sec h4 {
    font-weight: 700;
    text-transform: initial;
}
.order-success-sec .order-detail li {
    display: flex;
    text-transform: initial;
    line-height: 24px;
    font-size: 16px;
}
.order-success-sec .payment-mode p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}
.delivery-sec {
    padding: 30px;
    text-align: center;
    margin-top: 20px;
    background-color: #f9f9f9;
}
.delivery-sec h2,
.delivery-sec h3 {
    color: #000;
    text-transform: initial;
}
.product-order h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.product-order .product-order-detail {
    margin-top: 15px;
}
.product-order .product-order-detail img {
    height: 130px;
}
.product-order .product-order-detail .order_detail {
    display: flex;
    align-items: center;
}
.product-order .product-order-detail .order_detail h4 {
    margin-bottom: 5px;
    text-transform: initial;
    font-weight: 700;
}
.product-order .product-order-detail .order_detail h5 {
    text-transform: initial;
    margin-bottom: 0;
}
.product-order .total-sec {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 15px 0;
    padding: 15px 0;
}
.product-order .total-sec ul li {
    font-size: 18px;
    display: block;
    text-transform: initial;
}
.product-order .total-sec ul li span {
    float: right;
}
.product-order .final-total h3 {
    display: block;
    margin-bottom: 0;
}
.product-order .final-total h3 span {
    float: right;
}
.stripe-section {
    text-transform: uppercase;
    background-color: #f9f9f9;
    padding: 15px;
    border: 1px solid #dddddd;
}
.stripe-section h5 {
    font-weight: 700;
}
.stripe-section .content h5 {
    color: #4f4f4f;
    font-weight: 400;
}
.stripe-section .content table {
    width: 100%;
}
.stripe-section .content table tr {
    border-bottom: 1px solid #f1f1f1;
}
.stripe-section .content table tr td {
    padding: 8px 0;
    color: #9a9a9a;
}
.stripe-section .content table tr td:last-child {
    text-align: right;
}
.margin-cls {
    margin-top: 25px;
}
.check-out {
    margin-bottom: 30px;
}
.avalibility {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #ff4c3b;
}
.cart_qty_cls {
    position: absolute;
    background: #ff4c3b;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    top: -5px;
    right: -3px;
    padding: 3px;
}
.portfolio-margin figure {
    margin-bottom: 0 !important;
}
.portfolio-margin .isotopeSelector {
    margin-bottom: 0 !important;
}
.portfolio-margin .p-width {
    padding: 0 !important;
}
@media (max-width: 986px) {
    .openSidebar {
        left: 0 !important;
    }
}
@media (min-width: 992px) {
    .openSidebar {
        right: 0 !important;
    }
}
.filterBar {
    left: -15px !important;
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #054a84;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
}
.jp-audio .jp-controls {
    width: 100%;
    display: flex;
    justify-content: center;
}
.jp-audio .jp-type-playlist .jp-progress {
    left: 166px;
    width: 100%;
}
.jp-audio .jp-progress {
    top: 32px;
    height: 4px;
}
.jp-progress {
    overflow: hidden;
    background-color: #8080803b;
}
.ng5-slider .ng5-slider-pointer {
    background-color: #054a84 !important;
}
.ng5-slider .ng5-slider-selection {
    outline: none !important;
    background: #054a84 !important;
}
.ng5-slider.animate .ng5-slider-pointer {
    outline: none !important;
}
.ng5-slider .ng5-slider-pointer:after {
    background: #fff !important;
}
.compare-btn {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.jp-controls .jp-play {
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    font: 14px/1 FontAwesome;
    padding: 0;
}
.jp-controls .jp-play:before {
    content: "\f04b";
}
.jp-controls button {
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    padding: 0;
}
.button-container button {
    margin: 0 10px;
}
.jp-play,
.jp-play:focus,
.jp-state-playing .jp-play,
.jp-state-playing .jp-play:focus,
.jp-previous,
.jp-previous:focus,
.jp-next,
.jp-next:focus,
.jp-stop,
.jp-stop:focus {
    font: 14px/1 FontAwesome;
}
.jp-previous:before {
    content: "\f048";
}
.jp-next:before {
    content: "\f051";
}
.top-header-right .account .show {
    display: none !important;
}
.top-header-right .account:hover .show {
    display: block !important;
}
header.ecommerce nav .top-header-right ul li.account .dropdown-menu {
    margin-top: 0 !important;
}
.snow,
.winter-is-coming {
    z-index: 100;
    pointer-events: none;
}
.winter-is-coming {
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    background: #333;
}
.margin_cls > div {
    margin-bottom: 30px;
}
.snow {
    position: absolute;
    inset: 0;
    animation: falling linear infinite both;
    transform: translate3D(0, -100%, 0);
}
.theme-pannel-main {
    background-color: #fff;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9;
    padding: 0 5px;
    box-shadow: 0 0 7px 1px #9e9e9e33;
}
.theme-pannel-main ul li {
    display: flex;
    padding: 10px 12px;
    border-bottom: 1px solid #dadada;
}
.theme-pannel-main ul li span {
    padding: 0;
    text-transform: uppercase;
    color: #949494;
    font-weight: 700;
}
.theme-pannel-main ul li a {
    padding: 0;
}
.theme-pannel-main ul li:last-child {
    border-bottom: 0;
}
@keyframes falling {
    0% {
        transform: translate3D(-7.5%, -100%, 0);
    }
    to {
        transform: translate3D(7.5%, 100%, 0);
    }
}
.jOb_description ul {
    list-style-type: unset !important;
    padding: inherit !important;
    padding-inline-start: 40px !important;
    margin-bottom: 24px;
}
.jOb_description li {
    font-size: 17px !important;
}
.jOb_description a {
    color: #b50000 !important;
    font-size: 17px !important;
    text-decoration: none !important;
}
.description_tag p {
    margin-bottom: 15px !important;
}
.description_tag ul {
    list-style-type: disc;
    margin-bottom: 15px !important;
}
:host ::ng-deep .description_tag p {
    margin-bottom: 15px !important;
}
:host ::ng-deep .description_tag ul {
    list-style-type: disc;
    margin-bottom: 15px !important;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left !important;
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-stage {
    position: relative;
}
.app2.team .team-slider .owl-stage-outer {
    margin: -5px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
#image_cropper .resize {
    min-width: 0 !important;
}
@media (max-width: 767px) {
    .mt-5,
    .my-5 {
        margin-top: 2.95rem !important;
    }
    .custom_m-r-auto {
        margin-right: auto !important;
    }
}
@media screen and (min-width: 768px) {
    .owl-carousel.owl-drag .owl-item {
        max-width: 710px !important;
    }
}
@media screen and (min-width: 991px) {
    .owl-carousel.owl-drag .owl-item {
        max-width: 530px !important;
    }
}
.custom-container {
    margin-top: 25px;
}
.login-modal .form-group input {
    font-size: calc(14px + 3 * (100vw - 300px) / 1620) !important;
    padding: 10px 12px 10px 30px;
}
@media only screen and (max-width: 1600px) {
    .about.app1 .mobile {
        right: 6%;
    }
    .about.app1 .mobile.mobile-img .mobile-screen {
        height: 750px;
    }
    .agency .girl-boy {
        right: 8%;
    }
    .header .wedding-content .girl {
        left: 16%;
    }
    .header .wedding-content .girl img {
        width: 500px;
    }
    .sponsor div .sponsor-img .overlay-box {
        width: 100%;
    }
    .header .header8-content .slider-1 .owl-nav {
        left: -15%;
        bottom: -34%;
        transform: translate(18%, 17%);
    }
    .header .header8-content .slider-1 .owl-nav .owl-next {
        transform: translate(50%, 30%);
    }
    .header .saas2-content .set-abs .img-dextop {
        height: 800px;
    }
    .saas2 .set-center-div {
        min-height: 525px;
    }
    .saas2 .set-center-div .side-img {
        right: -14%;
    }
    .saas2 .set-center-div .side-img img {
        height: 525px;
    }
}
@media (min-width: 1470px) {
    .event .container,
    .gym .container,
    .agency .container,
    .music .container,
    .resume .container,
    .yoga .container,
    .wedding .container {
        max-width: 1440px;
    }
    .menu-set {
        right: unset !important;
    }
}
@media (max-width: 1469px) {
    .music div .album-list {
        padding: 30px;
    }
    header.wedding .logo-abs {
        width: 25%;
    }
}
@media (max-width: 1430px) {
    .cart-section .cart-buttons > div:last-child {
        padding-right: 38px;
    }
    .cart-section tbody tr td {
        min-width: 175px;
    }
    .cart-section tbody tr td .qty-box .input-group .form-control {
        width: 75px;
    }
    .cart-section tfoot tr td {
        padding-right: 41px;
    }
    .portfolio-metro h1 {
        font-size: 70px;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        width: 100%;
        border-left: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        text-align: center;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
        width: 20%;
        padding-right: 0 !important;
        border-left: 1px solid #dddddd;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
        padding: 20px 20px 20px 0 !important;
        width: 20%;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
        display: none;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        border-right: 1px solid #dddddd;
        width: 60%;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        width: 30%;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
        width: 10%;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
        width: 25%;
    }
    .cart-section .cart-buttons > div:last-child,
    .wishlist-section .cart-buttons > div:last-child {
        padding-right: 38px;
    }
    .cart-section tbody tr td,
    .wishlist-section tbody tr td {
        min-width: 175px;
    }
    .cart-section tbody tr td .qty-box .input-group .form-control,
    .wishlist-section tbody tr td .qty-box .input-group .form-control {
        width: 75px;
    }
    .cart-section tfoot tr td,
    .wishlist-section tfoot tr td {
        padding-right: 41px;
    }
    .product-right .product-icon .product-social li {
        padding-right: 10px;
    }
    .product-form-box .timer {
        padding-left: 17px;
    }
    .product-form-box .timer span {
        width: 55px;
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1200px) {
    .agency.blog .blog-agency .blog-contain .img-container .blog-head {
        margin-bottom: 10px;
    }
    .agency.blog .blog-agency .blog-contain .img-container .blog-info .m-b-20 {
        margin-bottom: 10px !important;
    }
    footer.footer2.saas2 .footer-padding {
        padding-top: 100px;
    }
    .brand-slider .saas-brand img {
        padding: 0;
    }
    .saas1.build-bg .container {
        margin-bottom: 1%;
        margin-top: 1%;
    }
    .p-b-160 {
        padding-bottom: 130px;
    }
}
@media only screen and (max-width: 1366px) {
    .saas1 .sync2 .owl-item .item img {
        opacity: 0;
    }
    .saas1 .sync2 .owl-item.active .item img {
        opacity: 1;
    }
    .saas1.build-bg {
        min-height: unset;
    }
    .saas1.build-bg .build-right-slider .work-slide {
        height: unset;
    }
    .gym .portfolio-creative .head-sub-text,
    .yoga .portfolio-creative .head-sub-text {
        padding: 0 50px;
        letter-spacing: 0;
    }
    .gym .trainers-slider.owl-carousel .owl-stage-outer,
    .yoga .trainers-slider.owl-carousel .owl-stage-outer {
        min-height: 375px !important;
    }
    .yoga.testimonial .testimonial-info {
        margin-top: 30px;
    }
    .yoga.event .event-container {
        margin-bottom: 50px;
    }
    .yoga.event .event-container .event-info .address,
    .yoga.event .event-container .event-info .time {
        margin-bottom: 5px;
        line-height: 1.8;
    }
    .section-404 .box_astronaut {
        top: 65%;
        right: 15%;
    }
    .section-404 .object_astronaut {
        width: 130px;
    }
    .section-404 .text-inner {
        margin-top: -48px;
        margin-bottom: -45px;
    }
    .section-404 .object_rocket {
        width: 110px;
    }
    .section-404 .object_earth {
        width: 80px;
    }
    .section-404 .object_moon {
        width: 60px;
    }
    footer {
        padding: 30px 0 0;
    }
    .p-t-100 {
        padding-top: 70px !important;
    }
    .p-b-100 {
        padding-bottom: 70px !important;
    }
    .header .rotate {
        top: 14%;
        right: 15%;
    }
    .header .rotate img {
        width: 400px;
    }
    .header .squares img {
        height: 260px;
    }
    .header .wedding-content .girl {
        left: 11%;
    }
    .header .header8-content .slider-1 .owl-nav {
        left: -18%;
        bottom: -50%;
    }
    .header .saas2-content .set-abs .img-dextop {
        height: 720px;
    }
    .header.app1 h1 {
        line-height: 56px;
    }
    .header .event-content .counter-container h2 {
        margin-top: -10px;
    }
    .header.saas2 h1 {
        margin-top: -14px;
    }
    .header.agency .girl-boy {
        right: 10%;
    }
    .header.agency .girl-boy img {
        width: 440px;
    }
    .header.agency .center-text {
        margin-left: 50px;
    }
    .about.app1 .counters .abouts {
        padding: 60px 0;
    }
    .about.app1 .mobile {
        right: 5%;
    }
    .about.app1 .mobile.mobile-img .mobile-screen {
        height: 680px;
    }
    .about.app1 .mobile.rectangle {
        top: -5%;
        right: -4%;
    }
    .about.app1 .mobile.rectangle.r-2 {
        right: -12%;
        top: -5%;
    }
    .about.app1 .mobile.galaxy {
        right: -12%;
    }
    .about.app1 .mobile.galaxy img {
        height: 120px;
    }
    .event .circle {
        top: 30px;
    }
    .event .circle:after {
        top: -33px;
        height: 30px;
    }
    .event h1 {
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .schedule .cal-time.events {
        padding: 24px 40px 24px 24px;
        margin-bottom: 25px;
    }
    .schedule .cal-time.events .timing .border-dashed {
        height: 50px;
    }
    .schedule .cal-time.events .timing .event-time:last-child:before {
        height: 50px;
    }
    .schedule .cal-time.events .schedule-event .names {
        margin-bottom: 15px;
    }
    .schedule .cal-time.events .schedule-event .schedule-description {
        font-size: 140%;
    }
    .agency .girl-boy {
        right: 0;
    }
    .agency .icon-collection .about-icon {
        margin: 0 0 40px;
    }
    .agency.agency-content .blue-img {
        left: -18%;
    }
    .agency.video .d-inline-block .bg-video {
        width: 60%;
    }
    .yoga.format .girl-img-container {
        min-height: 453px;
    }
    .yoga.format .girl-img-container .girl-yoga {
        width: 500px;
    }
    .gym h1 {
        margin-top: -14px;
    }
    .gym h2 {
        margin-top: -11px;
    }
    .app2.quality .set-height {
        min-height: 592px;
    }
    .app2.quality .set-height .mobile2 {
        width: 430px;
        top: -29px;
    }
    .app2.services .service {
        padding: 40px 25px;
    }
    .app2.services .service .service-feature .feature-text {
        margin-bottom: 18px;
    }
    .app2.services .img-block {
        margin-bottom: 25px;
    }
    .app2.services .img-block img {
        height: 45px;
    }
    .saas2 .set-center-div {
        min-height: unset;
    }
    .saas2 .set-center-div .side-img {
        right: 2%;
    }
    .saas2 .set-center-div .side-img img {
        height: 455px;
    }
    .header .wave-orange {
        width: 240px;
        height: 25px;
    }
    .header .wave-orange:before,
    .header .wave-orange:after {
        width: 240px;
        height: 25px;
    }
    .header.app2 .img-mobile .headaer-image {
        width: 315px;
    }
    .header.event .set-bottom {
        bottom: 30px;
    }
    .header.resume .bg-pink img {
        max-height: 80vh;
    }
    .header .saas2-content .set-abs .img-dextop {
        height: 600px;
    }
    .header.saas2 .header-text {
        margin-bottom: 30px;
    }
    .header.saas2 .header-sub-text {
        margin-bottom: 16px;
        margin-top: 40px;
    }
    .collection-product-wrapper .product-top-filter {
        border-top: none;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        width: 100%;
        border-left: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        text-align: center;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
        width: 15%;
        display: flex;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
        width: 30%;
        display: flex;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        width: 30%;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        width: 55%;
    }
    .product-right .product-icon .product-social li {
        padding-right: 10px;
    }
    .collection-filter-block .product-service .media svg {
        height: 30px;
        width: 30px;
    }
    .blog-page .blog-media .blog-right h4 {
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .blog-page .blog-media .blog-right h6 {
        margin-bottom: 5px;
    }
    .blog-page .blog-media .blog-right ul {
        margin-bottom: 10px;
    }
    .blog-page .blog-media .blog-right p {
        line-height: 1.4;
    }
    .pro_sticky_info {
        padding: 10px;
    }
    .is_stuck {
        margin-top: 30px;
    }
    .breadcrumb-section-main {
        padding: 100px 0;
    }
}
@media only screen and (max-width: 1250px) {
    .about.app1 .mobile {
        right: 5%;
    }
    .about.app1 .mobile.mobile-img .mobile-screen {
        height: 650px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 576px) {
    .resume .counter-container {
        padding-bottom: 30px;
    }
    .resume .counter-container + .counter-container {
        border-left: 1px solid;
    }
    .resume .counter-container + .counter-container + .counter-container {
        border-top: 1px solid;
        border-left: 0;
        padding-bottom: 0;
        padding-top: 30px;
    }
    .resume .counter-container + .counter-container + .counter-container + .counter-container {
        border-left: 1px solid;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .app2.pricing .price-container .feature-icon :before {
        font-size: 45px;
    }
    .app2.pricing .price-container .service-feature {
        padding: 30px 0;
    }
    .app2.pricing .price-container .price-feature-container {
        padding: 35px 0;
    }
    .screenshot .screen-container img {
        width: 380px;
        height: 580px;
    }
    .screenshot .swiper-container .swiper-wrapper .swiper-slide img {
        height: 455px;
    }
    header.agency nav ul li .dropdown {
        color: #7e8ec7;
    }
}
@media only screen and (max-width: 1199px) {
    .pricing.yoga .price-container.price-margin {
        margin: 35px 15px;
    }
    .copyright .link-horizontal ul li {
        padding-right: 20px;
    }
    .agency.testimonial-bg {
        background-size: contain;
    }
    .header .bg.agency {
        background-position: bottom;
    }
    header.nav-lg {
        padding: 1.2rem 1rem;
    }
    .ecommerce .owl-nav [class*="owl-"].owl-prev {
        bottom: 20%;
        top: unset;
        left: unset;
        right: 80px;
    }
    .ecommerce .owl-nav [class*="owl-"].owl-next {
        bottom: 20%;
        top: unset;
    }
    .ecommerce.ecommerce-home .ecommerce-home-slider .owl-item,
    .ecommerce.ecommerce-home .ecommerce-home-slider .bg-size {
        min-height: 500px;
    }
    .parallax-banner .banner-contain {
        max-width: 50%;
    }
    .parallax-banner .full-banner {
        height: 350px;
        background-attachment: fixed;
    }
    .app2.services .animated-bg i,
    .app2.screenshot .animated-bg i {
        display: none;
    }
    .services .service .img-block {
        margin-bottom: 10px;
    }
    .copyright.yoga,
    .copyright.resume,
    .copyright.creative {
        padding: 30px 0;
    }
    header nav ul .mega-menu .mega-menu-container {
        min-width: 85vw;
    }
    header.wedding .logo-abs {
        width: 23%;
    }
    header.wedding .navbar > ul > li > a {
        text-transform: initial;
        font-size: 13px;
    }
    header.yoga nav ul li > a {
        text-transform: initial;
        font-size: 13px;
    }
    .gym .trainers-slider.owl-carousel .owl-stage-outer,
    .yoga .trainers-slider.owl-carousel .owl-stage-outer,
    .creative .trainers-slider.owl-carousel .owl-stage-outer {
        min-height: 400px !important;
    }
    .portfolio-metro h1 {
        font-size: 60px;
        margin-bottom: 30px;
    }
    .m-b-50 {
        margin-bottom: 30px;
    }
    .wedding.bg.attend-bg {
        padding-bottom: 180px;
    }
    .coming-soon .count h2 {
        padding: 0 15px;
    }
    .saas1.howitwork .work-content img {
        width: 50%;
    }
    .saas1.howitwork .work-tab .nav-pills .nav-link {
        padding: 0 30px;
    }
    .saas1.howitwork .work-tab .nav-pills .nav-link img {
        height: 40px;
    }
    .saas1.build-bg .build-box ul li {
        font-size: 15px;
    }
    .saas1.pricing .plan-box .price-box {
        padding: 20px;
        margin: 16px 9px;
    }
    .saas1.pricing .plan-box .price-box ul {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .saas1.pricing .plan-box .price-box h4.no-weight {
        margin: 5px 0 0;
    }
    .event.testimonial .center-content img {
        height: 25px;
    }
    .event.testimonial .testimonial-msg {
        width: 80px;
    }
    .event.testimonial .testimonial-msg .msg-box {
        height: 45px;
        width: 45px;
        right: -22px;
        top: -25px;
    }
    .register-page h3 {
        margin-bottom: 10px;
    }
    .register-page .text-sub {
        margin-bottom: 12px;
    }
    .register-page .theme-card {
        padding: 18px;
    }
    .register-page .theme-card .theme-form input,
    .register-page .theme-card .theme-form textarea {
        padding: 10px 12px;
        margin-bottom: 18px;
    }
    .pricing.saas2 .price-container.price-margin {
        margin: 25px 15px;
    }
    .pricing.yoga .price-container.price-margin {
        margin: 35px 0;
    }
    .event .format .format-sub-text {
        margin-bottom: 25px;
    }
    .event .format .format-sub-text .about-para {
        margin-bottom: 15px;
    }
    .event .format .format-head-text {
        margin-bottom: 25px;
    }
    .dropdown-sec .dropdown-content.dropdown-size {
        min-width: 85vw;
    }
    .dropdown-sec .dropdown-content,
    .dropdown-sec .dropdown-content li ul {
        left: 0;
    }
    .counter .counters .counter-img {
        height: 35px;
    }
    .header .rotate {
        top: 15%;
        right: 12%;
    }
    .header .rotate img {
        width: 350px;
    }
    .header .wedding-content .girl {
        left: 6%;
    }
    .header .wedding-content .girl img {
        width: 450px;
    }
    .header .header8-content .slider-1 .owl-nav {
        transform: translate(3%, 60%);
        left: -20%;
        bottom: -63%;
    }
    .header .header8-content .slider-1 .owl-nav .owl-next {
        transform: translate(30%, 30%);
    }
    .header .saas2-content .set-abs {
        right: 1%;
    }
    .header .saas2-content .set-abs .img-dextop {
        height: 610px;
    }
    .header.saas1 h1 {
        margin-top: -13px;
    }
    .header .bg.gym-header .header-sub-text p {
        padding: 0;
    }
    .subscribe .button-primary button {
        padding: 16px 40px;
        font-size: 80%;
    }
    .subscribe .form-group input {
        padding: 24px 35% 24px 35px;
        font-size: 15px;
    }
    footer .footer-lists.contacts li {
        margin-bottom: 20px;
    }
    .event.testimonial .quotes .right-quote,
    .saas2.testimonial .quotes .right-quote {
        right: 0;
    }
    .event.testimonial .quotes .left-quote,
    .saas2.testimonial .quotes .left-quote {
        left: -30px;
    }
    .event.testimonial .testimonial .owl-theme .owl-next,
    .saas2.testimonial .testimonial .owl-theme .owl-next {
        right: -50px;
    }
    .event.testimonial .testimonial .owl-theme .owl-prev,
    .saas2.testimonial .testimonial .owl-theme .owl-prev {
        left: -50px;
    }
    .event.speaker .speker-container .team-img {
        margin-bottom: 20px;
    }
    .event.speaker .speker-container:nth-child(n + 3) .employee {
        margin-bottom: 0;
    }
    .event.booking .form-group input {
        font-size: 14px;
        padding: 11px 20px;
    }
    .event.contact .plane,
    .event.contact .plane2 {
        display: none;
    }
    .event.pricing .price-container .price-feature-container,
    .gym.pricing .price-container .price-feature-container,
    .agency.pricing .price-container .price-feature-container,
    .resume.pricing .price-container .price-feature-container {
        padding: 30px 0;
    }
    .event.pricing .price-container .price-feature-container .price-value,
    .gym.pricing .price-container .price-feature-container .price-value,
    .agency.pricing .price-container .price-feature-container .price-value,
    .resume.pricing .price-container .price-feature-container .price-value {
        margin-bottom: 35px;
    }
    .event.pricing .price-container .price-features,
    .gym.pricing .price-container .price-features,
    .agency.pricing .price-container .price-features,
    .resume.pricing .price-container .price-features {
        margin-bottom: 30px;
    }
    .event.pricing .price-container .price-features .price-feature,
    .gym.pricing .price-container .price-features .price-feature,
    .agency.pricing .price-container .price-features .price-feature,
    .resume.pricing .price-container .price-features .price-feature {
        margin-bottom: 10px;
    }
    .event.pricing .set-border,
    .gym.pricing .set-border,
    .agency.pricing .set-border,
    .resume.pricing .set-border {
        margin: 20px;
    }
    .music h2 {
        margin-top: -10px;
    }
    .music div .album-list {
        margin-right: 0;
        margin-left: 0;
    }
    .music .cd-animation {
        height: 290px;
    }
    .music.blog .img-container .blog-info {
        padding: 10px 15px;
    }
    .wedding.format .format-head-text,
    .wedding.format .format-sub-text {
        margin-bottom: 30px;
    }
    .wedding.format .format-sub-text .about-para {
        margin-bottom: 25px;
    }
    .wedding .wedding-banner .frem {
        width: 60%;
    }
    .wedding .wedding-banner .text-container .couple-text {
        margin-bottom: 25px;
    }
    .wedding .wedding-banner .text-container .couple-text .banner-text {
        font-size: 65px;
    }
    .wedding .wedding-banner .text-container .couple-text .banner-text.small {
        font-size: 50px;
    }
    .wedding .wedding-banner .text-container .place {
        font-size: 30px;
    }
    .wedding .wedding-time {
        margin-bottom: 50px;
    }
    .wedding.copyright .link-horizontal ul {
        margin-bottom: 20px;
        justify-content: center;
    }
    .wedding.copyright .copyright-text {
        text-align: center !important;
    }
    .yoga.testimonial .testimonial-info .testimonial-para {
        font-size: 16px;
        padding: 0;
    }
    .resume.services .service {
        padding: 25px 15px;
    }
    .resume.services .service .img-block {
        margin-bottom: 20px;
    }
    .resume.services .service .img-block img {
        height: 40px;
    }
    .resume.services .service .service-feature .feature-text {
        margin-bottom: 15px;
    }
    .resume.services .service .service-feature p {
        letter-spacing: 0.5px;
    }
    .sponsor .sponsor-img {
        margin-bottom: 50px;
    }
    .agency .girl-boy {
        right: 6%;
    }
    .agency .girl-boy img {
        width: 360px;
    }
    .agency .icon-collection .about-icon {
        margin-bottom: 25px;
    }
    .agency .icon-collection .about-icon a {
        padding: 25px 12px;
    }
    .agency .icon-collection .about-icon a img {
        margin-bottom: 15px;
        height: 50px;
    }
    .agency.agency-content .about-img {
        width: 200px;
    }
    .agency.agency-content .blue-img {
        width: 450px;
        left: -20%;
    }
    .agency.agency-content .agency-header-center-container .agency-head .agency-head-text {
        margin-top: -14px;
    }
    .agency.blog .img-container .blog-info p {
        line-height: 22px;
    }
    .saas1.build-bg {
        min-height: 680px;
    }
    .saas1 .title img {
        height: 20px;
    }
    .saas2 .set-center-div .side-img {
        right: 2%;
    }
    .saas2 .set-center-div .side-img img {
        height: 400px;
    }
    .saas2 .offers-container .offer-heading-text {
        margin-bottom: 20px;
    }
    .saas2 .offers-container .bottom-border {
        margin-bottom: 50px;
    }
    .saas2 .offers-container .offers-content {
        margin-bottom: 35px;
    }
    .saas2.testimonial .msg-box {
        display: none;
    }
    .saas2.testimonial .quote-margin {
        margin-left: 0;
    }
    .blog.wedding .blog-container .blog-date {
        margin-bottom: 5px;
    }
    .blog.wedding .blog-container .blog-place,
    .blog.wedding .blog-container .blog-para {
        margin-bottom: 12px;
    }
    .product-right .product-icon .product-social {
        margin-bottom: 10px;
    }
    footer.app2 h5 {
        font-size: 14px;
        padding-bottom: 55px;
    }
    .cart-section tbody tr td,
    .wishlist-section tbody tr td {
        min-width: 186px;
    }
    .blog-detail-page .comment-section li {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .product-wrapper-grid.list-view .product-box .img-wrapper,
    .product-wrapper-grid.list-view .product-box .img-block {
        width: 50%;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        width: 100%;
        border-left: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
        width: 20%;
        padding-right: 0 !important;
        border-left: 1px solid #dddddd;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
        padding: 20px 20px 20px 0 !important;
        width: 26%;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
        display: none;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        width: 54%;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        width: 30%;
    }
    .cart-section tbody tr td {
        min-width: 140px;
    }
    .cart-section tbody tr td .qty-box .input-group .form-control {
        width: 52px;
    }
    .cart-section tfoot tr td {
        padding-right: 25px;
    }
    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
        margin-top: 15px;
    }
    .collection-collapse-block.top_filter {
        padding-top: 30px;
        margin-bottom: -30px;
    }
    .collection-filter-block {
        margin-bottom: 0;
    }
    .collection-filter-block .product-service .media .media-body h4 {
        font-size: 16px;
    }
    .product-right h2 {
        font-size: 20px;
    }
    .testimonial .testimonial-slider .media .media-body {
        padding: 30px;
    }
    .testimonial .testimonial-slider .media .media-body p {
        line-height: 1.5;
    }
    .search-product > div:nth-last-child(1),
    .search-product > div:nth-last-child(2),
    .search-product > div:nth-last-child(3) {
        margin-top: 30px;
    }
    .blog-page .blog-media {
        margin-bottom: 20px;
    }
    .blog-page .blog-media .blog-right {
        display: block;
        margin-top: 15px;
    }
    .blog-page .blog-media .blog-right p {
        line-height: 1.3;
    }
    .tab-product .tab-content.nav-material .single-product-tables table {
        width: 50%;
    }
    .product-description-box .border-product {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .product-description-box .product-icon .product-social li {
        padding-right: 4px;
    }
    .product-description-box .product-icon .wishlist-btn span {
        padding-left: 4px;
    }
    .product-form-box .border-product {
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .product-form-box .timer {
        padding-left: 17px;
    }
    .product-form-box .timer span {
        width: 55px;
    }
    .product-form-box .product-buttons .btn-default {
        padding: 7px 13px;
    }
    .product-accordion .single-product-tables table {
        width: 70%;
    }
    .tab-product .flex-column {
        flex-direction: unset !important;
        justify-content: center;
    }
    .tab-product .nav-material.nav-tabs {
        border-bottom: 1px solid #dddddd;
        border-right: 0;
    }
    .tab-product .nav-material.nav-tabs .nav-item .nav-link.active {
        background-color: unset;
    }
    .tab-border {
        padding-top: 0;
    }
    .payment-box .float-right {
        float: unset !important;
    }
    .payment-box button {
        margin-top: 10px;
    }
    .breadcrumb-section {
        padding: 170px 0;
    }
}
@media only screen and (max-width: 1024px) {
    .header .bg.header1 h1 {
        line-height: 50px;
    }
    .services .service .service-feature p {
        font-weight: unset;
    }
}
@media (min-width: 992px) {
    .main-menu > li > ul,
    .main-menu > li .mega-menu-container {
        display: none;
    }
    header nav ul .dropdown:before {
        right: 0;
    }
    header nav ul ul,
    header nav ul .mega-menu-container {
        position: absolute;
    }
    header nav ul .sub-menu ul {
        box-shadow: 0 0 15px #0000001a;
        z-index: 1;
        top: -5px;
        left: 100%;
        display: none;
    }
    .dropdown-main-container {
        padding: 20px 0;
    }
    .dropdown-main-container .container {
        max-width: 100%;
    }
    .dropdown-sec .dropdown,
    .dropdown-sec .dropdown-submenu {
        position: relative;
        display: inline-block;
    }
    .dropdown-sec a {
        text-transform: initial;
    }
    .dropdown-sec .right-border {
        border-right: 1px solid #eee;
    }
    .dropdown-sec .dropdown-content,
    .dropdown-sec .dropdown-content li ul {
        display: none;
        transition: 0.8s;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .dropdown-sec .drop-down-design {
        margin-top: 0;
        box-shadow: 0 0 15px #0000001a;
    }
    .dropdown-sec .dropdown-content.dropdown-size {
        min-width: 1030px;
    }
    .dropdown-sec .dropdown-content ul {
        width: 100%;
    }
    .dropdown-sec .dropdown:hover .dropdown-content {
        display: block;
        transition: 0.8s;
    }
    .dropdown-sec .dropdown-submenu {
        position: relative;
        width: 100%;
    }
    .dropdown-sec .dropdown-submenu .dropdown-menu {
        border: none;
        box-shadow: 0 0 15px #0000001a;
        top: 0;
        left: 100%;
        margin-top: -1px;
    }
    .dropdown-sec .dropdown-submenu:hover > ul {
        display: block;
        transform: translateY(-10px);
        transition: 0.8s;
    }
    .dropbtn {
        color: #054a84;
    }
    .dropbtn > i {
        margin-left: 10px;
    }
    .music.sponsor .row > div:last-child .sponsor-img,
    .music.sponsor .row > div:nth-last-child(2) .sponsor-img,
    .music.sponsor .row > div:nth-last-child(3) .sponsor-img,
    .music.sponsor .row > div:nth-last-child(4) .sponsor-img {
        margin-bottom: 0;
    }
    .res-width {
        width: 100%;
    }
    .mega-menu .mega-menu-container .row .col {
        width: 20%;
    }
    .resize {
        min-width: 600px !important;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .speaker .team-img .social ul li {
        margin-right: 10px;
    }
    .speaker .team-img .social ul li a i {
        height: 25px;
        width: 25px;
        font-size: 12px;
    }
    .agency.format .center-content.unset-height,
    .gym.format .center-content.unset-height {
        padding: 0;
    }
    .agency.footer2 .set-first,
    .gym.footer2 .set-first {
        order: -1;
    }
    .agency.footer2 .set-last,
    .gym.footer2 .set-last {
        order: 5;
        margin-top: 30px;
    }
    .saas1.testimonial .testimonial-box {
        padding: 30px 20px;
    }
    .resume.about .col-md-3 {
        padding: 0;
    }
    footer.app2 .subscribe.subscribe-2 .form-group input {
        margin-top: 15px;
    }
    footer .logo-sec .footer-logo {
        margin-bottom: 20px;
    }
    footer.gym h5 {
        padding-bottom: 35px;
    }
    .breadcrumb-section-main .breadcrumb {
        justify-content: center;
    }
    .breadcrumb-section-main .breadcrumb-text {
        text-align: center;
    }
}
@media only screen and (max-width: 991px) and (min-width: 576px) {
    .blog-sidebar .post-container {
        width: 50%;
        float: left;
    }
}
@media only screen and (max-width: 991px) {
    .mega-menu-container .row .col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    header nav .menu-head {
        color: #656565 !important;
        font-weight: 400 !important;
        border-bottom: 0 !important;
    }
    header nav .menu-head:after {
        position: absolute;
        content: "+";
        right: 20px;
    }
    .white-header header nav .main-menu > li > a {
        color: #000 !important;
    }
    .p-4col-width .p-width {
        max-width: 33.33%;
        flex: 33.33%;
        margin-bottom: 0;
    }
    .m-layout .m-width.m-4-col {
        width: 33.33%;
        max-width: 33.33%;
        flex: 0 33.33%;
    }
    .music.copyright.copyright-bg .copyright-text.text-right {
        text-align: right !important;
    }
    .music.copyright.copyright-bg .container {
        max-width: 100%;
    }
    .ecommerce.ecommerce-home .ecommerce-home-slider .owl-item,
    .ecommerce.ecommerce-home .ecommerce-home-slider .bg-size {
        min-height: 300px;
    }
    .layout-ecommerce section {
        padding: 60px 0;
    }
    .layout-ecommerce .ecommerce-footer {
        padding-top: 60px;
    }
    .ecommerce.ecommerce-home {
        padding-top: 80px;
    }
    .ecommerce-footer .col-md-12 {
        text-align: center;
        margin-bottom: 30px;
    }
    header.ecommerce .logo-erapper ~ .responsive-btn {
        position: absolute;
        right: 0;
    }
    header.ecommerce nav .top-header-right {
        margin-right: 40px;
    }
    header.ecommerce nav .top-header-right ul li {
        display: inline-block;
    }
    header.ecommerce nav .top-header-right ul li a {
        padding: 12px;
    }
    header.ecommerce nav ul.main-menu > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header nav ul li > a:hover {
        color: #000;
    }
    header.ecommerce .navbar {
        position: fixed;
    }
    .tab-product .tab-content.nav-material p {
        text-align: center;
    }
    .pricing.saas2 .price-container.price-margin {
        margin: 35px 25px;
    }
    .saas1-header .slider-logo {
        display: none;
    }
    footer .logo-sec .footer-para .para-address {
        line-height: 1.6;
    }
    .gym .trainers-slider h3 {
        font-size: 20px;
    }
    .agency.service-bg {
        padding-top: 0;
    }
    .navbar {
        display: block;
        -webkit-appearance: none;
        appearance: none;
    }
    .navbar .responsive-btn ~ ul .dropdown ~ ul,
    .navbar .responsive-btn ~ ul .dropdown ~ .mega-menu-container {
        display: none;
    }
    header nav ul li ul {
        display: none !important;
    }
    header nav ul ul li:hover a,
    header nav ul ul li:focus a,
    header nav ul ul li:active a {
        transform: translate(0);
    }
    header.yoga .logo-abs {
        left: 0;
        transform: unset;
    }
    header nav ul {
        width: 100%;
        padding: 15px 0;
    }
    header nav ul li {
        display: contents;
    }
    header nav ul li a {
        width: 100%;
        text-align: left;
        color: #054a84;
        padding: 12px 18px;
    }
    header nav ul ul {
        padding: 0 !important;
    }
    header nav ul ul li {
        padding-left: 35px !important;
    }
    header nav ul ul li a {
        color: #656565 !important;
        font-weight: 400 !important;
    }
    header nav ul .sub-menu > a:before {
        content: unset;
    }
    header nav ul .sub-menu ul {
        box-shadow: unset;
    }
    header nav ul .mega-menu .mega-menu-container {
        padding: 6px 0;
        min-width: 100%;
        box-shadow: unset;
    }
    header nav .menu-head {
        color: #000;
        margin-bottom: 0;
    }
    header .navbar {
        position: fixed;
        transition: 0.5s;
        z-index: 9;
        width: 350px;
        left: -350px;
        background: #fff;
        overflow-y: scroll;
        height: 100vh;
        top: 0;
        padding: 0;
        box-shadow: 0 0 11px #00000021;
    }
    header .responsive-btn {
        display: inline-block;
    }
    header.yoga .responsive-btn {
        padding: 12px;
    }
    header.yoga .responsive-btn a {
        color: #fff;
    }
    header .navbar .responsive-btn {
        display: block;
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid rgb(221, 221, 221);
    }
    header .navbar .responsive-btn h5 {
        text-align: right;
        font-size: calc(18px + 2 * (100vw - 300px) / 1620);
        font-weight: 500;
        cursor: pointer;
    }
    .menu-container li a:before {
        display: none;
    }
    .gym .trainers-slider.owl-carousel .owl-stage-outer,
    .yoga .trainers-slider.owl-carousel .owl-stage-outer {
        min-height: 330px !important;
    }
    .yoga.copyright hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .yoga.header .bg {
        height: unset;
    }
    .yoga.header .center-text {
        height: unset;
        min-height: 70vh;
    }
    .yoga.event .event-container .yoga-circle {
        height: 80px;
        width: 80px;
        padding: 17px 25px;
    }
    .saas2.quick-sol .set-center-div {
        min-height: unset;
    }
    .saas2.pricing .price-container .price-feature-container {
        margin-top: -100px;
    }
    .saas1.service .about-chat .service-container .feature-content hr {
        margin: 0 auto;
    }
    .saas1 .about-chat .chat-box {
        text-align: center;
    }
    .saas1 .brand-slider img {
        padding: 0 30px;
    }
    .saas1.build-bg {
        min-height: unset;
    }
    .saas1.build-bg .build-box {
        text-align: center;
    }
    .saas1.build-bg .container {
        margin-bottom: 0;
        margin-top: 0;
    }
    .saas1.testimonial .testimonial-slider .owl-carousel .owl-item .testimonial-box img {
        height: 30px;
    }
    .saas1.testimonial .testi-profile img {
        padding-left: 0;
    }
    .filter-section .filter-container {
        padding: 0 0 20px;
    }
    .header.resume .bg-pink img {
        width: 100%;
        max-height: unset;
    }
    .gym h1 {
        line-height: 1.4;
    }
    .gym .brand-slider img {
        padding: 0 15px;
    }
    .gym .about-img .format-img {
        width: unset;
    }
    .gym .borders-around .bg-black:before {
        top: -20px;
        left: -20px;
    }
    .gym .borders-around .bg-black:after {
        bottom: -20px;
        right: -20px;
    }
    .testimonial.event .rating .stars i {
        font-size: 13px;
        padding: 0;
    }
    .contact .bg-white form {
        padding: 60px 30px;
    }
    .title {
        margin-bottom: 25px;
    }
    .schedule .event-container {
        padding-right: 30px;
        max-height: 400px;
    }
    .event .event-content .container {
        max-width: unset;
    }
    .wedding .wedding-time {
        margin-bottom: 0;
    }
    .wedding .simple-text {
        text-align: center;
        background-color: #ffffffe6;
        padding: 50px;
    }
    .wedding .simple-text .rightfadediv {
        margin: 0 auto;
    }
    .wedding .simple-text * {
        animation: none !important;
    }
    .wedding.bg.attend-bg {
        padding-bottom: 100px;
    }
    .wedding .wedding-banner .text-container .couple-text {
        margin-bottom: 15px;
    }
    .wedding .wedding-banner .text-container .couple-text .banner-text {
        font-size: 50px;
    }
    .wedding .wedding-banner .text-container .couple-text .banner-text.small {
        font-size: 40px;
    }
    .wedding .wedding-banner .text-container .address {
        font-size: 13px;
        margin-top: 5px;
    }
    .wedding .wedding-banner .text-container .place {
        font-size: 20px;
    }
    footer.footer2.saas2 {
        background-position: left;
        margin-top: -170px;
    }
    .testimonial.saas2 .testimonial-msg {
        width: 80px;
    }
    .testimonial.saas2 .testimonial-msg .msg-box {
        width: 40px;
        height: 40px;
        right: -20px;
    }
    .testimonial.saas2 .testimonial-msg .msg-box img {
        width: 25px !important;
    }
    .breadcrumb-section .breadcrumb {
        justify-content: center;
    }
    .breadcrumb-section .breadcrumb-text {
        text-align: center;
    }
    .saas2.quick-sol .set-center-div .saas2.services .saas2-services .row .service-container:nth-child(n + 4) {
        margin-top: 30px;
    }
    .saas2 .offers-container .offers-content .offer-main-text {
        margin-bottom: 0;
    }
    .saas2 .offers-container .bottom-border {
        margin-bottom: 30px;
    }
    .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:before {
        width: calc(100% + 0px);
        bottom: -11px;
        left: 0;
    }
    .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:after {
        bottom: 2px;
    }
    .slider-container {
        width: 60%;
        margin: 0 auto;
    }
    .slider-container .trainers-slider .item {
        margin: 0 40px;
    }
    .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item img {
        border: 10px solid #ffffff;
    }
    .blog-sidebar .sidebar-container .post-container:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
    .about.app1 .counters img {
        margin-bottom: 15px;
        height: 35px;
    }
    .about.app1 .counters .abouts {
        padding: 25px 0;
    }
    .about.app1 h3 {
        margin-bottom: 0;
    }
    .app2.team .team-slider .team-container {
        padding: 25px 10px;
    }
    .app2.brand-sliders {
        padding-bottom: 45px;
    }
    .blog-sec.blog.sider .container {
        margin-bottom: 0;
    }
    .blog-sec.blog .container.no-side {
        margin-bottom: -28px;
    }
    .blog-sec .blog-side {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px dotted #dbdbdb;
    }
    .cart-section .cart-table thead th:last-child,
    .wishlist-section .cart-table thead th:last-child {
        display: none;
    }
    .cart-section tbody tr td,
    .wishlist-section tbody tr td {
        min-width: 135px;
    }
    .cart-section tbody tr td:last-child,
    .wishlist-section tbody tr td:last-child {
        display: none;
    }
    .cart-section .cart-buttons > div:last-child,
    .wishlist-section .cart-buttons > div:last-child {
        padding-right: 15px;
    }
    .cart-section tfoot tr td,
    .wishlist-section tfoot tr td {
        padding-right: 0;
    }
    .portfolio-section .portfolio-text .head-text {
        line-height: 60px;
    }
    .login-page .right-login {
        margin-top: 20px;
    }
    .team-sec.team-grid .text-center.d-flex {
        display: block !important;
    }
    .payment-box button {
        margin-top: 0;
        margin-left: 10px;
    }
    footer {
        padding: 20px 0 0;
    }
    .p-t-100 {
        padding-top: 60px !important;
    }
    .p-b-100 {
        padding-bottom: 60px !important;
    }
    .pricing .price-container .feature-icon:before {
        font-size: 40px;
    }
    .videos .video-description h3 {
        margin-bottom: 20px;
    }
    .videos .video-description p {
        margin-bottom: 15px;
    }
    .m-t-40 {
        margin-top: 30px;
    }
    .m-b-40 {
        margin-bottom: 30px;
    }
    .m-t-50 {
        margin-top: 35px;
    }
    header.top-logo .logo-sec.text-center {
        text-align: left !important;
    }
    header.gym nav ul li > a:hover {
        color: #000;
    }
    header.agency nav ul li > a:hover {
        color: #10266b;
    }
    header.app1 nav ul li > a:hover {
        color: #054a84;
    }
    header.app2 nav ul li > a:hover {
        color: #054a84;
    }
    header.event nav ul li > a:hover {
        color: #054a84;
    }
    header.music nav ul li > a:hover {
        color: #054a84;
    }
    header.wedding nav ul li > a:hover {
        color: #054a84;
    }
    header.yoga nav ul li > a:hover {
        color: #054a84;
    }
    .header .bg {
        height: 650px;
    }
    .header.saas1 .bg {
        height: 500px;
    }
    .header.saas1 .center-text {
        height: 437px;
        margin-top: 55px;
    }
    .header .center-text {
        height: 587px;
        margin-top: 63px;
    }
    .header .header-text {
        margin-bottom: 30px;
    }
    .header .header-top-line {
        margin-bottom: 35px;
    }
    .header .set-square .left {
        height: 250px;
    }
    .header .set-square .left:before {
        width: 250px;
    }
    .header .set-square .right {
        width: 250px;
    }
    .header .right-line {
        left: calc(50% + 125px);
        height: 260px;
    }
    .header ul li a i {
        font-size: 25px;
        color: #054a84;
        display: flex;
        height: 48px;
        width: 48px;
    }
    .header .rotate {
        top: 50%;
        right: 12%;
        transform: translateY(-50%) rotate(45deg);
    }
    .header .rotate img {
        width: 250px;
    }
    .header .squares {
        display: none;
    }
    .header.app2 .img-mobile {
        position: relative;
        text-align: right;
        margin-right: -50px;
    }
    .header.app2 .img-mobile .headaer-image {
        width: unset;
        height: 500px;
        margin-top: 10px;
    }
    .header .wave-orange {
        display: none;
    }
    .header .bg.app2-header .header-text {
        padding-bottom: 10px;
    }
    .header .event-content .h1-margin {
        margin-bottom: 25px;
    }
    .header .event-content .header-sub-text {
        margin-bottom: 20px;
    }
    .header .event-content .set-bottom {
        bottom: 15px;
    }
    .header .event-content .counter-container h2 {
        margin-top: -9px;
    }
    .header .header8-content .slider-1 .owl-nav {
        display: none;
    }
    .header .saas2-content .bottom-content {
        bottom: 3%;
    }
    .header .saas2-content .set-abs .img-dextop {
        display: none;
    }
    .header .saas2-content .center-text div {
        text-align: center;
        width: 100%;
    }
    .header .saas2-content .center-text .link-horizontal ul {
        justify-content: center;
    }
    .header .saas2-content .center-text .header-text {
        margin-bottom: 25px;
    }
    .header .saas2-content .center-text .header-sub-text {
        margin-bottom: 20px;
    }
    .header .saas2-content .move-right-left,
    .header .saas2-content .move-up-down {
        display: none;
    }
    .header.saas2 h1 {
        margin-top: -20px;
        margin-bottom: 0;
    }
    .header .bg.gym-header .header-sub-text {
        padding: 0;
    }
    .about.app1 .mobile.mobile-img {
        display: none;
    }
    .about.app1 .set-padding {
        padding: 0 15px;
    }
    .app1 p {
        line-height: 26px;
    }
    .app1.screenshot .container {
        margin-bottom: 0;
    }
    .app1.screenshot .screen-container {
        display: none;
    }
    .app1.screenshot .swiper-container .swiper-wrapper .swiper-slide img {
        height: auto;
        width: auto;
    }
    .app1.services .service {
        padding: 30px 15px;
    }
    .app1.services .service .img-block {
        margin-bottom: 7px;
    }
    .app1.services .service .img-block img {
        height: 45px;
    }
    .app2 h1 {
        line-height: 42px;
    }
    .app2 .abouts .set-border {
        margin-bottom: 25px;
    }
    .app2 .abouts .logo {
        height: 100px;
    }
    .app2 h4 {
        margin-bottom: 15px;
    }
    .app2.quality .set-height {
        min-height: unset;
    }
    .app2.quality .set-height .mobile1,
    .app2.quality .set-height .mobile2 {
        width: auto;
        top: -23px;
        height: 350px;
    }
    .app2.services .service {
        padding: 30px 18px;
    }
    .app2.services .img-block {
        margin-bottom: 25px;
    }
    .app2 .borders-before {
        margin-bottom: 15px;
    }
    .app2.format .format-head-text {
        margin-bottom: 35px;
    }
    .app2.format .format-sub-text {
        margin-bottom: 20px;
    }
    .app2.format .m-t-50 {
        margin-top: 24px;
    }
    .title .title-img {
        margin-bottom: 15px;
    }
    .title.title2 h6.main-text {
        margin-bottom: 12px;
    }
    .title.title2 .sub-title {
        line-height: 40px;
        margin-bottom: 15px;
    }
    .title.title2 .title-text {
        line-height: 40px;
    }
    .pricing.app1 .price-container .service-feature .pricing-img {
        margin-bottom: 20px;
    }
    .pricing.app1 .price-container .price-feature-container {
        padding: 30px 0 80px;
    }
    .pricing.app1 .price-container .price-feature-container .price-value {
        margin-bottom: 25px;
    }
    .pricing.app1 .price-container .price-features {
        margin-bottom: 20px;
    }
    .pricing.app1 .price-container .price-features .price-feature {
        margin-bottom: 10px;
    }
    .pricing.app2 .price-container .service-feature {
        padding: 35px 0;
    }
    .pricing.app2 .price-container .service-feature .pricing-img {
        margin-bottom: 20px;
    }
    .pricing.app2 .price-container .price-feature-container {
        padding: 35px 0;
    }
    .pricing.app2 .format .format-head-text {
        margin-bottom: 35px;
    }
    .pricing.app2 .format .format-head-text .about-font-header {
        font-size: 220%;
    }
    .pricing.app2 .format .format-sub-text {
        margin-bottom: 35px;
    }
    .pricing.service-2 .service-feature {
        padding: 40px 0 20px;
    }
    .pricing.service-2 .service-feature img {
        height: 50px;
    }
    .pricing.service-2 .service-feature2 {
        padding: 40px 0;
    }
    .pricing.service-2 .service-feature2 .features h6 {
        margin-bottom: 15px;
    }
    .pricing.service-2 .service-feature2 .price span {
        font-size: 45px;
    }
    .m-b-30 {
        margin-bottom: 20px;
    }
    .m-b-45 {
        margin-bottom: 25px;
    }
    .m-t-50 {
        margin-top: 30px;
    }
    .m-b-35 {
        margin-bottom: 22px;
    }
    .download .information p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .borders-before {
        margin-bottom: 25px;
    }
    .app2 .icon-collection .about-icon .center-content img {
        max-height: 35px;
        max-width: 35px;
    }
    .event .icon-collection .about-icon,
    .music .icon-collection .about-icon,
    .gym .icon-collection .about-icon,
    .yoga .icon-collection .about-icon {
        margin: 0 12px;
    }
    .event .icon-collection .about-icon a img,
    .music .icon-collection .about-icon a img,
    .gym .icon-collection .about-icon a img,
    .yoga .icon-collection .about-icon a img {
        width: 25px;
    }
    .event.booking .form-inline,
    .music.booking .form-inline {
        display: block;
    }
    .event.booking .form-inline .col + .col,
    .music.booking .form-inline .col + .col {
        margin-top: 15px;
    }
    .event.booking .btn-default,
    .music.booking .btn-default {
        padding: 15px 40px;
    }
    .app2.about {
        padding-top: 60px;
    }
    .app2.about .set-height {
        min-height: 535px;
    }
    .app2.about .set-height .mobile1 {
        width: 300px;
    }
    .event .title.title3 .main-title {
        margin-bottom: 20px;
    }
    .event .title.title3 .sub-title p {
        line-height: 1.6;
    }
    .event .count h2 {
        font-size: 260%;
    }
    .gym .owl-carousel.trainers-slider.owl-carousel .owl-item.active.center .trainers-info,
    .yoga .owl-carousel.trainers-slider.owl-carousel .owl-item.active.center .trainers-info {
        padding-top: 20px;
    }
    .gym .gym-about-slider {
        text-align: center;
    }
    .gym .gym-about-slider .icon-collection {
        justify-content: center;
    }
    .gym h1 {
        margin-top: -11px;
    }
    .gym.format .text-right {
        text-align: center !important;
    }
    .gym.format .borders-before {
        margin-bottom: 5px;
    }
    .gym.format .format-head-text {
        margin-bottom: 25px;
    }
    .gym.format .format-head-text .about-font-header {
        font-size: 260%;
    }
    .gym.format .format-sub-text {
        margin-bottom: 30px;
    }
    .gym.format .format-sub-text .about-para {
        margin-bottom: 22px;
    }
    .gym .calculate-bmi tr td {
        font-size: 14px;
        padding: 15px 0 15px 40px;
    }
    .music .img-height img {
        width: 600px;
    }
    .music.header .music-content .center-text {
        height: 445px;
        margin-top: 58px;
    }
    .music .audioplayer {
        padding: 28px;
    }
    .music div .album-list {
        padding: 35px 15px;
        margin-bottom: 30px;
    }
    .music div .album-list .list-head {
        margin-bottom: 22px;
    }
    .music div .album-list .item-sublist {
        font-weight: 300;
    }
    .music.artist .album-artist .cds {
        top: 85%;
        transform: translate(-50%, -35%);
    }
    .music.artist .artist-text p.text-para {
        font-size: 125%;
    }
    .music.format .format-small-text {
        margin-bottom: 4px;
    }
    .music.format .hash-video {
        font-size: 12px;
    }
    .music.format .format-head-text {
        margin-bottom: 8px;
    }
    .music.format .format-head-text .about-font-header {
        font-size: 220%;
    }
    .music.format .format-sub-text,
    .music.format .format-sub-text .sub-heading {
        margin-bottom: 25px;
    }
    .music.format .format-sub-text .sub-heading .sub-small-text {
        font-size: 14px;
    }
    .music.format .format-sub-text .sub-para {
        font-size: 12px;
    }
    .music.format .link-horizontal ul li a.icon-btn i {
        font-size: 14px;
        height: 45px;
        width: 45px;
    }
    .music.format .watch {
        font-size: 95%;
    }
    .music.format .m-b-40 {
        margin-bottom: 15px;
    }
    .music .form-footer .form-group input,
    .music .form-footer .form-group textarea {
        padding: 15px 20px;
        font-size: 14px;
    }
    .music .form-footer .form-group::-webkit-input-placeholder {
        font-size: 14px;
    }
    .music .form-footer .form-group::-moz-placeholder {
        font-size: 14px;
    }
    .music .form-footer .form-group:-ms-input-placeholder {
        font-size: 14px;
    }
    .music .form-footer .form-group:-moz-placeholder {
        font-size: 14px;
    }
    .music .left-side {
        padding-left: 50px;
        top: 50%;
    }
    .music .right-side {
        padding-right: 50px;
        top: 50%;
    }
    .music .img-height {
        height: unset;
    }
    .music .img-height img {
        padding-top: 50px;
        position: unset;
        width: 800px;
    }
    .music h2 {
        margin-top: -10px;
    }
    .music div .album-list {
        margin-right: 0;
        margin-left: 0;
    }
    .music .cd-animation {
        height: 290px;
    }
    .agency.header .btn-default {
        padding: 12px 16px;
    }
    .agency.header .header-top-line {
        margin-bottom: 20px;
    }
    .agency.header .header-sub-text {
        margin-bottom: 25px;
    }
    .agency.header .header-sub-text p {
        line-height: 22px;
        letter-spacing: 1px;
    }
    .agency.header .circle-container {
        display: none;
    }
    .agency.header .center-text {
        margin-left: 20px;
    }
    .agency.header .girl-boy {
        right: 4%;
    }
    .agency.header .girl-boy img {
        width: 370px;
    }
    .agency.blog .m-r-25 {
        margin-right: 15px;
    }
    .agency.blog .m-r-10 {
        margin-right: 5px;
    }
    .agency.footer2 .link-horizontal ul li {
        padding-right: 5px;
    }
    .agency.footer2 .link-horizontal ul li.borders-right {
        margin-right: 5px;
    }
    .agency.footer2 .link-horizontal ul li:last-child {
        padding-right: 0;
    }
    .agency.footer2 .list ul li {
        padding-right: 5px;
        padding-left: 0;
    }
    .agency.footer2 .list ul li:last-child {
        padding-right: 0;
    }
    .agency.footer2 .footer-contant .footer-headings {
        padding-bottom: 35px;
    }
    .agency.agency-content .agency-header-center-container {
        margin-bottom: 30px;
    }
    .agency.agency-content .agency-para {
        margin-bottom: 25px;
    }
    .agency.agency-content .about-img {
        width: 160px;
    }
    .agency.agency-content .blue-img {
        width: 390px;
        left: -25%;
    }
    .agency.testimonial-bg {
        background-position: inherit;
    }
    .agency .para2 {
        letter-spacing: 1px;
    }
    .agency .icon-collection .about-icon {
        margin-bottom: 25px;
    }
    .agency .icon-collection .about-icon a {
        padding: 25px 5px;
    }
    .agency .icon-collection .about-icon a img {
        margin-bottom: 15px;
        height: 40px;
    }
    .agency.testimonial .testimonial-slider .owl-nav {
        top: unset;
        bottom: -40px;
        right: 50%;
        transform: translate(50%);
    }
    footer.footer2.agency .brand-container {
        padding: 15px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .wedding.header .center-text {
        height: 585px;
        margin-top: 65px;
    }
    .wedding.header .wedding-content .girl {
        left: 0;
    }
    .wedding.header .wedding-content .girl img {
        width: 520px;
    }
    .wedding.header .wedding-content .logo-h1 {
        height: 120px;
        margin-left: 0;
    }
    .wedding .event-content.wedding-content {
        margin-bottom: 20px;
    }
    .wedding.blog .owl-theme .owl-dots {
        margin-top: 30px !important;
    }
    .wedding .title .title-img {
        height: 25px;
    }
    .yoga.header .yoga-content .right-way {
        margin-top: 0;
    }
    .yoga.header .header-text,
    .yoga.header .header-sub-text {
        margin-bottom: 16px;
    }
    .yoga.header .girl {
        display: none;
    }
    .yoga.header .text-right {
        text-align: center !important;
    }
    .yoga.header .header-sub-text p {
        padding: 0 120px;
        line-height: 25px;
        letter-spacing: 1px;
    }
    .yoga .meter {
        margin-top: 25px;
    }
    .yoga .meter span {
        height: 32px;
    }
    .yoga.format .format-head-text {
        margin-bottom: 15px;
    }
    .yoga.format .format-head-text .about-font-header {
        font-size: 235%;
    }
    .yoga.format .format-sub-text,
    .yoga.format .format-sub-text .about-para {
        margin-bottom: 25px;
    }
    .yoga.format .girl-img-container {
        min-height: unset;
    }
    .yoga.format .girl-img-container .girl-yoga {
        width: 400px;
    }
    .yoga.testimonial .testimonial-info .testimonial-para {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .yoga.event .event-container {
        margin-bottom: 50px;
    }
    .yoga.event .event-container .circle {
        padding: 12px;
    }
    .yoga.event .event-container .event-info {
        margin-left: 20px;
    }
    .yoga.event .event-container .event-info .address {
        margin-bottom: 10px;
    }
    .yoga.format .experience-container {
        min-height: 360px;
    }
    .yoga.format .experience-container .exp-img {
        width: 500px;
    }
    .resume .title.title2 .title-text {
        line-height: 1.4;
    }
    .resume.about .border-container {
        margin: 5px 0;
    }
    .resume.services .p-l-0 {
        padding-left: 15px;
    }
    .saas1.service .about-chat .chat-box img {
        height: 60px;
    }
    .saas1.build-bg .build-right-slider {
        display: none;
    }
    .saas1.build-bg .build-box .build-head {
        margin-bottom: 30px;
    }
    .saas1.build-bg .build-box ul {
        margin-top: 25px;
    }
    .saas1.build-bg .build-box ul li {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: normal;
    }
    .saas1.build-bg .sync1 .item {
        margin: 0;
    }
    .saas1.howitwork .work-tab .nav-pills .nav-link {
        padding: 0 25px;
    }
    .saas1.howitwork .work-tab .nav-pills .nav-link img {
        height: 35px;
    }
    .saas1.pricing .btn-default {
        padding: 11px 35px;
    }
    .saas1.pricing .pricing__switcher {
        margin: 0 auto 70px;
    }
    .saas1.pricing .plan-box .price-box {
        padding: 20px;
    }
    .saas1.pricing .plan-box .price-box h4.no-weight {
        margin: 15px 0 10px;
    }
    .saas1.pricing .plan-box .price-box ul {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .saas1.pricing .plan-box .price-box ul li {
        margin-bottom: 5px;
    }
    .saas1.testimonial .video-box {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .saas1.testimonial .video-box img {
        position: relative;
        padding: 150px;
        justify-content: center;
        display: flex;
    }
    .saas1.testimonial .testimonial-slider {
        margin-top: 20px;
    }
    .saas1.testimonial .testimonial-slider .owl-theme .owl-dots {
        display: none;
    }
    .saas1.subscribe .media {
        display: block;
    }
    .saas1.subscribe .media img {
        height: 50px;
        display: flex;
        margin: 0 auto 10px;
    }
    .saas1.subscribe .media .media-body {
        text-align: center;
    }
    .saas1.subscribe .subscribe-input {
        margin-top: 30px;
    }
    .saas1.subscribe .subscribe-input form,
    .saas1.subscribe .subscribe-input .text {
        justify-content: center;
    }
    .saas1.subscribe h6 {
        margin-top: 5px;
    }
    .saas2 .set-center-div {
        min-height: unset;
    }
    .saas2 .set-center-div .side-img {
        display: none;
    }
    .saas2.laptop-slider .slider-container .center-img img {
        height: 246px;
        width: 442px;
    }
    .saas2.feature {
        margin-bottom: -30px;
    }
    .saas2.feature .center-content {
        margin-bottom: 30px;
    }
    .saas2.feature .center-content img {
        height: 30px;
    }
    .saas2.feature .center-content .feature-content {
        margin-left: 15px;
    }
    .saas2.services .saas2-services .row .service-container:nth-child(n + 4) {
        margin-top: 30px;
    }
    .copyright .link-horizontal ul li {
        padding-right: 10px;
    }
    .copyright .copyright-text.text-right {
        text-align: center !important;
    }
    .collection-filter {
        position: fixed;
        height: 100vh;
        top: 0;
        left: -350px;
        background-color: #fff;
        z-index: 999;
        overflow-y: scroll;
        padding: 0 0 15px 15px;
        max-width: 350px;
        transition: all 0.5s ease;
        box-shadow: 1px 0 5px #ddd;
    }
    .dropdown-sec .dropdown-content .dropdown-main-container {
        padding: 0;
    }
    .dropdown-sec .dropdown-content.dropdown-size {
        min-width: unset;
    }
    .dropdown-sec .menu-head {
        font-size: 13px;
        color: #000;
        border-bottom: 1px solid #f1f1f1;
        background: #eeeeee !important;
        margin-bottom: 0;
    }
    .dropdown-sec .drop-down-design {
        box-shadow: none;
    }
    .dropdown-sec ul li {
        transition: 0.6s;
        background: #f0eeee;
        border-bottom: 1px solid #eeeeee;
    }
    .mega-menu-container .container {
        margin: 0;
    }
    .loding-header {
        padding: 10px 0;
    }
    footer.app2 section .container .row div:nth-child(3),
    footer.app2 section .container .row div:nth-child(4) {
        margin-top: 30px;
    }
    footer.app2 section .container .row div:nth-child(3) h5,
    footer.app2 section .container .row div:nth-child(4) h5 {
        padding-bottom: 25px;
    }
    footer.saas1 h5 {
        padding-bottom: 40px;
    }
    .p-b-160 {
        padding-bottom: 120px;
    }
    .sub-menu-title {
        font-weight: 500;
    }
    .login-page .authentication-right {
        height: auto;
    }
    .testimonial .testimonial-slider .media .media-body {
        padding: 0 30px;
        height: 100%;
        align-self: center;
    }
    .testimonial .testimonial-slider .media .media-body p {
        margin-bottom: 0;
    }
    .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(2n) .media {
        border-left: none;
        padding-left: 0;
    }
    .blog-detail-page .blog-advance ul {
        margin-bottom: 20px;
    }
    .blog-detail-page .blog-advance p:last-child {
        margin-bottom: 0;
    }
    .top-banner-content h4 {
        font-size: 20px;
    }
    .collection-product-wrapper .product-top-filter {
        border-top: none;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        border-top: 1px solid #dddddd;
        text-align: left;
        padding: 21px 34px;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
        display: none;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
        display: none !important;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        width: 100% !important;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
        right: 15px !important;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
        border-left: 1px solid #dddddd;
        padding: 21px 34px;
        border-top: none;
        border-bottom: none;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
        border-right: none !important;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
        border-top: 1px solid #dddddd;
    }
    .filter-main-btn {
        display: block;
    }
    .collection-filter {
        position: fixed;
        height: 100vh;
        top: 0;
        left: -350px;
        background-color: #fff;
        z-index: 9999;
        overflow-y: scroll;
        padding: 0 0 15px 15px;
        max-width: 350px;
        transition: all 0.5s ease;
        box-shadow: 1px 0 5px #ddd;
    }
    .collection-filter .collection-sidebar-banner {
        text-align: center;
    }
    .collection-filter .theme-card {
        padding-left: 30px;
        padding-right: 30px;
    }
    .collection-filter .collection-sidebar-banner {
        padding: 0 30px;
    }
    .collection-filter-block {
        border: none;
    }
    .collection-mobile-back {
        display: block;
    }
    .collection .section-t-space {
        padding-top: 30px;
    }
    .collection .partition-collection > div:nth-last-child(1) {
        margin-top: 30px;
    }
    .collection .partition-collection > div:nth-last-child(2) {
        margin-top: 30px;
    }
    .right-login {
        margin-top: 30px;
    }
    .contact-page .map iframe {
        height: 350px;
    }
    .contact-page .contact-right {
        padding-bottom: 0;
    }
    .contact-page .contact-right ul li {
        padding-left: 0;
        border-bottom: 1px solid #dddddd;
        text-align: center;
        padding-bottom: 10px;
        margin-top: 15px;
    }
    .contact-page .contact-right ul li .contact-icon {
        position: relative;
        margin: 0 auto;
        border-right: 0;
    }
    .contact-page .contact-right ul li p {
        margin-bottom: 10px;
    }
    .cart-section .cart-table thead th:last-child {
        display: none;
    }
    .cart-section tbody tr td {
        min-width: 135px;
    }
    .cart-section tbody tr td:last-child {
        display: none;
    }
    .cart-section .cart-buttons > div:last-child {
        padding-right: 15px;
    }
    .cart-section tfoot tr td {
        padding-right: 0;
    }
    .wishlist-section tbody tr td {
        min-width: 138px;
    }
    .product-right h2 {
        margin-top: 15px;
    }
    .product-right .payment-card-bottom .d-flex {
        justify-content: center;
    }
    .product-right {
        text-align: center;
        margin: 20px 0 10px;
    }
    .product-right .detail-section,
    .product-right .product-icon,
    .product-right .product-description .qty-box {
        justify-content: center;
    }
    .product-right .timer {
        text-align: left;
    }
    .product-right .product-icon .product-social li {
        padding-right: 20px;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
        width: 55%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        margin-bottom: 20px;
        background: none #000;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
        text-align: left;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup > a {
        color: #fff;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
        height: 100vh;
        left: -350px;
        transition: all 0.5s ease;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .search-count {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view,
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
        display: none;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
        width: 50%;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        top: 13px;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        left: unset;
        right: 35px;
    }
    .tab-product {
        padding-top: 0;
    }
    .tab-product .nav-material.nav-tabs {
        justify-content: center;
    }
    .pro_sticky_info {
        border: none;
        padding: 10px 0;
    }
    .product-form-box {
        margin-bottom: 10px;
    }
    .dashboard-left {
        position: fixed;
        height: 100vh;
        top: 0;
        left: -350px;
        background-color: #fff;
        z-index: 99;
        padding: 0 35px 35px;
        max-width: 350px;
        transition: all 0.5s ease;
        box-shadow: 0 0 8px #ddd;
    }
    .dashboard-left .block-title h2 {
        display: none;
    }
    .dashboard-left .block-content {
        border: none;
        padding: 0;
        margin-top: 20px;
    }
    .dashboard-left .block-content ul li:hover {
        padding-left: 0;
    }
    .account-sidebar {
        display: block;
    }
    .typography_section .row > div:first-child .typography-box:last-child {
        margin-bottom: 30px;
    }
    .product-slick .slick-prev,
    .product-slick .slick-next,
    .rtl-product-slick .slick-prev,
    .rtl-product-slick .slick-next,
    .product-right-slick .slick-prev,
    .product-right-slick .slick-next,
    .rtl-product-right-slick .slick-prev,
    .rtl-product-right-slick .slick-next {
        opacity: 1;
    }
    .product-slick .slick-prev,
    .rtl-product-slick .slick-prev,
    .product-right-slick .slick-prev,
    .rtl-product-right-slick .slick-prev {
        left: 20px;
    }
    .product-slick .slick-next,
    .rtl-product-slick .slick-next,
    .product-right-slick .slick-next,
    .rtl-product-right-slick .slick-next {
        right: 20px;
    }
    .order-up {
        order: -1;
    }
    .bundle .bundle_img {
        justify-content: center;
    }
    .bundle .bundle_detail .theme_checkbox {
        padding: 0 20%;
    }
    .checkout-page .checkout-form .checkout-details {
        margin-top: 30px;
    }
    .custom-scroll.header-absolute.loding-header .responsive-btn a i {
        color: #fff !important;
    }
    .portfolio-metro h1 {
        font-size: 35px;
        margin-bottom: 0;
    }
    .product-title.size-text {
        text-align: left;
    }
    .image-swatch {
        justify-content: center;
    }
    .breadcrumb-section-main.inner-2 .breadcrumb-contain > div {
        width: 40%;
    }
    .breadcrumb-section-main.inner-2 .breadcrumb-contain > div:last-child {
        width: 60%;
    }
    .opensubmenu,
    .openSubChildMenu {
        display: block !important;
    }
    .overlay-sidebar {
        visibility: hidden;
        opacity: 0;
        background-color: #212331;
        position: fixed;
        z-index: 4;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 1s;
    }
    .overlay-sidebar.overlay-sidebar-open {
        opacity: 0.8;
        visibility: visible;
    }
    .overlay-sidebar-header {
        visibility: hidden;
        opacity: 0;
        background-color: #212331;
        position: fixed;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 1s;
    }
    .overlay-sidebar-header.overlay-sidebar-header-open {
        opacity: 0.8;
        visibility: visible;
    }
}
@media only screen and (min-width: 768px) {
    .blog-sec.blog-list .blog-agency .blog-contain .blog-info {
        padding-top: 0;
    }
    .blog-sec.blog-list .blog-agency .blog-contain .blog-img {
        border: 1px solid #f3f3f3;
    }
    .blog-sec.blog-list .blog-agency .blog-info {
        padding: 0 !important;
    }
    .blog-sec.blog-list .blog-agency .btn-bottom {
        margin-top: 18px;
    }
    .blog-sec.blog-list .blog-agency .btn-bottom .btn-default {
        padding-left: 28px;
        margin: unset;
        transform: unset;
    }
    .blog-sec.blog-list .img-container {
        padding: 15px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .product-box:hover .cart-wrap button,
    .product-wrap:hover .cart-wrap button {
        animation: none !important;
    }
    .product-box:hover .cart-wrap a i,
    .product-wrap:hover .cart-wrap a i {
        animation: none;
    }
    .p-3col-width .p-width {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
    }
    .p-4col-width .p-width {
        max-width: 50%;
        flex: 50%;
        margin-bottom: 0;
    }
    .m-layout .m-width.m-3-col,
    .m-layout .m-width.m-4-col {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        margin-bottom: 0;
    }
    header.nav-lg {
        padding: 0.2rem 1rem;
    }
    .header .bg {
        height: auto;
    }
    .ecommerce-footer .footer-end {
        text-align: center;
    }
    .ecommerce-footer .sub-footer {
        margin-top: 40px;
    }
    .ecommerce-footer .payment-card-bottom {
        text-align: center;
        margin-top: 10px;
    }
    .ecommerce-footer .footer-theme > .col {
        flex-basis: auto;
        width: 100%;
    }
    .ecommerce-footer h4 {
        margin-bottom: 0;
    }
    .ecommerce-footer .footer-mobile-title {
        display: block;
        padding-top: 0;
    }
    .ecommerce-footer .col-md-12 {
        text-align: left;
        margin-bottom: 0;
    }
    .banner-three > div + div {
        margin-top: 30px;
    }
    .portfolio-section .col-12.m-b-50 {
        margin-bottom: 0 !important;
    }
    .team-grid .speker-container .d-flex {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .team-grid .employee h5,
    .team-grid .employee h6 {
        width: 100%;
    }
    .team-grid .employee p {
        text-align: center;
    }
    .animated-bg i {
        height: 40px;
        width: 40px;
    }
    .event.team-grid .team-para {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .saas2.pricing h6 {
        line-height: 1.8;
    }
    .pricing.yoga .owl-theme .owl-dots,
    .pricing.saas2 .owl-theme .owl-dots {
        margin-top: 20px !important;
    }
    .saas1.faq .faq-block h6.link {
        margin-top: 20px;
    }
    .music .link-horizontal,
    .saas1.footer2 {
        padding-bottom: 10px;
    }
    .m-b-25 {
        margin-bottom: 15px;
    }
    footer .footer-title.mobile-title h3 {
        line-height: 1.4;
    }
    .event.contact .iframe-container,
    .event.contact .bg-white {
        border-radius: 15px;
    }
    .portfolio-section.portfolio-creative .my-auto {
        padding: 20px !important;
    }
    .portfolio-section.portfolio-creative.creative2 .set-order {
        order: 2;
    }
    .portfolio-metro h1 {
        letter-spacing: 0;
        margin-bottom: 20px;
    }
    .coming-soon .container-fluid,
    .coming-soon .container-sm,
    .coming-soon .container-md,
    .coming-soon .container-lg,
    .coming-soon .container-xl {
        padding: 0 15px !important;
    }
    .coming-soon .set-bg-img {
        position: absolute;
        height: 100%;
    }
    .coming-soon .set-bg-img .bg-coming-soon {
        height: 100%;
    }
    .coming-soon .bg-black {
        background: rgba(0, 0, 0, 0.67);
    }
    .blog .img-container .blog-info {
        text-align: center;
    }
    .blog .img-container .blog-info .social-list ul {
        justify-content: center;
    }
    .wedding.format .format-head-text,
    .wedding.format .format-sub-text .about-para {
        margin-bottom: 10px;
    }
    .wedding.copyright {
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }
    .yoga .subscribe .d-flex,
    .app1 .subscribe .d-flex {
        display: block !important;
    }
    .yoga .subscribe .d-flex .form-control,
    .app1 .subscribe .d-flex .form-control {
        padding: 17px 35px;
    }
    .copyright.resume hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    header.wedding {
        border-radius: 0;
    }
    .wedding .subscribe .d-flex {
        display: block !important;
    }
    .wedding .subscribe .d-flex .btn-default {
        margin: 0 auto;
    }
    .center-text {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .saas1.pricing .plan-box .price-box {
        padding: 40px;
    }
    .subscribe .form-group input {
        margin-bottom: 15px;
    }
    .filter-section .filter-container ul.filter > li {
        text-decoration: line-through;
        padding: 0 8px;
    }
    .filter-section .filter-container ul.filter > li a {
        line-height: 1;
    }
    .filter-section .filter-container ul.filter > li.active {
        background-color: transparent;
        text-decoration: none;
    }
    .filter-section .filter-container ul.filter > li.active a {
        color: #000;
    }
    .testimonial.gym .testimonial-para,
    .testimonial.music .testimonial-para,
    .testimonial.wedding .testimonial-para,
    .testimonial.yoga .testimonial-para,
    .testimonial.agency .testimonial-para {
        margin-bottom: 20px !important;
    }
    .testimonial.gym .testimonial-info,
    .testimonial.music .testimonial-info,
    .testimonial.wedding .testimonial-info,
    .testimonial.yoga .testimonial-info,
    .testimonial.agency .testimonial-info {
        margin-top: 30px !important;
        padding: 0 10px !important;
    }
    footer.footer2.saas2 {
        margin-top: 0;
    }
    .event.subscribe .form-control {
        margin-bottom: 30px;
    }
    .event.about .text-right {
        width: 50%;
        margin: 0 auto;
    }
    .event.contact .p-r-0,
    .event.contact .p-l-0 {
        padding: 0 !important;
    }
    .event.contact .map {
        margin-bottom: 20px;
    }
    .subscribe.yoga .button-primary {
        right: unset;
    }
    .subscribe .subscribe-2 {
        padding-top: 30px;
    }
    .app2 .subscribe .subscribe {
        margin-top: 30px;
    }
    .app2 .subscribe .form-group .button-primary .btn {
        border: 1px solid #fff;
        padding: 10px 20px;
        margin-top: 20px;
    }
    .app2 .subscribe .form-group .icon {
        top: 35px;
    }
    .app2.brand-sliders {
        padding-bottom: 60px;
    }
    .agency.blog .blog-agency .blog-contain .img-container .blog-info {
        text-align: center;
        padding: 15px;
    }
    .agency.blog .blog-agency .blog-contain .img-container .blog-info > .d-flex {
        display: block !important;
    }
    .agency.blog .blog-agency .blog-contain .img-container .blog-info > .d-flex > div {
        margin-bottom: 5px;
    }
    .agency.blog .blog-agency .blog-contain .img-container .blog-info .m-b-20 {
        margin-bottom: 10px !important;
    }
    .agency.blog .blog-agency .blog-contain .img-container .blog-info p {
        letter-spacing: 0;
    }
    .agency.blog .blog-agency .blog-contain .img-container .blog-head {
        margin-bottom: 16px;
    }
    .agency.blog .blog-agency .blog-contain .img-container .m-t-20 {
        margin-top: 10px !important;
    }
    .agency.blog.blog-split .blog-list:nth-child(2n) .center-text {
        justify-content: center;
    }
    .videos .video {
        padding: 85px 0;
    }
    .services.app1 .row .col-md-4 + .col-md-4 {
        margin-top: 15px;
    }
    .subscribe.app1 .button-primary {
        right: unset;
    }
    .subscribe .button-primary {
        position: relative;
    }
    .subscribe .button-primary button {
        margin: 0 auto;
    }
    .subscribe .form-group input {
        padding: 24px 35px;
    }
    .tap-top {
        width: 40px;
        height: 40px;
        bottom: 55px;
        right: 20px;
        line-height: 1.7;
    }
    .download-img,
    .link-horizontal ul {
        align-items: center;
        justify-content: center;
    }
    .download .download-img .center-img-content {
        margin-left: 0 !important;
    }
    .agency.blog .blog-agency .blog-contain {
        flex-flow: column;
    }
    .agency.blog .blog-agency .blog-contain .img-container {
        order: 2;
    }
    .title .main-title {
        margin-bottom: 8px;
    }
    .title .main-title h2 {
        margin-bottom: 0;
        line-height: 1.4 !important;
    }
    .accordion .register-page,
    .accordion .testimonial.videos {
        margin-top: 25px;
    }
    .portfolio-section.videos .m-b-50 {
        margin-bottom: 10px;
    }
    .portfolio-section.videos .w-100 {
        width: 100% !important;
    }
    .portfolio-section .portfolio-detail {
        margin-top: 20px;
    }
    .app1.services .container {
        margin-bottom: -20px;
    }
    .app1.services .service {
        margin-bottom: 20px;
    }
    .login-modal .close {
        right: 16px;
    }
    .single-product-tables table {
        width: 100%;
    }
    .format {
        text-align: center;
    }
    .format .link-horizontal ul,
    .icon-collection {
        justify-content: center;
    }
    .header .rotate {
        display: none;
    }
    .header.saas2 .center-text {
        padding: 110px 0;
    }
    .header .center-text {
        text-align: center;
        height: auto;
        margin-top: 60px;
        padding: 60px 0;
    }
    .header.wedding .center-text {
        height: auto;
    }
    .header .music-content .center-text {
        height: 445px;
        margin-top: 58px;
    }
    .header .img-mobile,
    .header .wave-orange {
        display: none;
    }
    .header.app1 .link-horizontal ul {
        justify-content: center;
    }
    .header .bg.app2-header .header-text h1:before {
        left: 50%;
        transform: translate(-50%);
    }
    .header .bg.app2-header .link-horizontal ul {
        justify-content: center;
    }
    .header .header-text {
        margin-bottom: 25px;
    }
    .header .header-text {
        margin-bottom: 30px;
    }
    .header .header8-content .slider-banner {
        display: none;
    }
    .header .header8-content .center-text > div {
        width: 100%;
    }
    .header .header8-content .center-text > div .header-text .d-flex {
        justify-content: center;
    }
    .header .header8-content .center-text > div .header-text .slider-logo {
        margin-left: 5px;
    }
    .header .header8-content .center-text > div .header-text .slider-logo img {
        height: 15px;
    }
    .header .header8-content .center-text > div .header-text .header-text {
        margin-bottom: 12px;
    }
    .header .header8-content .center-text > div .header-text .header-sub-text {
        margin-bottom: 12px;
    }
    .header .header8-content .center-text > div .header-text .header-sub-text span {
        font-size: 20px;
    }
    .header .header8-content .center-text > div .link-horizontal ul {
        justify-content: center;
    }
    .header.saas1 h1 {
        margin-top: -10px;
    }
    .header.saas1 .bg {
        background-position: right;
    }
    .header.event .set-bottom {
        bottom: 5px;
    }
    .borders-before {
        margin-bottom: 20px;
    }
    .pricing .siema {
        margin: -5px;
    }
    .pricing .siema .price-container.price-margin {
        margin: 5px 15px;
    }
    .link-horizontal ul li {
        padding-right: 15px;
    }
    .link-horizontal ul li.borders-right {
        margin-right: 15px;
        height: 40px;
    }
    .link-horizontal ul li a.icon-btn i {
        font-size: 15px;
        height: 40px;
        width: 40px;
        margin: 0 auto 10px;
    }
    .videos .video {
        margin-bottom: 20px;
    }
    .videos .counters {
        text-align: center;
    }
    .videos .counters .link-horizontal ul {
        justify-content: center;
    }
    .videos .w-100 {
        width: 70% !important;
    }
    .download .center-mobile {
        margin-top: -90px;
        margin-bottom: -80px;
        min-height: 484px;
    }
    .download .center-mobile img {
        max-height: 400px;
    }
    .services .service.app2 {
        padding: 30px 10px;
    }
    .services .service .service-feature .feature-text {
        margin-bottom: 20px;
    }
    .services.app2 .service-container .service {
        margin-bottom: 30px;
    }
    .services.app2 .service-container:nth-child(n + 3) .service {
        margin-bottom: 30px;
    }
    .services.app2 .service-container:nth-child(n + 5) .service {
        margin-bottom: 0;
    }
    .saas1 .app1 p {
        line-height: 22px;
    }
    .download .download-img .center-abs.elipse,
    .download .download-img .download-icon {
        display: none;
    }
    .about.about2 .counters.set-height {
        text-align: center;
    }
    .about.about2 .counters.set-height img {
        height: 500px;
    }
    .event.booking .form-inline,
    .music.booking .form-inline {
        display: block;
    }
    .event.booking .form-inline .form-group,
    .music.booking .form-inline .form-group {
        margin-bottom: 15px;
    }
    .event.booking .btn-default,
    .music.booking .btn-default {
        padding: 15px 40px;
    }
    .title {
        margin-bottom: 20px;
    }
    .title.title2 .sub-title {
        line-height: 30px;
    }
    .title.title2 .para {
        font-size: 115%;
    }
    .m-b-40 {
        margin-bottom: 20px;
    }
    .m-t-50 {
        margin-top: 30px;
    }
    .booking-1 .form-inline {
        display: block;
    }
    .booking-1 .form-inline .form-group {
        margin-bottom: 15px;
    }
    .team-section .teams:nth-child(2n) {
        margin-top: 0;
    }
    footer .footer-headings {
        display: none;
    }
    footer .footer-title.mobile-title {
        display: block;
    }
    footer .footer-contant {
        padding: 10px 0;
    }
    footer .footer-title {
        padding: 10px 0;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    footer .footer-title.active .according-menu {
        font: 15px/1 FontAwesome;
    }
    footer .footer-title.active .according-menu:before {
        content: "\f106";
        position: absolute;
        right: 2px;
        bottom: 10px;
    }
    footer .footer-title .according-menu {
        font: 15px/1 FontAwesome;
    }
    footer .footer-title .according-menu:before {
        content: "\f107";
        position: absolute;
        right: 2px;
        bottom: 10px;
    }
    footer.footer2.saas2 {
        background-image: linear-gradient(#b50000, #ebba16);
    }
    footer.footer2.saas2 .footer-padding {
        padding-top: 0;
    }
    .event.booking .form-inline,
    .music.booking .form-inline {
        margin-bottom: 35px;
    }
    .app2.format {
        text-align: left;
    }
    .app2.format .icon-collection {
        justify-content: right;
    }
    .app2.format .format-head-text .about-font-header {
        font-size: 150%;
    }
    .app2.about {
        padding-top: 70px;
    }
    .app2.about .set-height {
        min-height: 445px;
    }
    .app2.about .set-height .mobile1 {
        width: 250px;
    }
    .app2 .subscribe .form-group .d-flex {
        margin-top: 50px;
    }
    .app2.footer2.bg {
        background: linear-gradient(#ebba16, #b50000);
    }
    .event.gallery .gallery-list,
    .wedding.gallery .gallery-list,
    .resume.gallery .gallery-list {
        margin-bottom: 40px;
    }
    .event.gallery .list,
    .wedding.gallery .list,
    .resume.gallery .list {
        padding: 5px 20px;
    }
    .event.gallery .list a,
    .wedding.gallery .list a,
    .resume.gallery .list a {
        font-size: 14px;
    }
    .event.testimonial .testimonial .item.p-t-30,
    .saas2.testimonial .testimonial .item.p-t-30 {
        padding-top: 0;
    }
    .event.testimonial .testimonial.owl-theme .owl-nav,
    .saas2.testimonial .testimonial.owl-theme .owl-nav {
        margin-top: 30px;
    }
    .event.testimonial .testimonial.owl-theme .owl-nav .owl-prev,
    .event.testimonial .testimonial.owl-theme .owl-nav .owl-next,
    .saas2.testimonial .testimonial.owl-theme .owl-nav .owl-prev,
    .saas2.testimonial .testimonial.owl-theme .owl-nav .owl-next {
        position: relative;
        margin: 0;
        padding: 0;
        top: unset;
        transform: unset;
    }
    .event.testimonial .testimonial.owl-theme .owl-nav .owl-prev,
    .saas2.testimonial .testimonial.owl-theme .owl-nav .owl-prev {
        left: unset;
        margin-right: 20px;
    }
    .event.testimonial .testimonial.owl-theme .owl-nav .owl-next,
    .saas2.testimonial .testimonial.owl-theme .owl-nav .owl-next {
        right: unset;
    }
    .event.testimonial .quotes,
    .saas2.testimonial .quotes {
        text-align: center;
    }
    .event.testimonial .quotes .left-quote,
    .event.testimonial .quotes .right-quote,
    .saas2.testimonial .quotes .left-quote,
    .saas2.testimonial .quotes .right-quote {
        display: none;
    }
    .event.testimonial .testimonial-msg,
    .saas2.testimonial .testimonial-msg {
        width: 100%;
    }
    .event.testimonial .testimonial-msg img,
    .saas2.testimonial .testimonial-msg img {
        margin: 0 auto;
    }
    .event.testimonial .testimonial-msg .msg-box,
    .saas2.testimonial .testimonial-msg .msg-box {
        display: none;
    }
    .event.testimonial .rating .stars,
    .saas2.testimonial .rating .stars {
        margin-right: 10px;
    }
    .event.testimonial .rating .stars i,
    .saas2.testimonial .rating .stars i {
        font-size: 14px;
    }
    .event.speaker .container {
        margin-bottom: -20px;
    }
    .event.speaker .container .speker-container,
    .event .format .format-head-text,
    .event .format .format-sub-text {
        margin-bottom: 30px;
    }
    .event .format .format-head-text .about-para,
    .event .format .format-sub-text .about-para {
        margin-bottom: 20px;
        line-height: 18px;
    }
    .event.about .text-right {
        text-align: center !important;
    }
    .event.about .announcer-img {
        margin-bottom: 60px;
    }
    .event.sponsor .set-margin {
        margin-bottom: -30px;
    }
    .event.sponsor .sponsor-img {
        margin-bottom: 30px;
    }
    .event.contact .bg-white form {
        padding: 20px;
    }
    .event.contact .bg-white form .form-group {
        margin-bottom: 30px;
    }
    .event.contact .iframe-container iframe {
        width: 100%;
        height: 100%;
    }
    .event.copyright .d-flex {
        justify-content: center;
        margin-bottom: 10px;
    }
    .schedule .event-container {
        padding-right: 20px;
    }
    .schedule .event-container .cal-time.events .timing {
        display: flex;
        float: right;
        padding-top: 35px;
    }
    .schedule .event-container .cal-time.events .timing .event-time {
        padding: 0 20px;
    }
    .schedule .event-container .cal-time.events .timing .event-time:first-child {
        padding-left: 0;
    }
    .schedule .event-container .cal-time.events .timing .event-time:last-child {
        padding-right: 0;
    }
    .schedule .event-container .cal-time.events .timing .event-time.active {
        padding: 0 20px;
    }
    .schedule .event-container .cal-time.events .timing .border-container {
        display: flex;
        align-self: center;
    }
    .schedule .event-container .cal-time.events .timing .border-container .border-dashed {
        width: 50px;
        height: unset;
        border-left: unset;
        border-top: 2px dashed;
    }
    .gym .about-img {
        margin-bottom: 60px;
    }
    .gym .about-img .borders-around .bg-black {
        width: 38%;
    }
    .gym .about-img .borders-around .bg-black:after,
    .gym .about-img .borders-around .bg-black:before {
        width: 184px;
        height: 184px;
    }
    .gym .about-img .borders-around .format-img {
        width: 70%;
    }
    .gym .calculate-bmi {
        margin-top: 20px;
    }
    .gym .default-dots .owl-dots {
        bottom: 25px !important;
    }
    .gym .counter-container + .counter-container {
        border-left: 1px solid #ddd;
        padding-bottom: unset;
    }
    .gym .counter-container + .counter-container + .counter-container {
        padding-top: unset;
        margin-top: 30px;
        border-top: 0;
    }
    .gym .calculate-bmi tr td {
        font-size: 14px;
        padding: 15px 0;
    }
    .music .img-height img {
        width: 500px;
    }
    .music .left-side,
    .music .right-side {
        display: none;
    }
    .music div:nth-child(n + 5) .album-list {
        margin-bottom: 30px;
    }
    .music div:nth-child(n + 7) .album-list {
        margin-bottom: 0;
    }
    .music.artist .artist-text p.text-para {
        font-size: 115%;
    }
    .music.sponsor div .sponsor-img {
        margin-bottom: 30px;
    }
    .music.sponsor div:nth-child(n + 11) .sponsor-img {
        margin-bottom: 0;
    }
    .music.copyright .link-horizontal ul,
    .music.bg-video .center-text .d-flex {
        justify-content: center;
    }
    .agency.header .bg {
        background: #054a84;
    }
    .agency.header h1 {
        color: #fff;
        margin-top: -10px;
    }
    .agency.header p {
        color: #fff;
    }
    .agency.header .center-text {
        text-align: center;
        margin-left: 0;
    }
    .agency.header .link-horizontal ul {
        justify-content: center;
    }
    .agency.header .girl-boy img,
    .agency.header .plus-container {
        display: none;
    }
    .agency .format-container {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .agency .format-container .block-span {
        display: unset;
    }
    .agency .format-container .borders-before {
        margin-bottom: 15px;
    }
    .agency .format-container .format-head-text {
        margin-bottom: 25px;
    }
    .agency .format-container .format-sub-text {
        margin-bottom: 20px;
    }
    .agency.testimonial .testimonial-container.testimonial-container2 {
        padding: 20px;
    }
    .agency.testimonial .testimonial-slider .owl-nav {
        position: relative;
        line-height: 0;
        top: unset;
        text-align: center;
        bottom: unset;
    }
    .agency.testimonial .testimonial-slider .owl-nav .owl-prev,
    .agency.testimonial .testimonial-slider .owl-nav .owl-next {
        padding: 0;
        margin: 0;
    }
    .agency.testimonial .testimonial-slider .owl-nav .owl-prev {
        margin-right: 20px;
    }
    .agency.agency-content {
        text-align: center;
    }
    .agency.agency-content .agency-header-center-container {
        justify-content: center;
    }
    .agency.agency-content .agency-header-center-container .borders {
        display: none;
    }
    .agency.agency-content .agency-para,
    .agency.agency-content .btn-default {
        margin-left: 0;
    }
    .agency.agency-content .side-img,
    .agency.agency-content .blue-img {
        display: none;
    }
    .agency.agency-content .agency-head .agency-head-text {
        font-size: 245%;
    }
    .agency.agency-content .agency-para {
        line-height: 26px;
    }
    .agency.testimonial-bg {
        background: #054a84;
    }
    .agency.speaker .team-img .social ul li {
        margin-right: 10px;
    }
    .agency.speaker .team-img .social ul li a i {
        height: 25px;
        width: 25px;
    }
    .agency.video .d-inline-block .bg-video {
        width: 70%;
    }
    .wedding.format .format-small-text {
        margin-top: 20px;
    }
    .wedding.format .about-img {
        width: 400px;
    }
    .wedding.header .header-text {
        margin-bottom: 22px;
    }
    .wedding.header .wedding-content .logo-h1 {
        height: 90px;
        margin-left: 0;
    }
    .wedding .wedding-banner .frem {
        width: 85%;
    }
    .wedding .wedding-banner .text-container .couple-text {
        margin-bottom: 0;
    }
    .wedding .wedding-banner .text-container .couple-text .banner-text {
        font-size: 45px;
    }
    .wedding .wedding-banner .text-container .couple-text .banner-text.small {
        font-size: 35px;
    }
    .wedding .wedding-banner .text-container .place {
        font-size: 25px;
    }
    .wedding .wedding-time {
        margin-bottom: 30px;
    }
    .wedding.blog .blog-container .set-skew {
        clip-path: unset;
        margin-bottom: 20px;
    }
    .wedding.blog .blog-container .blog-date,
    .wedding.blog .blog-container .blog-place,
    .wedding.blog .blog-container .blog-para {
        margin-left: 0;
    }
    .wedding.blog .blog-container .blog-para {
        text-indent: unset;
    }
    .wedding.blog .blog-container .btn.btn-blog {
        margin-left: 0;
    }
    .wedding.pricing .when-slider.owl-theme .owl-nav .owl-prev,
    .wedding.pricing .when-slider.owl-theme .owl-nav .owl-next {
        display: none;
    }
    .yoga.header .yoga-content .owl-nav .owl-prev,
    .yoga.header .yoga-content .owl-nav .owl-next {
        padding: 6px 14px;
    }
    .yoga.header .yoga-content .owl-nav .owl-prev {
        left: 0;
    }
    .yoga.header .yoga-content .owl-nav .owl-next {
        right: 0;
    }
    .yoga.header .header-sub-text p {
        padding: 0 40px;
    }
    .yoga .set-order-2 {
        order: 2;
    }
    .yoga.testimonial .testimonial-info {
        padding: 0;
        margin-top: 30px;
    }
    .yoga.event .event-container {
        margin-bottom: 30px;
    }
    .yoga.event .event-container .event-info .time,
    .yoga.event .event-container .event-info .address {
        margin-bottom: 5px;
    }
    .yoga.event .row div:nth-child(n + 5) .event-container {
        margin-bottom: 30px;
    }
    .yoga.event .row div:last-child .event-container {
        margin-bottom: 0;
    }
    .yoga.format .experience-container {
        min-height: unset;
    }
    .yoga.format .experience-container .exp-img {
        position: relative;
    }
    .yoga.format .girl-img-container .girl-yoga {
        position: relative;
        display: flex;
    }
    .resume.header .link-horizontal ul {
        justify-content: center;
    }
    .resume.header .font-large {
        font-size: 120%;
    }
    .resume .bg-pink img {
        display: none;
    }
    .saas1 .work-tab-bg {
        padding-top: 30px;
    }
    .saas1 .title img {
        height: 18px;
        margin-right: 5px;
    }
    .saas1.howitwork .work-tab .nav-pills .nav-link {
        padding: 0 15px;
    }
    .saas1.howitwork .work-tab .nav-pills .nav-link img {
        display: none;
    }
    .saas1.howitwork .work-tab .nav-pills .nav-link h6 {
        font-size: 16px;
        margin-top: 10px;
    }
    .saas1.howitwork .work-tab .nav-pills .nav-link.active span {
        display: none;
    }
    .saas1.build-bg .owl-carousel .owl-item .work-slide {
        height: 400px;
    }
    .saas1.faq .faq-img-block {
        display: none;
    }
    .saas1.faq .faq-block .frequent-text {
        margin-top: -8px;
    }
    .saas2.feature .advance-feature-img {
        margin-bottom: 30px;
    }
    .saas2.feature .center-content {
        display: block;
        text-align: center;
    }
    .saas2.feature .center-content img {
        margin-bottom: 15px;
    }
    .saas2.feature .center-content .feature-content {
        margin-left: 0;
    }
    .saas2.feature .image-container .advance-feature-img {
        margin-bottom: 50px;
    }
    .saas2.services .saas2-services .row .service-container:nth-child(n + 3) {
        margin-top: 30px;
    }
    .saas2.services .service .img-block {
        max-width: 70px;
        margin: 0 auto 15px;
    }
    .saas2.laptop-slider .slider-container .center-img img {
        height: auto;
        width: 100%;
    }
    .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:after,
    .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center .item:before {
        display: none;
    }
    .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-item.active.center img {
        margin: 0 auto;
    }
    .saas2.testimonial .container {
        margin-bottom: 0;
    }
    footer.footer2.agency .link-horizontal {
        margin-bottom: 20px;
    }
    footer.footer2.agency .link-horizontal,
    footer.footer2.agency .list {
        float: unset !important;
    }
    footer.footer2.agency .link-horizontal ul,
    footer.footer2.agency .list ul {
        justify-content: center;
    }
    footer.footer2.agency .link-horizontal ul li.borders-right,
    footer.footer2.agency .list ul li.borders-right {
        height: 30px;
    }
    footer.app2 section .container .row > div:nth-child(3),
    footer.app2 section .container .row > div:nth-child(4) {
        margin-top: unset;
    }
    .testimonial.music .testimonial-info .testimonial-para {
        margin-bottom: 20px;
        line-height: 28px;
        font-size: 120%;
    }
    .testimonial.music .music-testimonial-slider.owl-theme .owl-nav .owl-prev {
        left: -8px;
    }
    .testimonial.music .music-testimonial-slider.owl-theme .owl-nav .owl-next {
        right: -32px;
    }
    .counter .counters .counter-img {
        margin-bottom: 15px;
    }
    .blog .img-container .blog-info {
        padding: 15px;
    }
    .blog .img-container .blog-info .blog-text {
        font-size: 145%;
    }
    .blog .img-container .blog-info .small-font {
        margin-bottom: 10px;
    }
    .event.pricing .btn-default,
    .gym.pricing .btn-default,
    .agency.pricing .btn-default,
    .resume.pricing .btn-default {
        padding: 12px 25px;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view,
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
        display: none;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        width: 50%;
    }
    .product-pagination .pagination {
        border-color: #054a84;
    }
    .collection-product-wrapper .pagination_sec {
        margin: 0 auto !important;
    }
    .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
        padding: 12px 0;
        text-align: center;
        width: 100%;
    }
    .collection-product-wrapper .product-pagination .theme-paggination-block nav {
        border-bottom: 1px solid;
        border-right: 1px solid;
        border-left: 1px solid;
        border-color: #ddd;
        display: flex;
    }
    .agency header nav {
        padding: 15px 0;
    }
    .agency header nav .responsive-btn i {
        color: #000 !important;
    }
    .counter-container + .counter-container {
        padding-bottom: 30px;
        border-left: 1px solid #ddd;
    }
    .counter-container + .counter-container + .counter-container {
        margin-top: 0 !important;
        border-left: 0;
        padding-top: 30px;
        border-top: 1px solid #ddd;
    }
    .counter-container + .counter-container + .counter-container + .counter-container {
        border-left: 1px solid #ddd;
    }
    .p-b-160 {
        padding-bottom: 145px;
    }
    header.agency nav a img {
        filter: brightness(0) invert(1);
    }
    .blog-detail-page .comment-section li {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .product-pagination .pagination {
        justify-content: center;
        border-left: 1px solid #dddddd;
    }
    .testimonial .testimonial-slider .media .media-body {
        padding: 0;
    }
    .about-page {
        text-align: center;
    }
    .about-page p {
        line-height: 1.5;
    }
    .team h2 {
        font-size: 25px;
    }
    .layout2-logo {
        padding-right: 70px;
    }
    .faq-section .theme-accordion .card .card-body p {
        line-height: 1.5 !important;
    }
    .faq-section .theme-accordion .card .card-header button {
        font-size: 14px !important;
        white-space: normal;
        width: 100%;
        padding: 16px 30px 16px 18px !important;
    }
    .product-wrapper-grid.list-view .product-box {
        display: block;
        border: 1px solid #eee;
        padding: 15px;
    }
    .product-wrapper-grid.list-view .product-box .img-wrapper,
    .product-wrapper-grid.list-view .product-box .img-block {
        margin: 0 auto 15px;
    }
    .product-wrapper-grid.list-view .product-box .product-detail {
        padding-left: 0;
        text-align: center !important;
    }
    .register-page .theme-card {
        padding: 25px;
    }
    .register-page .theme-card .theme-form input {
        margin-bottom: 25px;
        padding: 13px 18px;
    }
    .collection .partition-collection > div:nth-last-child(1),
    .collection .partition-collection > div:nth-last-child(2),
    .collection .partition-collection > div:nth-last-child(3) {
        margin-top: 30px;
    }
    .collection-product-wrapper .product-pagination .pagination .page-item a {
        padding: 15px 18px;
    }
    .collection-product-wrapper .product-pagination .product-search-count-bottom {
        justify-content: center;
        padding-right: 0;
    }
    .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
        padding: 10px 0;
    }
    .collection-product-wrapper .product-pagination .theme-paggination-block nav {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .cart-section tbody tr td a,
    .wishlist-section tbody tr td a {
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .cart-section .cart-table thead th:nth-last-child(-n + 4) {
        display: none;
    }
    .cart-section tbody tr td:nth-last-child(-n + 4) {
        display: none;
    }
    .cart-section tbody tr td .mobile-cart-content {
        display: flex;
    }
    .wishlist-section .cart-table thead th:nth-last-child(-n + 3) {
        display: none;
    }
    .wishlist-section tbody tr td:nth-last-child(-n + 3) {
        display: none;
    }
    .wishlist-section tbody tr td .mobile-cart-content {
        display: flex;
    }
    .search-product > div:nth-last-child(4) {
        margin-top: 30px;
    }
    .blog-page .order-sec {
        order: -1;
    }
    .blog-page .blog-media:last-child {
        margin-bottom: 30px;
    }
    .blog-page .blog-sidebar ul li {
        display: block;
    }
    .tab-pane iframe {
        width: 100%;
    }
    .product-order .product-order-detail img {
        height: auto;
    }
    .typography_section .typography-box .typo-content.product-pagination .pagination {
        border-left: none;
    }
    .typography_section .typography-box .typo-content.typo-buttons a:last-child {
        margin-top: 5px;
    }
    .breadcrumb-section {
        padding: 150px 0;
        text-align: center;
    }
    .breadcrumb-section h2 {
        line-height: normal;
    }
    .breadcrumb-section.video-sec {
        height: 40vh;
    }
    .agency.blog.blog-sec.blog-list .blog-img,
    .agency.blog.blog-sec.blog-split .blog-img {
        width: 100%;
    }
    .product-box .cart-info,
    .product-box .cart-wrap {
        opacity: 1;
    }
    .portfolio-metro h1 {
        font-size: 30px;
    }
    .portfolio-section.metro-section .product-box .cart-wrap a i {
        opacity: 1;
        animation: none !important;
    }
    .portfolio-section.metro-section .product-box .product-detail {
        padding: 4px;
        opacity: 1;
        bottom: 15px;
    }
    .portfolio-section.metro-section .product-box .product-detail h6 {
        padding-bottom: 0;
    }
    .breadcrumb-section-main {
        padding: 70px 0;
        text-align: center;
    }
    .breadcrumb-section-main .breadcrumb-contain {
        justify-content: center;
        display: block;
        text-align: center;
    }
    .breadcrumb-section-main .breadcrumb-contain > div {
        width: 100%;
    }
    .breadcrumb-section-main .breadcrumb-contain > div:last-child {
        width: 100%;
    }
    .breadcrumb-section-main .breadcrumb-contain > div .breadcrumb-txt {
        text-align: center;
    }
    .breadcrumb-section-main .breadcrumb-contain > div ul {
        text-align: center;
    }
    .breadcrumb-section-main .breadcrumb-contain > div ul li {
        margin-right: 10px;
    }
    .breadcrumb-section-main .breadcrumb-contain > div ul li a i {
        margin-right: 10px;
    }
    .breadcrumb-section-main.inner-2 {
        text-align: center;
    }
    .breadcrumb-section-main.inner-2 .breadcrumb-contain > div {
        width: 100%;
    }
    .breadcrumb-section-main.inner-2 .breadcrumb-contain > div:last-child {
        width: 100%;
    }
    .breadcrumb-section-main.inner-2 .breadcrumb-contain ul {
        text-align: center;
    }
    .breadcrumb-section-main.inner-2 .breadcrumb-contain ul li,
    .breadcrumb-section-main.inner-2 .breadcrumb-contain ul li a i {
        margin-right: 10px;
    }
    .breadcrumb-section-main.inner-2 .breadcrumb-contain .breadcrumb-txt {
        margin-bottom: 10px;
    }
    .breadcrumb-section-main.inner-3 .breadcrumb-contain ul li {
        margin-right: 0;
    }
    .breadcrumb-section-main.inner-3 .breadcrumb-contain ul li a i {
        margin-right: 5px;
    }
    .breadcrumb-section-main.inner-3 .breadcrumb-contain .breadcrumb-txt {
        margin-top: 2px;
    }
    .breadcrumb-section-main.inner-4 .breadcrumb-contain > div .breadcrumb-txt {
        margin-bottom: 5px;
    }
    .breadcrumb-section-main.breadcrumb-section-sm {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
    .team-section .center-container {
        height: 100%;
    }
    .team-section .teams {
        margin-bottom: 20px;
    }
    .team-section .teams:nth-child(n + 3) {
        margin-bottom: 0;
    }
    .resume.about div .radial {
        margin-bottom: 30px;
    }
    .resume.about div .m-t-50 {
        margin-top: 0;
    }
    .music.sponsor .row > div:nth-last-child(2) .sponsor-img {
        margin-bottom: 0;
    }
    .music.blog .img-container .blog-info {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 600px) {
    .header .event-content .link-horizontal ul li a {
        margin-bottom: 30px;
    }
    .section-404 .navbar-links {
        display: none;
    }
    .section-404 .custom-navbar {
        text-align: center;
    }
    .section-404 .brand-logo img {
        width: 120px;
    }
    .section-404 .box_astronaut {
        top: 70%;
    }
}
@media only screen and (max-width: 575px) {
    .modal1 .offer-content > div {
        padding-right: 15px;
    }
    header.nav-lg {
        padding: 1.2rem 1rem;
    }
    header.ecommerce nav .top-header-right {
        margin-right: 30px;
    }
    header.ecommerce nav .top-header-right ul li a {
        padding: 5px;
    }
    .parallax-banner.full-banner {
        background-blend-mode: overlay;
        background-color: #d2d2d2;
    }
    .down-banner .banner-contain {
        max-width: 100%;
        margin: 0;
    }
    .banner-contain > div {
        background-color: #8080803b;
        padding: 30px;
        margin-right: 15px;
    }
    .modal-bg {
        display: none !important;
    }
    .ecommerce .collection {
        margin: 10px 30px;
    }
    .ecommerce .banner-three {
        padding: 15px 0;
    }
    .ecommerce .banner-three > div + div {
        margin-top: 15px;
    }
    .ecommerce.nav-fix {
        padding: 0;
    }
    .ecommerce.nav-fix nav ul {
        padding: 10px 0 !important;
    }
    .ecommerce .contain h1 {
        margin-bottom: 20px;
    }
    .ecommerce.ecommerce-home {
        padding-top: 55px;
    }
    .ecommerce.ecommerce-home .ecommerce-home-slider .owl-item,
    .ecommerce.ecommerce-home .ecommerce-home-slider .bg-size {
        min-height: 250px;
        height: 70vh;
        background-blend-mode: overlay;
        background-color: #d6d6d6;
    }
    .ecommerce.collection {
        margin: 30px;
    }
    .ecommerce .owl-nav [class*="owl-"] i {
        font-size: 10px;
    }
    .ecommerce .owl-nav [class*="owl-"].owl-next {
        bottom: 10%;
        padding: 10px;
        line-height: 0;
    }
    .ecommerce .owl-nav [class*="owl-"].owl-prev {
        bottom: 10%;
        padding: 10px;
        line-height: 0;
        right: 50px;
    }
    .layout-ecommerce section {
        padding: 40px 0;
    }
    .layout-ecommerce .ecommerce-footer {
        padding-top: 40px;
    }
    .btn-default {
        padding: 10px 25px;
    }
    .parallax-banner .banner-contain {
        max-width: 100%;
    }
    .portfolio_section > div {
        width: 100%;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .blog-sidebar .sidebar-container .post-container:nth-last-child(2) {
        margin-bottom: 20px;
    }
    .music .form-footer .form-group input,
    .music .form-footer .form-group textarea {
        padding: 12px 20px;
    }
    .music .form-footer .form-group {
        margin-bottom: 12px;
    }
    .subscribe.music .subscribe-title {
        padding: 0;
    }
    .booking .form-group input {
        padding: 12px 20px;
    }
    .breadcrumb-section .breadcrumb-text {
        margin-bottom: 10px;
    }
    .wedding .wedding-banner .frem {
        width: 100%;
    }
    .wedding .schedule i {
        display: block;
        margin-right: 0;
    }
    .breadcrumb-section {
        padding: 110px 0 50px;
    }
    header {
        border-bottom: 1px solid rgba(31, 35, 44, 0.12);
        padding: 10px 0;
    }
    header nav {
        padding: 0 !important;
    }
    .portfolio-metro .man {
        width: 80px;
        margin-bottom: 20px;
    }
    .portfolio-metro h1 {
        margin-bottom: 0;
    }
    .portfolio-metro .center-content {
        order: 1;
    }
    .yoga.pricing .price-container {
        margin: 0 30px;
        transform: scale(1) !important;
    }
    .yoga.pricing .price-container .service-feature {
        margin-bottom: -80px;
    }
    .yoga.format .girl-img-container .girl-yoga,
    .yoga.format .experience-container .exp-img {
        width: 250px;
    }
    .yoga.format .meter {
        height: 23px;
        margin-top: 10px;
    }
    .yoga.format .meter .progress {
        height: 23px;
    }
    .section-404 .text-404 {
        margin-right: 0;
        margin-left: 0;
    }
    .section-404 .text-inner {
        margin-top: -26px;
        margin-bottom: -30px;
    }
    .section-404 .object_astronaut {
        display: none;
    }
    .section-404 .object_rocket {
        width: 70px;
    }
    .section-404 .object_earth {
        width: 50px;
    }
    .section-404 .object_moon {
        width: 40px;
    }
    .checkout-page .checkout-title {
        margin-bottom: 18px;
    }
    .checkout-page .checkout-form .form-group {
        margin-bottom: 15px;
    }
    .checkout-page .checkout-form .form-group .field-label {
        margin-bottom: 6px;
    }
    .checkout-page .checkout-form input[type="text"],
    .checkout-page .checkout-form input[type="email"],
    .checkout-page .checkout-form input[type="password"],
    .checkout-page .checkout-form input[type="tel"],
    .checkout-page .checkout-form input[type="number"],
    .checkout-page .checkout-form input[type="url"] {
        height: 35px;
    }
    .checkout-page .checkout-form .checkout-details {
        padding: 15px;
        margin-top: 20px;
    }
    .checkout-page .checkout-form .checkout-details .order-box {
        margin-bottom: 0;
    }
    .checkout-page .checkout-form .checkout-details .order-box .total {
        margin-bottom: 25px;
    }
    .checkout-page .checkout-form .checkout-details .order-box .sub-total .shipping {
        width: 100%;
        margin-top: 15px;
    }
    .title.title2 .borders span:before,
    .title.title2 .borders span:after {
        content: unset;
    }
    .pagination_sec ul li {
        height: 38px;
        width: 38px;
        margin: 0 8px;
    }
    .team-sec.team-grid .team-para {
        margin-top: 10px;
    }
    .header.saas2 .header-sub-text {
        margin-top: 20px;
    }
    .saas1.howitwork .work-tab .nav-pills .nav-item {
        display: inline-block;
    }
    .theme-pannel-main ul li {
        padding: 5px 0;
    }
    .theme-pannel-main ul li a {
        font-size: 10px;
    }
    .gym.counter .row .counter-container + .counter-container {
        padding-bottom: 30px;
        border-left: 1px solid #ddd;
    }
    .gym.counter .row .counter-container + .counter-container + .counter-container {
        border-left: 0;
        padding-top: 30px;
        border-top: 1px solid #ddd;
    }
    .gym.counter .row .counter-container + .counter-container + .counter-container + .counter-container {
        border-left: 1px solid #ddd;
    }
    footer {
        padding: 5px 0 0;
    }
    .p-t-100 {
        padding-top: 50px !important;
    }
    .p-b-100 {
        padding-bottom: 50px !important;
    }
    .m-b-30 {
        margin-bottom: 25px;
    }
    .header .rotate {
        display: none;
    }
    .header .set-square .left {
        height: 190px;
    }
    .header .set-square .left:before {
        width: 190px;
    }
    .header .set-square .right {
        width: 190px;
    }
    .header .right-line {
        left: calc(50% + 95px);
        height: 200px;
    }
    .header.event .set-bottom {
        bottom: 20px;
    }
    .header.app1 h1 {
        line-height: 38px;
        margin-top: -5px;
    }
    .pricing .siema .price-container.price-margin {
        margin: 5px 0;
    }
    .title .sub-title {
        line-height: 20px;
    }
    .about.app1 .counters {
        border-right: unset;
    }
    .about.app1 .counters:nth-child(3) {
        border-bottom: 1px solid #fff;
    }
    .about.app1 .counters img {
        margin-bottom: 15px;
    }
    .about.app1 .counters h3 {
        font-size: 225%;
        margin-bottom: 0;
        line-height: 35px;
    }
    .about.app1 .counters .abouts {
        padding: 20px 0;
    }
    .about.app1 .counters .abouts img {
        height: 30px;
    }
    .about.app1 .counters:first-child .abouts {
        padding-top: 0;
    }
    .about.app1 .counters:last-child .abouts {
        padding-bottom: 0;
    }
    .format .counters.set-order-2 {
        order: 2;
    }
    .format .counters.set-height {
        text-align: center;
    }
    .services.app2 .service-container:nth-child(n + 5) .service {
        margin-bottom: 30px;
    }
    .services.app2 .service-container:nth-child(n + 7) .service {
        margin-bottom: 0;
    }
    .subscribe .form-group input {
        padding: 18px 35px 18px 15px;
    }
    .subscribe .form-group .d-flex .button-primary button {
        padding: 12px 20px;
        font-size: 12px;
    }
    .subscribe .form-group .form-control {
        font-size: 12px;
    }
    .download .download-img.d-flex {
        display: block !important;
        text-align: center;
    }
    .download .download-img.d-flex .download-icon {
        margin-bottom: 20px;
    }
    .download .information p {
        text-align: center;
    }
    .download .link-horizontal ul {
        justify-content: center;
    }
    .pricing .feature-text {
        margin-bottom: 30px;
    }
    .pricing .feature-text .price-value {
        font-weight: 600;
        margin-bottom: 25px;
    }
    .pricing .service .service-feature h6 {
        margin-bottom: 10px;
    }
    .pricing .price-container {
        margin-bottom: 20px;
    }
    .pricing .price-container .price-feature-container .price-value .price .large {
        font-size: 40px;
    }
    .pricing.app2 .feature-text {
        margin-bottom: 0;
    }
    .app1 p {
        line-height: 26px;
    }
    .app1 .socials-lists ul li a i {
        height: 40px;
        width: 40px;
        font-size: 15px;
    }
    .app1 .socials-lists.m-t-50 {
        margin-top: 25px;
    }
    .app1.services .container {
        margin-bottom: -20px;
    }
    .videos.app1 .video .button img {
        height: 40px;
    }
    .videos.saas1 .video .button img {
        height: 30px;
    }
    .event .wedding-time .row > div:nth-child(odd) .count {
        margin-left: auto;
    }
    .event .wedding-time .row > div:nth-child(2n) .count {
        margin-right: auto;
    }
    .event h1 {
        margin-top: -5px;
    }
    .event .socials-lists ul li a i {
        height: 40px;
        width: 40px;
        font-size: 15px;
    }
    .event .wedding-time {
        margin-bottom: 30px;
    }
    .event div .event-content .count {
        max-width: 130px;
        margin-bottom: 15px;
    }
    .event div:nth-child(n + 3) .event-content .count {
        margin-bottom: 0;
    }
    .event .circle {
        top: 15px;
    }
    .event .circle:after {
        top: -18px;
        height: 15px;
    }
    .videos .video-description p {
        margin-bottom: 15px;
    }
    .videos .video {
        padding: 95px 0;
    }
    .team-section .teams {
        margin-bottom: 20px;
    }
    .team-section .teams:last-child {
        margin-bottom: 0;
    }
    .event.speaker .container,
    .agency.speaker .container {
        margin-bottom: -30px;
    }
    .event.speaker .speker-container,
    .agency.speaker .speker-container {
        margin-bottom: 30px;
    }
    .event.speaker .team-img,
    .agency.speaker .team-img {
        margin-bottom: 15px;
    }
    .event.testimonial .testimonial .owl-theme .owl-prev,
    .event.testimonial .testimonial .owl-theme .owl-next,
    .saas2.testimonial .testimonial .owl-theme .owl-prev,
    .saas2.testimonial .testimonial .owl-theme .owl-next {
        display: none;
    }
    .event.testimonial .testimonial .testimonial-msg,
    .saas2.testimonial .testimonial .testimonial-msg {
        margin-bottom: 20px;
    }
    .event.testimonial .testimonial .testimonial-msg img,
    .saas2.testimonial .testimonial .testimonial-msg img {
        height: 70px;
    }
    .event.testimonial h6,
    .saas2.testimonial h6 {
        text-align: center;
    }
    .event.testimonial .rating,
    .saas2.testimonial .rating {
        display: block;
        text-align: center;
    }
    .event.testimonial .rating .stars,
    .saas2.testimonial .rating .stars {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .event .title.title3 .sub-title p {
        line-height: 20px;
        margin-bottom: -4px;
    }
    .event.sponsor .sponsor-img {
        margin-bottom: 30px;
    }
    .event.sponsor .sponsor-img:nth-child(n + 10) {
        margin-bottom: 30px;
    }
    .event.sponsor .sponsor-img:last-child {
        margin-bottom: 0;
    }
    .event.contact .row {
        padding: 0 15px;
    }
    .event.contact .iframe-container {
        height: 250px;
    }
    .event.contact .form-footer {
        padding-left: 15px;
    }
    .event.contact .form-footer .bg-white form {
        padding: 25px;
    }
    .event.contact .form-footer .bg-white form .form-group {
        margin-bottom: 20px;
    }
    .schedule .cal-time.events {
        padding: 20px;
    }
    .event.gallery .gallery-list,
    .wedding.gallery .gallery-list,
    .resume.gallery .gallery-list {
        margin-bottom: 25px;
    }
    .event.gallery .list a,
    .wedding.gallery .list a,
    .resume.gallery .list a {
        padding: 0 10px;
    }
    .gym h1 {
        margin-top: -8px;
    }
    .gym.bg-cal-bmi .link-horizontal.m-t-40 {
        margin-top: 10px;
    }
    .gym.bg-cal-bmi .link-horizontal.m-b-40 {
        margin-bottom: 10px;
    }
    .gym.bg-cal-bmi .calculate-bmi {
        margin-top: 30px;
    }
    .gym.copyright .link-horizontal {
        margin-bottom: 15px;
    }
    .gym.bg-cal-bmi .btn-white {
        margin-bottom: 20px;
    }
    .music.header .music-content .center-text {
        height: 351px;
        margin-top: 50px;
    }
    .music .music-container {
        margin-top: unset;
    }
    .music .row div:nth-child(n + 7) .album-list {
        margin-bottom: 30px;
    }
    .music .row div:last-child .album-list {
        margin-bottom: 0;
    }
    .music.sponsor div:nth-child(n + 11) .sponsor-img {
        margin-bottom: 30px;
    }
    .music.sponsor div:nth-child(n + 13) .sponsor-img {
        margin-bottom: 0;
    }
    .music .title.title3 .sub-title p {
        line-height: 20px;
    }
    .music.bg-footer .row div .contact-details {
        margin-bottom: 25px;
    }
    .music.bg-footer .row div .contact-details .contact-heading {
        margin-bottom: 10px;
    }
    .music.bg-footer .row div:last-child .contact-details {
        margin-bottom: 0;
    }
    .music .audioplayer {
        padding: 19px;
    }
    .agency.header .bg {
        background-position: unset;
    }
    .agency.header .plus-container {
        display: none;
    }
    .agency .icon-collection {
        display: flex;
        margin-bottom: 15px;
    }
    .agency .icon-collection .about-icon {
        margin: 0 5px;
    }
    .agency .icon-collection .about-icon:first-child {
        margin-left: 0;
    }
    .agency .icon-collection .about-icon:last-child {
        margin-right: 0;
    }
    .agency .icon-collection .about-icon a {
        padding: 15px 8px;
    }
    .agency.testimonial .testimonial-slider .owl-nav {
        display: none;
    }
    .agency .para2 {
        margin-bottom: 20px;
    }
    .agency.video .d-inline-block .bg-video {
        width: auto;
    }
    .agency.copyright .link-horizontal {
        margin-bottom: 10px;
    }
    .agency.blog .blog-agency .blog-contain .img-container .blog-info {
        padding: 20px;
    }
    .wedding .wedding-banner .text-container .couple-text .banner-text {
        font-size: 45px;
    }
    .wedding .wedding-banner .text-container .couple-text .banner-text.small {
        font-size: 35px;
    }
    .wedding .wedding-banner .text-container .place {
        font-size: 20px;
    }
    .wedding .wedding-banner .text-container .address {
        font-size: 11px;
        margin-top: 0;
    }
    .saas1.howitwork .work-tab .nav-pills {
        display: flex;
    }
    .saas1.howitwork .work-tab .nav-pills .nav-link {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .saas1.howitwork .work-tab .nav-pills .nav-link h6 {
        display: flex;
        align-items: center;
        margin-top: 0;
        margin-left: 20px;
    }
    .saas1.howitwork .work-tab .nav-pills .nav-link span {
        bottom: -12px;
    }
    .saas1.pricing .pricing__switcher {
        width: 260px;
    }
    .saas1.pricing .switcher__button {
        font-size: 14px;
    }
    .saas1.pricing .pricing__switcher {
        margin: 0 auto 50px;
    }
    .saas1.build-bg .owl-carousel .owl-item .work-slide {
        height: 300px;
    }
    .saas1 .title .sub-title .p-padding {
        padding: 0;
    }
    .saas2.feature {
        margin-bottom: -35px;
    }
    .saas2.feature .center-content {
        margin-bottom: 35px;
    }
    .saas2.feature .center-content img {
        height: 40px;
    }
    .saas2.feature .center-content .feature-content {
        margin-left: 20px;
    }
    .saas2.laptop-slider .slider-container .center-img img {
        height: 140px;
        width: 232px;
    }
    .saas2.laptop-slider .slider-container .item img {
        height: 102px;
        width: 153px;
    }
    .saas2.laptop-slider .slider-container .trainers-slider.owl-carousel .owl-stage-outer {
        padding-top: 0;
    }
    .saas2.pricing .feature-text {
        margin-bottom: 0;
    }
    .saas2.testimonial .container {
        margin-bottom: -15px;
    }
    .resume.about .row div .radial {
        margin-bottom: 30px;
    }
    .resume.about .row div:last-child .radial {
        margin-bottom: 0;
    }
    .artist .artist-text p.text-para {
        line-height: 20px;
        font-size: 95%;
    }
    .subscribe.music .subscribe-title .subscribe-main {
        font-size: 120%;
        letter-spacing: 0.5px;
    }
    .testimonial.wedding .testimonial-container img {
        height: 30px;
    }
    .testimonial.wedding .testimonial-container .testimonial-info {
        margin-top: 30px;
    }
    .testimonial.wedding .testimonial-container .testimonial-info .testimonial-para {
        margin-bottom: 20px;
        line-height: 26px;
        font-size: 120%;
    }
    .list ul li {
        padding: 4px 20px;
    }
    .list ul li img {
        height: 15px;
    }
    .list ul li img.play {
        height: 32px;
    }
    .copyright .link-horizontal ul {
        flex-wrap: wrap;
    }
    .copyright .link-horizontal ul li {
        padding-right: 15px;
    }
    .copyright .copyright-text {
        text-align: center !important;
    }
    .copyright.wedding {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }
    .app2.team-section .teams .our-team .set-relative.set-border {
        padding-bottom: 30px;
    }
    .app2.team-section .teams .our-team .borders {
        height: 30px;
    }
    .app2 .subscribe {
        margin-top: 30px;
    }
    .app2 .subscribe .form-group .icon {
        top: 27px;
    }
    .app2.about,
    .app2.quality {
        padding-top: 50px;
    }
    .app2.about .set-height,
    .app2.quality .set-height {
        min-height: unset;
    }
    .app2.about .set-height .mobile1,
    .app2.about .set-height .mobile2,
    .app2.quality .set-height .mobile1,
    .app2.quality .set-height .mobile2 {
        width: 250px;
        position: relative;
    }
    .app2.quality .set-height .mobile2 {
        top: -17px;
    }
    .app2 .abouts .logo {
        height: 60px;
    }
    .app2 .abouts .set-border {
        margin-bottom: 12px;
    }
    .app2.about .set-height .j-img {
        display: none;
    }
    .app2.format .logo {
        padding-bottom: 10px;
    }
    .app2.format .abouts {
        text-align: center;
    }
    .app2.format .icon-collection {
        justify-content: center;
    }
    .app2.format .format-head-text {
        margin-bottom: 20px;
    }
    .app2.format .format-sub-text {
        margin-bottom: 15px;
    }
    .app2.format .m-t-50 {
        margin-top: 14px;
    }
    .app2.team .team-slider .team-container {
        margin-left: 15px;
    }
    .portfolio-creative .head-sub-text {
        padding: 0 15px;
    }
    .portfolio-creative.creative3 .portfolio-text.d-flex {
        display: block !important;
        padding: 30px 0;
    }
    .portfolio-creative.creative3 .portfolio-text .w-75 {
        width: unset !important;
    }
    .portfolio-creative.creative3 .portfolio-text .w-75 .header-sub-text {
        margin-top: 0;
    }
    .portfolio-creative.creative3 .portfolio-text .text-right {
        text-align: left !important;
        margin-top: 15px;
    }
    .counter-container + .counter-container {
        padding-bottom: 30px;
        border-left: 1px solid #ddd;
    }
    .counter-container + .counter-container + .counter-container {
        border-left: 0;
        padding-top: 30px;
        border-top: 1px solid #ddd;
    }
    .counter-container + .counter-container + .counter-container + .counter-container {
        border-left: 1px solid #ddd;
    }
    .p-b-160 {
        padding-bottom: 135px;
    }
    footer.event.contact .form-footer form .row div {
        padding-left: 0;
        padding-right: 0;
    }
    .gym .trainers-slider.owl-carousel .owl-stage-outer,
    .yoga .trainers-slider.owl-carousel .owl-stage-outer {
        min-height: 388px !important;
    }
    .template-password #container #login {
        margin-bottom: 0;
    }
    .error-section {
        padding: 100px 0;
    }
    .error-section h1 {
        font-size: 100px;
    }
    .error-section h2 {
        margin: 20px 0;
        font-size: 18px;
    }
    .about-page .about-head {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .about-page .about-head .theme-breadcrumb .breadcrumb {
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .blog-detail-page .blog-detail .post-social li {
        display: block;
    }
    .blog-detail-page .blog-detail .post-social li + li {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
    .collection .collection-block .collection-content p {
        margin-bottom: 10px;
    }
    .collection .collection-block .collection-content h4,
    .collection .collection-block .collection-content h3 {
        margin-bottom: 5px;
    }
    .collection-product-wrapper .product-wrapper-grid .product-box {
        margin-top: 30px;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        padding: 10px 20px;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        width: 100%;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
        padding: 10px 20px;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
        top: 11px;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        border-right: 1px solid #dddddd !important;
        border-bottom: 1px solid #dddddd;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .search-count {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
        border-bottom: 1px solid #dddddd;
        width: 100%;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
        border-right: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
        top: 14px;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
        width: 100%;
        border-top: none;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        left: unset;
        right: 35px !important;
        top: 14px;
    }
    .cart-section .cart-buttons > div:last-child {
        padding-right: 15px;
    }
    .cart-section .cart-buttons .btn-solid,
    .wishlist-section .btn-solid {
        padding: 7px 8px;
    }
    .collection-wrapper .order-up {
        order: -1;
    }
    .checkout-page .checkout-form .checkout-details {
        padding: 15px;
    }
    .search-product > div:nth-last-child(5) {
        margin-top: 30px;
    }
    .product-box .img-wrapper .lable-block .lable3 {
        font-size: 12px;
        padding: 13px 8px;
    }
    .product-box .img-block .lable-wrapper .lable1,
    .product-box .img-block .lable-wrapper .lable2 {
        padding: 6px 9px 8px 15px;
        font-size: 12px;
    }
    .tab-product .tab-content.nav-material p,
    .product-full-tab .tab-content.nav-material p {
        padding: 15px 0;
    }
    .tab-product .tab-content.nav-material p {
        line-height: 1.3;
    }
    .slider-right-nav .slick-slide:first-child > div {
        margin-top: 15px;
    }
    .lookbook .lookbook-block .lookbook-dot .dot-showbox {
        width: 90px;
        top: -70px;
    }
    .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
        line-height: 16px;
    }
    .layout7-product .product-box .details-product {
        padding: 5px;
    }
    .layout7-product .product-box:hover .details-product {
        animation: none;
    }
    .padding-cls {
        padding-left: 15px;
        padding-right: 15px;
    }
    .success-text i {
        font-size: 40px;
    }
    .success-text p {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .success-text h2 {
        margin-bottom: 10px;
    }
    .order-success-sec > div {
        margin-top: 15px;
    }
    .delivery-sec {
        padding: 15px;
        margin-top: 15px;
    }
    .delivery-sec h3,
    .delivery-sec h2,
    .product-order h3 {
        font-size: 20px;
    }
    .product-order .product-order-detail .order_detail h4,
    .product-order .product-order-detail .order_detail h5 {
        font-size: 14px;
        line-height: 1.2;
    }
    .product-order .total-sec ul li,
    .product-order .final-total h3 {
        font-size: 16px;
    }
    .beauty-about .service .service-block1 {
        margin-bottom: 20px;
    }
    .beauty-about .service .service-block1:last-child {
        margin-bottom: 0;
    }
    .main-menu .menu-left .navbar i {
        font-size: 24px;
    }
    .typography_section .typography-box .typo-content.typo-buttons a:last-child {
        margin-top: 0;
    }
    .typography_section .typography-box .typo-content.typo-buttons .btn-solid.btn-sm,
    .typography_section .typography-box .typo-content.typo-buttons .btn-group-sm > .btn-solid.btn {
        padding: 3px 12px;
    }
    .bundle .bundle_img .img-box img {
        max-width: 70px;
    }
    .bundle .bundle_detail .theme_checkbox {
        padding: 0;
    }
    .breadcrumb-section-main {
        padding: 50px 0;
    }
    .breadcrumb-section-main .breadcrumb-text {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .p-2col-width .p-width {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    .p-3col-width .p-width {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .p-4col-width .p-width {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 0;
    }
    .m-layout .m-width.m-4-col,
    .m-layout .m-width.m-2-col,
    .m-layout .m-width.m-3-col {
        width: 100%;
        max-width: 100%;
        flex: 0 100%;
    }
    .saas1.subscribe input[type="email"] {
        width: 220px;
    }
    .saas2.pricing .price-container .price-feature-container {
        margin-top: -50px;
    }
    .maintenance-sec .center-content button,
    .coming-soon .center-content button {
        margin-left: 0;
    }
    .copyright.resume .link-horizontal ul li a {
        line-height: 1.8;
    }
    .wedding.bg.countdown-bg .counter-container .gradient-text {
        margin-top: 10px;
    }
    .portfolio-metro .portfolio_section h6 {
        padding-top: 20px;
    }
    header .navbar {
        width: 300px;
    }
    footer.footer2.agency .link-horizontal ul li.borders-right {
        margin-right: 2px;
    }
    .counter .counters.hover-counter {
        padding: 15px 0;
    }
    .saas1.testimonial .testimonial-box {
        padding: 20px;
    }
    .compare-page .table-wrapper .table .featured-image {
        width: 100px;
    }
    .coming-soon .our-web-text {
        letter-spacing: 0;
    }
    .coming-soon .coming-logo {
        margin-bottom: 30px;
        width: 100px;
    }
    .coming-soon .launch-text {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .coming-soon .launch-text2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .coming-soon .counters-content .count {
        border-right: none;
    }
    .coming-soon .form-group .d-flex {
        display: block !important;
    }
    .coming-soon .form-group .d-flex input {
        margin-bottom: 15px;
    }
    .coming-soon.coming-soon-2 .set-bg {
        padding-top: 30px;
    }
    .side-section {
        width: 270px;
    }
    .slider-container .trainers-slider .item {
        margin: 0;
    }
    .saas1.howitwork .work-tab .nav-pills .nav-link {
        padding: 0;
    }
    .wedding.brand-slider .owl-carousel img {
        max-width: 200px;
        margin: 0 auto;
    }
    .wedding.brand-sliders .brand-slider .item img {
        height: auto;
        width: auto;
        margin: 0 auto;
    }
    .event.about .text-right {
        width: 80%;
    }
    .portfolio-section.videos .m-b-50 {
        margin-bottom: 0;
    }
    .portfolio-section.videos .video {
        padding: 120px 0;
    }
    .app2 .subscribe .form-group .button-primary .btn {
        margin-top: 0;
    }
    .app2 h1 {
        line-height: 36px;
    }
    h1 {
        line-height: 40px;
    }
    .header .wave {
        display: none;
    }
    .brand-sliders .brand-slider .item img {
        height: 25px;
        width: auto;
    }
    .m-b-25 {
        margin-bottom: 15px;
    }
    .videos .video {
        padding: 80px 0;
    }
    .videos .video-description p {
        margin-bottom: 10px;
    }
    .m-b-35 {
        margin-bottom: 20px;
    }
    .subscribe.subscribe-2 .form-group input {
        padding-left: 95px;
    }
    .saas1.build-bg .owl-carousel .owl-item .work-slide {
        height: 250px;
    }
    .saas1.testimonial .video-box img {
        padding: 100px;
    }
    .saas1.testimonial .testi-profile .media-body {
        margin-top: 20px;
    }
    .saas2.laptop-slider .slider-container .center-img img {
        display: none;
    }
    .saas2.laptop-slider .slider-container .item img {
        height: auto;
        width: auto;
        max-width: 100%;
    }
    .event.gallery .gallery-list,
    .wedding.gallery .gallery-list,
    .resume.gallery .gallery-list {
        margin-bottom: 15px;
    }
    .event.gallery .list,
    .wedding.gallery .list,
    .resume.gallery .list {
        display: block;
        -moz-column-count: 2;
        column-count: 2;
    }
    .event.gallery .list a,
    .wedding.gallery .list a,
    .resume.gallery .list a {
        padding: 0;
        width: 100%;
        display: -webkit-box;
        margin-bottom: 10px;
    }
    .gym .about-img {
        margin: 25px 0 50px;
    }
    .gym .about-img .borders-around .bg-black {
        width: 140px;
    }
    .gym .about-img .borders-around .bg-black:before,
    .gym .about-img .borders-around .bg-black:after {
        width: 114px;
        height: 114px;
    }
    .gym .about-img .borders-around .bg-black:before {
        top: -25px;
        left: -25px;
    }
    .gym .about-img .borders-around .bg-black:after {
        bottom: -25px;
        right: -25px;
    }
    .agency .icon-collection {
        display: block;
        margin-bottom: 0;
    }
    .agency .icon-collection .about-icon {
        margin: 0 0 15px;
    }
    .agency .icon-collection .about-icon a {
        padding: 25px 10px;
    }
    .agency .icon-collection .about-icon:first-child,
    .agency .icon-collection .about-icon:last-child {
        margin-bottom: 15px;
    }
    .agency .row .center-content:last-child .icon-collection:last-child .about-icon:last-child {
        margin-bottom: 0;
    }
    .agency.video {
        margin-top: 20px;
    }
    .agency.video .m-b-20 {
        margin-bottom: 10px;
    }
    .agency.video .abs-center {
        width: 100%;
    }
    .agency.video .video-img {
        height: 50px;
    }
    .agency.video .video-heading {
        margin-bottom: 12px;
    }
    .wedding .wedding-banner .text-container .couple-text {
        margin-bottom: 5px;
    }
    .wedding .wedding-banner .text-container .couple-text .banner-text {
        font-size: 35px;
    }
    .wedding .wedding-banner .text-container .couple-text .banner-text.small {
        font-size: 27px;
    }
    .wedding .wedding-banner .text-container .place {
        font-size: 18px;
    }
    .wedding .wedding-time {
        margin-bottom: 10px;
    }
    .wedding .wedding-time .count h2 {
        font-size: 310%;
    }
    .wedding .wedding-time .count .days {
        font-size: 85%;
    }
    .wedding .wedding-time .count .counter-container {
        padding: 35px 0;
    }
    .wedding .schedule .m-r-15 {
        margin-right: 5px;
    }
    .testimonial.music .testimonial-info {
        margin-top: 20px;
    }
    .testimonial.music .music-testimonial-slider.owl-theme .item img {
        height: 30px;
    }
    .testimonial.wedding .testimonial-container {
        margin-bottom: 10px;
        padding: 15px;
    }
    .testimonial.wedding .testimonial-container .border-around {
        padding: 15px 0;
    }
    .testimonial.wedding .testimonial-container img {
        height: 25px;
    }
    .testimonial.wedding .testimonial-container .testimonial-info {
        margin-top: 25px;
    }
    .testimonial.wedding .testimonial-container .testimonial-info .testimonial-para {
        line-height: 20px;
        font-size: 12px;
    }
    .testimonial .testimonial-slider .testi-profile {
        text-align: center;
    }
    .testimonial .testimonial-slider .media {
        display: inline-block;
    }
    .testimonial .testimonial-slider .media img {
        margin: 0 auto;
        height: 100px;
        width: 100px;
    }
    .testimonial .testimonial-slider .media .media-body {
        padding: 0;
        text-align: center;
    }
    .event.gallery .list ul li,
    .wedding.gallery .list ul li,
    .resume.gallery .list ul li {
        padding: 3px 10px;
    }
    .event.gallery .list ul li a,
    .wedding.gallery .list ul li a,
    .resume.gallery .list ul li a {
        font-size: 12px;
    }
    .yoga.event .event-container {
        text-align: center;
        display: block !important;
    }
    .yoga.event .event-container .yoga-circle {
        position: relative;
        left: 0;
        margin-bottom: 10px;
    }
    .yoga.event .event-container .event-info {
        margin-left: 0;
    }
    .gym .trainers-slider.owl-carousel .owl-stage-outer,
    .yoga .trainers-slider.owl-carousel .owl-stage-outer {
        min-height: 380px !important;
    }
    .select_input select {
        padding: 12px 15px;
        margin-bottom: 18px;
    }
    .about-page p {
        line-height: 1.5;
    }
    .blog-detail-page .blog-contact h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .blog-detail-page .blog-contact .theme-form input,
    .blog-detail-page .blog-contact .theme-form textarea {
        padding: 12px 20px;
        margin-bottom: 20px;
    }
    .blog-detail-page .blog-detail h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .blog-detail-page .blog-detail img {
        margin-bottom: 25px;
    }
    .blog-detail-page .blog-advance ul {
        line-height: 1.5;
    }
    .blog-detail-page .blog-advance img {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .blog-detail-page .blog-advance p {
        line-height: 1.5;
    }
    .blog-detail-page .comment-section li {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .blog-detail-page .comment-section li p {
        line-height: 1.5;
    }
    .blog-detail-page .comment-section li h6 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .blog-detail-page .comment-section li h6 span {
        display: inherit;
        margin-left: 0;
    }
    .blog-detail-page .comment-section .media {
        display: inline-block;
        text-align: center;
    }
    .faq-section .theme-accordion .card .card-body p {
        line-height: 1.5 !important;
    }
    .faq-section .theme-accordion .card .card-header button {
        line-height: 1.3;
        padding: 12px 35px 12px 12px !important;
    }
    .faq-section .accordion.theme-accordion .card .card-header button:before {
        top: 20px;
    }
    .pwd-page {
        padding: 70px 0;
    }
    .pwd-page h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .login-page .authentication-right h6 {
        margin-bottom: 10px;
    }
    .login-page .theme-card {
        padding: 25px;
    }
    .register-page .theme-card {
        padding: 18px;
    }
    .register-page .theme-card .theme-form input {
        margin-bottom: 20px;
        padding: 12px 15px;
    }
    .search-block .btn-solid {
        padding: 10px 15px;
    }
    .contact-page .map iframe {
        height: 275px;
    }
    .contact-page .theme-form input {
        padding: 12px 15px;
        margin-bottom: 18px;
    }
    .blog-page .blog-media .blog-right h6 {
        margin-bottom: 0;
    }
    .blog-page .blog-media .blog-right p {
        line-height: 1.3;
    }
    .blog-page .blog-media .blog-right h4,
    .blog-page .blog-media .blog-right ul {
        margin-bottom: 5px;
    }
    .blog-page .blog-media .blog-right ul li {
        display: block;
    }
    .blog-page .blog-media .blog-right ul li + li {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
    .account-sidebar {
        width: 45%;
    }
    .success-text h2 {
        font-size: 20px;
    }
    .success-text p {
        font-size: 14px;
    }
    .delivery-sec h3,
    .delivery-sec h2 {
        font-size: 18px;
    }
    .typography_section .typography-box .typo-content.typo-buttons a {
        margin: 5px 0;
    }
}
@media only screen and (max-width: 420px) {
    .weeding ~ .tap-top {
        bottom: 100px;
    }
    .saas2.laptop-slider .slider-container {
        margin-bottom: -30px;
    }
    section.gym.trainers .title {
        margin-bottom: -30px;
    }
    .yoga.brand-slider .owl-carousel .item img {
        max-width: 250px;
        margin: 0 auto;
    }
    .yoga .title.title2 .borders span:before,
    .yoga .title.title2 .borders span:after {
        width: 55px;
    }
    footer.wedding.copyright {
        padding: 20px 0;
    }
    footer.wedding.copyright .footer-titles.mobile-title h3 {
        text-align: center;
        margin-bottom: 5px;
    }
    footer.wedding.copyright .link-horizontal ul.link li {
        text-align: center;
    }
    footer.wedding.copyright .link-horizontal ul {
        margin-bottom: 0;
    }
    footer.wedding.copyright .link-horizontal ul li a i {
        font-size: 15px;
    }
    footer.wedding .footer-headings {
        display: none;
    }
    footer.wedding .footer-titles.mobile-title {
        display: block;
    }
    footer.wedding .footer-contants {
        padding: 10px 0;
    }
    footer.wedding .footer-titles {
        padding: 5px 0;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    footer.wedding .footer-titles.active .according-menu {
        font: 15px/1 FontAwesome;
    }
    footer.wedding .footer-titles.active .according-menu:before {
        content: "\f106";
        position: absolute;
        right: 2px;
        bottom: 10px;
    }
    footer.wedding .footer-titles .according-menu {
        font: 15px/1 FontAwesome;
    }
    footer.wedding .footer-titles .according-menu:before {
        content: "\f107";
        position: absolute;
        right: 2px;
        bottom: 10px;
    }
    .header.music .music-content .center-text {
        height: 356px;
        margin-top: 45px;
    }
    .header.wedding .center-text {
        height: auto;
        margin-top: 63px;
    }
    .subscribe .form-group {
        margin: 0;
    }
    .subscribe .form-group input {
        height: 50px;
        margin-bottom: 20px;
    }
    .subscribe .form-group .d-flex {
        display: block !important;
        text-align: center;
    }
    .subscribe .form-group .d-flex .button-primary {
        width: 100%;
        position: relative;
    }
    .subscribe .form-group .d-flex .button-primary button {
        margin: 0 auto;
    }
    .subscribe .social i {
        height: 40px;
        width: 40px;
    }
    .subscribe.subscribe-2 .form-group .icon {
        font-size: 25px;
        top: 25%;
        left: 35px;
    }
    .subscribe.subscribe-2 .form-group .btn-default {
        border: 1px solid #fff;
    }
    .app2 .link-horizontal .btn-default {
        padding: 15px 20px;
    }
    .title.title2 .para {
        font-size: 80%;
    }
    .wedding.bg.attend-bg {
        padding-bottom: 80px;
    }
    .wedding .wedding-banner .text-container .couple-text {
        margin-bottom: 25px;
    }
    .wedding .wedding-banner .text-container .couple-text .banner-text.small,
    .wedding .wedding-banner .text-container .place {
        font-size: 16px;
    }
    .wedding.copyright .link-horizontal ul.link {
        display: block;
    }
    .wedding.copyright .link-horizontal ul.link li {
        padding-right: 5px;
    }
    .videos .w-100 {
        width: 100% !important;
    }
    .agency.header .btn-default {
        padding: 10px 12px;
    }
    .yoga.copyright .link-horizontal.social-link,
    .resume.copyright .link-horizontal.social-link {
        margin-bottom: 15px;
    }
    .yoga.copyright hr,
    .resume.copyright hr {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .saas1.build-bg .owl-carousel .owl-item .work-slide {
        height: 220px;
    }
    .saas1.build-bg .build-right-slider {
        margin-left: 40px;
    }
    .saas1.build-bg .owl-dots {
        transform: translate(-25%, -50%);
    }
    .saas1.build-bg .owl-theme .owl-dots .owl-dot span {
        margin-bottom: 20px;
        width: 45px;
    }
    .saas1.build-bg .owl-theme .owl-dots .owl-dot.active span {
        width: 55px;
    }
    .saas1.subscribe .subscribe-input .text {
        margin-top: 20px;
        display: block;
    }
    .saas2.pricing .price-container .price-features {
        margin-top: 30px;
    }
    .inner-pages-footer.resume .link-horizontal.social-link {
        margin-bottom: -5px;
    }
    .blog-details p {
        font-size: 14px;
        line-height: 1.3;
    }
    .login-page .authentication-right p {
        line-height: 1.5;
    }
    .login-page .theme-card .theme-form input {
        padding: 15px 20px;
        margin-bottom: 25px;
    }
    .tab-product .nav-tabs {
        display: block;
    }
    .tab-product .nav-tabs .nav-item {
        width: 100%;
    }
    .tab-product .nav-tabs .nav-item .nav-link,
    .vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link,
    .vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
        padding: 10px 20px;
    }
    .product-right .product-buttons .btn-default {
        padding: 7px 13px;
    }
    .product-right.product-form-box .timer {
        padding-left: 29px;
    }
    .product-right.product-form-box .timer span {
        width: 45px;
    }
    .product-right .timer {
        padding-left: 35px;
    }
    .product-right .timer span {
        width: 45px;
    }
    .product-right .product-icon .product-social {
        margin-top: 0;
    }
    .product-right .product-icon .product-social li {
        padding-right: 5px;
    }
    .product-right .product-icon .product-social li a i,
    .product-right .product-icon .wishlist-btn i,
    .product-right .product-icon .wishlist-btn span {
        font-size: 14px;
    }
    .tab-product .theme-form input,
    .tab-product .theme-form textarea {
        font-size: 12px;
        padding: 8px 15px;
    }
    .order-box .sub-total .shipping {
        width: unset;
        float: unset;
        display: flex;
    }
    .order-box .sub-total .shipping .shopping-option:last-child {
        padding-left: 20px;
    }
    .checkout-page .checkout-form .form-group {
        margin-bottom: 15px;
    }
    .checkout-page .checkout-form input[type="text"],
    .checkout-page .checkout-form input[type="email"],
    .checkout-page .checkout-form input[type="password"],
    .checkout-page .checkout-form input[type="tel"],
    .checkout-page .checkout-form input[type="number"],
    .checkout-page .checkout-form input[type="url"],
    .checkout-page .checkout-form select,
    .checkout-page .checkout-form textarea {
        height: 40px;
    }
    .team h6 {
        line-height: 15px;
    }
    .gym .trainers-slider.owl-carousel .owl-stage-outer,
    .yoga .trainers-slider.owl-carousel .owl-stage-outer {
        min-height: 310px !important;
    }
    .payment-box button {
        margin-top: 10px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 360px) {
    .yoga.pricing .price-container .service-feature {
        margin-bottom: -50px;
    }
    .yoga.pricing .owl-theme .owl-dots {
        margin-top: 20px !important;
    }
    .agency.blog .blog-info > .d-flex {
        display: block !important;
    }
    .cart-section .btn-default,
    .wishlist-section .btn-default {
        padding: 14px 12px;
    }
    .filter-main-btn span {
        width: 100%;
    }
    .header.wedding .center-text {
        margin-top: 63px;
    }
    .header.wedding .center-text .header-sub-text {
        font-size: 12px;
    }
    .header.wedding .wedding-content .girl img {
        height: 330px;
    }
    .header.wedding .wedding-content .logo-h1 {
        height: 50px;
    }
    .header.wedding .wedding-content .btn-default {
        padding: 10px 20px;
    }
    .header.saas1 h1 {
        letter-spacing: 1px;
    }
    .header.music .music-content .center-text {
        height: 361px;
        margin-top: 40px;
    }
    .app2 .link-horizontal .btn-default {
        padding: 10px 16px;
    }
    .app2 .title .title-img {
        height: 55px;
    }
    .schedule .cal-time i.fa-angle-left {
        left: 10px;
    }
    .schedule .cal-time i.fa-angle-right {
        right: 10px;
    }
    .gym .default-dots .owl-dots,
    .yoga .default-dots .owl-dots,
    .saas2 .default-dots .owl-dots {
        bottom: 30px !important;
    }
    .gym .btn-default,
    .yoga .btn-default,
    .saas2 .btn-default {
        padding: 10px 18px;
    }
    .gym .owl-carousel.trainers-slider.owl-carousel .owl-item.active.center .item img,
    .yoga .owl-carousel.trainers-slider.owl-carousel .owl-item.active.center .item img,
    .saas2 .owl-carousel.trainers-slider.owl-carousel .owl-item.active.center .item img {
        margin-bottom: 30px;
    }
    .music .cd-animation {
        height: 250px;
    }
    .music.side-section .jp-type-playlist .jp-gui .girls {
        width: 150px;
        padding: 15px;
    }
    .music.side-section .jp-type-playlist .jp-gui .gradient-block .now-play {
        padding-top: 15px;
    }
    .music.side-section .side-player .jp-progress {
        margin-top: 20px;
    }
    .music.side-section .jp-audio .jp-time-holder {
        padding-top: 8px;
    }
    .music.side-section .jp-controls .button-container {
        padding: 15px;
    }
    .music.side-section .jp-playlist {
        margin-top: 15px;
    }
    .music.side-section .btn-sidebar {
        padding: 12px 18px;
    }
    .wedding .bottom-img {
        height: 20px;
    }
    .wedding .wedding-banner .text-container .couple-text {
        margin-bottom: 0;
    }
    .wedding .wedding-banner .text-container .couple-text .banner-text.small {
        font-size: 16px;
    }
    .wedding .wedding-banner .text-container .place {
        font-size: 15px;
    }
    .wedding.pricing .m-4 {
        margin: 0 !important;
    }
    .event div .event-content .count {
        margin-left: 5px;
        margin-right: 5px;
    }
    .saas1.build-bg .owl-carousel .owl-item .work-slide {
        height: 180px;
    }
    .saas1.testimonial .testimonial-box {
        padding: 30px 20px;
    }
    .saas1.testimonial .testimonial-box h6 {
        line-height: 24px;
    }
    .list ul li {
        padding: 4px 10px;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        width: 100%;
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        width: 100%;
        border-right: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }
    .blog-detail-page .blog-detail p {
        line-height: 1.5;
    }
    .blog-detail-page .blog-contact h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .about-page p {
        line-height: 1.2;
    }
    .login-page .theme-card {
        padding: 18px;
    }
    .search-block .btn-solid {
        padding: 10px 5px;
    }
    .search-block .form-header .input-group input {
        padding: 10px 12px;
    }
    .contact-page .map iframe {
        height: 200px;
    }
    .collection-product-wrapper .product-pagination .pagination .page-item a {
        padding: 15px 13px;
    }
    .collection-product-wrapper .product-pagination .product-search-count-bottom {
        padding-left: 10px;
    }
    .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
        line-height: 15px;
    }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
        width: 80%;
    }
    .cart-section tbody tr td,
    .wishlist-section tbody tr td {
        min-width: 115px;
    }
    .cart-section tbody tr td .mobile-cart-content .col-xs-3,
    .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
        margin-left: 5px;
        margin-right: 5px;
    }
    .cart-section tbody tr td a img,
    .wishlist-section tbody tr td a img {
        height: 80px;
    }
    .cart-section tfoot tr td,
    .wishlist-section tfoot tr td {
        padding-right: 27px;
    }
    .cart-section tfoot tr td h2,
    .wishlist-section tfoot tr td h2 {
        font-size: 21px;
    }
    .wishlist-section .wishlist-buttons:last-child a {
        margin-left: 0;
    }
    .product-buttons .btn-default {
        padding: 7px 16px;
    }
    .product-description .qty-box .input-group {
        width: 100%;
    }
    .single-product-tables.detail-section table {
        width: 70%;
    }
    .product-right .timer {
        padding-left: 25px;
    }
    .product-right .timer span .padding-l {
        padding-left: 10px;
    }
    .product-form-box .timer span {
        width: 47px;
    }
    .product-form-box .timer span .padding-l {
        padding-left: 9px;
    }
    .product-form-box .product-buttons .btn-default {
        padding: 5px;
    }
    .product-form-box .timer span,
    .border-product .timer span {
        width: 45px;
    }
    .product-form-box .timer span .padding-l,
    .border-product .timer span .padding-l {
        padding-right: 5px;
    }
    .portfolio-metro h1 {
        font-size: 20px;
    }
    .breadcrumb-section-main.inner-2 .breadcrumb-contain ul li:last-child {
        display: block;
    }
}
@media only screen and (max-width: 320px) {
    .m-l-24 {
        margin-left: 10px;
    }
    .agency.agency-content .agency-header-center-container .agency-head .agency-head-text {
        margin-top: -10px;
    }
    .saas1.testimonial .testi-profile img {
        padding-left: 0;
    }
    .collection-banner .contain-banner.banner-3 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .collection-banner .contain-banner.banner-3 h2 {
        font-size: 15px;
    }
    .collection-banner .contain-banner.banner-4 {
        padding-left: 35px;
        padding-right: 35px;
    }
    .collection-banner .contain-banner.banner-4 h2 {
        font-size: 15px;
    }
}
.toast-center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    top: 12px;
    left: 12px;
}
.toast-top-right {
    top: 12px;
    right: 12px;
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
.toast-title {
    font-weight: 700;
}
.toast-message {
    word-wrap: break-word;
}
.toast-message a,
.toast-message label {
    color: #fff;
}
.toast-message a:hover {
    color: #ccc;
    text-decoration: none;
}
.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.toast-container {
    pointer-events: none;
    position: fixed;
    z-index: 999999;
}
.toast-container * {
    box-sizing: border-box;
}
.toast-container .ngx-toastr {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 24px;
    box-shadow: 0 0 12px #999;
    color: #fff;
}
.toast-container .ngx-toastr:hover {
    box-shadow: 0 0 12px #000;
    opacity: 1;
    cursor: pointer;
}
.toast-info {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.ngx-toastr {
    background-color: #030303;
    pointer-events: auto;
}
.toast-success {
    background-color: #51a351;
}
.toast-error {
    background-color: #bd362f;
}
.toast-info {
    background-color: #2f96b4;
}
.toast-warning {
    background-color: #f89406;
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: 0.4;
}
@media all and (max-width: 240px) {
    .toast-container .ngx-toastr.div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }
    .toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    .toast-container .ngx-toastr.div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }
    .toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    .toast-container .ngx-toastr.div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}
