@charset "UTF-8";
:root {
    --clr-fashion: #ffeb96;
    --clr-beauty: #c6d0ff;
    --clr-wellness: #ffcabf;
    --clr-food: #bbfaea;
}
:root {
    --h1-size: 48px;
    --h2-size: 40px;
    --h3-size: 30px;
    --h4-size: 24px;
    --h5-size: 20px;
    --body-lg: 17px;
    --body-md: 15px;
    --body-sm: 14px;
    --form-size: 16px;
    --container-padding: 30px;
    --container-padding-negative: -webkit-calc(var(--container-padding) * -1);
    --container-padding-negative: calc(var(--container-padding) * -1);
    --letter-spacing: 0.1em;
    --grid-gutter: 40px;
    --section-bgr: $primary;
    --section-clr: $primary;
}
@media (max-width: 767px) {
    :root {
        --h1-size: 28px;
        --h2-size: 26px;
        --h3-size: 22px;
        --h4-size: 18px;
        --h5-size: 15px;
        --body-lg: 15px;
        --body-md: 14px;
        --body-sm: 12px;
        --form-size: 15px;
        --container-padding: 20px;
        --grid-gutter: 20px;
    }
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
    font-weight: 400;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    min-height: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: sofia-pro, sans-serif;
    font-size: var(--body-lg);
    line-height: 1.4;
    font-weight: 400;
    background-color: #fff;
    color: #000;
    min-width: 320px;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-moz-selection {
    background-color: #ffd3e1;
    color: #000;
    text-shadow: none;
}
::selection {
    background-color: #ffd3e1;
    color: #000;
    text-shadow: none;
}
.h1,
h1 {
    font-size: 2.25rem;
}
.h2,
h2 {
    font-size: 1.5rem;
}
.h3,
h3 {
    font-size: 1.125rem;
}
.h4,
h4 {
    font-size: 1rem;
}
.h5,
h5 {
    font-size: 0.875rem;
}
.h6,
h6 {
    font-size: 0.75rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: 400;
    color: #000;
}
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
dl dd {
    margin-bottom: 0;
}
blockquote,
dl,
img,
ol,
p,
pre,
ul {
    margin-bottom: 20px;
    margin-top: 0;
}
blockquote:last-child,
dl:last-child,
img:last-child,
ol:last-child,
p:last-child,
pre:last-child,
ul:last-child {
    margin-bottom: 0;
}
hr {
    background-color: none;
    border: none;
    border-bottom: 1px solid #ddd;
    height: 1px;
    margin: 20px 0;
}
strong {
    font-weight: 700;
}
a {
    outline: transparent !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #000;
}
a::after,
a::before {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
p a,
p a:focus {
    text-decoration: underline;
}
p a:focus:hover,
p a:hover {
    color: #ef628b;
    text-decoration: none;
}
img {
    max-width: 100%;
}
img:last-child {
    margin-bottom: 0;
}
.img-full {
    width: 100%;
}
.img-round {
    border-radius: 999px;
}
.container {
    max-width: -webkit-calc(1300px + 2 * var(--container-padding));
    max-width: calc(1300px + 2 * var(--container-padding));
    width: 100%;
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
    margin-right: auto;
    margin-left: auto;
}
.container--sm {
    max-width: 1060px;
}
.container--md {
    max-width: -webkit-calc(1100px + 2 * var(--container-padding));
    max-width: calc(1100px + 2 * var(--container-padding));
}
.container--full {
    max-width: 100%;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
button,
button:active,
button:focus {
    outline: 0 !important;
}
button:active:not(.btn),
button:focus:not(.btn),
button:not(.btn) {
    border: none;
}
.btn,
[class^="btn-"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    font: inherit;
    font-family: sofia-pro, sans-serif;
    text-align: center;
    text-transform: none;
    margin: 0;
    cursor: pointer;
    overflow: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    padding: 5px 15px;
}
.btn,
.btn:active,
.btn:focus,
.btn:hover,
[class^="btn-"],
[class^="btn-"]:active,
[class^="btn-"]:focus,
[class^="btn-"]:hover {
    text-decoration: none;
}
.table,
table {
    width: 100%;
}
.table th,
table th {
    font-weight: 400;
}
.form__input {
    vertical-align: middle;
    padding: 0;
    outline: 0 !important;
}
.form__input .form__input:not(textarea) {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
textarea.form__input {
    resize: none;
    overflow-x: hidden;
    line-height: 1.5;
    padding-top: 8px;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.crop-circle {
    border-radius: 100%;
}
.icon {
    -webkit-backface-visibility: hidden;
    fill: currentColor;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
}
.btn .icon:last-child {
    margin-left: 12px;
}
.btn .icon:first-child {
    margin-right: 12px;
}
.icon[class*="caret"] {
    width: 8px;
    height: 8px;
}
.icon[class*="caret"]:last-child {
    margin-left: 5px;
}
.icon[class*="caret"]:first-child {
    margin-right: 5px;
}
.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -webkit-calc(var(--grid-gutter) / -2);
    margin-right: calc(var(--grid-gutter) / -2);
    margin-left: -webkit-calc(var(--grid-gutter) / -2);
    margin-left: calc(var(--grid-gutter) / -2);
}
.row > * {
    padding-right: -webkit-calc(var(--grid-gutter) / 2) !important;
    padding-right: calc(var(--grid-gutter) / 2) !important;
    padding-left: -webkit-calc(var(--grid-gutter) / 2) !important;
    padding-left: calc(var(--grid-gutter) / 2) !important;
}
.row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}
.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}
.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}
.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}
.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}
.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}
.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}
.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}
.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}
.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}
.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.col-xs-offset-1 {
    margin-left: 8.333%;
}
.col-xs-offset-2 {
    margin-left: 16.667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.333%;
}
.col-xs-offset-5 {
    margin-left: 41.667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.333%;
}
.col-xs-offset-8 {
    margin-left: 66.667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.333%;
}
.col-xs-offset-11 {
    margin-left: 91.667%;
}
.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}
.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media only screen and (min-width: 48em) {
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 20px;
        padding-left: 20px;
    }
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.667%;
    }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (max-width: 768px) {
    .col-smm,
    .col-smm-1,
    .col-smm-10,
    .col-smm-11,
    .col-smm-12,
    .col-smm-2,
    .col-smm-3,
    .col-smm-4,
    .col-smm-5,
    .col-smm-6,
    .col-smm-7,
    .col-smm-8,
    .col-smm-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 20px;
        padding-left: 20px;
    }
    .col-smm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-smm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-smm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-smm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-smm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-smm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-smm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-smm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-smm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-smm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-smm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-smm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-smm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-smm-offset-1 {
        margin-left: 8.333%;
    }
    .col-smm-offset-2 {
        margin-left: 16.667%;
    }
    .col-smm-offset-3 {
        margin-left: 25%;
    }
    .col-smm-offset-4 {
        margin-left: 33.333%;
    }
    .col-smm-offset-5 {
        margin-left: 41.667%;
    }
    .col-smm-offset-6 {
        margin-left: 50%;
    }
    .col-smm-offset-7 {
        margin-left: 58.333%;
    }
    .col-smm-offset-8 {
        margin-left: 66.667%;
    }
    .col-smm-offset-9 {
        margin-left: 75%;
    }
    .col-smm-offset-10 {
        margin-left: 83.333%;
    }
    .col-smm-offset-11 {
        margin-left: 91.667%;
    }
    .start-smm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-smm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-smm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-smm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-smm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-smm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-smm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-smm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-smm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-smm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (min-width: 62em) {
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 20px;
        padding-left: 20px;
    }
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-1 {
        margin-left: 8.333%;
    }
    .col-md-offset-2 {
        margin-left: 16.667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.333%;
    }
    .col-md-offset-5 {
        margin-left: 41.667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333%;
    }
    .col-md-offset-8 {
        margin-left: 66.667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.333%;
    }
    .col-md-offset-11 {
        margin-left: 91.667%;
    }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (min-width: 75em) {
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 20px;
        padding-left: 20px;
    }
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.667%;
    }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.modal-on {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30000;
    overflow: auto;
    background-color: rgba(255, 240, 245, 0.95);
    display: none;
}
.modal__wrap {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 240, 245, 0.95);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
@media (max-width: 560px) {
    .modal__wrap {
        padding: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-height: 600px) {
    .modal__content img:first-child {
        max-width: 50%;
    }
}
@media (max-height: 500px) {
    .modal__content img:first-child {
        display: none;
    }
}
.modal__content {
    max-width: 500px;
    width: 100%;
    padding: 25px 60px 55px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(26, 26, 27, 0.2);
    box-shadow: 0 0 10px rgba(26, 26, 27, 0.2);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.modal__content img:first-child {
    max-height: 130px;
}
@media (max-width: 560px) {
    .modal__content {
        padding: 90px 20px 30px 20px;
        height: 100vh;
    }
    .modal__content img:first-child {
        max-height: 230px;
        margin-bottom: 20px;
    }
}
.modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
}
.modal__close span {
    font-size: 12px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    display: none;
}
@media (max-width: 560px) {
    .modal__close {
        top: 0;
        right: auto;
        left: 50%;
        width: 100vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fff0f5 !important;
        height: 60px;
    }
    .modal__close .icon-x-bold {
        width: 13px;
        height: 13px;
    }
    .modal__close span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.btn-wrap > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.btn-wrap > :not(:first-child) {
    margin-left: 20px;
}
.btn-wrap--lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-wrap--lg .btn {
    height: 44px;
    width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.btn-wrap--lg .btn .icon {
    width: 20px;
    height: 20px;
    margin-left: 0;
}
.btn-wrap--lg .btn:not(:first-child) {
    margin-left: 10px;
}
@media (max-width: 992px) {
    .btn-wrap--lg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .btn-wrap--lg .btn {
        margin: 5px;
    }
    .btn-wrap--lg .btn:not(:first-child) {
        margin-left: 5px;
    }
}
@media (max-width: 1200px) {
    .btn-wrap:not(.btn-wrap--lg) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .btn-wrap:not(.btn-wrap--lg) > :not(:first-child) {
        margin-left: 0;
        margin-top: 20px;
    }
}
.btn-wrap--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn {
    padding: 5px 30px;
    min-height: 42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
}
.btn .icon,
.btn img {
    margin-left: 10px;
}
.btn,
.btn:focus {
    background-color: #aaa;
    color: #fff;
}
.btn:focus:hover,
.btn:hover {
    background-color: #b7b7b7;
}
.btn--full {
    width: 100%;
    min-width: 100%;
}
.btn--250 {
    width: 100%;
    max-width: 250px;
}
.btn--xs {
    min-height: 28px;
    padding: 2px 10px;
    font-size: 12px;
}
@media (max-width: 560px) {
    .btn--xs {
        width: 100%;
        max-width: 250px;
    }
}
.btn--sm {
    min-width: 300px;
}
@media (max-width: 560px) {
    .btn--sm {
        min-width: 100%;
    }
}
.btn--pink,
.btn--pink:focus {
    background-color: #f490ad;
}
.btn--pink:focus:hover,
.btn--pink:hover {
    background-color: #f6a7be;
}
.btn--blue,
.btn--blue:focus {
    background-color: #26285d;
}
.btn--blue:focus:hover,
.btn--blue:hover {
    background-color: #353881;
}
.btn--purple {
    color: #fff;
}
.btn--purple,
.btn--purple:focus {
    background-color: #8693d1;
}
.btn--purple:focus:hover,
.btn--purple:hover {
    background-color: #abb4df;
}
.btn--facebook .icon {
    width: 11px;
    height: 18px;
}
.btn--facebook,
.btn--facebook:focus {
    background-color: #2c5399;
}
.btn--facebook:focus:hover,
.btn--facebook:hover {
    background-color: #3768c1;
}
.btn--twitter .icon {
    width: 11px;
    height: 18px;
}
.btn--twitter,
.btn--twitter:focus {
    background-color: #00c7fe;
}
.btn--twitter:focus:hover,
.btn--twitter:hover {
    background-color: #32d3ff;
}
.btn--pinterest .icon {
    width: 11px;
    height: 18px;
}
.btn--pinterest,
.btn--pinterest:focus {
    background-color: #c8232c;
}
.btn--pinterest:focus:hover,
.btn--pinterest:hover {
    background-color: #de4049;
}
.btn--outline {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.btn--outline:hover {
    background-color: #000;
    color: #fff;
}
.btn--outline-pink,
.btn--outline-pink:focus {
    border-color: #f490ad;
    color: #f490ad;
}
.btn--outline-pink:focus:hover,
.btn--outline-pink:hover {
    background-color: #f490ad;
}
.btn-clean {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background-color: transparent;
    color: #000;
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
}
.btn-clean .icon:first-child:not(:only-child) {
    margin-right: 12px;
}
.btn-clean .icon:last-child:not(:only-child) {
    margin-left: 12px;
}
.btn-clean .icon-user {
    width: 16px;
}
.btn-clean:hover {
    color: #f490ad;
}
:root {
    --placeholder-clr: #000;
}
.form--card {
    width: 100%;
    max-width: 530px;
    padding: 60px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.card__body .form--card {
    padding: 0 50px;
}
@media (max-width: 1200px) {
    .form--card {
        padding: 30px 20px;
    }
}
.card__body .form--card {
    padding: 0;
}
@media (max-width: 560px) {
    .form--card .form__group {
        margin-bottom: 20px !important;
    }
}
.card--form-dark .form {
    background-color: transparent;
    max-width: 430px;
    padding-left: 0;
    padding-right: 0;
}
.card--form-dark .form .form__content {
    margin-bottom: 10px;
}
.card--form-dark .form .form__content .form__group {
    max-width: 280px;
}
@media (max-width: 768px) {
    .card--form-dark .form {
        max-width: 100%;
    }
}
.card--form-dark-xs .form {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 430px;
}
.card--form-dark-xs .form .form__group:last-of-type {
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    .card--form-dark-xs .form {
        max-width: 100%;
    }
}
@media (max-width: 560px) {
    .card--form-dark-xs .form p {
        padding-right: 0 !important;
    }
}
.form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.form__content > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.form__content > :not(:first-child) {
    margin-left: 20px;
}
.form__input {
    color: #333;
    border-color: transparent;
    background-color: #fff;
    font-family: sofia-pro, sans-serif;
    font-size: var(--body-lg);
    border: 1px solid #999;
    height: 44px;
    padding-right: 20px;
    padding-left: 20px;
}
.form__input::-webkit-input-placeholder {
    color: var(--placeholder-clr);
}
.form__input::-moz-placeholder {
    color: var(--placeholder-clr);
    opacity: 1;
}
.form__input:-ms-input-placeholder {
    color: var(--placeholder-clr);
}
.form__input:not(textarea) {
    line-height: 38px;
}
.card--form-dark .form__input {
    border: none;
    height: 42px;
}
textarea.form__input {
    resize: none;
}
.form__group {
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}
.form__group .form__input {
    width: 100%;
}
.block .form__group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.card .form__group {
    margin-bottom: 10px;
}
.form__group--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__group--inline .link {
    font-size: 14px;
}
.form__group--inline .btn {
    white-space: nowrap;
    margin-left: 20px;
}
.form__group + .btn {
    margin-top: 10px;
}
.form__label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
}
.menu-on,
.modal-on {
    overflow: hidden;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media (max-width: 767px) {
    .bleed {
        margin-right: -webkit-calc(var(--container-padding) * -1);
        margin-right: calc(var(--container-padding) * -1);
        margin-left: -webkit-calc(var(--container-padding) * -1);
        margin-left: calc(var(--container-padding) * -1);
    }
}
.row--lg {
    --grid-gutter: 50px;
}
.row--xs {
    --grid-gutter: 20px;
}
.row--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}
@media (max-width: 992px) {
    .row--center {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 768px) {
    .row--center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 992px) {
    .row--lg {
        --grid-gutter: 30px;
    }
}
@media (max-width: 767px) {
    .row {
        --grid-gutter: 20px;
    }
}
.row--distance > :not(:last-child) {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .row--distance > :not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .row--distance-lg > :not(:last-child) {
        margin-bottom: 30px;
    }
}
.header {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 14px;
    width: 100%;
    top: 0;
    position: relative;
    z-index: 1000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header a {
    color: #000;
}
.header a:hover {
    color: #f490ad;
}
.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 992px) {
    .menu-on .header {
        position: fixed;
        padding-top: 40px;
        background-color: #fff;
    }
}
@media (max-width: 991px) {
    .header {
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
    .header .container {
        --container-padding: 30px;
        font-size: 12px;
    }
    .menu-on .header {
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    }
    .page--down .header {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.header__banner {
    margin-bottom: 10px;
    -ms-flex-item-align: center;
    align-self: center;
}
.header__bottom,
.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__top {
    position: relative;
}
.header__top:not(:last-child) {
    margin-bottom: 24px;
}
.menu-on .header__top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 991px) {
    .header__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header__top:not(:last-child) {
        margin-bottom: 10px;
    }
}
.header__actions {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}
.header__actions:last-of-type {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header__actions b {
    font-weight: 400;
}
@media (max-width: 380px) {
    .header__actions b {
        display: none;
    }
}
.header__actions > :last-child:not(:only-child) {
    margin-left: 40px;
    position: relative;
}
.header__actions > :last-child:not(:only-child)::after {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
    background-color: #ddd;
    pointer-events: none;
}
@media (max-width: 991px) {
    .header__actions {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .header__actions:first-child {
        position: absolute;
        top: 10px;
        width: 100%;
    }
    .header__actions:first-child > * {
        margin: 0;
    }
    .header__actions:first-child > ::after {
        display: none;
    }
    .header__actions--signin {
        min-width: 100%;
        display: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }
    .menu-on .header__actions--signin {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header__actions--signin .icon {
        width: 20px;
        height: 20px;
    }
    .header__actions .dropdown__trigger {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__actions .dropdown__trigger .icon {
        display: none;
    }
    .header__actions .dropdown__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 100%;
        position: static;
        padding: 10px 0;
    }
    .header__actions .dropdown__content::after,
    .header__actions .dropdown__content::before {
        display: none;
    }
    .header__actions .dropdown__link:not(:last-child) {
        margin-bottom: 0;
        margin-right: 40px;
        position: relative;
    }
    .header__actions .dropdown__link:not(:last-child)::after {
        content: "";
        width: 1px;
        height: 25px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -20px;
        background-color: #ddd;
        pointer-events: none;
    }
}
.header__trigger {
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
}
.header__trigger--close {
    display: none;
}
.menu-on .header__trigger--menu {
    display: none;
}
.menu-on .header__trigger--close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
@media (max-width: 991px) {
    .header__trigger .icon {
        margin: 0 !important;
    }
    .header__trigger span {
        display: none;
    }
}
.header__search .icon {
    width: 20px;
    height: 20px;
}
.menu-on .header__search {
    display: none;
}
@media (max-width: 991px) {
    .header__search {
        position: absolute !important;
        right: 0;
        top: 0;
    }
}
.header__logo img {
    width: 194px;
}
.header__logo:hover {
    opacity: 0.7;
}
@media (max-width: 991px) {
    .header__logo {
        width: 128px;
    }
}
.header__user {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -25px;
    margin-left: -25px;
}
.menu-on .header__bottom {
    display: none;
}
@media (max-width: 991px) {
    .header__bottom {
        /* margin-right: -15px;
        margin-left: -15px; */
        display: none;
    }
}
@media (max-width: 400px) {
    .header__bottom {
        /* margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; */
        display: none;
    }
}
.header__link {
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
    margin-right: 25px;
    margin-left: 25px;
    list-style: none;
}
@media (max-width: 1200px) {
    .header__link {
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (max-width: 400px) {
    .header__link {
        margin-right: 0;
        margin-left: 0;
    }
    .header__link:not(:first-child) {
        margin-left: 10px;
    }
}
.footer {
    margin-top: auto;
    padding-top: 50px;
    padding-bottom: 60px;
}
.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 992px) {
    .footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 560px) {
    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 70px;
}
@media (max-width: 992px) {
    .footer__main {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .footer__main {
        margin-right: 0;
    }
}
@media (max-width: 560px) {
    .footer__main {
        margin-bottom: 10px;
    }
}
.footer__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .footer__header {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 30px;
    }
}
@media (max-width: 560px) {
    .footer__header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer__logo {
    margin-right: 30px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .footer__logo {
        display: none;
    }
}
.footer__socials a {
    color: #8693d1;
}
.footer__socials a:hover {
    opacity: 0.5;
}
.footer__socials a:not(:last-child) {
    margin-right: 25px;
}
.footer__socials .icon-facebook {
    width: 11px;
    height: 21px;
}
.footer__socials .icon-twitter {
    width: 22px;
    height: 18px;
}
.footer__socials .icon-instagram {
    width: 22px;
    height: 22px;
}
.footer__socials .icon-pinterest {
    width: 20px;
    height: 24px;
}
@media (min-width: 768px) {
    .footer__socials {
        margin-bottom: 7px;
    }
}
.footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 560px) {
    .footer__col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.footer__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
}
.footer__list:not(:last-child) {
    padding-right: 30px;
}
.footer__list li {
    font-size: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer__list li:not(:last-child) {
    margin-bottom: 20px;
}
.footer__list li:hover {
    opacity: 0.5;
}
@media (max-width: 560px) {
    .footer__list:not(:last-child) {
        min-width: 50%;
        margin-bottom: 20px;
    }
    .footer__list:last-child {
        min-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__list:last-child li {
        min-width: 50%;
    }
    .footer__list:last-child li:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .footer__list:last-child li:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .footer__list:last-child li:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .footer__list:last-child li:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}
.footer__copy {
    text-align: center;
    padding-top: 40px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}
.footer__copy p:not(:last-child) {
    margin-bottom: 5px;
}
@media (max-width: 560px) {
    .footer__copy {
        padding-top: 10px;
    }
}
.dl-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: var(--body-lg);
    justify-content: flex-end;
}
.dl-category dd,
.dl-category dt {
    margin: 0;
}
.dl-category .title {
    line-height: 1;
}
.dl-category .title:not(:last-child) {
    margin-bottom: 10px !important;
}
.dl-category dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.dl-category dd {
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .dl-category {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }
    .dl-category dd {
        margin-bottom: 3px;
        margin-right: 0;
    }
    .dl-category p {
        display: none;
    }
}
@media (max-width: 767px) {
    .dl-category {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.list-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}
.list-links li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
}
.list-links li::before {
    content: "";
    width: 9px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 6px;
    margin-right: 10px;
    flex-shrink: 0;
    background-image: url(https://cdn.healthwellbeing.com/icon-caret-right-pink.svg);
    background-repeat: no-repeat;
}
.list-links li a {
    font-weight: 700;
}
.list-links li strong {
    white-space: nowrap;
}
.list-links li:not(:last-child) {
    margin-bottom: 15px;
}
.list-links:not(:last-child) {
    margin-bottom: 30px;
}
.section__aside .list-links {
    font-size: 15px;
}
@media (max-width: 767px) {
    .card + .list-links {
        margin-top: -20px;
    }
}
@media (max-width: 767px) {
    .card + .list-links--sm {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
.link-wrap {
    margin-bottom: 30px;
}
.link-wrap--right {
    text-align: right;
}
.article__content > li > p a,
.article__content > p a,
.link {
    position: relative;
    color: #000 !important;
    text-decoration: none;
    font-weight: 700;
}
.article__content > li > p a,
.article__content > p a,
.link span {
    -webkit-box-shadow: inset 0 -0.4em 0 0 #ffd3e1;
    box-shadow: inset 0 -0.4em 0 0 #ffd3e1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.article__content > li > p a:hover,
.article__content > p a:hover,
.link:hover span {
    -webkit-box-shadow: inset 0 -1.2em 0 0 #ffd3e1;
    box-shadow: inset 0 -1.2em 0 0 #ffd3e1;
}
.link--uncover span {
    -webkit-box-shadow: inset 0 0 0 0 #ffd3e1;
    box-shadow: inset 0 0 0 0 #ffd3e1;
}
.link--uncover:hover span {
    -webkit-box-shadow: inset 0 -0.4em 0 0 #ffd3e1;
    box-shadow: inset 0 -0.4em 0 0 #ffd3e1;
}
.link--simple {
    font-size: 14px !important;
    font-weight: 400;
    text-decoration: underline;
}
.link--simple:hover {
    text-decoration: none;
}
.link--light {
    text-decoration: underline;
}
@media (max-width: 560px) {
    .link--light {
        font-size: 12px;
    }
}
.link-cover {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.link-cover:hover {
    opacity: 0.5;
}
.tags {
    display: flex;
}
.tags .tag:not(:last-child) {
    margin-right: 5px;
}
.tag {
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 3px;
    color: #000;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
    background-color: #ffd3e1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.tag--md {
    height: 24px;
    line-height: 24px;
}
.tag--beauty {
    background-color: var(--clr-beauty);
}
.tag--wellness {
    background-color: var(--clr-wellness);
}
.tag--food {
    background-color: var(--clr-food);
}
.tag--fashion {
    background-color: var(--clr-fashion);
}
.tag:hover {
    opacity: 0.8;
    cursor: pointer;
}
.menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 900;
}
.menu .container {
    display: grid;
    grid-template-columns: 1fr minmax(80px, 300px) minmax(80px, 300px);
    gap: 75px;
}
.menu-on .menu {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 992px) {
    .menu {
        top: 100px;
        padding-top: 130px;
        max-height: -webkit-calc(100vw - 100px);
        max-height: calc(100vw - 100px);
    }
}
@media (max-width: 991px) {
    .menu {
        padding-top: 35px;
        overflow-y: auto;
    }
}
@media (max-width: 767px) {
    .menu .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
    }
}
.menu__categories .dl-category:not(:last-child) {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .menu__categories .dl-category:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .menu__categories {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
    }
    .menu__categories .dl-category:not(:last-child) {
        margin-bottom: 0;
    }
}
.menu__col .title {
    margin-bottom: 30px !important;
}
@media (max-width: 767px) {
    .menu__col .title {
        min-width: -webkit-calc(100vw - var(--container-padding));
        min-width: calc(100vw - var(--container-padding));
    }
}
.menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.menu__link {
    letter-spacing: var(--letter-spacing);
    list-style: none;
    text-transform: uppercase;
}
.menu__link:hover {
    color: #f490ad;
}
.menu__link:not(:last-child) {
    margin-bottom: 30px;
}
.menu__col--subscribe img:not(.logo) {
    margin-bottom: 15px;
}
.menu__col--subscribe p {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
}
.menu__col--subscribe p + p {
    margin-top: -10px;
}
.menu__col--subscribe p:not(:last-child) {
    margin-bottom: 20px;
}
.menu__col--subscribe .logo {
    height: 24px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.menu__col--subscribe .hide-sm {
    max-width: 300px;
}
.menu__col--subscribe .show-sm {
    max-width: 90px;
}
.menu__col--subscribe .menu__block p:first-child {
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .menu__col--subscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .menu__col--subscribe img:not(.logo) {
        margin-right: 20px;
    }
    .menu__col--subscribe .logo {
        height: 14px;
    }
    .menu__col--subscribe .menu__block {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.dropdown {
    position: relative;
}
.dropdown__trigger {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dropdown__trigger .icon {
    color: #f490ad;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown-on .dropdown__trigger .icon {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
.dropdown__content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: -webkit-calc(100%);
    top: calc(100%);
    right: -21px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.25);
    min-width: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.dropdown:hover .dropdown__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.dropdown__content::after,
.dropdown__content::before {
    content: "";
    position: absolute;
    bottom: 100%;
}
.dropdown__content::after {
    content: "";
    color: #fff;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -moz-transform: scale(0.9999);
    border-width: 0 10px 10px 10px;
    border-bottom-color: currentColor;
    position: absolute;
    bottom: 100%;
    right: 14px;
}
.dropdown__content::before {
    content: "";
    color: rgba(0, 0, 0, 0.08);
    right: 12px;
    margin-bottom: 2px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    -moz-transform: scale(0.9999);
    border-width: 0 12px 12px 12px;
    border-bottom-color: currentColor;
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.dropdown__link {
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
}
.dropdown__link:not(:last-child) {
    margin-bottom: 20px;
}
.title-wrap {
    text-align: center;
    margin-bottom: 30px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
}
.article__content h1,
.article__content h2,
.article__content h3,
.title {
    font-family: Gastromond, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0;
    color: #000;
}
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5 {
    margin: 30px 0 10px;
}
.article__content h1 strong,
.article__content h2 strong,
.article__content h3 strong,
.article__content h4 strong,
.article__content h5 strong {
    font-weight: 400;
}
.article__content .midpage h1,
.article__content .midpage h2,
.article__content .midpage h3,
.article__content .midpage h4,
.article__content .midpage h5 {
    margin: 0 0 10px;
}
.article__content img {
    display: block;
    height: auto;
}
.title:not(:last-child):not(:only-child) {
    margin-bottom: 15px;
}
.title--sm {
    margin-bottom: 40px !important;
}
.article__content h1,
.article__content h2,
.article__content h3,
.title--h1,
.title--h2,
.title--h3 {
    line-height: 1.4;
}
.article__content h1,
.title--h1 {
    font-size: var(--h1-size);
}
.article__content h2,
.title--h2 {
    font-size: var(--h2-size);
}
.article__content h4,
.article__content h5,
.title--h4,
.title--h5 {
    line-height: 1;
}
.article__content h3,
.title--h3 {
    font-size: var(--h3-size);
}
.article__content h4,
.title--h4 {
    font-size: var(--h4-size);
}
.article__content h5,
.title--h5 {
    font-size: var(--h5-size);
}
.title--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.title--img img {
    margin-bottom: 0;
    margin-right: 10px;
    width: 40px;
}
@media (max-width: 560px) {
    .title--rotate-xs {
        font-size: var(--h5-size);
    }
}
@media (max-width: 560px) {
    .title--rotate-sm {
        font-size: var(--h3-size);
    }
}
@media (max-width: 560px) {
    .title--rotate-lg {
        font-size: var(--h2-size);
    }
}
.cards-list > .title {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .title br {
        display: none;
    }
}
.title__logo {
    vertical-align: bottom;
    position: relative;
    top: -2px;
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 0 !important;
    display: inline-block;
}
.title__icon {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.title__icon + .title {
    line-height: 1;
}
:root {
    --underline-clr: #ffd3e1;
}
.underline {
    position: relative;
    z-index: 10;
    line-height: 1;
    display: block;
}
.underline img {
    width: 52px;
    height: auto;
}
.underline > img {
    margin-bottom: 0;
}
.underline > img:first-child {
    margin-right: 20px;
}
.underline span {
    line-height: 1;
    -webkit-box-shadow: inset 0 -0.4em 0 0 var(--underline-clr);
    box-shadow: inset 0 -0.4em 0 0 var(--underline-clr);
}
.underline--coral {
    --underline-clr: #f79a87;
}
.underline--purple {
    --underline-clr: #c6d0ff;
}
.underline--purple-d {
    --underline-clr: #8693d1;
}
.underline--mint {
    --underline-clr: #bbfaea;
}
.underline--mint-d {
    --underline-clr: #65cab0;
}
.underline--yellow {
    --underline-clr: #ffeb96;
}
.underline--yellow-d {
    --underline-clr: #fbc834;
}
.underline--wrap {
    padding-right: 8px;
}
.underline--nav span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.underline--nav span:hover {
    -webkit-box-shadow: inset 0 -24px 0 0 var(--underline-clr);
    box-shadow: inset 0 -24px 0 0 var(--underline-clr);
}
.underline--thin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.underline--thin:not(:last-child) {
    margin-bottom: 30px !important;
}
.card__body .underline--thin {
    display: inline;
}
.underline--thin span {
    -webkit-box-shadow: inset 0 -8px 0 0 var(--underline-clr);
    box-shadow: inset 0 -8px 0 0 var(--underline-clr);
    line-height: 1.1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 560px) {
    .underline--thin span {
        -webkit-box-shadow: inset 0 -7px 0 0 var(--underline-clr);
        box-shadow: inset 0 -7px 0 0 var(--underline-clr);
    }
}
.underline--thin > img {
    margin-bottom: 0;
}
.section__aside .underline--thin > img {
    margin-right: 15px;
}
.section__aside .underline--thin > img[src*="mug"] {
    max-height: 70px;
    width: auto;
}
@media (min-width: 561px) {
    .section__aside .underline--thin {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
@media (max-width: 560px) {
    .underline--thin {
        margin-right: -webkit-calc(var(--container-padding) * -1);
        margin-right: calc(var(--container-padding) * -1);
        margin-bottom: 10px !important;
    }
}
@media (max-width: 768px) {
    .underline::before {
        bottom: 0;
    }
    .underline--wrap {
        padding: 0;
    }
}
h2.underline::before {
    bottom: 12px;
}
a.underline:hover::before {
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
}
.suptitle {
    font-size: 15px;
    font-weight: 700;
    color: #8693d1;
    letter-spacing: var(--letter-spacing);
}
.subtitle {
    font-size: 10px;
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
}
.title + .subtitle {
    margin: -7px 0 15px;
}
.section:not(:last-child) {
    margin-bottom: 50px;
}
.section--padded {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section--overflow {
    overflow: hidden;
}
@media (max-width: 560px) {
    .section:not(:last-child) {
        margin-bottom: 30px;
    }
}
.section--banner:first-child,
script + .section--banner {
    margin-top: 12px;
    margin-bottom: 0 !important;
}
.section--banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section--banner .container img:only-child {
    display: block;
}
@media (max-width: 560px) {
    .section--banner img {
        min-height: 50px;
    }
}
.section--strip {
    margin-bottom: 20px !important;
}
@media (max-width: 992px) {
    .section--strip {
        display: none;
    }
}
.section--hero {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
}
.section--hero .tag:first-child {
    margin-bottom: 20px;
}
.section--hero .card {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.section--hero .card:last-child {
    margin-bottom: 40px;
}
.section--hero img {
    margin-bottom: 0;
}
@media (max-width: 560px) {
    .section--hero {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.section--pink {
    background-color: #fff0f5;
}
.section--split .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 992px) {
    .section--split .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.section--clean {
    margin-bottom: 0 !important;
}
.section__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.section__content--article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.section__aside {
    position: relative;
    margin-bottom: 20px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    margin-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section__aside--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section__aside > * {
    max-width: 100%;
}
.section__aside > :not(:last-child) {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .section__aside {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-left: 0;
        margin-top: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section__aside > * {
        max-width: 300px;
    }
}
@media (max-width: 560px) {
    .section__aside > * {
        max-width: 100%;
    }
    .section__aside .bleed {
        max-width: 100vw;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
}
.section--join {
    padding: 0;
}
.section--join .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}
.section--join img {
    margin: 0;
}
.section--join .section__wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
}
.section--join .section__wrap .btn--250 {
    margin-bottom: 10px;
}
.section--join .section__badge {
    width: 95px;
    height: 95px;
    position: absolute;
    top: 50%;
    right: 10%;
}
.section--join__unlock {
    background-color: #8693d1;
    background-image: url(https://cdn.healthwellbeing.com/white-down-arrow.png);
    background-position-x: center;
    background-position-y: -1px;
    background-repeat: no-repeat;
    padding: 15px;
    position: relative;
}
.section--join__unlock a {
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}
.section--memberwall .container {
    background: url(https://cdn.healthwellbeing.com/join-hw.png) no-repeat right 10px;
    padding-bottom: 15px;
}
@media (max-width: 1300px) {
    .section--join .section__badge {
        right: 5%;
    }
}
@media (max-width: 992px) {
    .section--memberwall .container {
        background: 0 0 !important;
    }
    .section--join {
        padding-bottom: 140px;
        position: relative;
        overflow: hidden;
    }
    .section--memberwall {
        padding-bottom: 20px;
    }
    .section--join .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
    }
    .section--join .section__wrap {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        position: relative;
        z-index: 5;
    }
    .section--join .section--hero__img {
        position: absolute;
        bottom: 0;
        max-width: 220px;
    }
    .section--join .section--hero__img:first-child {
        right: 60%;
        -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }
    .section--join .section--hero__img:last-child {
        left: 60%;
        -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
    .section--join .section__badge {
        display: none;
    }
    .section--join .section--hero__img-baloon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 992px) and (max-width: 560px) {
    .section--join .section--hero__img-baloon {
        display: none;
    }
}
@media (max-width: 992px) {
    .section--join .section--hero__img-nobaloon {
        display: none;
    }
}
@media (max-width: 992px) and (max-width: 560px) {
    .section--join .section--hero__img-nobaloon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        right: 60%;
        bottom: 10px;
        -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }
}
@media (max-width: 560px) {
    .section--join {
        padding-bottom: 120px;
    }
    .section--memberwall {
        padding-bottom: 20px;
    }
}
.search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 1200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    padding-top: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.search-wrap__close {
    position: absolute;
    top: 30px;
    right: 30px;
}
.search-on .search-wrap {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 768px) {
    .search-wrap {
        padding-top: 80px;
    }
    .search-wrap__close {
        width: 15px;
        height: 15px;
        top: 15px;
        right: 15px;
    }
}
.search {
    width: 100%;
    max-width: 800px;
    position: relative;
}
.search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}
.search__form .icon {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
}
.search__form .form__input {
    border: none;
    border-bottom: 2px solid #000;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    --placeholder-clr: #aaa;
    font-size: var(--h3-size);
    font-family: Gastromond, sans-serif;
    padding-left: 70px;
    padding-bottom: 15px;
    height: auto;
    line-height: 1;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.search__form .btn {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
}
@media (max-width: 768px) {
    .search__form .icon {
        width: 25px;
        height: 25px;
    }
    .search__form .form__input {
        padding-left: 45px;
        padding-bottom: 10px;
    }
}
@media (max-width: 560px) {
    .search__form .btn {
        display: none;
    }
    .search__form .form__input {
        margin-right: 0;
    }
}
.search-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.search-results > p {
    margin-bottom: 20px;
}
.search-on .search-results.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.search-results__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.search-results__item img {
    margin-bottom: 0;
    max-width: 50px;
}
.search-results__item .icon {
    width: 12px;
    height: 12px;
}
.search-results__item > :not(:last-child) {
    margin-right: 10px;
}
.search-results__item .title {
    margin-bottom: 0 !important;
    display: inline-block;
    margin-top: -4px;
}
.search-results__item .title:hover {
    color: #f490ad;
}
.search-results__image-wrapper {
    width: 50px;
    height: 50px;
    background: #ececec;
}
.search-results__placeholder-title {
    width: 50%;
}
.search-results__placeholder-title span {
    width: 70%;
    height: 20px;
    background: linear-gradient(90deg, #ececec, #f9f9f9, #ececec);
    margin: 5px 0;
    display: block;
}
.search-results__placeholder-title span:first-child {
    width: 100%;
}
.icon--placeholder {
    color: #ececec;
}
@media (max-width: 560px) {
    .search-results__item {
        border-color: #333;
    }
    .search-results__item img {
        display: none;
    }
}
.cards-list .card:not(:last-child) {
    margin-bottom: 20px;
}
.cards-list--border {
    margin-top: 50px;
}
@media (min-width: 768px) {
    .cards-list--border .card:not(:last-child) {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .cards-list--border hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .cards-list .card--row .card__cover {
        width: 90px;
        height: 90px;
    }
}
.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}
.card .title {
    line-height: 1.4;
}
.card:not(:last-child) {
    margin-bottom: 30px;
}
.row .card:not(:last-child) {
    margin-bottom: var(--grid-gutter);
}
@media (max-width: 560px) {
    .card:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (max-width: 992px) {
    .card--alt .card__body {
        text-align: left !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .card--alt img {
        max-height: 200px;
    }
}
@media (max-width: 768px) {
    .card--alt img {
        right: 50px !important;
    }
}
.card--pink {
    background-color: #fff0f5;
}
.card--blue {
    background-color: #dbfff6;
}
.card--purple {
    background-color: #e2e7ff;
}
.card--yellow {
    background-color: #fff7d3;
}
.card--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.card--row-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .card--convert {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card--convert .card__cover {
        width: 100% !important;
        height: auto !important;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: 10px !important;
    }
    .card--convert .card__cover-wrap {
        margin-bottom: 10px !important;
    }
    .card--convert .card__body {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        text-align: center !important;
    }
    .card--convert .btn {
        width: 100%;
    }
}
.card--block p {
    line-height: 1.8;
}
.card--form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 30px 70px;
}
@media (max-width: 992px) {
    .card--form {
        padding: 30px;
    }
}
@media (max-width: 768px) {
    .card--form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 560px) {
    .card--form {
        padding: 0;
    }
    .card--form .underline--thin {
        margin-right: 0 !important;
    }
}
.card--form-dark {
    padding: 50px;
}
.card--form-dark .title {
    margin-bottom: 20px !important;
}
.card--form-dark p {
    line-height: 1.8;
}
@media (max-width: 992px) {
    .card--form-dark {
        padding: 30px;
    }
}
@media (max-width: 560px) {
    .card--form-dark {
        padding: 0;
    }
}
.card--form-dark-xs {
    padding: 0 !important;
    position: relative;
}
.card--form-dark-xs .card__ilustration {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.card--form-dark-xs .form {
    z-index: 2;
}
@media (max-width: 1200px) {
    .card--form-dark-xs .card__ilustration {
        bottom: auto;
        top: 0;
        width: 180px;
    }
}
@media (max-width: 560px) {
    .card--form-dark-xs .card__ilustration {
        width: 120px;
    }
}
@media (max-width: 374px) {
    .card--form-dark-xs .card__ilustration {
        display: none;
    }
}
.card__img {
    -ms-flex-item-align: center;
    align-self: center;
}
.card__cover-wrap {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.card__cover-wrap .card__cover {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 !important;
}
.card__cover-wrap:hover .card__cover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media (max-width: 767px) {
    .card--hero .card__cover-wrap {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .bleed .card__cover-wrap {
        width: 100%;
        max-height: 250px;
    }
}
.card--form .card__cover-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card--row .card__cover-wrap {
    margin-right: 20px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .card--row .card__cover-wrap {
        margin-right: 15px;
    }
}
@media (max-width: 768px) {
    .card--form .card__cover-wrap {
        position: static;
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    .card--form-dark .card__cover-wrap {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .card--switch .card__cover-wrap {
        margin-right: 10px;
    }
}
.card__cover {
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media (max-width: 767px) {
    .card--hero .card__cover {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .bleed .card__cover {
        width: 100%;
    }
}
.card--form .card__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card--row .card__cover {
    margin-right: 20px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .card--row .card__cover {
        margin-right: 15px;
    }
}
@media (max-width: 768px) {
    .card--form .card__cover {
        position: static;
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    .card--form-dark .card__cover {
        margin-bottom: 0;
    }
}
.card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.card__body .tag {
    margin-bottom: 10px;
}
.card__body .title {
    margin-bottom: 10px;
}
.card__body .title--h2 {
    margin-bottom: 10px;
}
.card__body .title--h5 {
    margin-bottom: 10px;
}
.card__body p:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .card.bleed .card__body {
        padding-right: var(--container-padding);
        padding-left: var(--container-padding);
    }
}
.card--overlap > a {
    width: 100%;
}
.card--overlap .card__body {
    background-color: #fff;
    margin: -150px 30px 0;
    padding: 20px;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    z-index: 10;
}
@media (max-width: 991px) {
    .card--overlap .card__body {
        margin-top: -80px;
    }
}
@media (max-width: 767px) {
    .card--overlap .card__body {
        margin: -40px 20px 20px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
}
.card--hero .card__body {
    max-width: 1100px;
    -ms-flex-item-align: center;
    align-self: center;
}
.card--hero img {
    margin-left: auto;
    margin-right: auto;
}
.card--hero a {
    text-align: center;
}
.card--left .card__body {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}
@media (max-width: 767px) {
    .card--left.bleed:not(.card--convert) .card__body {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
.card--block .card__body {
    padding: 20px 40px 40px 40px;
}
.card--form .card__body {
    background-color: #fff;
    padding: 30px 35px;
    position: relative;
    max-width: 50%;
}
.card--xs .card__body .tag {
    margin-bottom: 5px;
}
.card--xs .card__body .title {
    font-family: sofia-pro, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px !important;
}
.card--form-dark .card__body {
    background-color: #8693d1;
    color: #fff;
    padding: 50px;
}
.card--form-dark .card__body .title {
    color: #fff !important;
}
.card--form-dark .card__body p:not(:last-child) {
    margin-bottom: 30px;
}
.card--form-dark .card__body .icon-arrow-curve {
    width: 29.2px;
    height: 12.81px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 20px;
}
.card--form-dark-xs .card__body {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: flex-start;
    padding: 40px 140px 30px 30px;
}
.card--form-dark-xs .card__body .title {
    text-align: left;
    margin-bottom: 0 !important;
    z-index: 2;
}
.card--form-dark-xs .card__body > p {
    line-height: 1.4;
    text-align: left;
    z-index: 2;
    max-width: 430px;
}
@media (max-width: 767px) {
    .card--hero .card__body {
        margin: 0;
        width: 100%;
        padding: 0 20px;
    }
    .card--block .card__body {
        padding: 20px 20px 40px 20px;
    }
}
@media (max-width: 1200px) {
    .card--form-dark .card__body {
        padding: 20px 20px 40px 20px !important;
    }
    .card--form-dark-xs .card__body {
        padding-right: 200px !important;
    }
}
@media (max-width: 992px) {
    .card--form .card__body {
        padding: 30px 20px;
    }
    .card--form-dark--xs .card__body {
        padding-right: 250px !important;
    }
}
@media (max-width: 768px) {
    .card--form .card__body {
        max-width: 100%;
        padding: 10px 20px;
    }
    .card--form-dark-xs .card__body {
        padding-right: 250px !important;
    }
}
@media (max-width: 560px) {
    .card--form .card__body {
        max-width: 100%;
    }
    .card--form-dark-xs .card__body {
        padding-top: 30px !important;
        padding-right: 20px !important;
    }
    .card--form-dark-xs .card__body .title,
    .card--form-dark-xs .card__body p {
        padding-right: 135px;
        z-index: 2;
    }
}
@media (max-width: 374px) {
    .card--form-dark-xs .card__body .title,
    .card--form-dark-xs .card__body p {
        padding-right: 0;
    }
}
.card__info {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
    color: #f490ad;
}
.card__info:not(:last-child) {
    margin-bottom: 10px;
}
.card__info + .btn {
    margin-top: 15px;
}
.card__info span {
    color: #000;
}
.card--xs .card__info span {
    display: none;
}
.card__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}
.card__author .avatar {
    margin-right: 10px;
}
.card__brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card__brands:not(:last-child) {
    margin-bottom: 10px;
}
.card__brands img {
    margin: 0 5px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 0;
}
.card__badge {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 120px;
    right: 50%;
    margin-right: 80px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .card__badge {
        width: 100px;
        height: 100px;
        top: 50px;
        margin-right: 0;
    }
}
@media (max-width: 560px) {
    .card__badge {
        top: 20px;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }
}
.card--box {
    background-color: #fff0f5;
}
.card--box .card__body {
    padding: 20px 20px 0;
}
.card--box.card--row .card__body {
    padding: 30px 0 30px 30px;
}
.card--box .title + .card__info {
    margin-top: -15px;
}
.card--box .card__info {
    color: #000;
}
.card--box-lg .card__body {
    padding: 40px 20px;
}
.card--box-lg .card__body p {
    margin-top: 10px;
    margin-bottom: 20px;
}
.card--box-lg .card__body .btn {
    width: 100%;
    max-width: 200px;
}
@media (max-width: 767px) {
    .card--box.card--row {
        position: relative;
        overflow: hidden;
    }
    .card--box.card--row .card__body {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: 140px;
    }
    .card--box.card--row img {
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
        transform: translateX(30%);
    }
}
@media (max-width: 767px) {
    .card--switch {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .card--switch .card__cover {
        width: 90px;
        height: 90px;
        margin-bottom: 0;
        margin-right: 15px;
    }
    .card--switch .card__body {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.card--border {
    border: 1px solid #ddd;
    padding: 20px;
    position: relative;
}
.card--border.card--row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card--border .card__body {
    padding-right: 20px;
    padding-left: 20px;
}
.card--border .btn {
    position: absolute;
    bottom: -1px;
    right: -1px;
}
@media (max-width: 767px) {
    .card--border {
        padding-bottom: 0;
    }
    .card--border.card--left .card__body {
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .card--border .card__cover:not(.avatar) {
        display: none;
    }
    .card--border .card__body {
        padding-bottom: 50px;
    }
    .card--border .btn {
        left: -1px;
    }
}
.card--author {
    padding: 30px;
}
.card__body p {
    margin-top: 20px;
}
.card--author .card__cover {
    margin-right: 20px;
}
.card--author .card__body {
    padding: 0;
}
.card--author .tag {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .card--author {
        padding: 140px 20px 30px 20px;
    }
    .card--author .card__cover {
        position: absolute;
        top: 30px;
        left: 30px;
    }
    .card--author .card__body {
        text-align: left !important;
    }
    .card--author .card__title-wrap {
        position: absolute;
        top: 30px;
        left: 140px;
        min-height: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.card--header {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 768px) {
    .card--responsive .card__cover {
        max-height: 350px !important;
    }
}
@media (max-width: 560px) {
    .card--responsive .card__cover {
        max-height: 230px !important;
    }
}
.gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #8693d1;
    color: #fff;
    min-height: 350px;
    overflow: hidden;
    position: relative;
}
.gift .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.gift .title {
    color: inherit;
}
.gift .title--h2 {
    line-height: 1.2;
}
.gift .title--h4 {
    line-height: 1.4;
}
.gift--dark {
    background-color: #26285d;
}
.gift--coral {
    background-color: #f79a87;
    color: #000;
}
.gift--flat {
    min-height: 260px;
}
.gift--flat a {
    display: flex;
}
.gift--flat .gift__content {
    margin-right: 15px;
}
.section__aside .gift {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    font-size: 15px;
}
@media (max-width: 991px) {
    .gift {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media (max-width: 768px) {
    .gift .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.gift--alt {
    position: relative;
}
.gift--alt .gift__content {
    padding: 70px 40px 50px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}
.gift--alt .gift__content::after {
    display: none;
}
.gift--alt .gift__content .title {
    text-align: center;
}
.gift--alt .gift__content > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gift--alt .gift__content > p img {
    margin-left: 5px;
    margin-right: 5px;
}
.gift--alt .gift__img {
    width: 50%;
}
.gift--alt .gift__img--alt {
    background-color: #bbfaea;
    padding: 40px 40px 0 40px;
    position: relative;
}
.gift--alt .btn {
    margin-bottom: 30px;
}
.gift--alt .gift__badge {
    width: 122px;
    height: 122px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.gift--alt .gift__strip {
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 15px;
}
.gift--alt .gift__strip--alt {
    width: 180px;
}
.gift__content p img {
    vertical-align: middle;
}
@media (max-width: 1200px) {
    .gift--alt .gift__strip--alt {
        width: 100px;
    }
}
@media (max-width: 992px) {
    .gift--alt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .gift--alt .gift__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding: 30px 20px 40px 20px;
        min-width: auto;
    }
    .gift--alt .gift__img {
        width: 100%;
        max-height: 260px;
        min-height: 260px;
        object-position: 0 80%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .gift--alt .gift__badge {
        width: 77px;
        height: 77px;
        top: 10px;
        z-index: 10;
    }
    .gift--alt .gift__strip {
        width: 120px;
        bottom: auto;
        top: 260px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .gift--alt .gift__strip--alt {
        top: 260px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .gift--alt .btn {
        margin-bottom: 20px;
    }
}
@media (max-width: 560px) {
    .gift--alt {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.gift__content {
    position: relative;
    padding: 30px 0 30px 30px;
    width: 50%;
    min-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.gift__content > * {
    position: relative;
    z-index: 20;
}
.gift__content::after {
    content: "";
    width: 100px;
    margin-left: -50px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #8693d1;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: 10;
}
.gift--dark .gift__content::after {
    background-color: #26285d;
}
.gift__content .link {
    color: inherit !important;
}
.gift__content .title + .title {
    margin-top: -20px;
}
.gift__content > .btn:not(:last-child) {
    margin-bottom: 20px;
}
.gift--flat .gift__content {
    min-width: 0;
}
.gift--flat .gift__content::after {
    display: none;
}
.section__aside .gift__content {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    padding: 20px 10px;
    width: 100%;
}
@media (max-width: 560px) {
    .section__aside .gift__content {
        padding: 20px;
    }
}
@media (max-width: 992px) {
    .gift__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 30px 20px;
        width: 100%;
    }
    .gift__content::after {
        display: none;
    }
}
@media (max-width: 560px) {
    .gift__content {
        min-width: 0;
    }
    .gift__content .btn {
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
}
.gift__img-wrap {
    display: block;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
}
.gift__img-wrap .gift__img {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    object-position: right;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gift__img-wrap:hover .gift__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.gift--flat .gift__img-wrap {
    width: 100%;
}
@media (max-width: 992px) {
    .gift__img-wrap {
        width: 100%;
    }
}
.gift__img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}
.section__aside .gift__img {
    height: 170px;
    width: 100%;
}
@media (max-width: 560px) {
    .gift__img {
        height: 150px;
    }
}
.gift__sticker {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
@media (max-width: 992px) {
    .gift__sticker {
        width: 80px;
        height: 80px;
        bottom: auto;
        right: 10px;
        top: 140px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.gift--catfish {
    min-height: 300px;
    overflow: visible;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}
.gift--catfish .gift__content {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
}
.gift--catfish .gift__content > p {
    line-height: 1.8;
}
@media (min-width: 769px) {
    .gift--catfish .gift__content {
        max-width: 50%;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 991px) {
    .gift--catfish {
        max-width: 100%;
    }
    .gift--catfish .container {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .gift--catfish {
        -webkit-box-shadow: 0 -1px 24px rgba(0, 0, 0, 0.26);
        box-shadow: 0 -1px 24px rgba(0, 0, 0, 0.26);
    }
}
.gift__skew {
    position: relative;
}
.gift__skew img {
    display: block;
    margin-bottom: 0;
    height: 100%;
}
.gift__skew::after,
.gift__skew::before {
    content: "";
    width: 100px;
    margin-left: -50px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #8693d1;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
}
.gift--dark .gift__skew::after,
.gift--dark .gift__skew::before {
    background-color: #26285d;
}
.gift__skew::after {
    left: 0;
}
.gift__skew .gift__badge {
    position: absolute;
    bottom: 50px;
    left: -20px;
    z-index: 10;
    width: 100px;
    height: 100px;
}
@media (max-width: 768px) {
    .gift__skew {
        width: 100%;
    }
    .gift__skew .gift__img {
        width: 100%;
    }
    .gift__skew::after,
    .gift__skew::before {
        display: none;
    }
    .gift__skew .gift__badge {
        width: 80px;
        height: 80px;
        top: 20px;
        left: 20px;
        bottom: auto;
    }
}
.gift__close {
    color: inherit;
    background-color: transparent;
    position: absolute;
    left: 100%;
    top: 20px;
    margin-left: 40px;
    z-index: 30;
    padding: 0;
}
.gift__close .icon {
    width: 20px;
    height: 20px;
}
.gift__close:hover {
    opacity: 0.5;
}
@media (max-width: 1440px) {
    .gift__close {
        left: auto;
        right: 10px;
    }
}
@media (max-width: 992px) {
    .gift__close {
        right: 0;
        background-color: #000;
        width: 40px;
        height: 40px;
        border-radius: 5px 0 0 0;
        top: -40px;
    }
    .gift__close:hover {
        opacity: 1;
        background-color: #8693d1;
    }
}
.newsletter {
    max-width: 500px;
}
.newsletter-message {
    text-align: left;
}
#download-message,
.newsletter-message {
    margin-bottom: 5px;
}
.newsletter p {
    font-size: 15px;
    margin-bottom: 10px;
}
.newsletter .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-bottom: 15px;
}
.newsletter .form__group img {
    width: 40px;
    height: 25px;
    margin-bottom: 0;
    color: #f0d0b6;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .newsletter .form__group .btn {
        display: none;
    }
}
footer .newsletter .form__input {
    padding-left: 60px;
}
.newsletter .form__input {
    border: 1px solid #999;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
}
@media (min-width: 768px) {
    .newsletter .form__input {
        border-right: none;
    }
}
.newsletter .btn--full {
    display: none;
}
@media (max-width: 767px) {
    .newsletter .btn--full {
        display: block;
    }
}
@media (max-width: 767px) {
    .newsletter {
        max-width: 100% !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .newsletter .checkbox {
        margin-bottom: 15px;
    }
}
.checkbox {
    display: block;
    position: relative;
    padding-left: 28px;
    min-height: 18px;
    display: flex;
}
.checkbox p {
    margin-top: 0 !important;
}
.checkbox a {
    text-decoration: underline;
    font-weight: 700;
    color: inherit;
}
.checkbox a:hover {
    text-decoration: none;
}
.checkbox p,
.checkbox span {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.1;
}
.checkbox p::after,
.checkbox p::before,
.checkbox span::after,
.checkbox span::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.checkbox p::before,
.checkbox span::before {
    border: 1px solid #999;
    background-color: #fff;
}
.checkbox p::after,
.checkbox span::after {
    opacity: 0;
    background-image: url("https://cdn.healthwellbeing.com/icon-check.svg");
    background-size: 13px 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
.checkbox input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.checkbox input:checked + ::after {
    background-color: #000;
    opacity: 1;
    color: #fff;
}
.footer .checkbox p,
.footer .checkbox span {
    line-height: 1.4;
    font-size: 12px;
}
@media (max-width: 560px) {
    .checkbox p,
    .checkbox span {
        font-size: 12px;
        line-height: 1.4;
    }
}
.checkbox--xs p {
    font-size: 12px !important;
}
.alerts {
    min-height: 50px;
    padding: 10px 0;
    margin-bottom: 20px;
    background-color: #fff0f5;
}
.alerts .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 560px) {
    .alerts .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.alerts p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
    margin-right: 20px;
    text-align: left;
}
@media (max-width: 560px) {
    .alerts p {
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.alerts .btn {
    white-space: nowrap;
}
@media (max-width: 767px) {
    .alerts {
        margin-bottom: 0;
    }
}
.strip-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px;
}
.strip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffece8;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 50px;
}
.strip a {
    letter-spacing: var(--letter-spacing);
}
.strip img {
    margin-bottom: 0;
    margin-right: 15px;
}
.strip .crop-circle {
    height: 75%;
}
.strip p {
    font-family: Gastromond, sans-serif;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 0;
}
.strip--purple {
    background-color: #ebeeff;
}
.strip--mint {
    background-color: #ddfff6;
}
.strip__link {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.strip__link:hover {
    text-decoration: underline;
}
.block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}
.block .btn {
    margin-top: 10px;
}
.block:first-child {
    padding-top: 0;
}
@media (max-width: 768px) {
    .block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.block__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.block__content p {
    margin-bottom: 20px;
}
@media (min-width: 993px) {
    .block__content {
        padding-top: 10px;
    }
}
@media (max-width: 768px) {
    .block__content {
        text-align: center !important;
        max-width: 350px;
    }
    .block__content p {
        line-height: 1.8;
        margin-bottom: 10px;
    }
}
.block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 17px;
    max-width: 280px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.block__title img {
    width: 28px;
    height: 11px;
}
@media (min-width: 993px) {
    .block__title {
        margin-right: 50px;
    }
    .block__title .icon-wrap {
        margin-right: 10px;
    }
}
@media (max-width: 992px) {
    .block__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .block__title .icon-wrap {
        margin-bottom: 10px;
    }
}
.icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #fff0f5;
    color: #f490ad;
}
.icon-wrap .icon {
    width: 20px;
    height: 20px;
}
.hr {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    border-color: #ddd;
}
.hr--container {
    max-width: 1300px;
    margin: 0 auto 50px;
}
@media (max-width: 560px) {
    .hr--container {
        display: none;
    }
}
.hr--lg {
    margin-top: 50px;
    margin-bottom: 0;
}
.hr--clean {
    margin-bottom: 0;
    margin-top: 0;
}
.hr--label {
    position: relative;
}
.hr--label::before {
    content: attr(data-hr);
    font-size: 14px;
    color: #000;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 560px) {
    .hr--label {
        margin-bottom: 35px;
    }
}
.contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 5fr 4fr;
    gap: 40px;
}
@media (max-width: 992px) {
    .contact {
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .contact {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
}
.contact__item {
    padding: 40px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 992px) {
    .contact__item {
        padding: 40px;
    }
}
@media (max-width: 560px) {
    .contact__item {
        padding: 30px 20px;
    }
}
.contact__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
    background-color: #fff0f5;
}
.contact__item:nth-child(2) {
    background-color: #dbfff6;
}
.contact__item:nth-child(3) {
    background-color: #e2e7ff;
}
.contact__list {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contact__list dt {
    font-weight: 700;
}
.contact__list dd {
    margin-left: 0;
}
@media (max-width: 768px) {
    .contact__list {
        text-align: center;
    }
}
@media (max-width: 560px) {
    .contact__list {
        font-size: 15px;
        line-height: 1.8;
    }
}
.follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #8693d1;
    color: #fff;
    text-align: center;
    font-size: var(--body-sm);
}
.follow img {
    margin: 0;
}
@media (max-width: 768px) {
    .follow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .follow {
        margin-right: -webkit-calc(var(--container-padding) * -1);
        margin-right: calc(var(--container-padding) * -1);
        margin-left: -webkit-calc(var(--container-padding) * -1);
        margin-left: calc(var(--container-padding) * -1);
        margin-top: -50px;
    }
    .follow img {
        width: 100%;
    }
}
@media (max-width: 560px) {
    .follow {
        margin-top: -30px;
        overflow-x: scroll;
    }
    .follow img {
        width: 40%;
    }
}
.follow__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
}
.follow__info a {
    color: #fff;
}
.follow__info a .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.follow__info a:hover {
    color: #e6e6e6;
}
@media (max-width: 767px) {
    .follow__info {
        padding: 20px;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .follow__info .icon {
        margin-bottom: 0;
        margin-right: 10px;
    }
}
@media (max-width: 560px) {
    .follow__info .icon,
    .follow__info .title {
        margin-bottom: 0 !important;
    }
}
.follow__text .title {
    color: inherit;
    margin-bottom: 0;
    white-space: nowrap;
    display: block;
    text-decoration: none !important;
}
.follow__text .title:hover {
    opacity: 0.8;
}
.follow__text a {
    color: inherit;
    display: inline-block;
}
.follow__text a:hover {
    text-decoration: underline;
}
.follow__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.follow__wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.follow__wrap a img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.follow__wrap a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.sbi_photo {
    background: 0 0 !important;
    height: auto !important;
}
.sbi_photo img {
    display: block !important;
}
#sbi_images {
    display: flex;
    overflow: scroll;
}
@media (max-width: 1440px) {
    .follow__wrap {
        overflow-x: auto;
    }
}
@media (max-width: 560px) {
    .follow__wrap {
        min-width: 600px;
    }
    .follow__wrap a img {
        width: 150px !important;
        height: 150px !important;
    }
}
.avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
}
.avatar--lg {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border: 1px solid #ffd3e1;
    padding: 5px;
}
@media (max-width: 767px) {
    .avatar:not(.avatar--lg) {
        width: 30px;
        height: 30px;
    }
}
.lead {
    text-align: center;
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    max-width: 800px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.lead.underline span {
    -webkit-box-shadow: inset 0 -8px 0 0 var(--underline-clr) !important;
    box-shadow: inset 0 -8px 0 0 var(--underline-clr) !important;
}
@media (max-width: 767px) {
    .lead {
        font-size: 20px;
    }
}
:root {
    --article-space: 50px;
}
.article figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: var(--article-space);
    margin-bottom: var(--article-space);
}
.article figure img {
    margin-bottom: 0;
}
.article figcaption {
    background-color: #fff0f5;
    padding: 10px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 12px;
    margin-top: 0;
}
@media (min-width: 768px) {
    .article figcaption {
        margin-right: 30px;
        margin-left: 30px;
    }
}
.article > .title:not(:first-child) {
    margin-top: var(--article-space);
}
.article p {
    line-height: 1.8;
}
.article blockquote {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    padding: 50px 30px;
    -webkit-box-shadow: 0 0 0 4px #65cab0, 0 0 0 6px #fff, 0 0 0 10px #65cab0;
    box-shadow: 0 0 0 4px #65cab0, 0 0 0 6px #fff, 0 0 0 10px #65cab0;
    margin: 60px 10px;
}
@media (min-width: 992px) {
    .article blockquote {
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px);
    }
}
.article > .card:not(:first-child) {
    margin-top: var(--article-space);
}
.article > .card:not(:last-child) {
    margin-bottom: var(--article-space);
}
@media (max-width: 767px) {
    .article {
        --article-space: 40px;
    }
    .article blockquote {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        padding: 30px 20px;
        font-size: 20px;
    }
}
.article__content > p:first-child::first-letter,
.article__letter::first-letter {
    font-size: 60px;
    font-weight: 700;
    float: left;
    display: inline-block;
    padding: 10px;
    line-height: 1;
    background-color: #fff0f5;
    margin-right: 10px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .article__letter::first-letter {
        font-size: 40px;
        padding-top: 5px;
        padding-bottom: 8px;
        margin-bottom: 0;
    }
}
.share {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 160px;
    margin-bottom: 80px;
    margin-left: 10px;
}
.share span {
    margin-bottom: 15px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--letter-spacing);
}
.share a {
    color: #8693d1;
}
.share a:not(:last-child) {
    margin-bottom: 20px;
}
.share a:hover {
    opacity: 0.5;
}
@media (max-width: 991px) {
    .share {
        min-width: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 40px;
        background-color: red;
        top: 200px;
    }
}
@media (max-width: 767px) {
    .share {
        display: none;
    }
}
.article {
    counter-reset: product-counter;
    width: 100%;
}
.product {
    counter-increment: product-counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article .product {
    margin-top: var(--article-space);
    margin-bottom: var(--article-space);
}
.product .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    margin-bottom: 20px;
    padding-top: 5px;
}
.product .title::before {
    content: counter(product-counter);
    font-size: 26px;
    font-weight: 700;
    font-family: sofia-pro, sans-serif;
    color: #fff;
    background-color: #65cab0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    margin-right: 10px;
}
@media (min-width: 768px) {
    .product > .btn {
        display: none;
    }
}
@media (max-width: 767px) {
    .product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.product__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 767px) {
    .product__info {
        margin-bottom: 30px;
    }
}
.product__dl:not(:last-of-type) {
    margin-bottom: 8px;
}
.product__dl dd,
.product__dl dt {
    display: inline;
}
.product__dl dt {
    font-weight: 700;
    margin-right: 10px;
    position: relative;
    display: inline-block;
}
.product__dl dt::after {
    content: "";
    width: 1px;
    height: 17px;
    background-color: #ddd;
    display: block;
    position: absolute;
    top: 3px;
    right: -8px;
}
.product__dl dd {
    margin-left: 0;
}
.product__dl a:hover {
    opacity: 0.5;
}
@media (max-width: 767px) {
    .product__side {
        -ms-flex-item-align: center;
        align-self: center;
    }
    .product__side .btn {
        display: none;
    }
}
@media (min-width: 768px) {
    .product__side {
        width: 280px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 30px;
    }
    .product__side .btn {
        width: -webkit-calc(100% - 2 * 15px);
        width: calc(100% - 2 * 15px);
        margin-right: 15px;
        margin-left: 15px;
    }
}
.product__img {
    margin-bottom: 30px;
    display: block;
}
.product__img img {
    border: 1px solid #ddd;
}
.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff7d3;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
    max-width: 460px;
    padding: 20px 20px 30px;
    font-size: 14px;
    z-index: 3000;
}
.cookies .btn-clean {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000 !important;
}
.cookies .btn-clean .icon {
    width: 15px;
    height: 15px;
}
.cookies .btn-clean:hover {
    opacity: 0.5;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 30px;
}
.pagination:not(:last-child) {
    margin-bottom: 40px;
}
.pagination__item {
    width: 42px;
    height: 42px;
    border: 1px solid #999;
    color: #999;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination__item .icon {
    width: 12px;
    height: 12px;
}
.page-numbers:not(:last-child),
.pagination__item:not(:last-child) {
    margin-right: 10px;
}
.pagination__item:hover {
    border-color: #f490ad;
    color: #f490ad;
}
.current .pagination__item,
.pagination__item.active {
    background-color: #f490ad;
    border-color: #f490ad;
    color: #fff;
    pointer-events: none;
}
#modal-cancel .btn-wrap {
    width: 100%;
}
#modal-cancel,
#modal-download {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3000;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}
#modal-cancel.visible,
#modal-download.visible {
    display: block;
}
.downloads {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    justify-items: center;
}
.downloads .card {
    margin: 0;
    height: 100%;
}
.downloads .card .card__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.downloads .card .btn {
    margin-top: auto;
}
@media (max-width: 1440px) {
    .downloads {
        gap: 30px;
    }
}
@media (max-width: 1200px) {
    .downloads {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}
@media (max-width: 560px) {
    .downloads {
        grid-template-columns: 1fr;
    }
}
.brick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 992px) {
    .brick {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 768px) {
    .brick {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .brick:first-of-type {
        padding-top: 0;
    }
    .brick .btn {
        width: 100%;
        margin-top: 20px;
    }
}
.brick__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
}
.brick__content--left {
    padding-left: 70px;
}
.brick__content--right {
    padding-right: 70px;
}
.brick__content p {
    line-height: 1.8;
}
@media (max-width: 992px) {
    .brick__content--left {
        padding-left: 40px;
    }
    .brick__content--right {
        padding-right: 40px;
    }
}
@media (max-width: 768px) {
    .brick__content {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .brick__content--left {
        padding-left: 0;
    }
    .brick__content--right {
        padding-right: 0;
    }
}
.brick__img {
    width: 50%;
}
@media (max-width: 768px) {
    .brick__img {
        width: 100vw;
        max-width: 100vw;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 20px !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
.color-primary {
    color: #f490ad !important;
}
.color-alt {
    color: #8693d1 !important;
}
.clean {
    margin: 0;
    padding: 0;
}
.no-transition,
.no-transition * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.amp {
    font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 400;
}
.nowrap {
    white-space: nowrap;
}
.nounderline {
    text-decoration: none !important;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex--j-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex--a-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex--a-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.show-break {
    display: none;
}
@media (max-width: 991px) {
    .show-break {
        display: block;
    }
}
@media (max-width: 991px) {
    .hide-break {
        display: none;
    }
}
.show-sm {
    display: none;
}
@media (max-width: 768px) {
    .show-sm {
        display: block;
    }
}
@media (max-width: 768px) {
    .hide-sm {
        display: none;
    }
}
.text-sm {
    font-size: var(--body-sm);
}
.text-center {
    text-align: center;
}
.spaced0 {
    margin-bottom: 0 !important;
}
.spaced1 {
    margin-bottom: 10px !important;
}
.spaced2 {
    margin-bottom: 20px !important;
}
.spaced3 {
    margin-bottom: 30px !important;
}
.spaced4 {
    margin-bottom: 40px !important;
}
.spaced5 {
    margin-bottom: 50px !important;
}
.spaced6 {
    margin-bottom: 60px !important;
}
.spaced7 {
    margin-bottom: 70px !important;
}
.spaced8 {
    margin-bottom: 80px !important;
}
.spaced9 {
    margin-bottom: 90px !important;
}
.spaced10 {
    margin-bottom: 100px !important;
}
.mr-auto {
    margin-right: auto;
}
.ml-auto {
    margin-left: auto;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
@media print {
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
}
.magazine__drop-shadow {
    box-shadow: 0 0 14px -9px #000;
}
.logged-in {
    width: 100%;
    padding: 4px 0 5px;
    text-align: center;
    background: #f490ad;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
#response-box {
    margin: 15px 0;
    text-align: left;
    width: 100%;
}
#response-box a {
    font-weight: 700;
    text-decoration: underline;
}
#response-box a:hover {
    text-decoration: none;
}
#message-box,
#response-box {
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: fit-content;
}
#response-box.error,
#response-box.success {
    padding: 15px 20px;
}
#response-box.response-box--signup {
    display: block;
    margin: 15px auto;
}
.signup__social-buttons {
    margin-bottom: 20px;
}
#message-box {
    margin-top: 20px;
    padding: 15px 20px;
}
#message-box.success,
#response-box.success {
    background: #dbfff6;
}
#message-box.error,
#response-box.error {
    background: #ffd3e2;
}
#message-box.hidden {
    display: none;
}
#message-box strong {
    margin-left: 10px;
}
.member {
    margin-bottom: 0 !important;
}
.member .section__aside {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 0;
}
.member .share {
    margin-bottom: 0;
}
.member .section__aside::after,
.member .share::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, #fff);
    z-index: 20;
}
.card .title:not(.keep-case),
.list-links .link,
.search-results__item .title {
    text-transform: capitalize;
}
.member-catfish {
    display: none;
    background: #8693d1;
    box-shadow: 0 -1px 24px rgba(0, 0, 0, 0.26);
    color: #fff;
    position: fixed;
    bottom: -3px;
    left: 0;
    width: 100%;
    z-index: 50;
}
.member-catfish .title,
.member-catfish a,
.member-catfish button {
    color: #fff;
}
.member-catfish__already-member {
    margin-top: 20px;
    font-size: 14px;
}
.member-catfish__already-member a {
    text-decoration: underline;
    font-weight: 700;
}
.member-catfish .btn {
    width: 330px;
}
.member-catfish.open {
    display: block;
}
.member-catfish__container {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    max-width: 1290px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}
.member-catfish__main {
    padding: 50px 0 25px;
    max-width: 550px;
}
button.member-catfish__close {
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
}
@media screen and (max-width: 1170px) {
    .member-catfish.open {
        display: none;
    }
}
.leader-2 {
    margin-top: 20px;
}
.backing-plate {
    position: fixed;
    width: calc(1300px + 2 * var(--container-padding));
    left: 50%;
    transform: translateX(-50%);
}
.backing-plate__left {
    position: absolute;
    left: -430px;
}
.backing-plate__right {
    position: absolute;
    right: -430px;
}
#popup--ad {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    height: 300px;
    z-index: 1000;
    display: none;
    box-shadow: -1px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
#popup--ad iframe {
    width: 480px;
    height: 300px;
}
.close-popup--ad {
    position: absolute;
    top: -15px;
    right: -15px;
}
#mask--ad {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
@media screen and (max-width: 970px) {
    #mask--ad,
    #popup--ad {
        display: none !important;
    }
    .dl-category dt {
        align-items: center;
    }
    .dl-category .title {
        margin-right: 0;
    }
    .menu-on .header__actions--signin {
        justify-content: center;
    }
}
.editorial__wrapper {
    height: 640px;
    padding: 50px;
}
.editorial__block {
    background-color: #8693d1;
    padding: 85px 75px;
    color: #fff;
    width: 600px;
    float: right;
}
.editorial__block h1 {
    color: #fff;
    margin-bottom: 20px !important;
}
.advice__section p,
.editorial__block p,
.editorial__container p {
    line-height: 1.8;
}
.editorial__container {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}
.editorial__item {
    margin: 0 20px 50px 20px;
    width: 407px;
}
.editorial__item img {
    margin-bottom: 35px;
}
.editorial__item h4 {
    margin-bottom: 10px !important;
}
.editorial__section,
.note__section {
    margin-bottom: 44px !important;
}
.note__section {
    padding: 0 20px;
}
.advice__section {
    margin: 0 auto 40px auto !important;
    max-width: 860px;
}
.advice__section h2 {
    margin-bottom: 16px !important;
}
.note__container {
    max-width: 722px;
    padding: 37px 66px;
    border: 10px double #65cab0;
}
.note__title {
    font-family: "Sofia Pro";
    font-size: 26px;
    line-height: 1.4px;
    font-weight: 800;
    text-align: center;
    -webkit-box-shadow: inset 0 -10px 0 0 var(--underline-clr);
    box-shadow: inset 0 -8px 0 0 var(--underline-clr);
    margin-bottom: 10px !important;
}
.footer__note {
    font-size: 15px;
    line-height: 1.8;
}
.editorial__wrapper--mobile {
    display: none;
}
@media screen and (max-width: 894px) {
    .editorial__item {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 742px) {
    .editorial__wrapper {
        height: auto;
    }
    .intro__section .container {
        padding: 0;
    }
    .editorial__item {
        margin-bottom: 40px;
    }
    .editorial__item img {
        margin-bottom: 25px;
        max-width: 100%;
    }
    .editorial__wrapper--desktop {
        display: none;
    }
    .editorial__wrapper--mobile {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .editorial__wrapper--mobile img {
        margin-bottom: 0;
        object-fit: cover;
        height: 250px;
    }
    .note__container {
        padding: 25px 25px;
    }
    .editorial__block {
        width: 100%;
        padding: 20px 20px 40px 20px;
    }
    .editorial__block h1 {
        margin-bottom: 20px !important;
    }
}
@media screen and (max-width: 414px) {
    .editorial__item {
        align-items: flex-start;
    }
    .editorial__block p {
        font-size: 17px;
        line-height: 1.4;
    }
}
.container__about h1 {
    margin-bottom: 2px !important;
}
.container__about .brick h3 {
    margin-bottom: 20px !important;
}
.section__editorial::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.card--block,
.section__editorial {
    margin-bottom: 0 !important;
}
.card--block .container {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}
.section__editorial .container {
    max-width: 1000px;
}
.section__editorial .profile__wrapper--header-name {
    margin-bottom: 4px;
}
.editorial__text {
    max-width: 650px;
    margin: -30px auto 40px auto;
}
.profile__section {
    padding: 45px 40px 32px 40px;
    background-color: #fff0f5;
    border-radius: 8px;
    margin-bottom: 40px;
}
.profile__section p {
    line-height: 1.8;
}
.profile__wrapper {
    display: flex;
}
.profile__wrapper--image {
    width: 80px;
    float: left;
    margin: 0 16px 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.profile__wrapper--header {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.profile__wrapper--header-name {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 800;
}
.profile__wrapper--job {
    color: #f490ad;
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
}
.card__body {
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .container__about h1 {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .container__about .brick h3 {
        margin-bottom: 10px !important;
    }
    .profile__wrapper--header {
        justify-content: flex-start;
    }
    .profile__wrapper--header-name {
        font-size: 20px;
    }
    .profile__wrapper--image {
        max-width: 60px;
    }
    .profile__section {
        padding: 39px 40px 32px 40px;
    }
    .card--block .container {
        border: none;
    }
    .section__editorial::before {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 414px) {
    .profile__wrapper--job {
        font-size: 9px;
    }
}
.section--mobile {
    display: none;
}
.section--author {
    padding: 45px 20px 55px 20px;
    margin-bottom: 60px;
}
.section--author .container {
    display: flex;
    max-width: 1100px;
    margin-bottom: 0 !important;
}
.content__wrapper {
    margin-left: 40px;
}
.content__wrapper h1 {
    margin-bottom: 0 !important;
}
.profile__wrapper--header-name {
    margin-bottom: 20px;
}
.profile__image {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    max-width: 350px;
    object-fit: cover;
    border: 5px solid #fff;
}
.profile__description {
    line-height: 1.8;
}
.social__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.social__container--icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    margin-right: 8px;
}
.social__container--icon:hover {
    background-color: #000;
}
.social__container--icon:hover svg path {
    fill: #ffffff;
}
.author__stories .container {
    max-width: 951px;
    padding: 0;
}
.author__stories .container .title--h2 {
    margin-bottom: 30px;
}
.author__stories .container .cards-list--border .card:last-child {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .author__stories .container {
        padding: 20px;
    }
    .section--desktop {
        display: none;
    }
    .section--mobile {
        display: flex;
        margin: 20px 0 40px 0 !important;
    }
    .section--author {
        padding: 40px 20px;
    }
    .section--mobile .container {
        flex-direction: column;
    }
    .section--author .container {
        padding: 0;
    }
    .content__wrapper {
        margin-left: 0;
    }
    .image__wrapper {
        text-align: center;
    }
    .profile__wrapper--header-name {
        margin-bottom: 18px;
    }
    .profile__description {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 414px) {
    .author__stories .container .cards-list--border .card:last-child {
        border-bottom: none;
    }
    .card--author {
        flex-direction: column;
        padding-top: 110px;
    }
    .profile__image {
        width: 160px;
        height: 160px;
    }
    .social__container {
        margin-top: 30px;
    }
}
