/** Shopify CDN: Minification failed

Line 2153:28 The "+" operator only works if there is whitespace on both sides
Line 2153:45 The "+" operator only works if there is whitespace on both sides
Line 2256:28 The "+" operator only works if there is whitespace on both sides
Line 2256:45 The "+" operator only works if there is whitespace on both sides
Line 10641:6 Expected ":"
Line 13704:20 Expected identifier but found whitespace
Line 15081:0 "@charset" must be the first rule in the file
Line 15811:22 Expected identifier but found "*"
Line 16262:14 Expected identifier but found bad string token
Line 16262:15 Unterminated string token

**/
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #f4422c;
    --purple: #6f42c1;
    --pink: #f6f3f0;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #e8bd6e;
    --green: #7d9e82;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #707070;
    --gray-dark: #4c4848;
    --pinkishgrey: #e2d7c8;
    --lightPink: #f4ede3;
    --darkPink: #d67877;
    --primary: #d67877;
    --secondary: #e8bd6e;
    --success: #7d9e82;
    --info: #f6f3f0;
    --warning: #e8bd6e;
    --danger: #f4ede3;
    --light: #f8f9fa;
    --dark: #000;
    --main-color: #d67877;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --line-height-normal: 100%;
    --line-height-medium: 130%;
    --line-height-large: 160%;
    --font-family-sans-serif: "Montserrat", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    overflow-x: visible !important;
    font-family: sans-serif;
      line-height: var(--line-height-medium);
    -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: Montserrat, sans-serif; */
    font-size: 15px;
      line-height: var(--line-height-medium);
    color: #000;
    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[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 600;
}
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 {
    background-color: transparent;
}
a,
a:hover {
    color: #000;
    text-decoration: none;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
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 {
    border-style: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #707070;
    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;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[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;
}
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: 110%;
    color: #282829;
}
.h1,
h1 {
    font-size: 3.875rem;
}
.h2,
h2 {
    font-size: 3.875rem;
    
}
.h3,
h3 {
    font-size: 2.5rem;
}
.h4,
h4 {
    font-size: 1.125rem;
}
.h5,
h5 {
    font-size: 1rem;
}
.h6,
h6 {
    font-size: 0.875rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 2.5rem;
}
.display-1,
.display-2 {
    font-weight: 400;
    line-height: 1.5;
}
.display-2 {
    font-size: 1.5625rem;
}
.display-3 {
    font-size: 1.25rem;
}
.display-3,
.display-4 {
    font-weight: 400;
    line-height: 1.5;
}
.display-4 {
    font-size: 1.125rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* .small,
small {
    font-size: 0.7875rem;
    font-weight: 400;
} */

.small,
small {
    font-size: 11px;
    font-weight: 500;

}

.medium
{
    font-size: 15px;
    font-weight: 500;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 0.7875rem;
    color: #707070;
}
.blockquote-footer:before {
    content: "\2014\A0";
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #707070;
}
code {
    font-size: 87.5%;
    color: #f6f3f0;
    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: 600;
}
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-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    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: 580px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 840px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1470px;
        
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-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-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #f4d9d9;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #eab9b8;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #eec5c5;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #f9edd6;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #f3ddb4;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #f6e3c0;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #dbe4dc;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #bbcdbe;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #ccd9ce;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #fcfcfb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #faf9f7;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #f1f1ec;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #f9edd6;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #f3ddb4;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #f6e3c0;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #fcfaf7;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #f9f6f0;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f5eee4;
}
.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-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #b8b8b8;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #7a7a7a;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #ababab;
}
.table-main-color,
.table-main-color > td,
.table-main-color > th {
    background-color: #f4d9d9;
}
.table-main-color tbody + tbody,
.table-main-color td,
.table-main-color th,
.table-main-color thead th {
    border-color: #eab9b8;
}
.table-hover .table-main-color:hover,
.table-hover .table-main-color:hover > td,
.table-hover .table-main-color:hover > th {
    background-color: #eec5c5;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #4c4848;
    border-color: #605b5b;
}
.table .thead-light th {
    color: #888;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #4c4848;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #605b5b;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .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: #888;
    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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #888;
}
.form-control:focus {
    color: #888;
    background-color: #fff;
    border-color: #f4d9d9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 65%, 0.25);
}
.form-control:-ms-input-placeholder {
    color: #707070;
    opacity: 1;
}
.form-control::placeholder {
    color: #707070;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:focus::-ms-value {
    color: #888;
    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: 0.875rem;
    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: #000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    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: 0.875rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #707070;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.7875rem;
    color: #7d9e82;
}
.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: rgba(125, 158, 130, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}
.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: #7d9e82;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%237D9E82' 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: #7d9e82;
    box-shadow: 0 0 0 0.2rem rgba(125, 158, 130, 0.25);
}
.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);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #7d9e82;
    padding-right: calc((1em+0.75rem) * 3 / 4+1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%234c4848' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px,
        #fff
            url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%237D9E82' 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: #7d9e82;
    box-shadow: 0 0 0 0.2rem rgba(125, 158, 130, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #7d9e82;
}
.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: #7d9e82;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #7d9e82;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #9ab49e;
    background-color: #9ab49e;
}
.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 rgba(125, 158, 130, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #7d9e82;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #7d9e82;
    box-shadow: 0 0 0 0.2rem rgba(125, 158, 130, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.7875rem;
    color: #f4ede3;
}
.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: #212529;
    background-color: hsla(35, 44%, 92%, 0.9);
    border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}
.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: #f4ede3;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f4ede3' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f4ede3' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%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: #f4ede3;
    box-shadow: 0 0 0 0.2rem hsla(35, 44%, 92%, 0.25);
}
.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);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #f4ede3;
    padding-right: calc((1em+0.75rem) * 3 / 4+1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%234c4848' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px,
        #fff
            url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f4ede3' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f4ede3' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%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: #f4ede3;
    box-shadow: 0 0 0 0.2rem hsla(35, 44%, 92%, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #f4ede3;
}
.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: #f4ede3;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #f4ede3;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #fff;
    background-color: #fff;
}
.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 hsla(35, 44%, 92%, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #f4ede3;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #f4ede3;
    box-shadow: 0 0 0 0.2rem hsla(35, 44%, 92%, 0.25);
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .form-group,
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-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: #000;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 65%, 0.25);
}
.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: #d67877;
    border-color: #d67877;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #cd5b5a;
    border-color: #ca5150;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 70%, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #d67877;
    border-color: #d67877;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ca5150;
    border-color: #c74746;
}
.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 hsla(1, 54%, 70%, 0.5);
}
.btn-secondary {
    color: #212529;
    background-color: #e8bd6e;
    border-color: #e8bd6e;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #212529;
    background-color: #e3ae4d;
    border-color: #e1a942;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsla(39, 49%, 59%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #e8bd6e;
    border-color: #e8bd6e;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e1a942;
    border-color: #dfa437;
}
.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 hsla(39, 49%, 59%, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #7d9e82;
    border-color: #7d9e82;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #698c6e;
    border-color: #638568;
}
.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(145, 173, 149, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #7d9e82;
    border-color: #7d9e82;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #638568;
    border-color: #5e7e63;
}
.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 rgba(145, 173, 149, 0.5);
}
.btn-info {
    color: #212529;
    background-color: #f6f3f0;
    border-color: #f6f3f0;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #212529;
    background-color: #e8e0d8;
    border-color: #e3dad0;
}
.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem hsla(30, 5%, 83%, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #212529;
    background-color: #f6f3f0;
    border-color: #f6f3f0;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #212529;
    background-color: #e3dad0;
    border-color: #ded3c8;
}
.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 hsla(30, 5%, 83%, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #e8bd6e;
    border-color: #e8bd6e;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e3ae4d;
    border-color: #e1a942;
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem hsla(39, 49%, 59%, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #e8bd6e;
    border-color: #e8bd6e;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #e1a942;
    border-color: #dfa437;
}
.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 hsla(39, 49%, 59%, 0.5);
}
.btn-danger {
    color: #212529;
    background-color: #f4ede3;
    border-color: #f4ede3;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #212529;
    background-color: #e9dbc8;
    border-color: #e6d5be;
}
.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem hsla(37, 13%, 81%, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #212529;
    background-color: #f4ede3;
    border-color: #f4ede3;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #212529;
    background-color: #e6d5be;
    border-color: #e2d0b5;
}
.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 hsla(37, 13%, 81%, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.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 hsla(220, 4%, 85%, 0.5);
}
.btn-dark,
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.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 rgba(38, 38, 38, 0.5);
}
.btn-main-color {
    color: #fff;
    background-color: #d67877;
    border-color: #d67877;
}
.btn-main-color.focus,
.btn-main-color:focus,
.btn-main-color:hover {
    color: #fff;
    background-color: #cd5b5a;
    border-color: #ca5150;
}
.btn-main-color.focus,
.btn-main-color:focus {
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 70%, 0.5);
}
.btn-main-color.disabled,
.btn-main-color:disabled {
    color: #fff;
    background-color: #d67877;
    border-color: #d67877;
}
.btn-main-color:not(:disabled):not(.disabled).active,
.btn-main-color:not(:disabled):not(.disabled):active,
.show > .btn-main-color.dropdown-toggle {
    color: #fff;
    background-color: #ca5150;
    border-color: #c74746;
}
.btn-main-color:not(:disabled):not(.disabled).active:focus,
.btn-main-color:not(:disabled):not(.disabled):active:focus,
.show > .btn-main-color.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 70%, 0.5);
}
.btn-outline-primary {
    color: #d67877;
    border-color: #d67877;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #d67877;
    border-color: #d67877;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 65%, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #d67877;
    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: #d67877;
    border-color: #d67877;
}
.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 hsla(1, 54%, 65%, 0.5);
}
.btn-outline-secondary {
    color: #e8bd6e;
    border-color: #e8bd6e;
}
.btn-outline-secondary:hover {
    color: #212529;
    background-color: #e8bd6e;
    border-color: #e8bd6e;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsla(39, 73%, 67%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #e8bd6e;
    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: #212529;
    background-color: #e8bd6e;
    border-color: #e8bd6e;
}
.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 hsla(39, 73%, 67%, 0.5);
}
.btn-outline-success {
    color: #7d9e82;
    border-color: #7d9e82;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #7d9e82;
    border-color: #7d9e82;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 158, 130, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #7d9e82;
    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: #7d9e82;
    border-color: #7d9e82;
}
.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 rgba(125, 158, 130, 0.5);
}
.btn-outline-info {
    color: #f6f3f0;
    border-color: #f6f3f0;
}
.btn-outline-info:hover {
    color: #212529;
    background-color: #f6f3f0;
    border-color: #f6f3f0;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem hsla(30, 25%, 95%, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #f6f3f0;
    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: #212529;
    background-color: #f6f3f0;
    border-color: #f6f3f0;
}
.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 hsla(30, 25%, 95%, 0.5);
}
.btn-outline-warning {
    color: #e8bd6e;
    border-color: #e8bd6e;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #e8bd6e;
    border-color: #e8bd6e;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem hsla(39, 73%, 67%, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #e8bd6e;
    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: #e8bd6e;
    border-color: #e8bd6e;
}
.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 hsla(39, 73%, 67%, 0.5);
}
.btn-outline-danger {
    color: #f4ede3;
    border-color: #f4ede3;
}
.btn-outline-danger:hover {
    color: #212529;
    background-color: #f4ede3;
    border-color: #f4ede3;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem hsla(35, 44%, 92%, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f4ede3;
    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: #212529;
    background-color: #f4ede3;
    border-color: #f4ede3;
}
.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 hsla(35, 44%, 92%, 0.5);
}
.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 rgba(248, 249, 250, 0.5);
}
.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 rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #000;
    border-color: #000;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #000;
    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: #000;
    border-color: #000;
}
.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 rgba(0, 0, 0, 0.5);
}
.btn-outline-main-color {
    color: #d67877;
    border-color: #d67877;
}
.btn-outline-main-color:hover {
    color: #fff;
    background-color: #d67877;
    border-color: #d67877;
}
.btn-outline-main-color.focus,
.btn-outline-main-color:focus {
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 65%, 0.5);
}
.btn-outline-main-color.disabled,
.btn-outline-main-color:disabled {
    color: #d67877;
    background-color: transparent;
}
.btn-outline-main-color:not(:disabled):not(.disabled).active,
.btn-outline-main-color:not(:disabled):not(.disabled):active,
.show > .btn-outline-main-color.dropdown-toggle {
    color: #fff;
    background-color: #d67877;
    border-color: #d67877;
}
.btn-outline-main-color:not(:disabled):not(.disabled).active:focus,
.btn-outline-main-color:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-main-color.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 65%, 0.5);
}
.btn-link {
    font-weight: 400;
}
.btn-link,
.btn-link:hover {
    color: #000;
    text-decoration: none;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #707070;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    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;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    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;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    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: #000;
    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: "";
    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^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    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:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d67877;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #707070;
    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: #707070;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-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 {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-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,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    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-file .custom-file-input:focus {
    z-index: 4;
}
.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 > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.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),
.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-append,
.input-group-prepend {
    display: -ms-flexbox;
    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-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #888;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.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: 0.875rem;
    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-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.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 {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    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: #d67877;
    background-color: #d67877;
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 65%, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #f4d9d9;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #707070;
}
.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 {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label:after {
    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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #d67877;
    background-color: #d67877;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: hsla(1, 54%, 65%, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: hsla(1, 54%, 65%, 0.5);
}
.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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: hsla(1, 54%, 65%, 0.5);
}
.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: #e5e5e5;
    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: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: hsla(1, 54%, 65%, 0.5);
}
.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: #888;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%234c4848' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #f4d9d9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 65%, 0.25);
}
.custom-select:focus::-ms-value {
    color: #888;
    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: #707070;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #888;
}
.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: 0.875rem;
}
.custom-file {
    display: inline-block;
    margin-bottom: 0;
}
.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-input {
    z-index: 2;
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #f4d9d9;
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 65%, 0.25);
}
.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 {
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #888;
}
.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    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;
    -moz-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 hsla(1, 54%, 65%, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem hsla(1, 54%, 65%, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem hsla(1, 54%, 65%, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #d67877;
    border: 0;
    border-radius: 1rem;
    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 {
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #fff;
}
.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: #d67877;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #fff;
}
.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: #d67877;
    border: 0;
    border-radius: 1rem;
    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 {
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #fff;
}
.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,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #e5e5e5;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #e5e5e5;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #e5e5e5;
}
.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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #707070;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #707070;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #888;
    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 {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #d67877;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.59375rem;
    padding-bottom: 0.59375rem;
    margin-right: 1rem;
    font-size: 0.875rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    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-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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.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 .navbar-nav {
    -ms-flex-direction: row;
    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-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 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 {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    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: rgba(0, 0, 0, 0.03);
    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-bottom: -0.75rem;
    border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    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: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -ms-flex: 1 0 0%;
        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: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-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;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    text-transform: uppercase;
 
    border-right: 1px solid #282829;
    border-left: 1px solid #282829;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: 0.5rem;
    color: #707070;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #707070;
}
.pagination {
    display: -ms-flexbox;
    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: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 65%, 0.25);
}
.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: #d67877;
    border-color: #d67877;
}
.page-item.disabled .page-link {
    color: #707070;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    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: 600;
    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:focus,
a.badge:hover {
    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: #d67877;
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #ca5150;
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 65%, 0.5);
}
.badge-secondary {
    color: #212529;
    background-color: #e8bd6e;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #212529;
    background-color: #e1a942;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(39, 73%, 67%, 0.5);
}
.badge-success {
    color: #fff;
    background-color: #7d9e82;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #638568;
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(125, 158, 130, 0.5);
}
.badge-info {
    color: #212529;
    background-color: #f6f3f0;
}
a.badge-info:focus,
a.badge-info:hover {
    color: #212529;
    background-color: #e3dad0;
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(30, 25%, 95%, 0.5);
}
.badge-warning {
    color: #212529;
    background-color: #e8bd6e;
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #e1a942;
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(39, 73%, 67%, 0.5);
}
.badge-danger {
    color: #212529;
    background-color: #f4ede3;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #212529;
    background-color: #e6d5be;
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(35, 44%, 92%, 0.5);
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
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 rgba(248, 249, 250, 0.5);
}
.badge-dark,
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #000;
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.badge-main-color {
    color: #fff;
    background-color: #d67877;
}
a.badge-main-color:focus,
a.badge-main-color:hover {
    color: #fff;
    background-color: #ca5150;
}
a.badge-main-color.focus,
a.badge-main-color:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(1, 54%, 65%, 0.5);
}
.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: 600;
}
.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: #6f3e3e;
    background-color: #f7e4e4;
    border-color: #f4d9d9;
}
.alert-primary hr {
    border-top-color: #eec5c5;
}
.alert-primary .alert-link {
    color: #4e2c2c;
}
.alert-secondary {
    color: #796239;
    background-color: #faf2e2;
    border-color: #f9edd6;
}
.alert-secondary hr {
    border-top-color: #f6e3c0;
}
.alert-secondary .alert-link {
    color: #564629;
}
.alert-success {
    color: #415244;
    background-color: #e5ece6;
    border-color: #dbe4dc;
}
.alert-success hr {
    border-top-color: #ccd9ce;
}
.alert-success .alert-link {
    color: #2a362c;
}
.alert-info {
    color: #807e7d;
    background-color: #fdfdfc;
    border-color: #fcfcfb;
}
.alert-info hr {
    border-top-color: #f1f1ec;
}
.alert-info .alert-link {
    color: #666564;
}
.alert-warning {
    color: #796239;
    background-color: #faf2e2;
    border-color: #f9edd6;
}
.alert-warning hr {
    border-top-color: #f6e3c0;
}
.alert-warning .alert-link {
    color: #564629;
}
.alert-danger {
    color: #7f7b76;
    background-color: #fdfbf9;
    border-color: #fcfaf7;
}
.alert-danger hr {
    border-top-color: #f5eee4;
}
.alert-danger .alert-link {
    color: #65615d;
}
.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: #000;
    background-color: #ccc;
    border-color: #b8b8b8;
}
.alert-dark hr {
    border-top-color: #ababab;
}
.alert-dark .alert-link {
    color: #000;
}
.alert-main-color {
    color: #6f3e3e;
    background-color: #f7e4e4;
    border-color: #f4d9d9;
}
.alert-main-color hr {
    border-top-color: #eec5c5;
}
.alert-main-color .alert-link {
    color: #4e2c2c;
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 1rem;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress,
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.progress-bar {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #d67877;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-item-action {
    width: 100%;
    color: #888;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #888;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #000;
    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: #707070;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #d67877;
    border-color: #d67877;
}
.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 {
    -ms-flex-direction: row;
    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 {
        -ms-flex-direction: row;
        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 {
        -ms-flex-direction: row;
        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 {
        -ms-flex-direction: row;
        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 {
        -ms-flex-direction: row;
        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: #6f3e3e;
    background-color: #f4d9d9;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #6f3e3e;
    background-color: #eec5c5;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #6f3e3e;
    border-color: #6f3e3e;
}
.list-group-item-secondary {
    color: #796239;
    background-color: #f9edd6;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #796239;
    background-color: #f6e3c0;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #796239;
    border-color: #796239;
}
.list-group-item-success {
    color: #415244;
    background-color: #dbe4dc;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #415244;
    background-color: #ccd9ce;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #415244;
    border-color: #415244;
}
.list-group-item-info {
    color: #807e7d;
    background-color: #fcfcfb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #807e7d;
    background-color: #f1f1ec;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #807e7d;
    border-color: #807e7d;
}
.list-group-item-warning {
    color: #796239;
    background-color: #f9edd6;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #796239;
    background-color: #f6e3c0;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #796239;
    border-color: #796239;
}
.list-group-item-danger {
    color: #7f7b76;
    background-color: #fcfaf7;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #7f7b76;
    background-color: #f5eee4;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7f7b76;
    border-color: #7f7b76;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.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-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #000;
    background-color: #b8b8b8;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #000;
    background-color: #ababab;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.list-group-item-main-color {
    color: #6f3e3e;
    background-color: #f4d9d9;
}
.list-group-item-main-color.list-group-item-action:focus,
.list-group-item-main-color.list-group-item-action:hover {
    color: #6f3e3e;
    background-color: #eec5c5;
}
.list-group-item-main-color.list-group-item-action.active {
    color: #fff;
    background-color: #6f3e3e;
    border-color: #6f3e3e;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    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):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #707070;
    background-color: hsla(0, 0%, 100%, 0.85);
    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: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #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;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    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: -moz-min-content;
        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: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover,
.popover .arrow {
    position: absolute;
    display: block;
}
.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.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: rgba(0, 0, 0, 0.25);
}
.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: rgba(0, 0, 0, 0.25);
}
.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;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 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: rgba(0, 0, 0, 0.25);
}
.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;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #000;
    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: #000;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    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%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@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: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.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;
}
.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-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    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-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    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(1turn);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    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: text-bottom;
    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: #d67877 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #ca5150 !important;
}
.bg-secondary {
    background-color: #e8bd6e !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #e1a942 !important;
}
.bg-success {
    background-color: #7d9e82 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #638568 !important;
}
.bg-info {
    background-color: #f6f3f0 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #e3dad0 !important;
}
.bg-warning {
    background-color: #e8bd6e !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #e1a942 !important;
}
.bg-danger {
    background-color: #f4ede3 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #e6d5be !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark,
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #000 !important;
}
.bg-main-color {
    background-color: #d67877 !important;
}
a.bg-main-color:focus,
a.bg-main-color:hover,
button.bg-main-color:focus,
button.bg-main-color:hover {
    background-color: #ca5150 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #282829 !important;
}
.border-top {
    border-top: 1px solid #282829 !important;
}
.border-right {
    border-right: 1px solid #282829 !important;
}
.border-bottom {
    border-bottom: 1px solid #282829 !important;
}
.border-left {
    border-left: 1px solid #282829 !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: #d67877 !important;
}
.border-secondary {
    border-color: #e8bd6e !important;
}
.border-success {
    border-color: #7d9e82 !important;
}
.border-info {
    border-color: #f6f3f0 !important;
}
.border-warning {
    border-color: #e8bd6e !important;
}
.border-danger {
    border-color: #f4ede3 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #000 !important;
}
.border-main-color {
    border-color: #d67877 !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;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
}
.rounded-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: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-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 {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@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 rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}

.myt-24px {
    margin-bottom: 24px
}

.myb-30px {
    margin-bottom: 30px
}
.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;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.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: 600 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #d67877 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #c43e3c !important;
}
.text-secondary {
    color: #e8bd6e !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #de9f2c !important;
}
.text-success {
    color: #7d9e82 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #58765d !important;
}
.text-info {
    color: #f6f3f0 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #d9cdc0 !important;
}
.text-warning {
    color: #e8bd6e !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #de9f2c !important;
}
.text-danger {
    color: #f4ede3 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #decaac !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
.text-dark,
a.text-dark:focus,
a.text-dark:hover {
    color: #000 !important;
}
.text-main-color {
    color: #d67877 !important;
}
a.text-main-color:focus,
a.text-main-color:hover {
    color: #c43e3c !important;
}
.text-body {
    color: #000 !important;
}
.text-muted {
    color: #707070 !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !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 {
    *,
    :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 #e5e5e5;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #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;
    }
}
@media only screen and (max-width: 767px) {
    .small--1 {
        width: grid-column-width(1);
    }
    .small--2 {
        width: grid-column-width(2);
    }
    .small--3 {
        width: grid-column-width(3);
    }
    .small--4 {
        width: grid-column-width(4);
    }
    .small--5 {
        width: grid-column-width(5);
    }
    .small--6 {
        width: grid-column-width(6);
    }
    .small--7 {
        width: grid-column-width(7);
    }
    .small--8 {
        width: grid-column-width(8);
    }
    .small--9 {
        width: grid-column-width(9);
    }
    .small--10 {
        width: grid-column-width(10);
    }
    .small--11 {
        width: grid-column-width(11);
    }
    .small--12 {
        width: 100%;
        margin-left: 0;
    }


    .h2,
h2 {
    font-size: 40px;
    
}
}


.footer .footer-top h5 {
    color: #f4422c;
}
.footer .footer-top .footer-link li a,
.footer .footer-top .fst-col p {
    color: #b7bcc8;
}
@font-face {
    font-family: Stolzl;
  	src: url(//thegutco.com/cdn/shop/t/61/assets/Stolzl-Light.ttf?v=165531098286124458751754455629) format("truetype");
    font-weight: 100;
}
@font-face {
    font-family: Stolzl;
    src: url(/cdn/shop/files/Stolzl-Book.ttf?v=1631769379) format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: Stolzl;
    src: url(/cdn/shop/files/Stolzl-Regular.ttf?v=1631769379) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: Stolzl;
    src: url(/cdn/shop/files/Stolzl-Medium.ttf?v=1631769379) format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: Stolzl;
    src: url(/cdn/shop/files/Stolzl-Bold.ttf?v=1631769379) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: Manrope;
    src: url(/cdn/shop/files/Manrope-ExtraLight.ttf?v=1754463414) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: Manrope;
    src: url(/cdn/shop/files/Manrope-Light.ttf?v=1754463414) format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: Manrope;
    src: url(/cdn/shop/files/Manrope-Regular.ttf?v=1754463414) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: Manrope;
    src: url(/cdn/shop/files/Manrope-Medium.ttf?v=1754463414) format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: Manrope;
    src: url(/cdn/shop/files/Manrope-SemiBold.ttf?v=1754463414) format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: Manrope;
    src: url(/cdn/shop/files/Manrope-Bold.ttf?v=1754463414) format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: Manrope;
    src: url(/cdn/shop/files/Manrope-ExtraBold.ttf?v=1754463414) format("truetype");
    font-weight: 800;
}






body {
    font-weight: 500;
    /* font-family: Stolzl; */
     font-family: 'Manrope' !important;
    overflow-x: hidden !important;
    background-color: #FBFAF8;

    height: auto !important;
}
body .button-all,
body .lx-btn,
body .shopify-challenge__button {
    background: #282829;
    cursor: pointer;
    border: none;
    padding: 18px 90px 18px 32px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    outline: none;
    display: block;
    width: -moz-max-content;
    width: max-content;
    transition: all 0.3s;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    border-radius: 0 !important;
}
body .button-all:hover,
body .lx-btn:hover,
body .shopify-challenge__button:hover {
    background: #000;
    text-decoration: none;
}
body .button-all:disabled,
body .lx-btn:disabled,
body .shopify-challenge__button:disabled {
    opacity: 0.5;
    background: #707070;
    border-color: #707070;
}
body .button-all:disabled:hover,
body .lx-btn:disabled:hover,
body .shopify-challenge__button:disabled:hover {
    color: #fff;
}
@media (max-width: 767px) {
    body .button-all,
    body .lx-btn,
    body .shopify-challenge__button {
        padding: 18px 60px 18px 17px;
    }
}
body ul {
    list-style: none;
}
body .box-shadow-bg {
    box-shadow: 0 3px 10px rgba(168, 200, 174, 0.25);
}
body .box-radius-bg {
    border-radius: 10px;
}
body .cursor-pointer {
    cursor: pointer;
}
body .fw-500,
body .fw-600,
body strong {
    font-weight: 500;
}
body .fw-400 {
    font-weight: 400;
}
/* body .fw-300 {
    font-weight: 300;
} */
body .small-text {
    font-size: 12px;
}
body .font-s-16 {
    font-size: 16px !important;
}

body .font-s-15 {
    font-size: 15px;
}

body .font-s-13 {
    font-size: 13px;
}
body .font-s-14 {
    font-size: 14px;
}
body .font-s-18 {
    font-size: 18px;
}
body .font-s-28 {
    font-size: 28px;
}
body .font-s-32 {
    font-size: 32px;
}
body .font-s-42 {
    font-size: 42px;
}
body .font-s-50 {
    font-size: 50px;
}
body .font-s-62 {
    font-size: 62px;
   line-height: 45px;
 
  
}
body .line-height-initial {
    line-height: normal;
}
body section {
    padding-bottom: 0px;
}
@media (max-width: 991px) {
    body section {
        /* padding-bottom: 60px; */
        /* padding-bottom: 60px; */
    }
}
body hr {
    margin: 30px 0;
}
body .bg-very-pink {
    background-color: #fbfaf9;
}
body .dark_pink {
    color: #d67877;
}
@media (max-width: 767px) {
    body .w-full-mob {
        width: 100% !important;
        text-align: center;
    }

    .breadcrumb {

    border-right: none;
    border-left: none;
}
}
body .container-xl {
    max-width: 1470px;
}
@media (min-width: 991px) and (max-width: 1380px) {
    body .container-xl {
        /* max-width: 1080px; */
    }
}
body .slick-dots li button:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.1);
    opacity: 1;
}
body .slick-dots li.slick-active button:before {
    opacity: 1;
}
body .slick-dots li {
    margin: 0;
}
body .slick-next:before,
body .slick-prev:before {
    color: #000;
    font-family: stamped-font, FontAwesome !important;
    font-size: 31px;
}
body .slick-prev:before {
    content: "\F104";
}
body .slick-next:before {
    content: "\F105";
}
body .slick-next,
body .slick-prev {
    width: 55px;
    height: 55px;
    background-color: #fff !important;
    z-index: 999;
    border-radius: 50%;
}
body .pagination {
    padding-bottom: 100px;
}
body .pagination .next,
body .pagination .prev {
    display: none;
}
body .pagination span {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    margin-right: 14px;
}
body .pagination span.current {
    background-color: #000;
    color: #fff;
}
body .pagination span a {
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}
body .breadcrumb a {
    color: #707070;
}

.breadcrumb ul{
    margin: 0px;
}
body .breadcrumb a.active {
    color: #282829;
    border-bottom: none;
    padding-bottom: 0px;
    font-weight: 700;
}
.popup_main_div {
    display: none;
}
.background_img {
    padding: 26px 40px !important;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 750px;
    position: fixed;
    z-index: 999999;
    background-position: 100%;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 767px) and (max-width: 991px) {
    .background_img {
        max-width: 568px;
        background-position: 0 0;
    }
    .background_img p {
        padding-bottom: 180px;
    }
}
@media (max-width: 767px) {
    .background_img {
        padding: 16px !important;
        background-position: inherit;
        margin: 10px;
    }
    .background_img .news_content {
        padding-bottom: 200px;
    }
    .background_img .news_content img {
        display: none;
    }
}
.overlay_popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}
#shopify-section-popup aside {
    max-width: 750px;
    margin: 0 auto;
}
@media (min-width: 767px) and (max-width: 991px) {
    #shopify-section-popup aside {
        max-width: 568px;
    }
}
.modal-backdrop.show {
    opacity: 0;
    display: none;
}
.no_thanks_link a {
    font-size: 15px;
    text-decoration: underline;
}
      
.rc_widget__option__input--subsave {
    /*transform: translate(0px,-72px)*/
}
      .rc-template__radio-group .rc-radio .rc-radio__label .rc-option__price {
        order: 3 !important;
        
      }
.rc-template__radio-group .rc-radio .rc-radio__label .rc-option__discount {
  order: 3;
  display: none;
}
.rc-radio input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 33px;
    margin-right: 0;
    margin-left: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1050px) {
    .rc-radio input[type="radio"] + label {
        font-size: 14px;
    }
}

.rc-widget{
    padding-left: 40px !important;
        padding-right: 50px !important;
        padding-bottom: 30px !important;
}


.rc-radio input[type="radio"] + label:after,
.rc-radio input[type="radio"] + label:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.rc-radio input[type="radio"] + label:before {
    transition: all 0.3s ease;
    border: 2px solid #000;
}
.rc-radio input[type="radio"] + label:hover:before {
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.3em #fff, inset 0 0 0 1em #000;
}
.rc-radio input[type="radio"]:checked + label:before {
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.2em #000, inset 0 0 0 1em #000;
}
.rc-widget .rc-option--active {
    background-color: transparent !important;
}
.rc-option__discount,
.rc-option__price,
.rc-option__text {
    font-weight: 300;
}
.rc-option__text::after {
    content: " - ",
    color: #000;
}
.rc_popup__label {
    font-size: 14px;
    font-weight: 300;
}
svg.rc_popup__icon {
    margin-right: 13px;
}
.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .carousel-review-title {
    text-transform: capitalize;
    font-weight: 500;
}
body .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
    line-height: 24px;
}
.carousel-review-author {
    display: none;
}
.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .single-carousel {
    height: 279px;
}
.product_plan_section .rc-radio input[type="radio"] + label:after,
.product_plan_section .rc-radio input[type="radio"] + label:before {
    top: 2px;
}
@media (min-width: 992px) and (max-width: 1050px) {
    .product_plan_section .rc-radio input[type="radio"] + label:after,
    .product_plan_section .rc-radio input[type="radio"] + label:before {
        top: 0;
    }
}
.product-plan-content .rc_container_wrapper {
    padding-top: 18px;
}
.shopify-challenge__button {
    padding: 14px 35px !important;
    text-transform: uppercase;
}
.shopify-challenge__container {
    padding: 50px 0;
}
.site-footer__newsletter-error {
    color: #d67877;
    margin-top: 10px;
    display: block;
}
body .Esc-returns-container {
    max-width: 1080px;
}
body .Esc-returns-form label {
    display: none;
}
body .Esc-returns-form {
    margin: 40px auto;
}
body .Esc-returns-container li,
body .Esc-returns-container p {
    font-size: 18px;
    line-height: 32px;
}
@media (max-width: 991px) {
    body .Esc-returns-container li,
    body .Esc-returns-container p {
        font-size: 16px;
    }
}
body .Esc-returns-container h4 {
    font-size: 22px;
}
@media (max-width: 991px) {
    body .Esc-returns-container h4 {
        font-size: 20px;
    }
}
body .Esc-returns-form input {
    margin-bottom: 16px;
}
body .Esc-returns-form input:-ms-input-placeholder {
    color: #888;
}
body .Esc-returns-form input::placeholder {
    color: #888;
}
#insta-feed .slider-arrow,
.instafeed-shopify .slider-arrow {
    z-index: 10 !important;
}
.search_form input[type="search"]::-webkit-search-cancel-button,
.search_form input[type="search"]::-webkit-search-decoration,
.search_form input[type="search"]::-webkit-search-results-button,
.search_form input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
@media only screen and (max-width: 1440px) {
    .side_icon {
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .display-1,
    .h1,
    h1 {
        /* font-size: 30px; */
    }
}
@media (min-width: 991px) and (max-width: 1380px) {
    .container {
        /* max-width: 980px; */
    }
    .h1,
    h1 {
        /* font-size: 30px; */
    }
    .h2,
    h2 {
        /* font-size: 20px; */
    }
    .text_content p,
    body .font-s-16,
    body p {
        /* font-size: 16px !important; */
    }
    body .font-s-32 {
        font-size: 24px;
    }
    body .font-s-28 {
        font-size: 25px;
    }
    body .font-s-50 {
        font-size: 32px;
    }
    body .font-s-18 {
        font-size: 16px;
    }
    .header .main-header .nav_div .nav_ul li a {
        font-size: 16px !important;
    }
    body .button-all,
    body .lx-btn,
    body .shopify-challenge__button {
        padding: 15px 66px 15px 20px;
        font-size: 14px;
    }
    body section {
        /* padding-bottom: 70px; */
        
    }

    .shopify-section{
       padding-bottom: unset; 
    }


    .rc-radio input[type="radio"] + label {
        font-size: 12px;
    }
    .product_plan_section .rc-radio input[type="radio"] + label:after,
    .product_plan_section .rc-radio input[type="radio"] + label:before {
        top: -2px;
    }
}
@media only screen and (max-width: 1200px) {
    .w-sm-100 {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .display-1,
    .h1,
    h1 {
        font-size: 25px;
    }
    .animation_img {
        display: none !important;
    }
    .container-xl {
        max-width: 648px !important;
    }
    .join_global_main .container {
        max-width: 688px;
    }
    .about_gut_inner .slick-next {
        right: -50px;
    }
    .about_gut_inner .slick-prev {
        left: -50px;
    }
    .reset_plan_main .container {
        max-width: 650px;
    }
    .rc-radio input[type="radio"] + label {
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    body .font-s-32 {
        font-size: 26px;
    }
    body .font-s-18 {
        font-size: 16px;
        line-height: 1.75;
    }
    .h1,
h1 {
    font-size: 40px !important;
}



.h2,
h2 {
    font-size: 40px !important;
    
}
.h3,
h3 {
    font-size: 2.5rem;
}

    p {
        font-size: 15px;
    }
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.14;
    }
    body .font-s-50 {
        font-size: 35px;
    }
    .w-sm-100 {
        width: 100%;
    }


}
@media (max-width: 415px) {
    .long_term_bg .pro-add-btn button {
        width: 100%;
    }
}
#fixedBuyBar,
#shopify-chat,
.chat-app--is-mobile,
.smile-launcher-frame-container .smile-launcher-frame {
    display: none !important;
}
span.money {
    display: inline-block;
}
.swatch .content--3 {
    display: none !important;
}
.review_title {
    margin-top: 32px;
    margin-bottom: 28px;
    font-size: 22px;
}
.review_headng {
    padding-bottom: 53px;
}
.yotpo .rating-star,
.yotpo .rating-star:before {
    color: #DC7444;
}
.single-carousel {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 40px !important;
}
@media (min-width: 768px) {
    .single-carousel {
        margin-right: 30px !important;
    }
}
@media (max-width: 767px) {
    .single-carousel {
        padding: 14px !important;
    }
}
.yotpo-reviews-carousel .carousel-display-wrapper {
    padding: 0;
}
.carousel-review-date,
.product-link-container,
.text-m,
.yotpo-label {
    display: none;
}
.yotpo_star .text-m {
    display: inline-block;
    color: #666 !important;
    font-weight: 300;
    margin-left: 13px;
}
.yotpo_star .star-clickable {
    display: block !important;
}
@media (max-width: 766px) {
    .yotpo_star .star-clickable {
        display: block;
        margin: 0 auto;
    }
}

@media (min-width: 767px) {
.bottomLine.desktop-hide {
    display: none !important;
}
}

.yotpo-bottomline {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
}
.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side {
    width: 100% !important;
}
.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
    font-style: normal !important;
    font-size: 12px;
    margin-left: 0;
    font-family: Stolzl !important;
    font-weight: 300 !important;
    padding: 19px 0;
    text-align: center !important;
    color: #000;
}
.yotpo-reviews-carousel,
.yotpo a,
.yotpo div,
.yotpo form,
.yotpo i,
.yotpo img,
.yotpo label,
.yotpo li,
.yotpo p,
.yotpo span,
.yotpo strong,
.yotpo sup,
.yotpo ul {
    font-family: Stolzl !important;
}
.carousel-display-wrapper {
    padding-bottom: 100px !important;
}
@media (max-width: 767px) {
    .carousel-display-wrapper {
        padding-bottom: 50px !important;
    }
}
.carousel-review-title {
    margin-bottom: 0 !important;
    color: #000 !important;
    text-align: center !important;
}
.yotpo-reviews-carousel .carousel-read-more {
    margin: 0 auto;
}
.carousel-review-author,
.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version {
    width: 100%;
    text-align: center;
}
.carousel-stars .yotpo-icon:before {
    font-size: 13px;
}
.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-author,
.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
    text-align: center !important;
}
body .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
    font-style: normal !important;
}
.yotpo-reviews-carousel .carousel-display-wrapper .stars-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 14px;
}
#carousel-top-panel .yotpo-hidden {
    display: block !important;
}
.carousel-review-author {
    font-size: 14px;
    color: #000;
}
.table_privacy {
    border: 1px solid #000;
    margin: 40px 0;
}
.table_privacy td,
.table_privacy th {
    text-align: left;
    padding: 15px 20px;
    font-size: 14px;
    border-bottom: 1px solid #000;
}
.table_privacy tr {
    vertical-align: top;
}
.track-button-innerContainer {
    max-width: 630px !important;
    margin: 50px auto;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.aftership-poweredBy {
    display: none;
}
.about_content_inner .small-text p {
    line-height: 24px;
    font-size: 12px !important;
}
.about_content_inner .review_star {
    padding-bottom: 22px;
    padding-top: 14px;
}
@media (max-width: 767px) and (max-height: 690px) {
    .background_img .news_content {
        padding-bottom: 0;
    }
}
/* #contact .header .main-header,
.about-page .header .main-header,
.template-index .header .main-header {
    position: absolute;
} */
.header .main-header {
    padding: 15px 0;
    right: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.3s ease;
    background: #FBFAF8;

    border-bottom: 1px solid #282829;
}
.header .main-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #f6f3f0;
}
.header .main-header .container {
    max-width: 1470px;
}

.container-full{
    width: 1440px;
    max-width: 1440px;
    margin: auto;
}

@media (max-width: 1440px) {

.container-full{
    width: 100%;    
}

}
@media (min-width: 768px) and (max-width: 991px) {
    .header .main-header .container {
        /* max-width: 700px; */
    }
}
@media (min-width: 991px) and (max-width: 1380px) {
    .header .main-header .container {
        /* max-width: 1080px; */
    }
}
@media (max-width: 767px) {
    .header .main-header {
        padding: 9px 0;
    }
    .container-full{
    padding-left: 16px;
    padding-right: 16px;
}


.product-detail-section .container-full {
     padding-left: 0px;
    padding-right: 0px;
}

}
.header .main-header .nav_div .nav_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header .main-header .nav_div .nav_ul li {
    display: inline-block;
}
.header .main-header .nav_div .nav_ul li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 15px;
    border-radius: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.header .main-header .nav_div .nav_ul li a:hover {
    color: #888;
    text-decoration: none;
}
.header .main-header .nav_div .nav_ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #DC7444;
    bottom: -21px;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
}

/* .header .main-header .nav_div .nav_ul li:hover a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #DC7444;
    bottom: -21px;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
} */

.header .main-header .nav_div .nav_ul li a.active:before {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 768px) and (max-width: 991px) {
    .header .main-header .nav_div .nav_ul li a {
        font-size: 15px;
        padding: 4px 9px;
    }
}
.header .main-header .right_icon_div a:hover svg line,
.header .main-header .right_icon_div a:hover svg path {
    stroke: #888;
}
.header .main-header .right_icon_div .cart_div_icon a:hover svg path {
    fill: #888;
}
.header .main-header .cart_div_icon {
    margin-top: 0px;
    position: relative;
}
@media (max-width: 767px) {
    .header .main-header .cart_div_icon {
        margin-top: 0;
    }
}
.header .main-header .cart_div_icon .icon {
    width: 26px;
    height: 26px;
}
.header .main-header .cart_div_icon .site-header__cart-count {
    position: absolute;
    top: 4px;
    right: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #dc5833;
    border: 2px solid #e9dfd3;
}
.header .main-header .menu_icon {
    display: none;
}
@media (max-width: 1199px) {
    .header .main-header .menu_icon {
        display: inline-block;
    }
}
.header .main-header .close_icon {
    display: none;
}
.header .main-header .close_icon .icon {
    width: 20px;
    height: 20px;
}
.header .main-header .icon {
    width: 25px;
    height: 25px;
}
.header .main-header .shop_icon {
    display: none;
}
@media (max-width: 1199px) {
    .header .main-header .shop_icon {
        display: inline-block;
    }
}



.header .mobile_menu {
    position: fixed;
    background-color: #F5F5F5;
    z-index: 9999;
    bottom: 0;
    top: 0;
    left: -100%;
    width: 100%;
    transition: all 0.3s;
    padding: 0 0px;
    margin-top: 94px;
      display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.mobile_menu_items img{
    width: 61px;
   height: 70px;
}


.header .mobile_menu .mobile_menu_items li a {
    font-size: 19px !important;
}

.header .mobile_menu .mobile_menu_items li {
  border-bottom: 1px solid #282829 !important;
  display: flex;
  gap: 20px;
  padding: 8px 10px;
  align-items: center;
  text
}
.header .mobile_menu .nav_ul {
    transform: translateZ(0);
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    margin-bottom: 0;
    list-style: none;
}
/* .header .mobile_menu .nav_ul li a {

    width: 100%;
    padding: 8px 0;
    font-size: 24px;
    font-weight: 500;
    color: #282829s;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
} */

.header .mobile_menu .nav_ul li a {
    /* display: block; */
    width: 100%;
    padding: 8px 0;
    font-size: 24px;
    font-weight: 500;
    color: #282829s;
    text-transform: uppercase;
    display: flex
;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.header .mobile_menu .social_ul svg path {
    fill: #000;
}
.header .mobile_menu .close_icon svg {
    width: 25px;
    height: 25px;
}

.menu_show .lower-links {
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
border-top: 1px solid #282829 !important;
margin-top: 20px;
}

.menu_show .lower-links li {
 border-bottom: 1px solid #282829 !important;
 border-right: 1px solid #282829 !important;
}

.menu_show .lower-links li:last-child {
  border-right: none !important;
}



.menu_show .lower-links li a {
font-size: 13px !important; 
color: #282829;
 justify-content: center !important;
  text-transform: capitalize !important;
}

.menu_show .social_ul {
    display: none !important;
}

.features-boxes {
    width: 100%;
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 gap: 8px;
  border-top: 1px solid #282829;
    border-bottom: 1px solid #282829;
  padding: 14px 0 24px 0;
}

.feature-item {

  text-align: center;
  padding: 0px;
  border-radius: 0px;
}

.feature-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  object-fit: contain;
}

.feature-item p {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}


.header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
}
.header .mobile_menu.menu_show {
    left: 0;
    overflow: scroll;
}
.header .overlay.overlay_active {
    opacity: 1;
    visibility: visible;
    z-index: 8;
}
@media (max-width: 767px) {
    .header .close_icon {
        position: relative;
        z-index: 999;
    }
}
.header .menu_search {
    background-color: #fff;
    position: fixed;
    width: 100%;
    padding: 35px 0;
    top: -100%;
    transform: translateY(-100%);
    transition: all 0.5s;
}
.header .menu_search input {
    border-bottom: 1px solid #e3e3e3 !important;
    width: 100%;
    max-width: 991px;
    outline: none;
}
@media (max-width: 767px) {
    .header .menu_search input {
        max-width: 100%;
    }
}
.header .menu_search .fixed_search {
    border-bottom: 1px solid #e3e3e3 !important;
}
@media (max-width: 767px) {
    .header .menu_search .fixed_search svg {
        width: 16px;
        height: 16px;
    }
}
.header .menu_search .close_icon_search {
    cursor: pointer;
}
.header .menu_search .close_icon_search svg {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 5px;
    bottom: 0;
}
@media (max-width: 767px) {
    .header .menu_search .close_icon_search svg {
        width: 13px;
        height: 13px;
    }
}
.header .menu_search .container {
    max-width: 1120px;
}
.header .menu_search.active-search {
    top: 0;
    transform: translate(0);
}
@media (max-width: 767px) {
    .header .menu_search form {
        margin-right: 30px;
    }
}

@media (max-width: 490px) {
    .topbar {
        display: none !important;
    }
}
@media (min-width: 491px) {
    .topbar {
        padding: 4px 0;
    }
    .d-block {
        display: block;
    }
}
.payment-icons li {
    margin: 5px 2px;
}
@media (max-width: 991px) {
    .payment-icons li {
        width: 30px;
        height: 30px;
        margin: 5px 1px;
    }
    .payment-icons li img {
        width: 100%;
    }
}
.footer {
    background-color: #282829;
}
.footer .footer-top {
    padding: 50px 0px 30px;
}
@media (max-width: 767px) {
    .footer .footer-top .logo_div {
        margin-bottom: 50px;
    }
}
.footer .footer-top .link_div h4 {
    margin-bottom: 0px;
    padding: 0 0 0px;
}
.footer .footer-top .link_div .link_ul {
    list-style: none;
    display: block;
}
@media (max-width: 767px) {
    .footer .footer-top .link_div .link_ul {
        margin-bottom: 40px !important;
    }
}
.footer .footer-top .link_div .link_ul li {
    padding: 0 0 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: left;
}
.footer .footer-top .link_div .link_ul li a {
    display: block;
    font-size: 15px;
    line-height: 22px;
}
.footer .footer-top .link_div .link_ul li a:hover {
    text-decoration: none;
    color: #999 !important;
}
.footer .footer-top .link_div .link_ul li svg {
    width: 20px;
}
.footer .footer-top .link_div .link_ul li p {
    padding-left: 15px;
    width: 100%;
}
.footer .footer-top .link_div .link_ul li p a {
    color: #000;
}
.footer .footer-top .frm_div .input-group {
    position: relative;
}
.footer .footer-top .frm_div .input-group input {
    width: 100%;
    padding: 10px 18px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 500;
    border-radius: 2px;
    outline: none;
}
.footer .footer-top .frm_div .input-group .newsletter__submit {
    position: absolute;
    right: 0;
    top: 0;
    background: #fd7e14;
    color: #fff;
    text-transform: capitalize;
    font-family: Netto OT;
    font-size: 15px;
    padding: 10px 18px;
    height: 100%;
    display: block;
}
@media (min-width: 1199px) {
    .footer .footer-top .frm_div .input-group .newsletter__submit {
        min-width: 150px;
    }
}
.footer .footer-top .frm_div .input-group .newsletter__submit:hover {
    background: #c35a02;
}
@media (max-width: 991px) {
    .footer .footer-top .richtext {
        text-align: justify;
    }
}
.footer .social_ul li a:hover svg path {
    fill: #999;
}
@media (max-width: 767px) {
    .footer .footer-btm .payment_icon img {
        width: 100%;
    }
}
.template-product .footer {
    /* margin-bottom: 110px; */
}
@media (min-width: 767px) and (max-width: 991px) {
    .template-product .footer {
        /* margin-bottom: 53px; */
    }
}
.hero_section .hero_inner .slide_banner .img_div {
    position: relative;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 34% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 34% 100%);
}
@media (max-width: 991px) {
    .hero_section .hero_inner .slide_banner .img_div {
        -webkit-clip-path: unset;
        clip-path: unset;
    }
}
.hero_section .hero_inner .slide_banner .img_div:before {
    content: "";
    padding-top: 58%;
    display: block;
}
@media (max-width: 1199px) {
    .hero_section .hero_inner .slide_banner .img_div:before {
        padding-top: 80%;
    }
}
@media (max-width: 991px) {
    .hero_section .hero_inner .slide_banner .img_div:before {
        padding-top: 63%;
    }
}
@media (max-width: 767px) {
    .hero_section .hero_inner .slide_banner .img_div:before {
        padding-top: 88%;
    }
}
.hero_section .hero_inner .slide_banner .img_div img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media (max-width: 991px) {
    .hero_section .hero_inner .slide_banner .img_div img {
        width: 120%;
        left: -17%;
    }
}
.hero_section .hero_inner .slide_banner .content_div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .hero_section .hero_inner .slide_banner .content_div {
        position: relative;
        padding: 30px 0;
    }
}
.hero_section .hero_inner .slide_banner .content_div .text_div .icon_div_bg {
    right: 20%;
    bottom: -27%;
}
.hero_section .hero_inner .slide_banner .content_div .social_ul {
    position: absolute;
    left: 15px;
    top: 155%;
}
@media (max-width: 1700px) {
    .hero_section .hero_inner .slide_banner .content_div .social_ul {
        top: 143%;
    }
}
@media (max-width: 1600px) {
    .hero_section .hero_inner .slide_banner .content_div .social_ul {
        top: 140%;
    }
}
@media (max-width: 1440px) {
    .hero_section .hero_inner .slide_banner .content_div .social_ul {
        top: 125%;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .hero_section .hero_inner .slide_banner .content_div .social_ul {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .hero_section .hero_inner .slide_banner .content_div .social_ul {
        position: relative;
        margin-top: 30px;
    }
}
.hero_section .hero_inner .slide_banner .content_div .social_ul li a {
    background: #e5e5e5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-right: 30px;
    transition: all 0.5s;
}
.hero_section .hero_inner .slide_banner .content_div .social_ul li a svg path {
    fill: #707070;
}
.hero_section .hero_inner .slide_banner .content_div .social_ul li a:hover {
    background: #7d9e82;
}
.hero_section .hero_inner .slide_banner .content_div .social_ul li a:hover svg path {
    fill: #fff;
}
.hero_section .hero_inner .slick-dots {
    left: 55px;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    text-align: left;
}
@media (max-width: 1700px) {
    .hero_section .hero_inner .slick-dots {
        left: 40px;
    }
}
@media (max-width: 1440px) {
    .hero_section .hero_inner .slick-dots {
        display: none !important;
    }
}
.hero_section .hero_inner .slick-dots li {
    position: relative;
    display: block;
    width: unset;
    height: unset;
    padding-left: 18px;
    margin: 40px 0;
}
@media (max-width: 1700px) {
    .hero_section .hero_inner .slick-dots li {
        padding-left: 9px;
        margin: 25px 0;
    }
}
.hero_section .hero_inner .slick-dots li button {
    font-size: 40px;
    line-height: 1.5;
    font-family: Poppins, sans-serif;
    color: rgba(0, 0, 0, 0.1);
    width: unset;
    height: unset;
    font-weight: 600;
}
@media (max-width: 1700px) {
    .hero_section .hero_inner .slick-dots li button {
        font-size: 25px;
    }
}
.hero_section .hero_inner .slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
    content: "";
    width: 30px;
    height: 6px;
}
@media (max-width: 1700px) {
    .hero_section .hero_inner .slick-dots li button:before {
        left: 43px;
        width: 25px;
        height: 5px;
    }
}
.hero_section .hero_inner .slick-dots li button:after {
    content: "0";
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    font-size: 40px;
    line-height: 1.5;
}
@media (max-width: 1700px) {
    .hero_section .hero_inner .slick-dots li button:after {
        font-size: 25px;
    }
}
.hero_section .hero_inner .slick-dots .slick-active button {
    color: #7d9e82;
}
.hero_section .hero_inner .slick-dots .slick-active button:before {
    background: #7d9e82;
}
.hero_section .hero_inner .slick-dots .slick-active button:after {
    color: #7d9e82;
}
.index-product {
    position: relative;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .index-product {
        padding-bottom: 0;
    }
}
.index-product .title_div p {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}
.index-product .title_div p:before {
    content: "";
    position: absolute;
    top: 52%;
    left: 107%;
    transform: translateY(-50%);
    width: 223%;
    border-bottom: 1px solid #000;
}
@media (max-width: 991px) {
    .index-product .title_div p:before {
        width: 100%;
    }
}
.index-product .prod_slider_index .slide_box .img_div img {
    width: 100%;
}
.index-product .nav_slider_div {
    position: absolute;
    left: 117%;
    top: 25%;
}
@media (max-width: 1199px) {
    .index-product .nav_slider_div {
        position: relative;
        left: unset;
        top: unset;
        width: 80%;
        margin: auto;
    }
}
@media (max-width: 991px) {
    .index-product .nav_slider_div {
        width: 90%;
    }
}
.index-product .nav_slider_div .slide_nav .nav-img {
    width: 86px;
    opacity: 0.3;
    border: 3px solid transparent;
    border-radius: 50%;
}
@media (max-width: 1199px) {
    .index-product .nav_slider_div .slide_nav .nav-img {
        margin: auto;
    }
}
@media (max-width: 991px) {
    .index-product .nav_slider_div .slide_nav .nav-img {
        width: 65px;
    }
}
.index-product .nav_slider_div .slick-active .slide_nav .nav-img {
    opacity: 0.6;
}
.index-product .nav_slider_div .slick-current .slide_nav .nav-img {
    opacity: 1;
    border-color: #7d9e82;
}
.index-product .discription_img_div {
    margin-top: -200px;
    margin-left: 20px;
}
.index-product .discription_img_div .img_div,
.index-product .discription_img_div .img_div img {
    max-width: 100%;
}
@media (max-width: 1199px) {
    .index-product .discription_img_div .img_div img {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .index-product .discription_img_div {
        margin-top: 0;
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .index-product .content_div .richtext {
        text-align: justify;
    }
}
.newsletter_sec {
    background: #FBFAF8 !important;
}
@media (max-width: 767px) {
    .newsletter_sec {
        background-color: transparent;
    }
}
@media (max-width: 767px) {
    .newsletter_sec .row {
        margin-left: 0;
        margin-right: 0;
    }
}
.newsletter_sec .newsletter_main {
    /* padding: 24px 0px; */
  
}

.flex-vv{
       display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.newsletter_main h1{
     padding: 24px 30px;
     /* border-top: 1px solid #282829; */
      border-bottom: 1px solid #282829;
      text-transform: uppercase;
}

.newsletter_main p{
     padding: 0px 30px;
  padding-bottom: 24px;
    border-bottom: 1px solid #282829;
}

.newsletter_main .form_div{
     padding: 24px 30px;
}


@media (max-width: 767px) {
    .newsletter_sec .newsletter_main {
        padding: 0 0px;
    }


}
.newsletter_sec .newsletter_main p {
    font-size: 17px;
}
.newsletter_sec .newsletter_main .form_div {
    position: relative;
    /* padding-top: 70px; */
    /* border-bottom: 1px solid #282829; */
    border-top: 1px solid #282829;
}
@media (max-width: 767px) {
    .newsletter_sec .newsletter_main .form_div {
        padding-top: 30px;
    }
}
.newsletter_sec .newsletter_main .form_div input {
    background: #fff;
    padding: 17px 20px;
    width: auto;
     border: 1px solid #7A7A7A;
    padding-right: 136px;
    font-size: 14px;
    border-radius: 0;
}
@media (max-width: 767px) {
    .newsletter_sec .newsletter_main .form_div input {
        font-size: 15px;
        padding: 15px;
        padding-right: 100px;
        height: 55px;
    }

    .newsletter_main .container-full {
padding: 0px;
    }
}
.newsletter_sec .newsletter_main .form_div input:focus {
    outline: none;
}
.newsletter_sec .newsletter_main .form_div input:-ms-input-placeholder {
    color: #aeaeae;
    font-weight: 300;
}
.newsletter_sec .newsletter_main .form_div input::placeholder {
    color: #aeaeae;
    font-weight: 300;
}
@media (max-width: 767px) {
    .newsletter_sec .newsletter_main .form_div .input-group__btn {
        width: 100%;
    }
}
.newsletter_sec .newsletter_main .form_div .button-all {
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px 62px;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .newsletter_sec .newsletter_main .form_div .button-all {
        font-size: 15px;
        top: 0;
        right: 0;
        padding: 5px 20px;
        position: unset;
        width: 100%;
        height: 55px;
    }
}
.newsletter_sec .news_letter_icon {
    left: 9%;
    top: -52%;
}
.newsletter_sec .circle_div .img_div img {
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 767px) {
    .newsletter_sec .circle_div {
        /* padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 31px; */
    }
}
@media (max-width: 1380px) {
    .circle_div img {
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (min-width: 992px) and (max-width: 1380px) {
    .newsletter_main .container-xl {
        max-width: 1080px !important;
    }
}
.banner_section {
    background-repeat: no-repeat;
    background-size: cover;
  /* height: calc(100vh - 153px); */
      height: 548px;
    background-position: 100%;
    background-position-x: left;
}

.banner_section .banner_description {
  margin-bottom: 50px ;
  margin-top: 40px ;
  color:#FBFAF8;
}

.banner_content_section h1{
font-family: 'Manrope';
font-style: normal;
font-weight: 500;
font-size: 62px;
line-height: 110%;
color: #FBFAF8;
}


.banner_section .banner_button a span {
    width: 50px;
    height: 50px;
    background-color: #4c4848;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 3px;
}
@media (min-width: 991px) and (max-width: 1380px) {
    .banner_section .banner_button a span {
        width: 45px;
        height: 45px;
    }
}
.button-all:hover {
    box-shadow: 0 4px 7px 3px #00000033;
}
.image-with-text {
    background-color: #e2d7c8;
}
@media (min-width: 768px) and (max-width: 991px) {
    .image-with-text .container-fluid,
    .image-with-text .container-lg,
    .image-with-text .container-md,
    .image-with-text .container-sm,
    .image-with-text .container-xl {
        max-width: 580px;
    }
}
.image-with-text .image-with-text__image .responsive-image__wrapper {
    margin: 0 auto;
}
.image-with-text .image-with-text__image .responsive-image__wrapper img {
    width: 100%;
}
.featured-collection {
    background-color: #f6f3f0;
    padding-top: 100px;
}
@media (max-width: 991px) {
    .featured-collection {
        padding-top: 60px;
        margin-bottom: 60px;
    }
}
.featured-collection .button-all-product {
    background-color: #fff;
    color: #3c3c3b;
    border: 2px solid #000;
    padding: 13px 31px;
}
@media (min-width: 991px) and (max-width: 1380px) {
    .featured-collection .button-all-product {
        padding: 10px 25px;
    }
}
.featured-collection .form_button span {
    background-color: #fff;
    border: 2px solid #000;
    padding: 15px 21px;
}
@media (min-width: 991px) and (max-width: 1380px) {
    .featured-collection .form_button span {
        padding: 10px 15px;
    }
}
.featured-collection .form_button span svg g {
    fill: #000;
}
.featured-collection .featured-collection-item .row {
    border-bottom: 1px solid #c9c8c8;
}
@media (max-width: 767px) {
    .featured-collection .featured-collection-item .row {
        border-bottom: none;
    }
}
.featured-collection .responsive-image__wrapper {
    margin: 0 auto;
}
.featured-collection .product_benefit img {
    width: 45px;
    height: 45px;
}
.featured-collection .form_button {
    transition: 0.5s;
}
@media (max-width: 767px) {
    .featured-collection .form_button {
        border-bottom: 1px solid #c9c8c8;
    }
}
.featured-collection .form_button:hover {
    box-shadow: 0 7px 18px #00000057;
}
.nav-up {
    top: -50px;
}
@media (max-width: 767px) {
    .instagram_content {
        padding-top: 50px;
    }
}
.instagram_content h1 a {
    text-decoration: underline;
    -webkit-text-decoration-color: #f3a1a2;
    text-decoration-color: #f3a1a2;
}
@media (max-width: 767px) {
    .instagram_content .instagram_slider {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .instagram_content .instagram_slider .instagram_img_slider {
        width: 50%;
    }
    .instagram_content .instagram_slider .instagram_img_slider img {
        width: 100%;
    }
}
#insta-feed {
    max-width: 1300px;
    padding-bottom: 100px !important;
}
@media (max-width: 767px) {
    #insta-feed {
        padding-bottom: 60px !important;
    }
}
.insta_feed {
    font-size: 32px !important;
    font-family: Stolzl !important;
    padding-top: 60px;
}
@media (max-width: 767px) {
    .insta_feed {
        font-size: 23px !important;
    }
    .insta_feed br {
        display: none;
    }
}
.insta_feed svg {
    margin-top: 10px;
    margin-left: -7px;
}
@media (max-width: 767px) {
    .insta_feed svg {
        margin-top: 8px;
        margin-left: -5px;
        width: 15px;
    }
}
.insta_feed a {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.variants_section .banner_description {
    padding-bottom: 24px;
}
@media (max-width: 767px) {
    .variants_section .banner_description {
        padding-bottom: 0;
    }
}
.variants_section .banner_description p {
    font-size: 18px;
}
@media (max-width: 767px) {
    .variants_section .banner_description p {
        font-size: 16px;
    }
}
@media (min-width: 991px) and (max-width: 1380px) {
    .variants_section .banner_description p {
        font-size: 15px;
    }
}
.variants_section .mySwiper {
    padding-top: 120px;
}
@media (max-width: 767px) {
    .variants_section .mySwiper {
        padding-top: 0;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .variants_section .mySwiper {
        padding-top: 25px;
    }
}
.text_content:nth-child(2) {
    padding: 128px 0;
}
@media (max-width: 991px) {
    .text_content:nth-child(2) {
        padding: 20px 0;
    }
}
@media (min-width: 991px) and (max-width: 1380px) {
    .text_content:nth-child(2) {
        padding: 90px 0;
    }
}
.text_content p {
    font-size: 18px;    
}
.variants_section {
    position: relative;
    padding-bottom: 120px;
}
@media (max-width: 767px) {
    .variants_section {
        padding-bottom: 50px;
    }
}
.variants_section .anim_sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 45%;
}
.varints_img img {
    display: block;
    margin: 0 auto;
}
.text_content.wrapper {
    display: block !important;
}
.collection-product .heading_section .collection_product_text {
    padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .collection-product .heading_section .collection_product_text {
        padding-top: 40px;
    }
}
@media (min-width: 991px) and (max-width: 1380px) {
    .collection-product .heading_section .collection_product_text {
        padding-top: 20px;
        padding-bottom: 0;
    }
}
.collection-product .collection_img {    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .collection-product .collection_img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .collection-product .collection_img {
        width: 100%;
        height: 250px;
    }
}
.banner-section .side_icon {
    left: 44px;
    bottom: -5%;
    z-index: 2;
}
.banner-section .banner_inner_container {
    position: relative;
    overflow-x: hidden;
}
.banner-section .banner_inner_container .bg_image_div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-section .banner_inner_container .bg_image_div .img_div {
    position: relative;
    height: 100%;
}
.banner-section .banner_inner_container .bg_image_div .img_div img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.banner-section .banner_inner_container .banner-inner h2 {
    width: 57%;
}
@media (max-width: 991px) {
    .banner-section .banner_inner_container .banner-inner .banner_image img {
        width: 62%;
    }
}
.banner_title_mob {
    padding: 15px 15px 0;
}
@media (max-width: 991px) {
    #conditions .banner-inner .banner_image img {
        width: 85% !important;
    }
}
@media (max-width: 991px) {
    #imprint .banner-inner .banner_image img {
        width: 91% !important;
    }
}
@media (max-width: 991px) {
    #about-us .banner-inner .banner_image img {
        width: 100% !important;
    }
}
.search-section .product_row .product_box {
    margin-bottom: 30px;
}
.search-section .product_row .product_box .img_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.search-section .product_row .product_box .img_box:before {
    content: "";
    padding-top: 77%;
    display: block;
}
.search-section .product_row .product_box .img_box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 70%;
}
.search-section .product_row .product_box .content_div {
    text-align: center;
}
.search-section .search_form {
    margin-bottom: 50px;
}
.search-section .search_form input {
    max-width: 400px;
    width: 100%;
    border: 2px solid #ddd;
    background: transparent;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    outline: none;
}
.search-section .search_form input:focus {
    border: 2px solid #fd7e14;
    outline: none;
}
.product-detail-section .slider_main_div {
    width: 100%;
}
.product-detail-section .slider_main_div .product-slider .img_box_slide {
    position: relative;
    overflow: hidden;
}
.product-detail-section .slider_main_div .product-slider .img_box_slide img {
    width: 100%;
}
.product-detail-section .product-detail-content {
    padding: 0 0px;
    padding-top: 0px;
}

.product-detail-content-inner{
     padding: 0 0px;
}
@media (max-width: 767px) {
    .product-detail-section .product-detail-content {
        padding-top: 0px; 
        
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-detail-section .product-detail-content .product-head h1 {
        font-size: 30px;
    }
    .product-detail-section .product-detail-content .product-head h3 {
        font-size: 18px;
    }
    .product-detail-section .product-detail-content .btn_div {
        margin-top: 30px;
    }
}
.product-detail-section .product-detail-content .product_description h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .product-detail-section .product-detail-content .product_description h3 {
        font-size: 20px;
        margin-bottom: 17px;
    }
}
.product-detail-section .product-detail-content .product-qty {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-detail-section .product-detail-content .product-qty,
.product-detail-section .product-detail-content .product-qty .pro-qty-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.product-detail-section .product-detail-content .product-qty .pro-qty-div .qty-btn {
    background: #fff;
    color: #000;
    line-height: 45px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    font-weight: 400;
    outline: none;
    display: block;
    border: 2px solid #000;
}
@media (max-width: 767px) {
    .product-detail-section .product-detail-content .product-qty .pro-qty-div .qty-btn {
        width: 42px;
        padding: 0;
    }
}
.product-detail-section .product-detail-content .product-qty .pro-qty-div .qty-input {
    border: 2px solid #000;
    border-right: none;
    border-left: none;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    height: 50px;
    width: 50px;
}
@media (max-width: 767px) {
    .product-detail-section .product-detail-content .product-qty .pro-qty-div .qty-input {
        width: 42px;
        border-radius: 0;
    }
}
.product-detail-section .product-detail-content .btn_div .pro-add-btn button {
    font-size: 20px;
    padding: 0;
    padding: 0 62px;
    height: 70px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    width :100%;
}
@media (max-width: 767px) {
    .product-detail-section .product-detail-content .btn_div .pro-add-btn button {
        padding: 0 16px;
    }
}
@media (max-width: 991px) {
    .product-detail-section .product-detail-content .site-footer__payment-icons p {
        font-size: 14px;
    }
}
.product-detail-section .product-detail-content .site-footer__payment-icons .payment-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 12px;
}
.product-detail-section .product-detail-content .site-footer__payment-icons .payment-icons li {
    display: inline-block;
    margin: 0 3px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
@media (max-width: 991px) {
    .product-detail-section .product-detail-content .site-footer__payment-icons .payment-icons li,
    .product-detail-section .product-detail-content .site-footer__payment-icons .payment-icons li img {
        width: 24px;
        height: 24px;
    }
}
.product-detail-section .product-detail-content .rc-template__legacy-radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.plan_name h1 {
    font-size: 35px;
}
@media (min-width: 991px) and (max-width: 1380px) {
    .plan_name h1 {
        font-size: 24px;
    }
}
.gut_doctor_main {
    padding-top: 95px;
    padding-bottom: 180px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .gut_doctor_main {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .gut_doctor_main {
        padding-bottom: 45px;
    }
}
.gut_doctor_main .heading_section {
    padding-bottom: 100px;
}
.gut_doctor_main .heading_section p {
    max-width: 809px;
    margin: 0 auto;
}
.gut_doctor_main .doctor_inner_content {
    padding-bottom: 60px;
}
@media (max-width: 767px) {
    .gut_doctor_main .doctor_inner_content {
        padding-bottom: 45px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gut_doctor_main .doctor_inner_content {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .gut_doctor_main .doctor_inner_content .product-uses-column h2 {
        font-size: 24px;
    }
}
.gut_doctor_main .right_img {
    padding-bottom: 70px;
}
@media (max-width: 767px) {
    .gut_doctor_main .right_img {
        padding-bottom: 45px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .gut_doctor_main .right_img {
        width: 100%;
        padding-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .gut_doctor_main .mobile_content .right_img:nth-child(2) {
        -ms-flex-order: 1;
        order: 1;
    }
    .gut_doctor_main .mobile_content .doctor_inner_content:nth-child(5) {
        -ms-flex-order: 2;
        order: 2;
    }
    .gut_doctor_main .mobile_content .doctor_inner_content:nth-child(6) {
        -ms-flex-order: 3;
        order: 3;
    }
}
.accordion h2 {
    -webkit-appearance: none !important;
}
.collapse_main {
    background-color: #f0e9e3;
    padding: 100px 0;
}
@media (max-width: 767px) {
    .collapse_main {
        padding-top: 40px;
    }
}
.collapse_main .accordion .card {
    border: 0;
    border-bottom: 1px solid #c9c8c8;
}
.collapse_main .accordion .card h2 {
    font-size: 22px;
    cursor: pointer;
}
@media (min-width: 991px) and (max-width: 1380px) {
    .collapse_main .accordion .card h2 {
        font-size: 18px;
    }
}
.collapse_main .accordion .card h2:not(.collapsed) svg {
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .collapse_main .accordion .card h2 {
        font-size: 15px;
        line-height: 1.56;
    }
}
@media (max-width: 767px) {
    .collapse_main .collapse_content h1 {
        font-size: 24px;
        line-height: normal;
        margin-top: 40px;
    }
    .collapse_main .collapse_content p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .collapse_main .collapse_content h1 {
        margin-top: 50px;
    }
}
.collapse_main .pro-add-btn button {
    padding-left: 60px;
    padding-right: 60px;
}
@media (max-width: 767px) {
    .collapse_main .pro-add-btn button {
        padding-left: 50px;
        padding-right: 50px;
    }
}
.video_slider_main {
    padding-bottom: 135px;
}
@media (max-width: 767px) {
    .video_slider_main {
        padding-bottom: 120px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.video_slider_main .video_heading_main h1 {
    margin-bottom: 77px;
}
.video_slider_main .video_slider .video_slider_inner {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    max-width: 929px;
    margin: 0 auto;
}
.video_slider_main .video_slider .video_slider_inner .video_content {
    padding-right: 35px;
    padding-left: 70px;
}
@media (max-width: 991px) {
    .video_slider_main .video_slider .video_slider_inner .video_content {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .video_slider_main .video_slider .video_slider_inner .video_content h2 {
        font-size: 18px;
        margin-top: 20px;
    }
}
.video_slider_main .video_slider .video_slider_inner .video_content h4 {
    margin: 40px 0;
}
@media (max-width: 767px) {
    .video_slider_main .video_slider .video_slider_inner .video_content h4 {
        margin-top: 10px;
        margin-bottom: 21px;
        font-size: 14px;
    }
}
.video_slider_main .video_slider .video_slider_inner .video_content small {
    margin-bottom: 40px;
}
.video_slider_main .video_slider .video_slider_inner video.video {
    height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
}
.video_slider_main .video_slider .slick-dots {
    bottom: -60px;
}
.video_slider_main .video_slider .slick-dots li button:before {
    font-size: 40px;
}
.tablet_main {
    padding-top: 120px;
    padding-bottom: 90px;
}
@media (max-width: 767px) {
    .tablet_main {
        padding-top: 55px;
    }
}
.tablet_main h1 {
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .tablet_main h1 {
        line-height: 42px;
    }
}
.tablet_main .tablet_content {
    padding-top: 98px;
}
@media (max-width: 767px) {
    .tablet_main .tablet_content {
        padding-top: 0;
    }
}
.tablet_main .tablet_content .tablet_content_inner h2 {
    padding-top: 64px;
    padding-bottom: 30px;
}
@media (max-width: 767px) {
    .tablet_main .tablet_content .tablet_content_inner h2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
.tablet_main .tablet_img img {
    margin: 0 auto;
}
.tablet_main .tablet_heading_section {
    font-weight: 300;
    font-size: 18px !important;
}
.scientists_section {
    background-color: #fbfaf9;
    padding-bottom: 110px;
}
.scientists_section .overlay {
    background-image: linear-gradient(270deg, hsla(0, 0%, 99%, 0) -48%, #fbfaf9 37%);
    height: 100%;
    width: 34%;
    position: absolute;
    left: 0;
    z-index: 9;
    top: 0;
}
@media (max-width: 991px) {
    .scientists_section .overlay {
        display: none;
    }
}
.scientists_section .overlay2 {
    background-image: linear-gradient(90deg, hsla(0, 0%, 99%, 0) -48%, #fbfaf9 37%);
    right: 0;
    left: auto;
}
.scientists_section .scientists_heading_section {
    z-index: 9;
}
.scientists_section .scientists_content_inner {
    padding: 30px 20px 55px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    background-color: #fbfaf9;
}
.scientists_section .scientists_slider .slick-dots {
    bottom: -40%;
}
@media (min-width: 991px) and (max-width: 1380px) {
    .scientists_section .scientists_slider .slick-dots {
        bottom: -30%;
    }
}
.scientists_section .slick-slide {
    margin-right: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative;
}
@media (max-width: 767px) {
    .scientists_section .slick-slide {
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 0;
    }
}
.scientists_section .scientist_button a {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    padding: 13px 34px;
}
.happy_healthy_main {
    background-color: #eee0d5;
    padding-top: 125px;
    padding-bottom: 105px;
}
@media (max-width: 767px) {
    .happy_healthy_main {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}
.happy_healthy_main .healthy_content h1 {
    padding-top: 20px;
    padding-bottom: 40px;
}
.happy_healthy_main .healthy_content p {
    font-size: 18px;
}
.power_of_pre {
    padding: 167px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .power_of_pre {
        padding: 120px 0;
    }
}
@media (max-width: 767px) {
    .power_of_pre {
        padding: 90px 0;
    }
}
.power_of_pre .power_pre_content h1 {
    padding-bottom: 40px;
}
@media (max-width: 991px) {
    .power_of_pre .power_pre_content h1 {
        padding-bottom: 20px;
        padding-top: 40px;
    }
}
.power_of_pre .power_pre_content p {
    font-size: 18px;
}
@media (max-width: 767px) {
    .power_of_pre .power_pre_content p {
        font-size: 16px;
    }
}
.power_of_pre .full_video {
    padding-top: 167px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .power_of_pre .full_video {
        padding-top: 80px;
    }
    .power_of_pre .full_video .play_icon svg {
        width: 22px;
        height: 22px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .power_of_pre .full_video {
        padding-top: 120px;
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .product-detail-section .breadcrumb,
    .product-detail-section .breadcrumb ul {
        margin-bottom: 0 !important;
    }
    .product-detail-section .product-detail-content {
        padding-top: 0;
    }
    .product-detail-section .product-detail-content .product_description h3 {
        margin-bottom: 13px;
        font-size: 17px;
    }
    .product-detail-section .product-detail-content .product_description p {
        margin-bottom: 0;
        font-size: 14px !important;
    }
    .product-detail-section .rc-radio input[type="radio"] + label {
        margin-bottom: 0 !important;
        font-size: 15px;
    }
    .product-detail-section .product-slider .img_box_slide img {
        width: 85% !important;
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tablet_main .container {
        max-width: 695px;
    }
    .tablet_main .tablet_content_inner {
        max-width: 462px;
        margin: 0 auto;
    }
    .scientists_slider .slick-slide .scientists_content_inner {
        margin-top: 60px;
        transition: all 0.5s;
    }
    .scientists_slider .slick-slide.slick-current .scientists_content_inner {
        margin-top: 0;
    }
    .video_slider_main {
        padding-left: 47px;
        padding-right: 47px;
    }
}
.product_info .left_anim {
    top: -100px;
    left: 28px;
}
.product_info .bg_div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.product_info .bg_div img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.product_info .main_img_div img {
    width: 100%;
}
.product-related .img_div {
    position: relative;
    overflow: hidden;
}
.product-related .img_div:before {
    content: "";
    padding-top: 80%;
    display: block;
}
.product-related .img_div img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
}
.product-related .content_div p {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .product-related .row {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
.product-related .aminmation-right {
    bottom: 20%;
    right: 0;
    text-align: right;
    display: none;
}
@media (min-width: 1920px) {
    .product-related .aminmation-right {
        display: block;
    }
}
@media (max-width: 767px) {
    .feature-row-with-image-product {
        padding-top: 20px;
    }
}
.feature-row-with-image-product .row {
    padding-bottom: 50px;
}
@media (max-width: 991px) {
    .feature-row-with-image-product .row {
        padding-bottom: 0;
    }
}
.feature-row-with-image-product .img_div {
    position: relative;
    overflow: hidden;
}
.feature-row-with-image-product .img_div:before {
    content: "";
    padding-top: 88%;
    display: block;
}
.feature-row-with-image-product .img_div img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
}
.feature-row-with-image-product .content_div .info_div p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 14px;
    text-align: justify;
}
.feature-row-with-image-product .content_div .info_div p:before {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: url(https://cdn.shopify.com/s/files/1/0589/8570/9752/files/left.png?v=1629355527);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 991px) {
    .feature-row-with-image-product .content_div .info_div p:before {
        top: 14px;
    }
}
.feature-row-with-image-product .content_div .info_div p:first-child {
    margin-bottom: 20px;
    padding-left: 0;
    font-weight: 400;
    font-size: 16px;
}
.feature-row-with-image-product .content_div .info_div p:first-child:before {
    display: none;
}
@media (max-width: 991px) {
    .feature-row-with-image-product .content_div .button-all {
        width: 100%;
        text-align: center;
    }
}
.feature-row-with-image-product .left_anim {
    text-align: left;
    left: -3%;
    top: -10%;
}
@media (min-width: 1920px) {
    .feature-row-with-image-product .left_anim {
        left: 0;
    }
}
.feature-row-with-image-product .left_anim svg {
    width: 60%;
}
@media (min-width: 1920px) {
    .feature-row-with-image-product .left_anim svg {
        width: 100%;
        left: 0;
    }
}
.feature-row-with-image-product .feature_content_anim_1 {
    right: 34%;
    bottom: -10%;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .feature-row-with-image-product .feature_content_anim_1 {
        right: 14%;
        bottom: -8%;
    }
}
.feature-row-with-image-product .feature_content_anim_2 {
    right: 3%;
    bottom: -17%;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .feature-row-with-image-product .feature_content_anim_2 {
        right: -27%;
        bottom: -17%;
    }
}
@media (max-width: 767px) {
    .product_video_sec {
        padding: 20px 0 0;
    }
}
.product_video_sec .img_div {
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .product_video_sec .img_div {
        margin-bottom: 20px;
    }
}
.product_video_sec .img_div:before {
    content: "";
    padding-top: 68%;
    display: block;
}
.product_video_sec .img_div img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
}
.product_video_sec .play_btn {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.product_video_sec .video_anim {
    left: 50px;
    bottom: -65px;
}
@media (max-width: 767px) {
    .product_video_sec .content_div p {
        margin-bottom: 0;
    }
}
.product_video_sec .left_anim {
    left: 50px;
    top: 30%;
}
.product_video_sec .right_anim {
    right: 43px;
    bottom: -110px;
    z-index: 9;
}
@media (max-width: 767px) {
    .product-ingra {
        padding-bottom: 0;
    }
}
.videoModal .modal_close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #7d9e82;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.videoModal .modal_close svg path {
    fill: #fff;
}
.videoModal .compare_modal iframe {
    width: 100%;
    height: 450px;
}
.product-faqs .accordion .card {
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}
.product-faqs .accordion .card .card-header {
    background: #f9f3e5;
    border-bottom: none;
    margin-bottom: 0;
    padding: 15px;
}
.product-faqs .accordion .card .card-header .btn-link {
    background: none;
    width: 100%;
    text-align: left;
    font-weight: 600;
    padding: 0;
    position: relative;
    box-shadow: none;
    font-size: 1.125rem;
    padding-right: 15px;
}
.product-faqs .accordion .card .card-header .btn-link i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product-faqs .accordion .card .card-body {
    border-bottom: none;
    padding-bottom: 0;
}
.compareModal .compare_modal .compare_modal_column {
    width: 60%;
    margin: auto;
}
.compareModal .compare_modal .compare_modal_column .compare_img {
    position: relative;
    overflow: hidden;
}
.compareModal .compare_modal .compare_modal_column .compare_img:before {
    content: "";
    padding-top: 100%;
    display: block;
}
.compareModal .compare_modal .compare_modal_column .compare_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
}
.compareModal .compare_modal .product_share_column_info ul {
    list-style: none;
    padding-left: 20px;
}
.compareModal .compare_modal .product_share_column_info ul li {
    font-size: 15px;
    position: relative;
    padding: 10px 0;
    padding-left: 10px;
}
.compareModal .compare_modal .product_share_column_info ul li:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 6px;
    background-size: contain;
    width: 30px;
    height: 30px;
    background-image: url(https://cdn.shopify.com/s/files/1/0065/6287/3395/files/true.svg?v=1617622811);
}
.compareModal .modal_close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    cursor: pointer;
}
.bonus_feature_row_faq .left_anim {
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.product_trust {
    padding-bottom: 30px;
}
.product_trust .product_trust_badges:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border-radius: 0 20px 20px 0;
    background: #7d9e82;
    z-index: -1;
}
@media (max-width: 767px) {
    .product_trust .product_trust_badges:after {
        width: 100%;
        border-radius: 0;
    }
}
.product_trust .product_trust_badges .content_main_div {
    padding: 50px;
    padding-left: 0;
}
@media (max-width: 767px) {
    .product_trust .product_trust_badges .content_main_div {
        padding: 15px 0;
    }
}
.product_trust .product_trust_badges .content_main_div .trust_box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    width: calc(50% - 25px);
    margin-bottom: 50px;
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .product_trust .product_trust_badges .content_main_div .trust_box {
        padding: 20px;
        width: calc(50% - 8px);
        padding-bottom: 0;
        margin-bottom: 15px;
        border-radius: 12px;
    }
}
.product_trust .product_trust_badges .content_main_div .trust_box:nth-child(3),
.product_trust .product_trust_badges .content_main_div .trust_box:nth-child(4) {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .product_trust .product_trust_badges .content_main_div .trust_box .icon_div p {
        margin-bottom: 0;
    }
}
.product_trust .product_trust_badges .content_main_div .trust_box svg {
    min-height: 70px;
}
@media (max-width: 767px) {
    .product_trust .product_trust_badges .content_main_div .trust_box svg {
        min-height: 58px;
        max-height: 58px;
    }
}
.product_trust .product_trust_badges .img_div {
    position: relative;
    overflow: hidden;
}
.product_trust .product_trust_badges .img_div:before {
    content: "";
    padding-top: 86%;
    display: block;
}
.product_trust .product_trust_badges .img_div img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
}
.product_trust .product_trust_badges .left_anim {
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.product_trust .product_trust_badges .right-anim {
    bottom: 30%;
    right: 50px;
}
@media (max-width: 767px) {
    .product_icon_sec {
        padding: 20px 0;
    }
}
.product_icon_sec .product_icon_sec_inner {
    border-top: 1px solid #7d9e82;
    border-bottom: 1px solid #7d9e82;
}
.product_icon_sec .product_icon_sec_inner .icon_box {
    padding: 34px 0;
}
@media (max-width: 767px) {
    .product_icon_sec .product_icon_sec_inner .icon_box {
        padding: 30px 0;
    }
}
.product_icon_sec .product_icon_sec_inner .icon_box .icon_div p {
    margin-bottom: 11px;
}
.product_icon_sec .product_icon_sec_inner .icon_box p {
    text-transform: capitalize;
}
.reviews-section .title_div {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 999;
}
@media (max-width: 767px) {
    .reviews-section .title_div {
        position: relative;
        top: unset;
    }
}
.fa-star,
.fa-star-checked,
.fa-star-half-o,
.fa-star-o,
.stamped-fa-star,
.stamped-fa-star-checked,
.stamped-fa-star-half-o,
.stamped-fa-star-o {
    color: #555 !important;
    font-style: normal;
}
#stamped-main-widget {
    margin: 0 !important;
}
.stamped-content {
    font-family: Poppins, sans-serif;
}
.stamped-review-body {
    margin-top: -5px;
}
[data-widget-style="profile"] .stamped-review-header-title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
}
p.stamped-review-content-body {
    font-size: 16px;
}
#stamped-main-widget [data-widget-style="profile"] div.stamped-review-product {
    border-top: none !important;
    padding-top: 0 !important;
}
.stamped-review .author {
    font-size: 20px;
    font-weight: 600;
}
[data-widget-style="profile"] .stamped-review {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
[data-widget-style="profile"] .stamped-review > .stamped-review-content {
    min-height: auto !important;
    padding-bottom: 15px !important;
    width: 80% !important;
}
.stamped-review-footer {
    display: none;
}
div[data-widget-style*="standard"] .stamped-summary-actions .stamped-summary-actions-newreview {
    background: #7d9e82;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    border-radius: 30px;
}
[data-widget-style="profile"] .stamped-summary {
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
[data-widget-style="profile"] .stamped-header-right {
    min-height: auto !important;
    border-left: 0 !important;
}
div[data-widget-style*="standard"] .stamped-tab-container,
div[data-widget-style*="standard"] .stamped-tab-container ul.stamped-tabs {
    height: 0 !important;
    border-bottom: 0;
}
div[data-widget-style*="standard"] .stamped-header {
    margin-bottom: 0 !important;
}
.stamped-header-right {
    display: none !important;
}
[data-widget-style="profile"] .stamped-header-left {
    margin-left: auto !important;
    display: block !important;
    text-align: right !important;
    width: 16% !important;
}
div[data-widget-style*="standard"] .stamped-summary-actions {
    position: absolute !important;
    right: 20% !important;
    top: 8px !important;
}
.stamped-reviews-filter {
    display: block;
}
[data-widget-style="profile"] .stamped-summary-text {
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
[data-widget-style="profile"] .stamped-summary-text-1 {
    background: none !important;
    color: #000 !important;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.stamped-summary-caption .stamped-summary-text {
    margin-top: 0 !important;
}
.stamped-summary-caption {
    float: none !important;
}
[data-widget-style="profile"] .summary-overview {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
div.stamped-container[data-widget-style],
div[data-widget-style] div.stamped-container {
    position: relative !important;
    max-width: 1330px !important;
}
[data-widget-style="profile"] .stamped-review > .stamped-review-header {
    width: 20% !important;
}
.stamped-pagination li {
    width: 34px;
    height: 34px;
}
.stamped-pagination a {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50%;
    display: block;
    padding: 0 !important;
    text-align: center;
    line-height: 34px;
}
.stamped-pagination .page {
    margin: 0 5px !important;
}
.stamped-pagination .page a {
    font-weight: 600;
}
.stamped-pagination .next a,
.stamped-pagination .previous a {
    font-size: 20px;
    color: #000;
}
.stamped-pagination .page.active {
    text-decoration: none !important;
}
.stamped-pagination li.active a {
    background: #7d9e82;
    color: #fff;
    text-decoration: none !important;
}
@media (max-width: 767px) {
    [data-widget-style="profile"] .stamped-header-left,
    [data-widget-style="profile"] .stamped-review > .stamped-review-content,
    [data-widget-style="profile"] .stamped-review > .stamped-review-header {
        width: 100% !important;
    }
    div.stamped-container[data-widget-style],
    div[data-widget-style] div.stamped-container {
        padding: 15px 0 !important;
    }
    [data-widget-style="profile"] .stamped-review > .stamped-review-header {
        margin-bottom: 15px;
    }
}
.product-plan-content {
    padding-top: 59px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-plan-content {
        padding-top: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-plan-content .banner_description {
        padding-right: 60px;
    }
}
.product-plan-content .banner_description h2 {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .product-plan-content .banner_description h2 {
        font-size: 22px;
        padding-top: 30px;
        padding-bottom: 30px;
        line-height: 38px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-plan-content .banner_description h2 {
        font-size: 18px;
        padding-top: 18px;
        padding-bottom: 24px;
    }
}
@media (min-width: 991px) and (max-width: 1380px) {
    .product-plan-content .banner_description h2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-plan-content .banner_description p {
        font-size: 16px;
    }
}
.quickest_inner {
    padding-bottom: 186px;
}
@media (max-width: 767px) {
    .quickest_inner {
        padding-bottom: 118px;
    }
}
@media (min-width: 992px) {
    .quickest_inner .quickest_text {
        padding-left: 62px;
    }
}
.quickest_inner .quickest_text p {
    font-size: 18px;
    padding-top: 40px;
}
@media (max-width: 767px) {
    .quickest_inner .quickest_text p {
        font-size: 16px;
    }
}
.tablet_content .btn_div {
    padding-top: 110px;
}
.formula_bg_img {
    padding: 100px 0;
}
@media (max-width: 991px) {
    .formula_bg_img {
        padding: 50px 0;
        padding-bottom: 0;
    }
}
.formula_bg_img .formula_heading h1 {
    padding-bottom: 95px;
}
@media (max-width: 767px) {
    .formula_bg_img .formula_heading h1 {
        padding-bottom: 35px;
        line-height: 38px;
    }
}
.formula_bg_img .formula_content p {
    font-size: 17px;    
}
@media (max-width: 767px) {
    .formula_bg_img .formula_content p {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .formula_bg_img .formula_content h2 {
        font-size: 24px;
    }
}
.formula_bg_img .formula_inner .row:nth-child(2) {
    padding-top: 300px;
}
@media (max-width: 991px) {
    .formula_bg_img .formula_inner .row:nth-child(2) {
        padding-top: 0;
    }
}
.product_plan_banner .container form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product_plan_banner .container .rc_container_wrapper {
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    bottom: 90px;
}
@media (max-width: 767px) {
    .product_plan_banner .container .rc_container_wrapper {
        bottom: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .product_plan_banner .container .rc_container_wrapper {
        bottom: 0;
    }
}
.product_plan_banner .container .rc-selling-plans {
    display: none !important;
}
.reset_plan_main {
    padding-top: 119px;
    padding-bottom: 139px;
}
@media (max-width: 767px) {
    .reset_plan_main {
        padding-top: 50px;
        padding-bottom: 69px;
    }
}
@media (min-width: 991px) and (max-width: 1380px) {
    .reset_plan_main {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}
.reset_plan_main .reset_content {
    padding-top: 117px;
    padding-bottom: 127px;
}
@media (max-width: 767px) {
    .reset_plan_main .reset_content {
        padding-top: 80px;
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .reset_plan_main .reset_content .reset_content_inner {
        padding-bottom: 75px;
    }
}
@media (max-width: 767px) and (max-width: 767px) {
    .reset_plan_main .reset_content .reset_content_inner p {
        font-size: 16px;
    }
}
.reset_plan_main .do_you_know {
    background-color: #f8f5f1;
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.reset_plan_main .do_you_know .left_content {
    padding: 0 40px;
}
@media (max-width: 767px) {
    .reset_plan_main .do_you_know .left_content {
        padding: 0 15px;
        padding-right: 0;
    }
    .reset_plan_main .do_you_know .left_content h2 {
        font-size: 17px;
    }
    .reset_plan_main .do_you_know .left_content p {
        font-size: 12px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .reset_plan_main .do_you_know .left_content {
        padding: 0 30px;
    }
}
.product_title_subscirption label {
    font-weight: 700;
}
.product-head h1 {
   margin: 20px 0 24px 0;
    text-transform: uppercase;
    line-height: 110%;
}
.slider_main_section .slick-next:before,
.slider_main_section .slick-prev:before {
    line-height: 15px;
}
.slider_main_section .slick-prev {
    left: -15%;
    z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .slider_main_section .slick-prev {
        left: -10%;
    }
}
@media (min-width: 500px) and (max-width: 690px) {
    .slider_main_section .slick-prev {
        left: 0;
    }
}
.slider_main_section .slick-next {
    right: -15%;
    z-index: 9;
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .slider_main_section .slick-next {
        right: -10%;
    }
}
@media (min-width: 500px) and (max-width: 690px) {
    .slider_main_section .slick-next {
        right: 0;
    }
}
.slider_main_section .slick-dots {
    bottom: -50%;
}
@media (min-width: 767px) and (max-width: 991px) {
    .slider_main_section .slick-dots {
        bottom: -14%;
    }
}
@media (max-width: 767px) {
    .slider_main_section .slick-dots {
        bottom: -35px;
    }
}
.slider_main_section .slick-dots li {
    margin: 0 5px;
}
.slider_main_section .slick-dots li button:before {
    font-size: 40px;
}
.collapse_bg {
    padding-bottom: 147px;
}
.collapse_bg .collapase_heading {
    padding-bottom: 70px;
}
@media (max-width: 767px) {
    .collapse_bg .collapase_heading {
        padding-bottom: 34px;
    }
}
@media (max-width: 767px) {
    .collapse_bg .card-body p {
        font-size: 16px;
    }
    .collapse_bg .card-header svg {
        width: 16px;
        height: 15px;
    }
}
.plan_text {
    padding: 135px 0;
}
@media (max-width: 767px) {
    .plan_text {
        padding: 80px 0;
    }
}
.plan_text h1 {
    padding-bottom: 70px;
}
@media (max-width: 767px) {
    .plan_text h1 {
        padding-bottom: 55px;
    }
}
.plan_text p {
    max-width: 859px;
    margin: 0 auto;
    font-size: 18px;
}
@media (max-width: 767px) {
    .plan_text p {
        font-size: 16px;
    }
}
.long_term_bg {
    padding-top: 120px;
    padding-bottom: 108px;
}
@media (max-width: 991px) {
    .long_term_bg {
        padding-bottom: 0;
    }
}
.long_term_bg .long_term_content p {
    font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .long_term_bg .tablet_img {
        margin-top: -90px;
    }
}
.plan_full_video {
    padding-top: 145px;
    padding-bottom: 110px;
}
@media (max-width: 767px) {
    .plan_full_video {
        padding-top: 71px;
        padding-bottom: 91px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .plan_full_video {
        padding-top: 100px;
    }
    .plan_full_video .container {
        max-width: 684px;
    }
}
.product_plan_section {
    padding: 30px 0;
}
@media (max-width: 767px) {
    .product_plan_section {
        padding: 18px 5px;
        text-align: center;
    }
}
@media (max-width: 500px) {
    .Autoship-Label {
        margin-left: 5px!important;
        margin-right: 5px!important;
      padding:0px;

    }
  .OTP-Label{margin-left: 5px!important;
        margin-right: 5px!important;
      padding:0px;}
}
.slider_content p {
    font-size: 18px;    
    max-width: 480px;
}
@media (max-width: 991px) {
    .slider_content p {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .product_plan_banner {
        height: auto;
        padding-bottom: 60px !important;
    }
    .quickest_text h1 {
        padding-top: 55px;
    }
    .happy_healthy_main .healthy_content p {
        font-size: 16px;
    }
    .center_img {
        padding: 50px 0;
    }
    .product_plan_section .plan_name h1 {
        font-size: 15px;
    }
    .product_plan_section .plan_name p {
        font-size: 13px;
    }
    .product_plan_section .product_plan_right p {
        font-size: 15px;
    }
    .product_plan_section .product_plan_right button {
        padding: 9px 14px !important;
        margin: 0 auto !important;
        width: 100%;
    }
    .product_plan_right .rc-radio {
        display: block;
        margin-top: 12px;
    }
    .product_plan_right .mobile_recharge {
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
        font-size: 14px;
        padding: 10px !important;
        width: 100%;
        text-align: center;
        margin-bottom: 12px !important;
    }
    .product_plan_right .rc-radio input[type="radio"] + label:before,
    .product_plan_right .rc-radio input[type="radio"]:checked + label:before {
        display: none;
    }
    .product_plan_right .rc-radio input[type="radio"]:checked + label {
        background-color: #000;
        color: #fff;
    }
    .slider_content {
        text-align: center;
    }
}
.product_sticky_div {
    position: fixed;
    display: none;
    bottom: -100%;
    width: 100%;
    transition: all 0.5s;
    z-index: 99999;
    box-shadow: 0 4px 11px 1px #0000004d;
}
.product_sticky_div.fixed-div {
    bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .quickest_text h1 {
        padding-top: 55px;
    }
    .center_img {
        padding: 50px 0;
    }
    .product_plan_banner .container {
        max-width: 666px;
    }
    .product_sticky_div .container-xl {
        max-width: 100% !important;
    }
    .slider_content {
        text-align: center;
    }
}




.cart-section {
    padding: 30px 0;
}
.cart-section .banner-div .top_heading {
    margin-bottom: 28px;
}
@media (max-width: 767px) {
    .cart-section .banner-div .top_heading h3 {
        margin-bottom: 34px;
    }
}
.cart-section .banner-div .btn-shop a {
    display: block;
    text-decoration: underline;
}
.cart-section .banner-div .btn-shop a:hover {
    color: #000;
}
.cart-section .mob-title {
    display: none;
}
.cart-section .cart-head h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.cart-section .cart-items .product_border {
    border-bottom: 1px solid #555;
    padding-top: 58px;
    margin-bottom: 68px;
    width: 100%;
}
@media (max-width: 767px) {
    .cart-section .cart-items .product_border {
        padding-top: 42px;
        margin-left: 15px;
        margin-right: 15px;
    }
}
.cart-section .cart-items .product-image-div img {
    width: 100%;
}
.cart-section .cart-items .product-text-div .label-name {
    margin-bottom: 0;
    font-weight: 500;
    color: #7d9e82;
    font-size: 14px;
}
.cart-section .cart-items .product-text-div .product-details {
    padding-left: 0;
    list-style: none;
}
.cart-section .cart-items .product-text-div .product-details li {
    font-size: 15px;
}
.cart-section .cart-items .product-text-div .remove-pro {
    font-size: 16px;
    color: #7d9e82;
    font-weight: 600;
}
.cart-section .cart-items .product-text-div .remove-pro:hover {
    text-decoration: underline;
}
.cart-section .cart-items .cart-main-div .remove-pro {
    display: none;
}
.cart-section .cart-items .cart-qty-div {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.cart-section .cart-items .cart-qty-div .minus-qty,
.cart-section .cart-items .cart-qty-div .plus-qty {
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: 2px solid #000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    color: #000;
}
.cart-section .cart-items .cart-qty-div .quntity-input {
    height: 50px;
    width: 50px;
    background: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: 2px solid #000;
    border-left: 0;
    border-right: 0;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    border-radius: 0;
}
@media (max-width: 767px) {
    .cart-section .discount_code h3 {
        font-size: 16px;
    }
}
.cart-section .discount_code .input-group {
    width: 300px;
    margin-left: auto;
}
@media (max-width: 991px) {
    .cart-section .discount_code .input-group {
        width: 100%;
    }
}
.cart-section .discount_code .input-group input {
    box-shadow: none;
    border: 2px solid #000;
}
.cart-section .discount_code .input-group input:-ms-input-placeholder {
    color: #aeaeae;
    font-size: 17px;
}
.cart-section .discount_code .input-group input::placeholder {
    color: #aeaeae;
    font-size: 17px;
}
.cart-section .btn-checkout-div .update_btn {
    border: 2px solid #000;
    color: #000;
    background-color: transparent;
}
.cart-section .btn-checkout-div button {
    padding: 15px 10px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    width: 308px;
}
@media (max-width: 991px) {
    .cart-section .btn-checkout-div button {
        width: 100%;
    }
}
.cart-section .payment-option {
    margin-top: 25px;
}
.cart-section .payment-option p {
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
}
.cart-section .discount_code h3 {
    color: #d67877;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-section .cart-head .empty-line {
        font-size: 2rem;
    }
    .cart-section .cart-items .cart-product-div .product-image-div img {
        width: 100%;
    }
    .cart-section .cart-items .cart-product-div .product-text-div .pro-name a {
        font-size: 15px;
        line-height: 19px;
    }
    .cart-section .cart-items .cart-product-div .product-text-div .remove-pro {
        font-size: 14px;
    }
    .cart-section .cart-items .cart-product-div .product-text-div .label-name {
        font-size: 13px;
    }
    .payment_section {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .payment_section ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .payment_section ul:first-child {
        margin-right: 14px;
    }
    .payment_section ul li {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .payment_section ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #your-shopping-cart .newsletter_main {
        background-color: #f0e9e3;
        padding-top: 41px;
    }
}




/*  CART DRAWER */
@media only screen and (max-width: 600px) {
    .cart-section .btn-checkout-div .outline-btn {
        display: block;
        margin: auto;
        margin-bottom: 16px;
    }
}
.c-offcanvas {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    max-width: 550px;
    height: 100%;
    visibility: hidden;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.5s ease, visibility 0.5s ease;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    opacity: 1;
}
.c-offcanvas .button-all {
    font-size: 14px;
    margin: auto;
    font-weight: 600;
}
.c-offcanvas .button-all:hover {
    background: #678b6d;
}
.c-offcanvas.offcanvas-open {
    overflow-x: hidden;
    visibility: visible;
    transform: translate(0);
}
.c-cartCount__header {
    padding: 20px 0 0;
}
.c-cartCount__heading {
    margin: 0;
}
.c-offcanvas__close {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    line-height: 30px;
    text-align: center;
    color: #000;
    cursor: pointer;
}
.c-offcanvas__close: \--enter {
    background-color: transparent;
    outline: none;
}
.c-offcanvas--left {
    left: 0;
    padding: 32px 32px 0;
    transform: translateX(-300px);
}
.c-offcanvas--right {
    right: 0;
    transform: translateX(375px);
    max-width: 550px;
}
.c-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 32px;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.c-offcanvas-overlay span {
    display: none;
}
.offcanvas-open .c-offcanvas-overlay {
    opacity: 0.7;
    visibility: visible;
    z-index: 99999;
}
.c-cartCount {
    background-color: #fff;
    padding: 27px 23px 21px 38px;
    margin: 0 -30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
}
.c-cartCount__close {
    background: transparent;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding: 0 0 5px;
}
.c-cart__emptyText {
    margin-top: 0;
    text-align: center;
    padding: 30px;
    background: #fff;
}
.c-cart--hasGift {
    font-size: 12px;
    word-spacing: -1.4px;
}
.cartProduct__slider {
    margin-bottom: 80px;
    padding-bottom: 10px;
}
.c-drawerProduct__block {
    padding: 0 40px;
}
.c-drawerProduct__media {
    float: left;
    width: 117px;
    padding-top: 12px;
}
.c-drawerProduct__content {
    overflow: hidden;
}
.c-drawerProduct__img {
    max-width: 56px;
    margin: auto;
}
.c-drawerProduct__title {
    font-size: 13px;
    padding-top: 3px;
}
.c-drawerProduct__btn {
    padding-top: 6px;
    padding-right: 20px;
}
.c-drawerProduct__copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
}
.c-drawerProduct__atc {
    display: block;
    width: 100%;
    font-size: 13px;
    letter-spacing: 1.5px;
    height: 40px;
    padding: 0;
}
.paypal-button.paypal-button-color-gold {
    background-color: transparent;
    border: 1px solid #d4d3cf;
}
.additional-checkout-button:last-child {
    margin-bottom: 10px !important;
}
.cartProduct__title {
    text-align: center;
}
.c-cart__product {
    margin: 0;
    padding: 0 30px;
    position: relative;
}
.c-cart__row {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    -ms-flex-align: center;
    align-items: center;
}
.c-cart__itemImageBox {
    -ms-flex: 30;
    flex: 30;
    max-width: 65px;
}
.c-cart__itemImageBox img {
    max-width: 65px;
}
.c-cart__itemInfoBox {
    position: relative;
    padding: 0 0 0 15px;
    -ms-flex: 45;
    flex: 45;
}
.item_qty {
    position: relative;
    -ms-flex: 30;
    flex: 30;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .item_qty {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }
}
.c-cart__itemRemove {
    cursor: pointer;
    color: #aaa;
    font-size: 14px;
}
@media (max-width: 767px) {
    .c-cart__itemRemove {
        margin-left: 15px;
    }
}
.product_div {
    padding: 15px;
}
.product_main_div {
    padding: 15px;
    background: #f9f3e5;
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
}
.product_div .img_div {
    width: 30%;
}
.product_div .img_div img {
    width: 100%;
}
.product_div .text_div {
    width: 70%;
    padding-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.product_div .title_div {
    width: 100%;
    margin-bottom: 10px;
}
.product_div .title_div p {
    font-weight: 600;
    color: #000;
    font-size: 17px;
    margin-bottom: 0;
}
.product_div .btn_div,
.product_div .price_div {
    width: 50%;
}
.price_div p {
    color: #fd7e14;
}
.btn_div .button-all {
    padding: 8px 20px;
    font-size: 15px;
    background-color: #282829;
}
.c-cart__itemInfoContainer {
    padding-right: 20px;
    width: 100%;
}
.c-cart__itemName {
    display: block;
    letter-spacing: 1px;
    padding: 0 30px 5px 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.c-cart__itemMeta {
    display: block;
    font-size: 13px;
    line-height: 14px;
    margin-top: 5px;
}
.c-cart__itemLowerBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0 0;
}
@media (max-width: 767px) {
    .c-cart__itemLowerBox {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.c-cart__itemPriceBox {
    line-height: 12px;
}
.c-cart__itemQuantityBox {
    z-index: 20;
    width: 100px;
    border: 1px solid #ddd;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    height: 35px;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    border-radius: 5px;
}
.c-cart__itemPrice {
    font-size: 18px;
    letter-spacing: 0.7px;
    color: #000;
    font-weight: 600;
}
.c-cart__itemQuantityBox a,
.c-cart__itemQuantityBox span {
    width: 33.333%;
}
.c-cart__itemQuantityBox span {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: 35px;
}
.c-cart__itemQuantityBox .c-drawer__minus,
.c-cart__itemQuantityBox .c-drawer__plus {
    top: 0;
}
.c-cart__itemQuantityBox svg {
    fill: #000;
}
.c-cart__itemPrice--noSale {
    font-size: 18px;
}
.c-cart__itemDiscount {
    font-size: 11px;
    font-weight: 800;
}
.c-cart__footer {
    clear: both;
    padding: 0 0 9px;
}
.c-drawer__header {
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
    .c-drawer__header {
        background: #e8bd6e;
    }
}
.c-drawer__title {
    text-align: left;
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #000;
}
.c-drawer__subTotal {
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px 15px;
    -ms-flex-align: center;
    align-items: center;
}
.c-drawer__subTotalLeft {
    padding-right: 39px;
    text-align: left;
}
.c-drawer__subTotalRight {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
}
.c-cart__total {
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
}
.c-drawer__subTotalTitle {
    font-size: 17px;
    line-height: 16px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 900;
    margin: 4px 0 6px;
}
.c-drawer__subTotalRight .btn {
    width: 100%;
    border-width: 1px;
    max-width: 174px;
}
.c-cart__footer {
    padding: 0 10px;
}
.c-cart__additionalButtonsText {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 25px;
}
.c-cart__additionalButtons {
    text-align: center;
}
.c-checkoutBtn {
    border: 2px solid #f4422c;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    background: #f4422c;
    display: inline-block;
    color: #fff;
    border-radius: none !important;
}
.c-cart__productList {
    min-height: 40vh;
    max-height: 40vh;
    overflow-x: auto;
}
.product_div {
    max-height: 31vh;
    overflow-x: auto;
}
#cart_add_btn {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.gift_container {
    padding: 20px 30px 0;
    margin-bottom: 38px;
}
.gift_container .gift_box {
    display: -ms-flexbox;
    display: flex;
    background: rgba(125, 158, 130, 0.2);
    padding: 15px;
    border-radius: 20px;
}
.gift_container .gift_box .icon_gift {
    width: 50px;
}
.gift_container .gift_box .icon_gift svg {
    width: 40px;
    height: 40px;
}
.gift_container .gift_box .icon_gift img {
    width: 50px;
    margin-top: -5px;
}
.gift_container .gift_box .content_div {
    width: calc(100% - 50px);
    padding-left: 20px;
    padding-right: 45px;
}
.gift_container .gift_box .content_div h6 {
    font-size: 18px;
}
.gift_container .gift_box .content_div h6 span a {
    font-size: 14px;
    text-decoration: underline;
}
.gift_container .gift_box .content_div p {
    font-size: 14px;
}
.gift_container .gift_box .content_div .icon_right {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.note-bottom {
    width: 75%;
    margin: auto;
    margin-top: 29px;
}
.bottom_div_drawer {
    position: absolute;
    bottom: 0;
    left: 0;
}
.about_rich_text {
    padding-top: 100px;
}
@media (max-width: 767px) {
    .about_rich_text {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.about_img_text {
    padding: 123px 0;
}
@media (max-width: 767px) {
    .about_img_text {
        padding-top: 10px;
        padding-bottom: 79px;
    }
}
.about_min {
    padding-top: 120px;
}
@media (max-width: 767px) {
    .about_min {
        padding-top: 80px;
    }
}
.about_min .choice_to_go {
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 100px 0;
}
@media (max-width: 991px) {
    .about_min .choice_to_go {
        background-image: none;
    }
}
#about .newsletter_main {
    display: none;
}
.standard_main {
    background-color: #f4ede3;
}
.standard_main .standard_main_inner {
    padding-bottom: 181px;
}
@media (max-width: 767px) {
    .standard_main .standard_main_inner {
        padding-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .standard_main .standard_main_inner {
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .standard_main .standard_main_inner .left_content h1 {
        padding-right: 60px;
    }
}
.standard_main .standard_main_inner img {
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 767px) {
    .standard_main .standard_main_inner img {
        width: 600px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .standard_main .standard_main_inner img {
        width: 800px;
    }
}
.standard_main .standard_main_inner .left_content {
    padding-top: 147px;
}
.meet_professional {
    background-color: #eaece1;
    padding-top: 100px;
}
.page_instagram {
    padding-top: 74px;
}
@media (max-width: 767px) {
    .page_instagram {
        padding-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .page_banner {
        height: auto;
        padding-bottom: 95px;
    }
}
@media (max-width: 767px) {
    .god_for_planet img {
        width: 100%;
    }
    .behing_mission img {
        padding-bottom: 50px;
    }
    .page_banner {
        height: auto;
        padding-bottom: 91px;
        padding-top: 130px !important;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .god_for_planet .product_img img {
        padding-bottom: 50px;
    }
    .behing_mission img {
        padding-bottom: 60px;
    }
}
.generic-page {
    background-color: #fff;
}
.generic_main .container {
    max-width: 858px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .generic_main .container {
        max-width: 580px;
    }
}
@media (max-width: 767px) {
    .generic_main h2 {
        font-size: 24px;
    }
}
.generic_main .generic_img {
    padding-top: 70px;
    padding-bottom: 100px;
}
@media (max-width: 767px) {
    .generic_main .generic_img {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}
.generic_main .m-40 {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .generic_main .m-40 {
        margin-bottom: 30px;
    }
}
.generic_main .pre_text {
    color: #d67877;
}
.generic_main .generic_button a {
    padding: 15px 50px;
    margin: 0 auto;
}
.generic_main .generic_button a:nth-child(2) {
    background-color: transparent;
    border: 1px solid #282829;
    color: #282829;
}
#shopify-section-newsletter,
#shopify-section-page-instagram {
    /* background-color: #f6f3f0; */
}
#contact {
    background-color: #fff;
}
#contact #shopify-section-newsletter {
    display: none;
}
#contact #shopify-section-instafeed {
    background-color: #f6f3f0;
    padding-top: 74px;
}
@media (max-width: 767px) {
    #contact #shopify-section-instafeed {
        padding-top: 20px;
    }
}
.contact-us .contact_info_main {
    padding-top: 120px;
}
@media (max-width: 767px) {
    .contact-us .contact_info_main {
        padding-top: 70px;
    }
}
@media (min-width: 767px) and (max-width: 1200px) {
    .contact-us .contact_info_main {
        padding-top: 100px;
    }
}
.contact-us .contact_info_inner {
    padding-bottom: 60px;
}
.contact-us .contact_info_inner p {
    font-size: 17px;
    font-weight: 400;
}
.contact-us .contact_info_inner p a {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .contact-us .contact_info_inner h1 {
        font-size: 32px;
        line-height: 1.31;
        letter-spacing: -0.5px;
    }
}
.contact-us .form-group input,
.contact-us .form-group select,
.contact-us .form-group textarea {
    width: 100% !important;
    color: #000;
}
.contact-us .form-group input:-ms-input-placeholder,
.contact-us .form-group select:-ms-input-placeholder,
.contact-us .form-group textarea:-ms-input-placeholder {
    font-weight: 300;
}
.contact-us .form-group input::placeholder,
.contact-us .form-group select::placeholder,
.contact-us .form-group textarea::placeholder {
    font-weight: 300;
}
.contact-us .form-group select {
    color: #aeaeae;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: window;
    background-image: url(/cdn/shop/files/down-arrow.png?v=1635834582);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 14px;
}
@media (max-width: 767px) {
    .contact_banner_content {
        padding-top: 60px;
    }
    .contact_banner_content h3 {
        line-height: 28px;
    }
    .contact_info_main .input-form button {
        width: 100%;
    }
}
@media (min-width: 767px) and (max-width: 1200px) {
    .contact_banner_content {
        padding-top: 60px;
    }
    .contact_banner_content h3 {
        line-height: 1.56;
        letter-spacing: -0.28px;
    }
}
#shopify-section-blog {
    padding-top: 00px;
}
@media (max-width: 767px) {
    #shopify-section-blog {
        padding-top: 0px;
    }
}
@media (min-width: 991px) and (max-width: 1380px) {
    #shopify-section-blog {
        padding-top: 0px;
    }
}
.news-page .bg-pink.newsletter_main {
    background-color: #f0e9e3;
    padding-top: 40px;
}
.filter_main {
    padding-top: 0px;
    padding-bottom: 0px;
    gap: 50px;
}
@media (max-width: 767px) {
    .filter_main {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .filter_main .blog_tag {
        padding-bottom: 50px;
    }
}
.filter_main .blog_tag li {
    font-size: 19px;
    position: relative;
}
@media (max-width: 767px) {
    .filter_main .blog_tag li {
        font-size: 14px;
        line-height: 34px;
    }
}
.filter_main .blog_tag li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000;
    position: absolute;
    bottom: -8px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 767px) {
    .filter_main .blog_tag li:before {
        width: 4px;
        height: 4px;
        bottom: 0;
    }
}
.filter_main .blog_tag li.active:before {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 767px) and (max-width: 991px) {
    .filter_main .search_tag_main {
        width: 100%;
    }
}
.filter_main .search_tag_main .tag_sort select {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #000;
    width: 167px;
    height: 40px;
    padding-left: 12px;
    -webkit-appearance: none;
    -moz-appearance: window;
    background-image: url(/cdn/shop/files/down-arrow_2.png?v=1635914794);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 13px;
    background-size: 7%;
}
@media (max-width: 767px) {
    .filter_main .search_tag_main .search_blog {
        width: 100%;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .filter_main .search_tag_main .search_blog {
        width: 69%;
    }
}
.filter_main .search_tag_main .search_blog input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    height: 40px;
}
.filter_main .search_tag_main .search_blog input :-ms-input-placeholder {
    color: #000000;
}
.filter_main .search_tag_main .search_blog input ::placeholder {
    color: #000000;
}
@media (max-width: 991px) {
    .filter_main .search_tag_main .search_blog input {
        width: 100%;
    }
}
.filter_main .search_tag_main .search_blog svg {
    position: absolute;
    right: 0;
    top: 20%;
}
.blog_post {
    /* padding-bottom: 100px; */
}
@media (max-width: 767px) {
    .blog_post {
        /* padding-bottom: 80px; */
    }
}
.blog_post .blog_content .blog_title {
    font-size: 24px;
}
@media (max-width: 767px) {
    .blog_post .blog_content .blog_title {
        font-size: 20px;
    }
}
@media (min-width: 991px) and (max-width: 1380px) {
    .blog_post .blog_content .blog_title {
        font-size: 20px;
    }
}
.blog_post .blog_content .rte p {
    font-size: 14px;
}
.blog_post .blog_content .our_latest {
    color: #d67877;
}
.blog_post .blog_content .read_button a {
    background-color: transparent;
    border: 1px solid #000;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    padding: 13px 41px;
}
@media (min-width: 767px) and (max-width: 991px) {
    .blog_post .blog_content .read_button a {
        padding: 13px 25px;
    }
}
.blog_post .article_time .article_time_text {
    color: #d67877;
}
.rte ul {
    list-style-type: disc;
}
@media (min-width: 768px) and (max-width: 991px) {
    .blog_article .breadcrumb_container {
        max-width: 700px !important;
    }
}
.blog_article .container {
    margin-right: 0;
    max-width: 1480px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .blog_article .container {
        max-width: 580px;
        margin-right: auto;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .blog_article .container {
        max-width: 1020px;
        margin-right: 0;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
    .blog_article .container {
        max-width: 1140px;
        margin-right: 0;
    }
}
@media (min-width: 1401px) and (max-width: 1600px) {
    .blog_article .container {
        max-width: 1280px;
        margin-right: 0;
    }
}
.blog_article .container .blog_img img {
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}
@media (max-width: 767px) {
    .blog_article .container .blog_img img {
        height: 190px;
    }
}
@media (min-width: 992px) {
    .blog_article .container .column_right {
        padding-right: 70px;
    }
}
.blog_article .container .rte {
    margin-top: 40px;
}
.blog_article .container .rte p {
    font-size: 18px;
}
@media (max-width: 767px) {
    .blog_article .container .rte p {
        font-size: 16px;
    }
}
.blog_article .container .rte h3 {
    font-weight: 300;
    font-size: 28px;
    margin-top: 60px;
}
@media (max-width: 767px) {
    .blog_article .container .rte h3 {
        font-size: 24px;
        line-height: 40px;
        margin-top: 46px;
    }
}
.blog_article .container .rte h2 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .blog_article .container .rte h2 {
        font-size: 24px;
        line-height: 40px;
        margin-top: 30px;
        margin-bottom: 46px;
    }
}
.blog_article .container .rte .generic_button {
    margin-top: 67px;
    margin-bottom: 67px;
}
@media (max-width: 767px) {
    .blog_article .container .rte .generic_button {
        margin-top: 54px;
    }
}
.blog_article .container .col-lg-4.bg-white {
    padding: 70px 40px;
}
@media (max-width: 767px) {
    .blog_article .container .col-lg-4.bg-white {
        padding: 54px 20px;
    }
}
.blog_article .container .col-lg-4 .related_article .related_article_inner h1 {
    font-size: 24px;
}
@media (max-width: 767px) {
    .blog_article .container .article_details .article_content {
        width: 50%;
        margin-bottom: 15px;
    }
    .blog_article .container .article_details .article_content a,
    .blog_article .container .article_details .article_content p {
        font-size: 12px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .blog_article .container .article_details .article_content {
        width: 50%;
        margin-bottom: 15px;
    }
    .blog_article .container .article_details .article_content a,
    .blog_article .container .article_details .article_content p {
        font-size: 15px;
    }
}
#rc_login {
    display: none !important;
}
.form-group input,
.form-group select,
.form-group textarea {
    border-radius: 0;
    border: 2px solid #000;
    padding: 11px 20px;
    height: auto;
    width: 368px !important;
}
@media (max-width: 767px) {
    .form-group input,
    .form-group select,
    .form-group textarea {
        width: 100% !important;
    }


}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    box-shadow: none;
    outline: none;
    border: 2px solid #000;
}
.form-group input:-ms-input-placeholder,
.form-group select:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
    color: #aeaeae;
}
.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
    color: #aeaeae;
}
.form-group .input_flex {
    width: 497px;
}
@media (max-width: 767px) {
    .form-group .input_flex {
        width: 100% !important;
    }
    .form-group .input_flex button {
        width: 100%;
    }
}
.form-group .input_flex input {
    width: auto !important;
}
.account_btn {
    padding: 15px 36px !important;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    font-size: 15px;
}
#account .newsletter_main,
#addresses .newsletter_main,
#create-account .newsletter_main,
#create-new-address .newsletter_main,
#edit-address .newsletter_main,
#forgot-password .newsletter_main,
#reset-account .newsletter_main,
.template-order .newsletter_main {
    display: none;
}
.errors ul {
    padding-left: 0;
}
.form-message--success {
    color: #5baf00;
}
.errors ul a,
.errors ul li {
    font-size: 15px;
    color: #d67877;
}
.customer_username h2 {
    font-size: 22px;
}
.mobile_table .order_main {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 40px;
}
.mobile_table .order_main .order_details p {
    font-size: 24px;
}
@media (max-width: 767px) {
    .mobile_table .order_main .order_details p {
        font-size: 16px;
    }
}
.mobile_table .order_details_mobile {
    background-color: #f6f3f0;
    padding: 18px 20px;
}
@media (max-width: 767px) {
    .mobile_table .order_details_mobile {
        padding: 8px 12px;
    }
}
.mobile_table .order_details_mobile p {
    font-size: 18px;
}
@media (max-width: 767px) {
    .mobile_table .order_details_mobile p {
        font-size: 12px;
    }
}
.mobile_table .view_btn a {
    padding: 14px 52px !important;
}
@media (max-width: 767px) {
    .mobile_table .view_btn a {
        padding: 10px 20px !important;
    }
}
@media (max-width: 767px) {
    .title_div {
        padding-top: 78px;
    }
    .title_div p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .link_acc,
    .pass-input {
        width: 100%;
    }
    .link_acc {
        text-align: right;
        margin-top: 8px;
    }
    .create_account {
        margin-top: 54px;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .create_account {
        padding-top: 71px;
        padding-bottom: 153px;
    }
    .login-section {
        padding-top: 100px !important;
    }
    .login-form p {
        font-size: 17px;
    }
}
.addresses .addresse_heading {
    padding-bottom: 56px;
    padding-top: 100px;
}
@media (max-width: 767px) {
    .addresses .addresse_heading {
        padding-bottom: 61px;
        padding-top: 76px;
    }
}
.addresses .default {
    color: #d67877;
}
.addresses .make_default {
    color: #555;
}
.delete_btn {
    background-color: transparent !important;
    border: 2px solid #000 !important;
    color: #000 !important;
}
.address_form {
    padding-bottom: 72px;
}
.address_form .form-group input,
.address_form .form-group select,
.address_form .form-group textarea {
    width: 100% !important;
    margin-bottom: 20px;
}
.address_form .address_form_heading {
    padding-top: 74px;
    padding-bottom: 56px;
}
.address_form .col-lg-6 {
    max-width: 470px;
}
.edit_add_form {
    padding-top: 74px;
}
.edit_add_form .edit_heading {
    padding-bottom: 56px;
}
@media (max-width: 768px) {
    .form_btn button {
        width: 210px !important;
    }
    .account_btn {
        width: 232px !important;
    }
}
@media (max-width: 991px) {
    .address_btn .account_btn {
        width: 210px !important;
    }
    .address_main {
        padding-bottom: 61px;
    }
    .form_btn button {
        padding: 15px 20px !important;
    }
    .address_main_div .customer_username {
        padding-bottom: 65px;
    }
}
.order-page {
    padding-bottom: 100px;
}
.order-history {
    padding-top: 106px;
}
@media (max-width: 991px) {
    .order-history {
        padding-top: 80px;
    }
}
.order-history .account_all_btn a {
    width: 210px;
    padding: 15px 9px !important;
}
.order-history .welcome_heading h1 {
    padding-bottom: 53px;
}
.order-history .your_address {
    padding-bottom: 56px;
}
.order-history .order_img img {
    width: 100%;
}
.order-history .order_text p {
    font-size: 22px;
}
@media (max-width: 767px) {
    .order-history .order_text p {
        font-size: 16px;
    }
}
.order-history .order_cancel {
    padding-top: 30px;
    padding-bottom: 60px;
}
.order-history .order_cancel p {
    color: #d67877;
}
.order-history .billink_address p {
    font-size: 18px;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .order-history .billink_address p {
        font-size: 16px;
    }
}
.order-history .order_product_inner {
    border-bottom: 1px solid #555;
    padding-bottom: 50px;
}
@media (max-width: 991px) {
    .order-history .order_product_inner {
        padding-bottom: 35px !important;
        margin-bottom: 42px;
    }
}
.order-history .table thead th {
    border-bottom: 0;
    border-top: 0;
    font-weight: 300;
    font-size: 12px;
}
@media (max-width: 767px) {
    .order_fullfilled p {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .billing_main {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 30px;
    }
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset "UTF-8";
.slick-loading .slick-list {
    background: #fff slick-image-url("ajax-loader.gif") 50% no-repeat;
}
@font-face {
    font-family: slick;
    src: slick-font-url("slick.eot");
    src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "\2190";
}
[dir="rtl"] .slick-prev:before {
    content: "\2192";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "\2192";
}
[dir="rtl"] .slick-next:before {
    content: "\2190";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}

/* CUSTOM CSS */
@media(min-width:992px){
  #collection .collection-product .breadcrumb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

.brand_slider_inner {
    text-transform: uppercase;
}

.brand_slider_inner h2{
font-size: 42px;
}

.brand_slider_inner .container-full{
    padding: 50px
}

.brand_slider_inner .container-full .heading_section{
    padding-bottom: 50px;
    margin-bottom: 0px !important
}

.brand_slider_inner .container-full .heading_section h1{
        margin-bottom: 0rem !important;
}
     
      
      
.brand_slider_class .slick-track {
    display: flex;
    align-items: center;
}
.brand_slider_class .brand_slider_card {
    margin: 0 10px;
}
.brand_slider_card img {
    height: 26px;
    margin: auto;
    object-fit: contain;
}
div.rc-radio:nth-child(2) > div:nth-child(1) > label:nth-child(2)::before{
	display:none !important;
}
.rc-option__onetime > div:nth-child(1) > label:nth-child(2)::before{
	display:none !important;
}     
.rc-option__subsave > div:nth-child(1) > label:nth-child(2)::before{
	display:none !important;
}    
 



  .custom-product-gallery {
  /* max-width: 500px; */
  margin: 0 auto;
  font-family: sans-serif;
  text-align: center;
    position: relative;

}

/* 
.main-image img {
    width: 100%;
    width: 100%;      
    aspect-ratio: 1 / 1; 
    object-fit: cover;
}
 */

.gallery-header h2 {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.gallery-header h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 0;
  color: #666;
}

.main-image {
  margin: 0px 0;
}



.thumbnail-container {
    display: flex;
    justify-content: center;
    position: absolute;
    gap: 2px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.thumbnail {
  width: 80px;
  height: 80px;
  border: 1px solid transparent;
  cursor: pointer;
  filter: blur(0.5px); /* slight blur */
  transition: all 0.3s;
}

.thumbnail.active {
  filter: none; /* remove blur when active */
  border-color: #DC7444;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




 /* Thumbnail slider styles */
  .thumbnail-slider-container {

    margin-top: 15px;
      position: absolute;
    gap: 2px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 430px;
  }
  
  .thumbnail-slider {
    display: flex;
    gap: 2px;
    overflow: hidden;
    max-width:450px !important; 
  }

  
  .thumbnail-slide {
    cursor: pointer;
    flex: 0 0 auto;
    width: 84px !important;
    height: 84px;
    border: 2px solid transparent;
     filter: blur(0.6px); /* slight blur */
  transition: all 0.3s;
  }

  .thumbnail-slider-container .slick-track {
    display: flex;
    gap: 2px;
  }
  
  .thumbnail-slide.active {
      filter: none; /* remove blur when active */
    border-color: #DC7444;
  }
  
  .thumbnail-slide img {
      width: 80px;
  height: 80px;
    object-fit: cover;
  }
  
  .thumbnail-slider-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 0px;
    display: none;
  }
  
  .thumbnail-prev,
  .thumbnail-next {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .thumbnail-prev:disabled,
  .thumbnail-next:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {

   

   .main-image {

  width: 100%;
  overflow: hidden;
    height: 100%;
    display: grid;
}

.main-image div {
  height: 100%;

}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  }

.col-lg-6{
    padding-left: 0px;
      padding-right: 0px;
}


.supplement-facts {
    padding: 24px 0 30px 0;
    border-top: 1px solid #e0e0e0;

  }
  .supplement-title {

font-size: 15px;
line-height: 11px;
letter-spacing: normal;
    margin-bottom: 24px;
    color: #2B2B2B;
    padding-bottom: 0px;
  }
  .fact-list {
    padding-left: 0;
    list-style: none;
    display: flex;
     flex-direction: column;
     gap: 20px;
  }
  .fact-item {
    display: flex;
    align-items: flex-start;
   
    line-height: 1.4;
    color: #555;
    align-items: center;
    font-family: Manrope;
font-weight: 500;
font-style: Medium;
font-size: 15px;
leading-trim: CAP_HEIGHT;
line-height: 14px;
letter-spacing: normal;
color: #262626;

  }
  .bullet-icon {
        margin-right: 10px;
    /* margin-top: 2px; */
    display: flex;
    flex-shrink: 0;
  }
  .bullet-icon svg {
    width: 16px;
    height: 16px;
  }

  .product-detail-section .product-detail-content {
        border-left: 1px solid #282829;
       border-top: 1px solid #282829;
        border-right: 1px solid #282829;
    }

    .product-detail-section  {
      padding-bottom :0px ;
    }

    .pd-tp-detail{
         padding: 0 40px;
        padding-top: 24px;
         padding-bottom: 30px;
           border-bottom: 1px solid #282829;
          
    }

    .pd-tp-detail p{
        margin: 0px;
    }

    .under-title{
font-weight: 500;
font-style: Medium;
font-size: 18px;
line-height: 130%;
/* height: 13px; */
letter-spacing: normal;
vertical-align: middle;
color:#282829;

    }

    .border-left{
            border-left: 1px solid #282829;
    }


 .quantity-selector-section {
    margin: 30px 0;
padding-left: 40px;
    padding-right: 50px;
  }
  
  .selector-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #282829;
  }
  
  .selected-quantity {
    /* font-weight: bold; */
  }
  
  .quantity-options {
    display: flex;
    gap: 0px;
  
  }

  .disc-btn-qty{
  position: relative;
  }

  .best-tag{
    position: absolute;
    padding: 6px 10px;
font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 8px;
line-height: 100%;
display: flex;
align-items: center;
text-align: center;
text-transform: uppercase;
color: #FBFAF8;
background:#DC7444;
right:0px;
top: 0px;
  }

    .save-tag{
    position: absolute;
    padding: 6px 10px;
font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 8px;
line-height: 100%;
display: flex;
align-items: center;
text-align: center;
text-transform: uppercase;
color: #282829;
background:#B7D69C;
left: 50%;
bottom: -10px;
transform: translateX(-50%);
  }

   /* Add to your existing CSS */
  .option-image {
    /* width: 100%; */
    max-height: 75px;
    object-fit: contain;
    margin-bottom: 0px;
    border-radius: 4px;
  }
  
  .quantity-option {
    /* Modify existing button style to accommodate image */
    padding: 10px;
    align-items: center;
  }
  
  .quantity-option {
    flex: 1;
    padding: 18px 20px;
   border: 1.6px solid #E8E6E2;
background: #F5F5F5;

    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
       flex-direction: row;
           gap: 24px;
  }
  
  .quantity-option:hover {
  /* border: 1.6px solid #DC7444;
 background: #DC74440F; */
  }
  
  .quantity-option.active {
    border: 1.6px solid #DC7444;
 background: #DC74440F;

  }

  .specifics {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  
  .option-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 11px;
    margin-bottom: 14px;
    color: #262626;
  }
  
  .option-desc {

font-weight: 500;
font-style: Medium;
font-size: 13px;
leading-trim: CAP_HEIGHT;
line-height: 9px;
letter-spacing: 0%;
 color: #262626;
    margin-bottom: 14px;
  }
  
  .option-price {
  
    font-size: 13px;
    line-height: 9px;
    margin-bottom: 3px;
    color: #232323;
  }
  
  .option-price-per {
    font-size: 13px;
    line-height: 9px;
    margin-bottom: 3px;
    color: #7A7A7A;
  }

  .subs-head{
    margin: 30px 0;
padding-left: 40px;
    padding-right: 50px;
     font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
    color: #282829;
  }

  .custom-sub-head{
    display: flex
;
    justify-content: flex-end;
    background-color: #DC7444;
    color: white;
    padding: 6px 12px;
  }

    .custom-sub-head p{
     margin-bottom: 0px;
font-weight: 800;
font-style: ExtraBold;
font-size: 12px;

line-height: 9px;
letter-spacing: normal;

  }
  .rc-radio {
    background: #F5F5F5;
   border: 1px solid #E8E6E2;
  }

   .rc-radio span{
   color: #7A7A7A;
  }


    .rc-radio--active span{
       color: #232323;

  }
  
  
 

  .rc-radio--active{
    background: #DC74440F !important;
border: 2px solid #DC7444;

  }

  .custom-price .money{
    display : none;
  }

   .subscription-radio{
    border-bottom: none;
  }
.yotpo-reviews-tab-rounded-border {
    display: none !important;
}
  .onetime-radio .rc-radio__label{
display: none !important;
  }

  .custom-discount .money{
     font-weight: 700;
     font-size: 15px;
  }

  .rc-radio.rc-radio--active~.rc-selling-plans[data-v-283da5f2] {

    padding-left: 20px !important;

  }


  .custom-onetime{
    display: flex
;
    width: 100%;
    justify-content: space-between;
    margin-left: 5px;
    align-content: center;
    align-items: center;
    font-weight: 700;

  }

  .onetime-price .money{
  font-weight: 700;
  }

  .rc-radio__price{
    display: none !important;
  }


  .rc-selling-plans{
     background: #DC74440F !important;
     border: 2px solid #DC7444;
     border-top: none;
  }

  .rc-radio__label {
    margin-left: 7px !important;
    line-height: 2;
    display: flex
;
    justify-content: space-between;
    width: 100%;
}
 input.rc-radio__input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px !important;
  height: 18px !important;
  border: 1.5px solid #DC7444;
  border-radius: 50%; */
  background-color: white;
  border-color: #7A7A7A !important;
  /* color: #DC7444 !important; */
   cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  margin: 0 !important;
  vertical-align: middle; 
  box-sizing: border-box; 
  display: inline-block; 
}

input.rc-radio__input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #DC7444;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

input.rc-radio__input[type="radio"]:checked {
 border-color: #DC7444 !important;
} 



input.rc-radio__input[type="radio"]:checked::after {
  opacity: 1;
} 



.custom-sub-head-2{
   background: #F5F5F5;
    border: 1px solid #E8E6E2;
    border-top: none
}

.subscription-selected {
  border: 2px solid #DC7444;
      background: #DC74440F !important;
  border-color:#DC7444;
      border-top: none;
          border-bottom: none;
}

.custom-sub-head-2 ul{
    list-style: disc;
    margin: 0px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.custom-sub-head-2 ul li{
font-weight: 500;
font-style: Medium;
font-size: 13px;
line-height: 9px;

}

.btn_div{
    padding: 0 50px 0 40px;
}


 .delivery-message-wrapper {
    text-align: center;
    font-size: 14px;
    background: #fafafa;
    padding-left: 40px;
    padding-right: 50px;
  }

  .top-notice {
   font-weight: 500;
    margin-top: 20px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 11px;
    color: #282829;
  }

  .delivery-estimate {
   color: #000000;
    background-color: #F5F5F5;
    padding: 19.5px 10px;
    font-size: 15px;
    line-height: 11px;
    font-weight:500;

  }

  .emoji-box {
    margin-right: 4px;
  }

  .product-accordion {
  border-top: 1px solid #000;

        margin-top: 50px;
            margin-bottom: 50px;
}

.accordion-item {
  border-bottom: 1px solid #000;
}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 22px 50px 22px 40px;
    background: transparent;
  font-weight: bold;
  font-family: Manrope;
font-weight: 500;
font-style: Medium;
font-size: 22px;
leading-trim: CAP_HEIGHT;
line-height: 130%;
letter-spacing: 0%;
vertical-align: middle;
text-transform: uppercase;
 color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: none;
}

.accordion-icon {
  font-size: 34px;
  line-height: 18px;
  font-family: Manrope;
  transition: transform 0.3s ease;
  font-weight: 200;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-content {
  padding: 0px 50px 22px 40px; /* permanent internal padding */
}

.accordion-content ul {
    list-style: disc;
        padding-left: 25px;
        display: flex;
        flex-direction: column;
        gap: 10px;
}

.accordion-content h4 {
    padding-top: 15px;
  margin-bottom: 10px;
    font-weight: 500 !important;
}

.accordion-content strong {
  
}

.accordion-content h4 {
    color: #000000 !important;
}

.accordion-content h5 {
      color: #282829 !important;
}



.accordion-content strong {
    font-weight: bold !important;
}


.accordion-body p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #282829;
   font-weight: 400 !important;
}

.accordion-body li {
  font-size: 16px;
}

.accordion-icon {
  transition: transform 0.3s ease;
}

.accordion-item.open .accordion-icon {
  transform: rotate(45deg);
}



.bundle-slider-section {
  padding: 0px 0;
  /* width: 50%; */

  border-left: 0px solid #282829;
   /* margin-left: 50%; */
  
   
}
.bundle-slider-title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.bundle-card {
  border: 1px solid #282829;
  border-left: none;
  border-bottom: none;
  padding: 36px 40px;

  height: 100%;
}
.bundle-header {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Manrope;
font-weight: 500;
font-size: 32px;
line-height: 120%;
letter-spacing: 0%;
vertical-align: middle;
text-transform: uppercase;

}

.bundle-box{
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.bundle-content{

}
.bundle-image img {
  max-width: 100%;
  height: 199px;
}
.bundle-reviews {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}
.bundle-title {
 font-family: Manrope;
font-weight: 500;
font-size: 24px;
line-height: 130%;
letter-spacing: 0%;
text-transform: uppercase;

  margin: 10px 0 10px;
}

.bundle-slider-section .yotpo_star .text-m {
    display: inline-block;
   font-family: Manrope !important;
font-weight: 500;
font-size: 13px !important;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: #282829 !important;
    margin-left: 7px !important;

}
.bundle-price {
font-weight: 700;
font-size: 17px;
line-height: 130%;
letter-spacing: 0%;
color:#040404;
  margin-bottom: 10px;
}
.bundle-per-bottle {
font-weight: 500;
font-size: 13px;
line-height: 130%;
letter-spacing: 0%;
  margin-left: 4px;
}
.bundle-save {
  background: #B7D69C;
  color: #282829;
  font-weight: 700;
  font-size: 10px;
  padding: 4px 10px;
  line-height: 7px;
  margin-left: 6px;
  border-radius: 30px;
      display: inline-flex
;
}
.bundle-bullets p {
font-weight: 700;
font-size: 13px;
line-height: 160%;
letter-spacing: 0%;
vertical-align: middle;
color: #262626;
  margin-bottom: 5px;
}

.bundle-bullets ul {
padding: 0px;
}

.bundle-bullets ul li{
font-weight: 500;
font-size: 13px;
line-height: 160%;
letter-spacing: 0%;
vertical-align: middle;
color: #262626;
  margin-bottom: 8px;
    display: flex;
    gap: 7px;
        align-items: center;
}

.bundle-button {
  display: inline-block;
  background: #282829;
  color: #FBFAF8;
  text-align: center;
  padding: 22px;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Manrope;
font-weight: 500;
font-size: 16px;
line-height: 12px;
letter-spacing: 8%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;

}

.bundle-button:hover {

  background: #000000;
  color: white;

}

.bundle-slider-section {
  position: relative;
  /* padding-right: 60px; */
  overflow: hidden;
}

.bundle-slider-section .slick-list {
  /* margin-right: -60px;  */
  overflow: visible !important; /* Allow right side to overflow */
}

.bundle-slider-section .slick-track {
  display: flex;
}

.bundle-slider-progress-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  padding: 0 0px;
  position: relative;
  max-width: 720px;
    border-top: 1px solid #282829;
}

.bundle-slider-progress-bar {
  flex-grow: 1;
  height: 3px;
  background-color: #E8E6E2;
  border-radius: 2px;
  overflow: hidden;

 margin: 0 18px;
}

.bundle-progress-fill {
  height: 100%;
  width: 0%;
  background-color: #DC7444; /* Orange */
  transition: width 0.3s ease;
 
}

.bundle-slider-arrows {
  display: flex;
  gap: 0px;
}

.bundle-slider-arrows button {
  width: 42px;
  height: 42.5px;
  border : 1px solid #282829;
border-top: none;

border-bottom: none;
 background: transparent;
  font-size: 18px;
  cursor: pointer;
      color: black;
}
.bundle-arrow-next{
border-left: none !important;
border-right:none !important;
}
.bundle-slider-arrows button:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.bundle-slider-arrows button:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.banner_button{

        display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;"

}

.button-all-new{
        display: inline-flex;
    height: 70px;
    padding: 28px 10px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 14px;
    background: #282829;
    align-items: center;
    justify-content: center;
}

.btn-org {
        display: inline-flex;
    height: 70px;
    /* padding: 28px 56.5px; */
    color: #FFFFFF;
    font-size: 20px;
    line-height: 14px;
    background: #DC7444;
    align-items: center;
    justify-content: center;
     text-transform: uppercase;
}

.btn-org:hover {
    background: #DC7444;
}

.btn-tran {
        display: inline-flex
;
 text-transform: uppercase;
    height: 70px;
    /* padding: 28px 56.5px; */
    color: #FFFFFF;
    font-size: 20px;
    line-height: 14px;
   background: #00000029;
   border: 1px solid #FBFAF8;
   backdrop-filter: blur(4px);
   align-items: center;
    justify-content: center;


}

.btn-tran:hover {
    background: #DC7444;
      color: #FFFFFF;
}


/* pD- VC  Carousel*/
/* Basic styles */
.pd-vc-section { padding: 0; }

.pd-vc-slider { border-top: 1px solid #282829; padding-top: 0px; }
.pd-vc-slide { padding: 0 0px;
height: 250px; }
.pd-vc-video-wrapper { position: relative; padding-bottom: 56.25%; height: 100%; overflow: hidden;

}
.pd-vc-video, .pd-vc-iframe {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; object-fit: cover;

      border-right: 1px solid #282829;
      
}

.pd-vc-card{
    height: 100%;
}
.pd-vc-play-btn {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px; color: white;
  width: 34px; height: 34px; border: none;
  background: transparent; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}

/* Progress + Arrows */
.pd-vc-progress-wrapper { display: flex; align-items: center; margin-top: 0px;
  border-top: 1px solid #282829; }
.pd-vc-progress-bar { flex-grow: 1; height: 3px; background: #E8E6E2; margin: 0 18px; }
.pd-vc-progress-fill { height: 100%; background: #DC7444; width: 0%; transition: width .3s; }
.pd-vc-arrows button {
  border: 1px solid #282829;
  width: 42px; height: 42.5px;
  background: none; cursor: pointer;
      border-top: none;
    border-bottom: none;
        color: black;
}

.pd-vc-arrows{
    display: flex;
}


.pd-vc-arrow-next{
  border-left: none !important;
border-right:none !important;
}

.pd-vc-arrows button:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.pd-vc-section .slick-slide {

}

.pd-vc-section .slick-slide > div:first-child {

  display: flex;
}

/* Popup */
.pd-vc-popup {
  position: fixed; bottom: 20px; right: 20px;
  width: 400px; max-width: 90%;
  aspect-ratio: 4 / 6;
  display: none;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  z-index: 9999;
}
.pd-vc-popup.active { display: block; }
.pd-vc-popup-inner { position: relative; width: 100%; height: 100%; }
.pd-vc-popup-content { width: 100%; height: 100%; }


.pd-vc-popup-content video {  width: 100%;
  height: 100%;
  object-fit: cover;
   display: block; }

.pd-vc-popup-close {
position: absolute;
    top: 4px;
    right: 8px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
}

.popup-video-wrapper{
    height: -webkit-fill-available;
}

@media (max-width: 1440px){

    .no-left-mb{
border-left: none !important;
    }

        .no-right-mb{
border-right:none !important;
    }


}



@media (min-width: 1300px){



.bundle-slide {
  width: 635px !important; /* or 250px, whatever your design uses */

}

.bundle-slider-section .slick-list {
  margin-right: unset !important; /* Pulls the hidden part into view */
  overflow: visible !important; /* Allow right side to overflow */
}


}


@media (max-width: 1350px){
.option-desc {
    line-height: 130%;
}

.quantity-option {
    gap: 15px;
}

.option-price-per {
    line-height: 100%;
}



}

@media (max-width: 1300px){
.quantity-selector-section {
  
    padding-right: 40px;
}

.rc-widget {
    padding-right: 40px !important;
}

.btn_div {
    padding: 0 40px 0 40px;
}

delivery-message-wrapper {
    padding-right: 40px;
}

}

.option-price-bx {
    display: flex
;
    gap: 5px;
    flex-wrap: wrap;
   
}

@media (max-width: 1280px){

.newsletter_sec .newsletter_main .form_div .button-all {

    padding: 18px 23px;

}


.input-group {
 
    display: grid;

    grid-template-columns: 1fr 1fr;

}

.newsletter__submit {

     line-height: 140% !important;

}

}

@media (max-width: 1200px){

.pd-tp-detail {
    padding-left: 30px;
    padding-right: 30px;
}

.quantity-selector-section {
  padding-left: 30px;
    padding-right: 30px;
}

.rc-widget {
      padding-left: 30px!important;
    padding-right: 30px !important;
}

.btn_div {
    padding: 0 30px 0 30px;
}

delivery-message-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}



}


@media (max-width: 1100px){

.quantity-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    flex-direction: column;
}



}

   .mb-show{
display: none !important;
    }

     .desk-show{
        display: block !important;
    }

       .mb-show-v{
display: none !important;
    }

     .desk-show-v{
        display: inline-block !important;
    }





.row {
  /* align-items: flex-start; */
}

.lhs-pd{
  position: relative;
  overflow: visible !important;
    /* height: 100%; */

}

.sticky-container {
  position: relative;
  height: 100%;
  overflow: visible;
}

.stick-left {
  position: sticky;
  top: 0px;
  z-index: 10;
}

/* 
.row-new {
  display: flex;
  align-items: flex-start; 
}

.col-lg-6-new {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: visible;
}

.sticky-container {
  position: relative;
}

.stick-left {
  position: sticky;
  top: 20px;  
  background: yellow;
  padding: 20px;
} */
.nnd{
    display: none;
}
.flex-nn{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pd-bt-30px{
padding-bottom: 30px;
}

.footer-btm {
    padding-left: 50px;
       padding-right: 50px;
    padding-top: 30px;
    border-top: 1px solid #FBFAF8;
}
.link-bx{
    display: flex;
}

.see-all-link {
margin-bottom: 0px;
font-weight: 500;
font-size: 15px;
line-height: 11px;
text-transform: uppercase;

    text-decoration: none;
    color: #DC7444;
    position: relative;
    align-items: center;
    display: flex;
      gap: 6px;
     border-bottom: 1px solid #DC7444;
     padding-bottom: 4px;
}


.footer_top_info{
    height: 100%;
}
.fl-b{
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;

}

.box-pad{
    padding-left: 50px;
      padding-right: 50px;
      margin-bottom: 20px
}

.footer .footer-top .link_div .link_ul{
padding-top: 36px;
padding-left: 0px;
}

.footer .footer-top .link_div h4 {
   text-transform: uppercase;
}

.footer .footer-top .link_div .link_ul li {
    padding: 0 0 30px;
}
.footer .footer-top .link_div .link_ul li:last-child {
    padding-bottom: 0;
}

.footer .social_ul {
margin-left: 14px;

}

.copyright small{
    font-size: 13px;
}




/* Main nav wrapper */
.main-nav {
  display: flex;
  list-style: none;
  gap: 0px;
  margin: 0;
  padding: 0;
   width: 100%;
}



.main-nav .nav-item {
  flex: 0 0 30.6%;
}

.main-nav .nav-item {
  flex: 0 0 35.4%;
}

.main-nav .nav-item {
  flex: 0 0 34%;
}

.main-nav .nav-item {
  /* position: relative; */
}

.main-nav .nav-link {
  text-decoration: none;
  padding: 10px 0;
  display: block;
  font-weight: 500;
  color: #000;
}

.main-nav .nav-link.active {
  color: #e45a5a; /* highlight active link */
}

.main-nav .dropdown-menu-n {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw; /* full viewport width */
  background: #F5F5F5;
  border-top: 1px solid #eee;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  padding: 0px 0px; /* extra padding for breathing space */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 99;
}

/* Show only when hovering the link or dropdown itself */
.main-nav .nav-link:hover + .dropdown-menu-n,
.main-nav .dropdown-menu-n:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Inner flex wrapper */
.main-nav .dropdown-inner {
  display: flex;
  justify-content: flex-start;
  gap: 0px;
  max-width: 1440px;   /* remove width constraint */
  margin: 0 auto;         /* no auto centering */
  padding: 0px;   /* optional padding inside */
}

.left-banner .pill-im{
width:59px;
 margin-bottom: 50px;
}

.left-banner {
     padding: 36px 50px;
}

/* Left side links */


.features-boxes-n {
    max-width: 300px;
 display: grid;
 grid-template-columns: 1fr 1fr 1fr;
 gap: 30px;

  padding: 14px 0 24px 0;
  padding-bottom: 0px;
}

.feature-item-n {

  text-align: center;
  padding: 0px;
  border-radius: 0px;
}

.feature-item-n img {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  object-fit: contain;
}

.left-banner h3 {
max-width: 335px;
font-size: 48px;
text-transform: uppercase;
  margin-bottom: 24px;
  color: #282829;
}

.left-banner p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: #282829;
   margin-bottom: 40px !important;
}

.feature-item-n p{
       margin-bottom: 0px !important;
}


.middle-drop-menu-box{
width: 510px;
border-left: 1px solid #282829;
border-right: 1px solid #282829;
}

.middle-drop-menu-box .all-prd-link{
font-size: 13px !important;
color: #7A7A7A !important; 
padding: 20px !important;
text-align: left !important;
text-transform: uppercase !important;
border-bottom:none !important;
margin-bottom: 0px !important;
border-radius: 0px !important;
text-decoration: none;
    justify-content: flex-start !important;
}


.middle-drop-menu-box .all-prd-link:hover {
  color: black !important;
}

.middle-drop-menu-box img{
width: 61px;
height: 70px;
}



.main-nav .dropdown-links {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
    display: flex
;
gap: 0px !important;
    flex-direction: column;

}




.main-nav .dropdown-links li {
  margin-bottom: 0px;
     display: flex !important;
      align-items: center;
      border-top: 1px solid #282829;
      
}

.main-nav .dropdown-links li span{
  margin-bottom: 0px;
     display: flex;
      align-items: center;
      flex-direction: row;
    justify-content: flex-start;
}

.inner-chl{
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.main-nav .dropdown-links a {
padding: 8px 10px !important;
  text-decoration: none;
width: 100% !important;
background: transparent;
border-radius: 0px !important;
}


.main-nav .dropdown-links .link-title-mn {
  color: #282829 !important;
  text-decoration: none;
  font-size: 24px !important;
  text-transform: uppercase;
     display: flex;
     padding: 0px !important;
     padding-left: 20px !important;
}

.main-nav .dropdown-links a:hover {
  /* background-color: #b7d69c; */
}

.main-nav  .right-banner{

padding: 36px 50px 0px 30px;
}
/* Right side promo */
.main-nav .dropdown-promo {
  flex: 1;
  text-align: left;
}

.main-nav .dropdown-promo h4 {
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  
}

.main-nav .dropdown-promo h4 .save {
  background: #DC7444;
  color: #FBFAF8;
  font-size: 10px;
  padding: 0px 10px;
  margin-left: 14px;
  line-height: 100%;
  border-radius: 30px;
  height: 19px;
   display: inline-flex;
  align-items: center;
  justify-content: center;
}

.main-nav .dropdown-promo ul {
  list-style: disc !important;
padding-left: 25px;
display: flex;
flex-direction: column;
gap: 5px;

}

.main-nav .dropdown-promo ul li {
  font-size: 15px;
  margin-bottom: 15px;
  color: #282829;
  display: list-item !important;
}

.main-nav .dropdown-promo img {
  max-width: 100%;
  border-radius: 6px;
  margin-top: 20px;
}

.main-nav .tag-colored {
 background-color: #B7D69C;
 font-size: 10px;
 font-weight: 700;
 border-radius: 30px;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 19px;
 line-height: 100%;
 padding: 0 10px;
 margin-left: 12px;
}


.tag-colored {
 background-color: #B7D69C;
 font-size: 10px;
 font-weight: 700;
 border-radius: 30px;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 19px;
 line-height: 100%;
 padding: 0 10px;
 margin-left: 12px;
}




/* BLOG */

.grid-template-3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-template-3 .col-lg-6{
width: 100% !important;
        max-width: 100% !important;
}

    .grid-template-3 .col-lg-4 {
        max-width: 100% !important;
    }

.filter-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 50px;
}

.filter-header h1{
  text-transform: uppercase;
}

.filter_main .search_tag_main .search_blog input {
    width: 250px;
        padding: 12px 10px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.filter_main .search_tag_main .search_blog input::placeholder  {

    color: #000000 !important;
}


.blog-hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px
}
.blog-hero-slider-track {
  display: flex;
  transition: transform 0.5s ease;
}
.blog-hero-slide {
  min-width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #fff;
  position: relative;
}

.absolute-img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.absolute-img img{
      height: 100%;
    width: 100%;
    object-fit: cover;
}

.absolute-img .img-overlay {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background: #0000004D; /* semi-transparent black */
  z-index: 1;
}

.blog-hero-slide::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4);
}

.blog-hero-slide-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 60px 50px;
      height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
        align-items: flex-start;
}
.blog-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.blog-category {
  background: #fff;
  color: #282829;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  height: 19px;
  text-transform: uppercase;
}
.blog-reading-time {
  font-size: 10px;
  text-transform: uppercase;
}
.blog-heading {
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #FFFFFF ;
  text-transform: uppercase;
  max-width: 691px;
}
.blog-description {
  font-size: 18px;
  margin-bottom: 20px;
}


.blog-btn {
    display: inline-flex;
    height: 56px;
    padding: 0px 125.5px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 14px;
    background: #282829;
    align-items: center;
    justify-content: center;
     text-transform: uppercase;
}

.blog-btn:hover {
    background: #DC7444;
}



.btn-org:hover {
    background: black;
    color:#FFFFFF;
    
}


.blog-hero-progress-wrapper {
  display: flex;
  align-items: center;
  border-top: 1px solid #282829;
   border-bottom: 1px solid #282829;
  margin-top: 0px;
}
.blog-hero-progress-bar {
  flex-grow: 1;
  height: 10px;
  background-color: #E8E6E2;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 18px;
}
.blog-hero-progress-fill {
  height: 100%;
  width: 0%;
  background-color: #DC7444;
  transition: width 0.3s ease;
}
.blog-hero-arrows{
    display: flex;
  gap: 0px;
}
.blog-hero-arrows button {
  width: 43px;
  height: 43px;
  border: 1px solid #282829;
  border-top: none;
border-bottom: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.blog-hero-arrow-next{
  border-left: none !important;
border-right:none !important;
}
.blog-hero-arrows button:disabled {
  color: #ccc;
  cursor: not-allowed;
}




/* BLOG POST */

.article-header{
    max-width: 800px;
    margin: auto;
    padding: 50px 0;
}

.article-header h1{
    text-transform: uppercase;
    margin-top: 10px;
       margin-bottom: 0px;
       color: #000000;
}

.article_details {
     margin-top: 20px;
       margin-bottom: 20px;
}

.article_content p{
line-height: 10px;
color: #000000;
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 10px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}

.article_content .bold{

font-weight: 500;


}

.blog_img{

    border-top: 1px solid #000000;
}

.blog_img img{
    vertical-align: middle;
    object-fit: cover;
    object-position: top;

}

.generic_main{
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
}


.generic_main p{
    font-weight: 400;
font-size: 18px;
line-height: 130%;
letter-spacing: normal;
vertical-align: middle;
color: #040404;
margin-bottom: 20px;
}


.generic_main h3{
    font-weight: 600;
font-size: 20px;
line-height: 130%;
letter-spacing: normal;
vertical-align: middle;
color: #040404;
margin-top: 50px;
margin-bottom: 20px;
text-transform: uppercase;
}

.generic_main strong {
    font-weight: bolder !important;
}


.generic_main h2{
    font-weight: 500;
font-size: 20px;
line-height: 130%;
letter-spacing: normal;
vertical-align: middle;
color: #040404;
margin-top: 50px;
margin-bottom: 20px;
text-transform: uppercase;
}




.blog-card-meta {
    display: flex
;
    gap: 10px;
    align-items: center;
}

.blog-card-tag{

  background: #EEF0F1;
font-weight: 700;
padding: 0 10px;
border-radius:30px;
font-size: 10px;
line-height: 100%;
letter-spacing: normal;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
height:19px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
color:#282829;
}

.blog-card-time{

font-weight: 700;
font-size: 10px;
line-height: 130%;
letter-spacing: normal;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
color: #282829;

}

.generic_button{
    display: flex;
    gap: 20px;
}

.generic_button .button-all {
    width: 100%;
}

.blog-all-post{
    padding-bottom: 50px;
}



.blog-section-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Mobile default */
  gap: 0px;
  /* border-top: 1px solid #000000; */
}



.blog-card {
  background: transparent;

  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%; /* makes all cards equal height */
  display: flex;
  flex-direction: column;
}

.blog-card-item{
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
   box-sizing: border-box; /* prevents overflow from borders */
   margin-bottom: 50px;
   border-top: 1px solid #000000;
}


.related_article .blog-card-item{
 
   margin-bottom: 0px;
    border-top: none;
}


.related_article .blog-section-wrapper {

  border-top: 1px solid #000000;
}


.related_article{
 margin-top:50px
}

.related_article_heading{
    font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 130%;
letter-spacing: normal;
vertical-align: middle;
text-transform: uppercase;
text-align: center;
padding: 50px 0px;
color: #000000;
 border-top: 1px solid #000000;
 margin-bottom:0px !important;


}

@media (max-width: 450px) {

  /* Popup */
.pd-vc-popup {
        width: 100%;
        bottom: 0;
        right: 0;
        height: 100%;
        aspect-ratio: unset;
        max-width: 100%;
        border-radius: 0px;
        border: none;
}

}

/* Mobile (1 column) */
@media (max-width: 767px) {
  /* only 1 per row → no right border at all */
  /* every 2nd card is the last in the row */
  .blog-section-wrapper .blog-card-item:nth-child(2n) {
    border-right: none;
  }


.pd-vc-slide {
    padding: 0 0px;
    height: 200px;
}

}
/* Mobile (1 column) */
@media (max-width: 480px) {
.pd-vc-slide {
    padding: 0 0px;
    height: 150px;
}
}
.yotpo-reviews-tab-rounded-border {
    border-radius: 0 0 6px 6px;
    display: none;
}
/* Tablet (2 columns) */
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-section-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  /* every 2nd card is the last in the row */
  .blog-section-wrapper .blog-card-item:nth-child(2n) {
    border-right: none;
  }
}

/* Desktop (3 columns) */
@media (min-width: 1024px) {
  .blog-section-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  /* every 3rd card is the last in the row */
  .blog-section-wrapper .blog-card-item:nth-child(3n) {
    border-right: none;
  }
}


.blog-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.blog-card-image {
    border-bottom: 1px solid #000000;
}

.blog-card-image img {
  width: 100%;
  height: 421px;
  object-fit: cover;
  display: block;

}

.blog-card-content {
  padding: 36px;
  flex: 1; /* ensures content area stretches */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}

.blog-card-title {


font-weight: 500;
font-style: Medium;
font-size: 32px;

line-height: 110%;
letter-spacing: normal;
vertical-align: middle;
text-transform: uppercase;

  margin-top: 20px;
      margin-bottom: 20px;
}

.blog-card-title a {
  color: #000000;
  text-decoration: none;


}

.blog-card-readmore {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  color: #DC7444;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid #DC7444; 
  transition: color 0.2s;
        display: inline-flex
;
    line-height: 12px;
    align-items: center;
    gap: 6px;
    width: fit-content;
    text-transform: uppercase;
    
}

.blog-card-readmore:hover {
  color: #cc5200;
}



@media (min-width: 768px) {



.grid-template {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    padding: 0px;
}


.bundle-slider-section .slick-track{
  border-top: 1px solid #282829;
}

.bundle-card {
    border-top: none;

}

}

@media (min-width: 1400px) and (max-width: 1460px) {

.banner_section .col-lg-6{
    width: 731px !important;
     max-width: 731px !important;
             flex: 0 0 54%;
}
}

@media (min-width: 767px) and (max-width: 1400px) {

.banner_section .container-full, .main-header .container-full {
      padding-left: 16px;
      padding-right: 16px;
}

}



@media (min-width: 1400px) {
.desktop-menu{
    padding-left: 50px;
      padding-right: 50px;
}


.banner_section .row{
    margin-left: 50px !important;
    width:100%;
}

}




@media (max-width: 767px) {

    .breadcrumb {

    padding-top: 13px;
    padding-bottom: 13px;

}

.footer .footer-top .logo_div {
        margin-left: 16px;
    }

    .banner_section {
        padding-left: 16px;

         padding-left: 0px;

    }

    .mobile_main_menu_items{
        width: 100%;
    }

    .gut-essential-box {
  padding: 20px 16px;
  border-radius: 0px;
          height: 206px;
          border-bottom: 1px solid #282829!important;
}




.gut-essential-box-header {
  margin-bottom: 15px;
}

.gut-essential-title {
  font-size: 24px !important;
  font-weight: 500;
  color: #282829;
  margin: 0;
}

.gut-essential-save {
  background: #DC7444;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 0px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  height: 19px;
  line-height: 7px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.gut-essential-description ul{
    list-style: disc !important;
            padding-left: 25px;
            display: flex; 
            flex-direction: column;
            gap: 5px;
}
.gut-essential-description {
  margin-bottom: 20px;
  font-size: 13px !important;
  color: #282829;
}



    .right-no-pd-mb{
        padding-right: 0px !important;
    }

        .header .main-header .menu_icon {
       margin-left: 0px !important;
    }

    .mb-grid{

            display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    }

     .accordion-toggle {
  cursor: pointer;
  font-size: 22px !important;
  text-transform: uppercase;
  padding: 24px 16px !important;
  border-top: 1px solid #FBFAF8 !important;
}

.footer .footer-top .link_div .link_ul {
    padding-top: 20px;
    padding-left: 16px;
}

.link-bx{
        width: 100%;
    justify-content: space-between;
     padding: 24px 16px !important;
  border-top: 1px solid #FBFAF8 !important;
  
}

.link-bx .title_link{
    font-size: 15px !important;
}

.txet-inst{
    font-size: 15px !important; 
}

.bd-btm-mb{
      border-bottom: 1px solid #FBFAF8 !important;
      margin-bottom: 80px !important;
}

.paym-icon-bx{
        flex-direction: column-reverse !important;
        gap: 24px;
        justify-content: center;
}

.copyright{
        text-align: center;
}

/* Smooth fade + slide */
.collapse {
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(-10px);
}

.collapse.show {
  opacity: 1;
  transform: translateY(0);
}

.collapsing {
  opacity: 0.5;
}


.footer .social_ul {
    margin-bottom: 0px !important;
}
.accordion-icon {
  transition: transform 0.3s ease;
}
.accordion-toggle[aria-expanded="true"] .accordion-icon {
  transform: rotate(45deg); /* turns + into × */
}

    .sticky-container{
    height: auto;
}
.nnd{
    display: block;
}

.footer-btm {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
  
}

.box-pad {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important
}

.fft-top{
    margin-bottom: 0px !important;
}

.footer .footer-top {
    padding: 30px 0px 30px;
}

    .product-detail-section .product-detail-content {
     
        border-left: none;
 
}

    .mb-show{
display: block !important;
    }

     .desk-show{
        display: none !important;
    }

        .mb-show-v{
display: inline-block !important;
    }

     .desk-show-v{
        display: none !important;
    }



 .under-title{
font-size: 13px;
line-height: 130%;
 }

 .product-head h1 {
    margin: 16px 0 20px 0;
}

.pd-tp-detail {
    padding: 0 16px;
    padding-top: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #282829;
}

.thumbnail {
    width: 60px;
    height: 60px;
}

.quantity-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    flex-direction: row;
}

.specifics {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    align-items: center;
}


.quantity-option {
    flex-direction: column;
    align-items: center;
    
}

.option-price-bx {
    display: flex
;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}

.supplement-title {
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.fact-item {
    line-height: 100%;
    font-size: 13px;
}

.fact-list {
    gap: 16px;
}

p {
    font-size: 13px;
}

    .quantity-selector-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .selector-title {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #282829;
}

.option-price-per {
    font-size: 12px;
}

.quantity-option {
    flex: 1;
    padding: 18px 16px;
}

.subs-head {
 
    padding-left: 16px;
    padding-right: 16px;

}

    .rc-widget {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

        .btn_div {
        padding: 0 16px 0 16px;
    }

    .delivery-message-wrapper {
    padding-left: 16px;
    padding-right: 16px;
}

.top-notice {
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 13px;
    color: #282829;
}


.delivery-estimate {
    color: #000000;
    background-color: #F5F5F5;
    padding: 15.5px 10px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
}


.product-accordion {
    border-top: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.accordion-header {
    width: 100%;
    text-align: left;
    padding: 22px 16px 22px 16px;
}

.bundle-card {
    border: 1px solid #282829;
    border-left: none;
     border-right: none;
    border-bottom: none;
    padding: 30px 16px;
    height: 100%;
}

.bundle-slider-progress-wrapper {
 display: none;
}

    .input-group {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 12px;
    }

.newsletter_main h1 {
    padding: 18px 16px;
    text-align: center;
    margin-bottom: 18px !important;
    font-size: 32px !important;

}

.newsletter_main p {
    padding: 0px 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #282829;
    font-size: 15px !important;
      text-align: center;
      line-height: 160%;
}

    .newsletter_sec .newsletter_main .form_div input {
        font-size: 15px;
        line-height : 11px;
        padding: 22px 16px;
       
    }

        .newsletter_sec .newsletter_main .form_div .button-all {
        padding: 10px 16px;
    }

    .newsletter_sec .newsletter_main .form_div {
    position: relative;
    /* padding-top: 70px; */
    /* border-bottom: 1px solid #282829; */
    border-top: none;
}
.newsletter_main .form_div
 {
    padding: 18px 16px !important;
    padding-bottom: 25px !important;
}

}

@media (max-width: 640px) {



.bundle-box {
    display: flex
;
    gap: 24px;
    margin-bottom: 24px;
    flex-direction: column;
}

.bundle-image img {
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.bundle-slider-progress-wrapper {
    display: none;
}

.bundle-header {
    text-transform: uppercase;
    margin-bottom: 24px;
}


.bundle-title {
    font-family: Manrope;
    font-weight: 500;
    font-size: 22px;
}

.bundle-bullets ul {
    margin: 0px;
}

.bundle-slider-section {
    border-left: none;
}

.trust-badge-item  {
    padding: 24px 20px 30px !important;
}




}




#shopify-section-newsletter{
    /* display: flex; */
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .thumbnail-slider-container {
        bottom: 16px;
        max-width: 360px !important;
    }

     .thumbnail-slide {
    width: 64px !important;
    height: 64px;
    }

         .thumbnail-slide img {
    width: 60px !important;
    height: 60px;
    }

    .thumbnail-slider {
    height: 64px;
}

.thumbnail-slider {

    max-width: 330px !important;
}


}


